body {
  font-family: "Inter", sans-serif;
  background-color: #f9f9f9;
  color: #1a1c1c;
}

h1,
h2,
h3,
.site-title {
  font-family: "Space Grotesk", sans-serif;
}

.site-header {
  border-bottom: 1px solid #e2e2e2;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.title-area .site-title a {
  color: #1a1c1c;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.nav-primary .genesis-nav-menu a {
  color: #3f4a39;
  font-weight: 700;
}

.gaptec-hero {
  padding: 72px 0 56px;
}

.gaptec-badge {
  display: inline-block;
  background: rgba(29, 106, 0, 0.1);
  color: #1d6a00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 7px 14px;
  border-radius: 999px;
}

.gaptec-title {
  font-size: clamp(2.4rem, 7.2vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 16px 0 18px;
}

.gaptec-title span {
  color: #1d6a00;
}

.gaptec-intro {
  max-width: 760px;
  color: #5c5c5c;
  font-size: 1.08rem;
  line-height: 1.65;
}

.gaptec-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gaptec-actions .button {
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.gaptec-button-primary {
  background: linear-gradient(135deg, #1d6a00 0%, #278600 100%);
  color: #fff;
}

.gaptec-button-primary:hover {
  color: #fff;
}

.gaptec-button-secondary {
  border: 1px solid #bfcab4;
  background: #fff;
  color: #1a1c1c;
}

.gaptec-portfolio {
  padding: 56px 0 72px;
}

.gaptec-search {
  margin-top: -16px;
  margin-bottom: 18px;
}

.gaptec-search-form {
  background: #fff;
  border: 1px solid #dfe6dc;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.gaptec-search-form input {
  border: 1px solid #dfe6dc;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1rem;
}

.gaptec-search-form button {
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  background: #025ac2;
  color: #fff;
  font-weight: 700;
}

.gaptec-subtitle {
  color: #5c5c5c;
  margin-bottom: 28px;
}

.gaptec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.gaptec-card {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 22px;
}

.gaptec-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.gaptec-card p {
  margin: 10px 0 0;
  color: #5c5c5c;
  line-height: 1.5;
}

.gaptec-card-accent {
  background: #1d6a00;
}

.gaptec-card-accent h3 {
  color: #fff;
}

.gaptec-card-accent p {
  color: rgba(255, 255, 255, 0.85);
}

.gaptec-spotlight {
  padding: 24px 0 72px;
}

.gaptec-spotlight-inner {
  background: #171717;
  color: #fff;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 340px;
  overflow: hidden;
}

.gaptec-spotlight-copy {
  padding: 42px 36px;
}

.gaptec-tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.12);
}

.gaptec-spotlight-copy h2 {
  margin: 14px 0 12px;
  font-size: 2.2rem;
}

.gaptec-spotlight-copy p {
  color: #c8c8c8;
}

.gaptec-spotlight-copy ul {
  margin: 18px 0 22px;
  padding-left: 18px;
}

.gaptec-spotlight-media {
  background: linear-gradient(135deg, #1e1e1e, #2d2d2d);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gaptec-ratio {
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.gaptec-news {
  padding: 0 0 72px;
}

.gaptec-news-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.gaptec-news-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  padding: 20px;
}

.gaptec-news-meta {
  color: #6f7a68;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gaptec-news-card h3 {
  margin: 10px 0;
  font-size: 1.16rem;
  line-height: 1.3;
}

.gaptec-news-card p {
  margin: 0;
  color: #5c5c5c;
}

.site-footer {
  border-top: 1px solid #e2e2e2;
  background: #fff;
}

.gaptec-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 0 18px;
  color: #5c5c5c;
  font-size: 14px;
}

.gaptec-footer-columns {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 22px;
}

.gaptec-footer-columns h4,
.gaptec-footer-columns h5 {
  margin: 0 0 10px;
  color: #1a1c1c;
}

.gaptec-footer-columns p {
  margin: 0;
  line-height: 1.6;
}

.gaptec-footer-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gaptec-footer-columns li {
  margin-bottom: 8px;
}

.gaptec-footer-columns a {
  color: #5c5c5c;
  text-decoration: none;
}

.gaptec-footer-columns a:hover {
  color: #1d6a00;
}

.gaptec-copyright {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 960px) {
  .gaptec-spotlight-inner {
    grid-template-columns: 1fr;
  }

  .gaptec-spotlight-media {
    min-height: 180px;
  }

  .gaptec-footer-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .gaptec-search-form {
    grid-template-columns: 1fr;
  }

  .gaptec-footer-columns {
    grid-template-columns: 1fr;
  }
}
