.placeholder-page { min-height: 100svh; background: #ebe7df; }
.placeholder-header { background: rgba(248,245,239,.97); }
.placeholder-main {
  min-height: calc(100svh - 90px);
  padding: clamp(28px, 6vw, 90px) clamp(18px, 7vw, 110px);
  background:
    radial-gradient(circle at 78% 18%, rgba(215,223,0,.22), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(232,226,216,.95));
}
.placeholder-breadcrumb { display: flex; gap: 9px; margin: 0 auto 22px; max-width: 920px; color: #58717e; font-size: 12px; }
.placeholder-breadcrumb a { font-weight: 800; text-underline-offset: 3px; }
.placeholder-card {
  position: relative;
  max-width: 920px;
  min-height: 470px;
  margin: 0 auto;
  padding: clamp(34px, 7vw, 85px);
  overflow: hidden;
  border: 1px solid rgba(6,43,64,.15);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 28px 65px rgba(6,43,64,.12);
}
.placeholder-card::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 330px; height: 330px; border: 52px solid var(--orange); border-radius: 50%; opacity: .06; }
.placeholder-card__mark { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 34px; border-radius: 50%; color: white; background: var(--ink); font-size: 13px; font-weight: 900; }
.placeholder-card > p:first-of-type { margin: 0 0 10px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.placeholder-card h1 { max-width: 14ch; margin: 0; font-size: clamp(42px, 7vw, 82px); line-height: .96; }
.placeholder-card h1 + p { max-width: 570px; margin: 25px 0 0; color: #536d7a; font-size: 17px; line-height: 1.55; }
.placeholder-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.placeholder-actions a { min-height: 50px; display: inline-flex; align-items: center; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 12px; font-weight: 800; text-decoration: none; }
.placeholder-actions a:last-child { color: white; background: var(--orange); border-color: var(--orange); }
@media (max-width: 680px) { .placeholder-main { padding-top: 24px; } .placeholder-card { min-height: 500px; padding: 30px 24px; border-radius: 22px; } }
