@charset "UTF-8";
/* ════════════════════════════
   SECTION SCOPE
════════════════════════════ */
.what-they-build {
  background-color: #efede8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.032'/%3E%3C/svg%3E"), radial-gradient(circle, rgba(5, 22, 77, 0.055) 1.2px, transparent 1.2px);
  background-size: 300px 300px, 26px 26px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.what-they-build .hdr {
  margin-bottom: 52px;
}

.what-they-build .hdr span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #FFAD00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.what-they-build .hdr span::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #FFAD00;
  border-radius: 2px;
  flex-shrink: 0;
}

.what-they-build .hdr h2 {
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  max-width: 680px;
}

.what-they-build .hdr p {
  line-height: 1.7;
  max-width: 540px;
}

/* ── Cards grid ── */
.what-they-build .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ── Card ── */
.what-they-build .card-grid .card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(5, 22, 77, 0.08), 0 1px 3px rgba(5, 22, 77, 0.05);
  padding: 32px;
  border: 1px solid rgba(5, 22, 77, 0.05);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.what-they-build .card-grid .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #FFAD00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.what-they-build .card-grid .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 42px rgba(5, 22, 77, 0.12), 0 4px 8px rgba(5, 22, 77, 0.06);
}

.what-they-build .card-grid .card:hover::after {
  transform: scaleX(1);
}

/* Card head row */
.what-they-build .card-grid .card .head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.what-they-build .card-grid .card .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid rgba(5, 22, 77, 0.09);
  background: rgba(5, 22, 77, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #05164d;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.what-they-build .card-grid .card:hover .icon {
  border-color: rgba(255, 173, 0, 0.3);
  background: rgba(255, 173, 0, 0.06);
  color: #FFAD00;
}

.what-they-build .card-grid .card .icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

.what-they-build .card-grid .card span {
  font-size: 12px;
  font-weight: 700;
  color: #FFAD00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}

.what-they-build .card-grid .card h3 {
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.what-they-build .card-grid .card p {
  line-height: 1.65;
  margin-bottom: 20px;
}

/* Feature list */
.what-they-build .card-grid .card > ul {
  list-style: none;
  display: flex;
  gap: 0px;
  margin-bottom: 24px;
  gap: 10px;
  flex-direction: column;
}

.what-they-build .card-grid .card > ul li {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 9px;
  line-height: 2;
}

.what-they-build .card-grid .card > ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFAD00;
  flex-shrink: 0;
  margin-top: 13px;
}

/* Client types */
.what-they-build .card-grid .card .tags span {
  font-size: 12px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(5, 22, 77, 0.09);
}

.what-they-build .card-grid .card .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.what-they-build .card-grid .card .tags ul li {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #05164d;
  background: rgba(5, 22, 77, 0.05);
  border: 1px solid rgba(5, 22, 77, 0.09) rgba(5, 22, 77, 0.09);
  border-radius: 8px;
  letter-spacing: 0.01em;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.what-they-build .card-grid .card:hover .tags ul li {
  background: rgba(255, 173, 0, 0.08);
  border-color: rgba(255, 173, 0, 0.2);
  color: #FFAD00;
}

/* ── Scroll reveal ── */
.what-they-build .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.what-they-build .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.what-they-build .d1 {
  transition-delay: 0.1s;
}

.what-they-build .d2 {
  transition-delay: 0.2s;
}

.what-they-build .d3 {
  transition-delay: 0.3s;
}

.what-they-build .d4 {
  transition-delay: 0.4s;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .what-they-build {
    padding: 64px 0;
  }
  .what-they-build .card-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .what-they-build .reveal,
  .what-they-build .card-grid .card,
  .what-they-build .card-grid .card::after,
  .what-they-build .card-grid .card .icon,
  .what-they-build .card-grid .card .tags .tag {
    transition: none;
  }
  .what-they-build .reveal {
    opacity: 1;
    transform: none;
  }
}

/*# sourceMappingURL=use-cases.css.map */
