.sgds {
  --sgds-bg: #07152e;
  --sgds-card: rgba(255, 255, 255, 0.08);
  --sgds-gold: #e6bd62;
  --sgds-text: #ffffff;
  --sgds-muted: #c9d0df;
  width: 100%;
  box-sizing: border-box;
  margin: 52px 0;
  padding: clamp(46px, 7vw, 82px) 20px;
  background: radial-gradient(circle at 85% 10%, rgba(109, 78, 209, 0.38), transparent 34%), var(--sgds-bg);
  color: var(--sgds-text);
  font-family: Outfit, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sgds * { box-sizing: border-box; }
.sgds-inner { width: min(1120px, 100%); margin: 0 auto; }
.sgds-kicker { margin: 0 0 8px; color: var(--sgds-gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sgds h2 { max-width: 800px; margin: 0; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px, 5vw, 58px); font-weight: 600; line-height: 1.03; letter-spacing: -.025em; }
.sgds-intro { max-width: 780px; margin: 18px 0 34px; color: var(--sgds-muted); font-size: clamp(16px, 2vw, 19px); line-height: 1.6; }
.sgds-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sgds-grid-1 { grid-template-columns: minmax(0, 520px); }
.sgds-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
.sgds-card { min-width: 0; padding: 20px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 16px; background: var(--sgds-card); box-shadow: 0 16px 34px rgba(0, 0, 0, .12); }
.sgds-card h3 { margin: 5px 0 18px; color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 500; line-height: 1.2; }
.sgds-meta { min-height: 38px; margin: 0; color: var(--sgds-gold); font-size: 12px; font-weight: 700; line-height: 1.45; }
.sgds-card audio { display: block; width: 100%; height: 42px; }
.sgds-length { margin: 9px 0 0; color: #9ea8bd; font-size: 12px; }
.sgds-action { margin-top: 32px; }
.sgds-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; background: linear-gradient(135deg, #f4d58a, #d9a943); color: #171022 !important; font-weight: 850; text-decoration: none !important; box-shadow: 0 14px 30px rgba(217, 169, 67, .22); }
.sgds-action p { margin: 10px 0 0; color: #aeb7ca; font-size: 13px; }
body.page-id-1224 .sg-ann-demos,
body.page-id-1172 #sg-wd-demos,
body.page-id-5296 #sg-wd-demos { display: none !important; }
@media (max-width: 820px) {
  .sgds-grid, .sgds-grid-2 { grid-template-columns: 1fr; max-width: none; }
  .sgds-meta { min-height: 0; }
}
@media (max-width: 520px) {
  .sgds { margin: 36px 0; padding: 42px 16px; }
  .sgds-card { padding: 17px 14px; border-radius: 13px; }
  .sgds-card h3 { font-size: 20px; }
  .sgds-button { width: 100%; padding-right: 16px; padding-left: 16px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .sgds *, .sgds *::before, .sgds *::after { scroll-behavior: auto !important; transition: none !important; }
}
