/* [project]/src/shared/theme/styles/marketing-content.css [app-client] (css) */
.marketing-content-page {
  color: #2c2416;
  background: radial-gradient(circle at 100% 0, #d4af371f, #0000 32%), linear-gradient(135deg, #fdfcf8 0%, #f7f1e5 100%);
  min-height: 100vh;
}

.marketing-content-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fdfcf8e0;
  border-bottom: 1px solid #d4af3724;
  position: sticky;
  top: 0;
}

.marketing-content-header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
}

.marketing-content-brand {
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: inline-flex;
}

.marketing-content-brand-mark {
  color: #fff;
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-weight: 700;
  display: inline-flex;
}

.marketing-content-brand-name {
  color: #2c2416;
  font-size: 1.05rem;
  font-weight: 700;
}

.marketing-content-header-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.marketing-content-link {
  color: #5c5442;
  font-weight: 500;
  text-decoration: none;
}

.marketing-content-button {
  color: #fff;
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 28px #b8860b2e;
}

.marketing-content-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.marketing-content-hero {
  max-width: 760px;
  margin-bottom: 40px;
}

.marketing-content-eyebrow {
  color: #8b7355;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 700;
}

.marketing-content-title {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.04;
}

.marketing-content-description {
  color: #5c5442;
  margin: 0 0 20px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.marketing-content-status {
  border-radius: 999px;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  font-size: .92rem;
  font-weight: 600;
  display: inline-flex;
}

.marketing-content-status-available {
  color: #166534;
  background: #22c55e1f;
}

.marketing-content-status-coming-soon {
  color: #8a5f00;
  background: #d4af3729;
}

.marketing-content-note {
  color: #6c634f;
  max-width: 640px;
  margin: 16px 0 0;
  line-height: 1.6;
}

.marketing-content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  display: grid;
}

.marketing-content-panel {
  background: #ffffffd1;
  border: 1px solid #d4af371f;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 40px #2c24160f;
}

.marketing-content-panel-title {
  margin: 0 0 14px;
  font-size: 1.3rem;
}

.marketing-content-panel-copy {
  color: #5c5442;
  margin: 0 0 12px;
  line-height: 1.7;
}

.marketing-content-list {
  color: #2c2416;
  margin: 18px 0 0;
  padding-left: 18px;
}

.marketing-content-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.marketing-content-callout {
  color: #fff;
  background: linear-gradient(135deg, #2c2416 0%, #1a1510 100%);
  border-radius: 22px;
  margin-top: 32px;
  padding: 28px;
}

.marketing-content-callout-title {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.marketing-content-callout-copy {
  color: #ffffffd1;
  margin: 0;
  line-height: 1.6;
}

.marketing-content-callout-link {
  color: #f3d46f;
}

@media (max-width: 800px) {
  .marketing-content-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketing-content-main {
    padding-top: 48px;
  }

  .marketing-content-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=src_shared_theme_styles_marketing-content_0m8wl-q.css.map*/