
html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: rgb(15, 23, 42);
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgb(148, 163, 184);
  color: rgb(15, 23, 42);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}

.section-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 640px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgb(100, 116, 139);
}

.product-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgb(226, 232, 240);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-image {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.product-card-title {
  font-size: 0.95rem;
  font-weight: 600;
}

.product-card-price {
  font-size: 0.9rem;
  color: rgb(71, 85, 105);
}

.product-card-actions {
  margin-top: 0.5rem;
}

.form-label {
  font-size: 12px;
  font-weight: 500;
  color: rgb(71, 85, 105);
  margin-bottom: 0.25rem;
}

.form-input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgb(203, 213, 225);
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}

.form-textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgb(203, 213, 225);
  padding: 0.75rem 0.75rem;
  font-size: 14px;
  min-height: 140px;
}
