
.custom-landing[data-v-4e126091] {
  background: #eef2f5;
  min-height: 60vh;
}
.custom-landing__header[data-v-4e126091] {
  padding: 28px 0 30px;
  color: #fff;
  background: #122f4b;
  border-bottom: 4px solid #c99735;
}
.custom-landing__header-inner[data-v-4e126091] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.custom-landing__eyebrow[data-v-4e126091] {
  margin: 0 0 7px;
  color: #91b5d5;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.custom-landing__header h1[data-v-4e126091] {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.custom-landing__header p[data-v-4e126091] {
  margin: 0;
  max-width: 40rem;
  color: #b7cfe3;
  line-height: 1.55;
}
.custom-landing__stats[data-v-4e126091] {
  text-align: right;
  flex-shrink: 0;
}
.custom-landing__stats strong[data-v-4e126091] {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: #c99735;
}
.custom-landing__stats span[data-v-4e126091] {
  color: #91b5d5;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.custom-landing__main[data-v-4e126091] {
  padding: 28px 0 56px;
}
.custom-landing__library[data-v-4e126091] {
  margin: 0 0 18px;
}
.custom-landing__library a[data-v-4e126091] {
  color: #1a4a73;
  font-weight: 700;
  text-decoration: none;
}
.custom-landing__library a[data-v-4e126091]:hover {
  text-decoration: underline;
}
.custom-landing__section-head[data-v-4e126091] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.custom-landing__section-head h2[data-v-4e126091] {
  margin: 0;
  font-size: 1.15rem;
  color: #122f4b;
}
.custom-landing__section-head p[data-v-4e126091] {
  margin: 0;
  color: #6a7d8f;
  font-size: 0.9rem;
}
.template-grid[data-v-4e126091] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.template-card[data-v-4e126091] {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d5dee7;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.template-card[data-v-4e126091]:hover {
  border-color: #c99735;
}
.template-card__preview[data-v-4e126091] {
  height: 140px;
  background: #f4f7fa;
  display: grid;
  place-items: center;
  padding: 10px;
}
.template-card__preview object[data-v-4e126091] {
  max-width: 100%;
  max-height: 120px;
  pointer-events: none;
}
.template-card__body[data-v-4e126091] {
  padding: 12px 14px 14px;
}
.template-card__body h2[data-v-4e126091] {
  margin: 0 0 4px;
  font-size: 0.95rem;
  color: #122f4b;
}
.template-card__body p[data-v-4e126091] {
  margin: 0;
  color: #5a6f82;
  font-size: 0.82rem;
  line-height: 1.4;
}
.template-card__meta[data-v-4e126091] {
  margin-top: 8px !important;
  color: #8a6b2a !important;
  font-size: 0.75rem !important;
}
.custom-landing__products[data-v-4e126091] {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #d5dee7;
}
.custom-landing__products h2[data-v-4e126091] {
  margin: 0 0 6px;
  font-size: 1.15rem;
  color: #122f4b;
}
.custom-landing__products > p[data-v-4e126091] {
  margin: 0 0 16px;
  color: #5a6f82;
}
.product-grid[data-v-4e126091] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
@media (max-width: 720px) {
.custom-landing__header-inner[data-v-4e126091] {
    flex-direction: column;
    align-items: flex-start;
}
.custom-landing__stats[data-v-4e126091] {
    text-align: left;
}
}
