/* Halaman Survei Kepuasan — shell ringan TEP + iframe SPBE */

.sk-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: #0d1326;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(195, 154, 60, 0.18), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(28, 60, 122, 0.16), transparent 50%),
    #f4f6fb;
}

.sk-shell {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}

.sk-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.sk-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.sk-brand img {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(8, 21, 49, 0.12);
}
.sk-brand__kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}
.sk-brand__title {
  font-weight: 750;
  color: #0b1330;
  font-size: 15px;
}

.sk-nav {
  display: flex;
  gap: 14px;
  font-size: 13.5px;
  font-weight: 650;
}
.sk-nav a {
  color: #1c3c7a;
  text-decoration: none;
}
.sk-nav a:hover { text-decoration: underline; }

.sk-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c39a3c;
}
.sk-title {
  margin: 0 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 650;
  color: #0b1330;
  line-height: 1.2;
}
.sk-lead {
  margin: 0 0 18px;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
}
.sk-lead a { color: #1c3c7a; font-weight: 650; }

.sk-pengaduan {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(18, 43, 92, 0.14);
  text-align: left;
}
.sk-pengaduan__note {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
}
.sk-pengaduan__note strong {
  color: #0b1330;
  font-weight: 700;
}
.sk-pengaduan__btn {
  width: 100%;
  justify-content: center;
  min-height: 46px;
  text-decoration: none;
  font-weight: 700;
  color: #0b1330;
  border-color: rgba(18, 43, 92, 0.28);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}
.sk-pengaduan__btn:hover {
  border-color: #1c3c7a;
  color: #081531;
  background: #e8eef8;
}
.sk-pengaduan__btn svg {
  flex-shrink: 0;
  color: #128c7e;
}

.sk-frame-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(18, 43, 92, 0.1);
  box-shadow: 0 18px 40px -24px rgba(8, 21, 49, 0.35);
  overflow: hidden;
  min-height: 560px;
}

.sk-frame {
  display: block;
  width: 100%;
  height: min(78vh, 760px);
  min-height: 560px;
  border: 0;
  background: #fff;
}
.sk-frame[hidden] { display: none !important; }

.sk-miss {
  margin: 0;
  padding: 28px 24px;
  font-size: 14px;
  line-height: 1.55;
  color: #9a3412;
  background: #fff7ed;
}
.sk-miss[hidden] { display: none !important; }
.sk-miss a { color: #9a3412; font-weight: 650; }
.sk-miss code {
  font-size: 12.5px;
  background: rgba(0, 0, 0, 0.05);
  padding: 1px 5px;
  border-radius: 4px;
}

.sk-foot {
  margin-top: 22px;
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
}

@media (max-width: 640px) {
  .sk-shell { padding: 16px 14px 36px; }
  .sk-top { margin-bottom: 20px; }
  .sk-frame,
  .sk-frame-card { min-height: 480px; }
  .sk-frame { height: 70vh; }
}
