/* =========================================================
   SISTEM SUNYI LANDING PAGE
   STUDI KASUS
   BELAJAR MENDENGAR SETELAH KEHILANGAN

   Clean Final CSS
   Scoped, TagDiv Safe, Editorial Premium
========================================================= */


/* =========================================================
   1. LOCAL IDENTITY
========================================================= */

#sslp-kehilangan-case{
  --sskh-ink:#06131c;
  --sskh-night:#102430;
  --sskh-blue:#183342;
  --sskh-blue-2:#294958;
  --sskh-gold:#f2dca8;
  --sskh-gold-soft:rgba(242,220,168,.18);
  --sskh-aqua:rgba(126,174,190,.16);
  --sskh-green:rgba(112,156,128,.13);
  --sskh-rose:rgba(190,112,100,.10);
  --sskh-violet:rgba(132,124,188,.12);

  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(242,220,168,.085), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(126,174,190,.120), transparent 34%),
    radial-gradient(ellipse at 50% 42%, rgba(112,156,128,.045), transparent 48%),
    radial-gradient(circle at 24% 82%, rgba(242,220,168,.024), transparent 34%),
    linear-gradient(90deg, rgba(242,220,168,.018) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, var(--sslp-bg) 0%, var(--sslp-bg-2) 48%, #061018 100%);
  background-size:auto, auto, auto, auto, 56px 56px, auto;
}

#sslp-kehilangan-case[data-theme="light"],
html[data-theme="light"] #sslp-kehilangan-case,
body[data-theme="light"] #sslp-kehilangan-case{
  background:
    radial-gradient(circle at 14% 8%, rgba(157,123,56,.090), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(80,112,130,.105), transparent 34%),
    radial-gradient(ellipse at 50% 42%, rgba(112,156,128,.052), transparent 48%),
    radial-gradient(circle at 24% 82%, rgba(157,123,56,.022), transparent 34%),
    linear-gradient(90deg, rgba(157,123,56,.026) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #f7f1e7 0%, #eee5d8 48%, #fbf8f1 100%);
  background-size:auto, auto, auto, auto, 56px 56px, auto;
}

#sslp-kehilangan-case .sskh-pattern{
  position:absolute;
  right:0;
  bottom:0;
  width:480px;
  height:480px;
  transform:translate(30%, 30%);
  border-radius:999px;
  background:
    repeating-radial-gradient(
      circle,
      rgba(242,220,168,.060) 0 1px,
      transparent 1px 30px
    );
  opacity:.18;
  filter:blur(.2px);
  pointer-events:none;
  z-index:0;
}

#sslp-kehilangan-case[data-theme="light"] .sskh-pattern,
html[data-theme="light"] #sslp-kehilangan-case .sskh-pattern,
body[data-theme="light"] #sslp-kehilangan-case .sskh-pattern{
  opacity:.12;
}


/* =========================================================
   2. HEADING CALIBRATION
========================================================= */

#sslp-kehilangan-case .sslp-hero h1{
  font-size:clamp(34px, 4.05vw, 54px);
  line-height:1.045;
  letter-spacing:-.046em;
  font-weight:600;
}

#sslp-kehilangan-case .sslp-section-head h2,
#sslp-kehilangan-case .sslp-compass-head h2{
  font-size:clamp(26px, 2.65vw, 37px);
  line-height:1.14;
  letter-spacing:-.032em;
  font-weight:600;
}

#sslp-kehilangan-case .sslp-meaning-box h2{
  font-size:clamp(28px, 2.9vw, 40px);
  line-height:1.15;
  letter-spacing:-.035em;
  font-weight:600;
}

#sslp-kehilangan-case .sskh-scene h2,
#sslp-kehilangan-case .sskh-house h2,
#sslp-kehilangan-case .sskh-evening h2,
#sslp-kehilangan-case .sskh-faith h2,
#sslp-kehilangan-case .sskh-acceptance h2,
#sslp-kehilangan-case .sskh-steps h2{
  font-size:clamp(30px, 3.65vw, 45px);
  line-height:1.08;
  letter-spacing:-.044em;
  font-weight:600;
}

#sslp-kehilangan-case .sskh-house-side strong,
#sslp-kehilangan-case .sskh-steps-side strong{
  font-size:clamp(36px, 5vw, 40px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:600;
}

#sslp-kehilangan-case .sskh-house-copy h3,
#sslp-kehilangan-case .sskh-evening-line h3,
#sslp-kehilangan-case .sskh-faith-line h3,
#sslp-kehilangan-case .sskh-acceptance-line h3,
#sslp-kehilangan-case .sskh-step-copy h3,
#sslp-kehilangan-case .sslp-card h3,
#sslp-kehilangan-case .sslp-link-card h3,
#sslp-kehilangan-case .sslp-compass-card h3{
  font-size:clamp(21px, 1.95vw, 28px);
  line-height:1.16;
  letter-spacing:-.028em;
  font-weight:600;
}

#sslp-kehilangan-case .sslp-pause-box h2,
#sslp-kehilangan-case .sslp-ending-copy h2{
  font-size:clamp(27px, 2.9vw, 39px);
  line-height:1.16;
  letter-spacing:-.032em;
  font-weight:600;
}


/* =========================================================
   3. HERO MOBILE TEXT SAFETY
========================================================= */

#sslp-kehilangan-case .sslp-hero-copy,
#sslp-kehilangan-case .sslp-hero-copy *,
#sslp-kehilangan-case .sslp-hero-meta,
#sslp-kehilangan-case .sslp-hero-actions{
  box-sizing:border-box;
}

#sslp-kehilangan-case .sslp-hero-copy{
  min-width:0;
  max-width:100%;
}

#sslp-kehilangan-case .sslp-kicker{
  display:block;
  max-width:100%;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
  line-height:1.55;
}

#sslp-kehilangan-case .sslp-hero h1,
#sslp-kehilangan-case .sslp-hero-subtitle{
  max-width:100%;
  min-width:0;
  overflow-wrap:break-word;
  word-break:normal;
}

#sslp-kehilangan-case .sslp-hero-meta{
  max-width:100%;
  display:flex;
  flex-wrap:wrap;
}

#sslp-kehilangan-case .sslp-pill{
  max-width:100%;
  white-space:normal;
}

#sslp-kehilangan-case .sslp-hero-actions{
  max-width:100%;
}


/* =========================================================
   4. HERO VISUAL: QUIET HOUSE AFTER LOSS
========================================================= */

#sslp-kehilangan-case .sslp-hero-visual{
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(242,220,168,.310), transparent 11%),
    radial-gradient(ellipse at 50% 72%, rgba(242,220,168,.100), transparent 30%),
    radial-gradient(circle at 18% 22%, rgba(126,174,190,.150), transparent 34%),
    radial-gradient(circle at 86% 82%, rgba(112,156,128,.110), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.050), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.076), rgba(255,255,255,.022));
}

#sslp-kehilangan-case .sslp-hero-visual::before{
  inset:10%;
  border-radius:48% 52% 46% 54%;
  border-color:rgba(242,220,168,.15);
  box-shadow:
    0 0 0 34px rgba(242,220,168,.016),
    0 0 0 88px rgba(126,174,190,.018),
    0 0 132px rgba(242,220,168,.13);
}

#sslp-kehilangan-case .sslp-hero-visual::after{
  background:
    radial-gradient(ellipse at 50% 74%, rgba(0,0,0,.22), transparent 46%),
    linear-gradient(90deg, transparent 0 17%, rgba(242,220,168,.040) 17% 17.4%, transparent 17.4% 82.6%, rgba(242,220,168,.036) 82.6% 83%, transparent 83%),
    repeating-linear-gradient(
      90deg,
      rgba(242,220,168,.028) 0 1px,
      transparent 1px 38px
    ),
    radial-gradient(ellipse at 50% 50%, transparent 0 34%, rgba(0,0,0,.16) 70%, rgba(0,0,0,.38) 100%);
  opacity:.55;
}

#sslp-kehilangan-case[data-theme="light"] .sslp-hero-visual,
html[data-theme="light"] #sslp-kehilangan-case .sslp-hero-visual,
body[data-theme="light"] #sslp-kehilangan-case .sslp-hero-visual{
  background:
    radial-gradient(circle at 50% 46%, rgba(157,123,56,.180), transparent 12%),
    radial-gradient(ellipse at 50% 72%, rgba(157,123,56,.075), transparent 30%),
    radial-gradient(circle at 18% 22%, rgba(80,112,130,.100), transparent 34%),
    radial-gradient(circle at 86% 82%, rgba(112,156,128,.080), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.42), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,.70), rgba(255,255,255,.36));
}

#sslp-kehilangan-case .sskh-house-visual{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
}

#sslp-kehilangan-case .sskh-room-frame{
  position:absolute;
  left:50%;
  top:53%;
  width:min(460px, 74%);
  height:318px;
  transform:translate(-50%, -50%) rotate(-2.5deg);
  border-radius:44px 44px 52px 52px;
  border:1px solid rgba(242,220,168,.18);
  background:
    linear-gradient(180deg, rgba(242,220,168,.040), transparent 38%),
    radial-gradient(ellipse at 50% 72%, rgba(0,0,0,.18), transparent 58%),
    linear-gradient(145deg, rgba(255,255,255,.054), rgba(255,255,255,.012));
  box-shadow:
    inset 0 0 72px rgba(242,220,168,.035),
    inset 0 -42px 80px rgba(0,0,0,.13),
    0 0 0 42px rgba(242,220,168,.012),
    0 34px 88px rgba(0,0,0,.18);
  overflow:hidden;
}

#sslp-kehilangan-case .sskh-room-frame::before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:64%;
  height:1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(242,220,168,.18),
      rgba(242,220,168,.42),
      rgba(242,220,168,.18),
      transparent
    );
  box-shadow:0 20px 46px rgba(0,0,0,.16);
}

#sslp-kehilangan-case .sskh-room-frame::after{
  content:"";
  position:absolute;
  left:50%;
  top:15%;
  width:82px;
  height:128px;
  transform:translateX(-50%);
  border-radius:42px 42px 12px 12px;
  border:1px solid rgba(242,220,168,.19);
  background:
    radial-gradient(circle at 50% 24%, rgba(242,220,168,.13), transparent 45%),
    linear-gradient(180deg, rgba(242,220,168,.055), rgba(255,255,255,.018));
  box-shadow:
    inset 0 0 34px rgba(242,220,168,.040),
    0 0 46px rgba(242,220,168,.070);
}

#sslp-kehilangan-case .sskh-house-visual::before{
  content:"";
  position:absolute;
  left:50%;
  top:63%;
  z-index:4;
  width:118px;
  height:58px;
  transform:translate(-50%, -50%) rotate(-2deg);
  border-radius:34px 34px 18px 18px;
  border:1px solid rgba(242,220,168,.16);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(242,220,168,.10), transparent 56%),
    linear-gradient(145deg, rgba(255,255,255,.046), rgba(255,255,255,.012));
  box-shadow:
    0 18px 48px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.04);
}

#sslp-kehilangan-case .sskh-house-visual::after{
  content:"";
  position:absolute;
  left:50%;
  top:71%;
  z-index:3;
  width:86px;
  height:54px;
  transform:translateX(-50%) rotate(-2deg);
  border-left:1px solid rgba(242,220,168,.13);
  border-right:1px solid rgba(242,220,168,.13);
  border-bottom:1px solid rgba(242,220,168,.08);
  border-radius:0 0 28px 28px;
  opacity:.78;
  filter:drop-shadow(0 22px 28px rgba(0,0,0,.18));
}

#sslp-kehilangan-case .sskh-soft-core{
  position:absolute;
  left:50%;
  top:48%;
  z-index:5;
  width:108px;
  height:108px;
  transform:translate(-50%, -50%);
  border-radius:999px;
  background:
    radial-gradient(circle, #fff8d8 0%, #f2dca8 28%, rgba(200,169,107,.30) 52%, transparent 72%);
  box-shadow:
    0 0 64px rgba(242,220,168,.38),
    0 0 132px rgba(242,220,168,.16),
    0 0 210px rgba(126,174,190,.08);
}

#sslp-kehilangan-case .sskh-soft-core::after{
  content:"";
  position:absolute;
  inset:-34px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.13);
  box-shadow:
    0 0 0 28px rgba(242,220,168,.012),
    0 0 0 64px rgba(126,174,190,.010);
  opacity:.74;
}

#sslp-kehilangan-case .sskh-memory-line{
  position:absolute;
  left:50%;
  top:50%;
  width:245px;
  height:1px;
  transform-origin:left center;
  background:
    linear-gradient(90deg, rgba(242,220,168,.34), rgba(242,220,168,.12), transparent);
  opacity:.58;
  filter:blur(.1px);
}

#sslp-kehilangan-case .sskh-memory-line.is-a{ transform:rotate(-34deg); }
#sslp-kehilangan-case .sskh-memory-line.is-b{ transform:rotate(20deg); }
#sslp-kehilangan-case .sskh-memory-line.is-c{ transform:rotate(96deg); }
#sslp-kehilangan-case .sskh-memory-line.is-d{ transform:rotate(214deg); }

#sslp-kehilangan-case .sskh-soft-dot{
  position:absolute;
  width:11px;
  height:11px;
  border-radius:999px;
  background:rgba(242,220,168,.62);
  box-shadow:
    0 0 20px rgba(242,220,168,.30),
    0 0 48px rgba(126,174,190,.08);
}

#sslp-kehilangan-case .sskh-soft-dot.is-a{ left:28%; top:30%; }
#sslp-kehilangan-case .sskh-soft-dot.is-b{ right:26%; top:35%; }
#sslp-kehilangan-case .sskh-soft-dot.is-c{ right:30%; bottom:30%; }
#sslp-kehilangan-case .sskh-soft-dot.is-d{ left:30%; bottom:30%; }

#sslp-kehilangan-case .sskh-word{
  position:absolute;
  z-index:6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.20);
  color:rgba(255,255,255,.72);
  background:rgba(6,16,24,.38);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:
    0 12px 32px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.045);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

#sslp-kehilangan-case .sskh-word.is-rasa{ left:7%; top:22%; }
#sslp-kehilangan-case .sskh-word.is-makna{ right:7%; top:32%; }
#sslp-kehilangan-case .sskh-word.is-iman{
  left:50%;
  bottom:51%;
  transform:translateX(-50%);
}

#sslp-kehilangan-case[data-theme="light"] .sskh-word,
html[data-theme="light"] #sslp-kehilangan-case .sskh-word,
body[data-theme="light"] #sslp-kehilangan-case .sskh-word{
  background:rgba(255,255,255,.64);
  color:rgba(26,30,34,.68);
}

#sslp-kehilangan-case .sslp-hero-visual .sslp-visual-label{
  background:rgba(6,16,24,.44);
  border-color:rgba(242,220,168,.16);
  box-shadow:
    0 18px 46px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.045);
}

#sslp-kehilangan-case[data-theme="light"] .sslp-hero-visual .sslp-visual-label,
html[data-theme="light"] #sslp-kehilangan-case .sslp-hero-visual .sslp-visual-label,
body[data-theme="light"] #sslp-kehilangan-case .sslp-hero-visual .sslp-visual-label{
  background:rgba(255,255,255,.66);
  border-color:rgba(157,123,56,.16);
}


/* =========================================================
   5. KOMPAS BACA
========================================================= */

#sslp-kehilangan-case .sslp-compass-inner{
  background:
    radial-gradient(circle at 12% 0%, rgba(242,220,168,.10), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(126,174,190,.085), transparent 32%),
    radial-gradient(ellipse at 48% 100%, rgba(112,156,128,.055), transparent 42%),
    linear-gradient(145deg, var(--sslp-surface-2), rgba(255,255,255,.030));
}

#sslp-kehilangan-case .sslp-compass-card{
  position:relative;
  overflow:hidden;
  border-color:var(--sslp-border);
  background:
    radial-gradient(circle at 84% 12%, rgba(242,220,168,.064), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.023));
  box-shadow:
    0 18px 52px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.045);
}

#sslp-kehilangan-case .sslp-compass-card.is-wide::after{
  content:"";
  position:absolute;
  right:28px;
  bottom:28px;
  width:156px;
  height:92px;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.14);
  box-shadow:
    0 0 0 24px rgba(200,169,107,.020),
    0 0 0 58px rgba(126,174,190,.014);
  transform:rotate(-8deg);
  opacity:.56;
  pointer-events:none;
}

#sslp-kehilangan-case[data-theme="light"] .sslp-compass-card,
html[data-theme="light"] #sslp-kehilangan-case .sslp-compass-card,
body[data-theme="light"] #sslp-kehilangan-case .sslp-compass-card{
  background:
    radial-gradient(circle at 84% 12%, rgba(157,123,56,.056), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.48));
  box-shadow:
    0 16px 44px rgba(90,70,40,.10),
    inset 0 1px 0 rgba(255,255,255,.62);
}


/* =========================================================
   6. PUSAT MAKNA
========================================================= */

#sslp-kehilangan-case .sslp-meaning-box{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(242,220,168,.13), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(126,174,190,.09), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.025));
}

#sslp-kehilangan-case .sslp-meaning-box::after{
  content:"";
  position:absolute;
  right:clamp(24px, 4vw, 52px);
  bottom:clamp(24px, 4vw, 52px);
  width:96px;
  height:96px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.16);
  background:radial-gradient(circle, rgba(242,220,168,.12), transparent 68%);
  box-shadow:
    0 0 0 26px rgba(242,220,168,.018),
    0 0 68px rgba(242,220,168,.13);
  opacity:.72;
  pointer-events:none;
}


/* =========================================================
   7. MAIN PANELS
========================================================= */

#sslp-kehilangan-case .sskh-scene,
#sslp-kehilangan-case .sskh-evening,
#sslp-kehilangan-case .sskh-faith,
#sslp-kehilangan-case .sskh-acceptance,
#sslp-kehilangan-case .sskh-house-side,
#sslp-kehilangan-case .sskh-house-body,
#sslp-kehilangan-case .sskh-steps-side,
#sslp-kehilangan-case .sskh-steps-body{
  position:relative;
  border:1px solid var(--sslp-border);
  border-radius:var(--sslp-radius-xl);
  background:
    radial-gradient(circle at 12% 0%, rgba(242,220,168,.105), transparent 32%),
    radial-gradient(circle at 88% 84%, rgba(126,174,190,.085), transparent 38%),
    radial-gradient(circle at 20% 100%, rgba(112,156,128,.026), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.064), rgba(255,255,255,.022));
  box-shadow:
    0 22px 68px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.045);
  overflow:hidden;
}

#sslp-kehilangan-case .sskh-scene,
#sslp-kehilangan-case .sskh-evening,
#sslp-kehilangan-case .sskh-faith,
#sslp-kehilangan-case .sskh-acceptance{
  padding:clamp(34px, 5vw, 78px);
}

#sslp-kehilangan-case .sskh-scene::after,
#sslp-kehilangan-case .sskh-evening::after,
#sslp-kehilangan-case .sskh-faith::after,
#sslp-kehilangan-case .sskh-acceptance::after,
#sslp-kehilangan-case .sskh-house-body::after,
#sslp-kehilangan-case .sskh-steps-body::after{
  content:"";
  position:absolute;
  right:-100px;
  bottom:-120px;
  width:330px;
  height:220px;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.12);
  box-shadow:
    0 0 0 42px rgba(200,169,107,.020),
    0 0 0 92px rgba(126,174,190,.014);
  opacity:.52;
  pointer-events:none;
}

#sslp-kehilangan-case .sskh-scene > *,
#sslp-kehilangan-case .sskh-evening > *,
#sslp-kehilangan-case .sskh-faith > *,
#sslp-kehilangan-case .sskh-acceptance > *,
#sslp-kehilangan-case .sskh-house-body > *,
#sslp-kehilangan-case .sskh-steps-body > *{
  position:relative;
  z-index:2;
}

#sslp-kehilangan-case .sskh-scene p,
#sslp-kehilangan-case .sskh-house p,
#sslp-kehilangan-case .sskh-evening p,
#sslp-kehilangan-case .sskh-faith p,
#sslp-kehilangan-case .sskh-acceptance p,
#sslp-kehilangan-case .sskh-steps p{
  color:var(--sslp-text-soft);
  line-height:1.82;
}

#sslp-kehilangan-case[data-theme="light"] .sskh-scene,
html[data-theme="light"] #sslp-kehilangan-case .sskh-scene,
body[data-theme="light"] #sslp-kehilangan-case .sskh-scene,
#sslp-kehilangan-case[data-theme="light"] .sskh-evening,
html[data-theme="light"] #sslp-kehilangan-case .sskh-evening,
body[data-theme="light"] #sslp-kehilangan-case .sskh-evening,
#sslp-kehilangan-case[data-theme="light"] .sskh-faith,
html[data-theme="light"] #sslp-kehilangan-case .sskh-faith,
body[data-theme="light"] #sslp-kehilangan-case .sskh-faith,
#sslp-kehilangan-case[data-theme="light"] .sskh-acceptance,
html[data-theme="light"] #sslp-kehilangan-case .sskh-acceptance,
body[data-theme="light"] #sslp-kehilangan-case .sskh-acceptance,
#sslp-kehilangan-case[data-theme="light"] .sskh-house-side,
html[data-theme="light"] #sslp-kehilangan-case .sskh-house-side,
body[data-theme="light"] #sslp-kehilangan-case .sskh-house-side,
#sslp-kehilangan-case[data-theme="light"] .sskh-house-body,
html[data-theme="light"] #sslp-kehilangan-case .sskh-house-body,
body[data-theme="light"] #sslp-kehilangan-case .sskh-house-body,
#sslp-kehilangan-case[data-theme="light"] .sskh-steps-side,
html[data-theme="light"] #sslp-kehilangan-case .sskh-steps-side,
body[data-theme="light"] #sslp-kehilangan-case .sskh-steps-side,
#sslp-kehilangan-case[data-theme="light"] .sskh-steps-body,
html[data-theme="light"] #sslp-kehilangan-case .sskh-steps-body,
body[data-theme="light"] #sslp-kehilangan-case .sskh-steps-body{
  background:
    radial-gradient(circle at 84% 12%, rgba(157,123,56,.056), transparent 24%),
    radial-gradient(circle at 88% 100%, rgba(80,112,130,.024), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.48));
  box-shadow:
    0 16px 44px rgba(90,70,40,.10),
    inset 0 1px 0 rgba(255,255,255,.62);
}


/* =========================================================
   8. SCENE NOTES
========================================================= */

#sslp-kehilangan-case .sskh-scene-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(300px, .92fr);
  gap:clamp(24px, 4vw, 64px);
  align-items:end;
}

#sslp-kehilangan-case .sskh-scene-notes{
  display:grid;
  gap:12px;
}

#sslp-kehilangan-case .sskh-note{
  position:relative;
  overflow:hidden;
  padding:18px 20px;
  border:1px solid rgba(242,220,168,.13);
  border-radius:24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(242,220,168,.090), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.022));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  color:var(--sslp-text-soft);
  line-height:1.58;
}

#sslp-kehilangan-case .sskh-note::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(to bottom, transparent, var(--sslp-gold), transparent);
  opacity:.45;
}

#sslp-kehilangan-case .sskh-note b,
#sslp-kehilangan-case .sskh-small{
  display:block;
  color:var(--sslp-gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:8px;
}


/* =========================================================
   9. HOUSE PATH AND LANGKAH SUNYI
========================================================= */

#sslp-kehilangan-case .sskh-house,
#sslp-kehilangan-case .sskh-steps{
  display:grid;
  grid-template-columns:.46fr 1.54fr;
  gap:18px;
  align-items:stretch;
}

#sslp-kehilangan-case .sskh-house-side,
#sslp-kehilangan-case .sskh-steps-side{
  min-height:640px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:clamp(30px, 4.5vw, 58px);
}

#sslp-kehilangan-case .sskh-steps-side{
  min-height:720px;
}

#sslp-kehilangan-case .sskh-house-side span,
#sslp-kehilangan-case .sskh-steps-side span{
  color:var(--sslp-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

#sslp-kehilangan-case .sskh-house-body,
#sslp-kehilangan-case .sskh-steps-body{
  min-height:640px;
  padding:clamp(34px, 5vw, 70px);
}

#sslp-kehilangan-case .sskh-steps-body{
  min-height:720px;
}

#sslp-kehilangan-case .sskh-house-body::before,
#sslp-kehilangan-case .sskh-steps-body::before{
  content:"";
  position:absolute;
  left:63px;
  top:64px;
  bottom:64px;
  width:1px;
  background:
    linear-gradient(
      180deg,
      rgba(242,220,168,.08),
      rgba(242,220,168,.52),
      rgba(242,220,168,.10)
    );
  opacity:.74;
}

#sslp-kehilangan-case .sskh-house-row,
#sslp-kehilangan-case .sskh-step{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:82px 1fr;
  gap:20px;
  margin-bottom:32px;
  padding:4px 0;
}

#sslp-kehilangan-case .sskh-house-row:last-child,
#sslp-kehilangan-case .sskh-step:last-child{
  margin-bottom:0;
}

#sslp-kehilangan-case .sskh-house-mark,
#sslp-kehilangan-case .sskh-step-mark{
  width:58px;
  height:58px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.24);
  background:
    radial-gradient(circle at 50% 50%, rgba(242,220,168,.22), transparent 62%),
    rgba(255,255,255,.040);
  color:var(--sslp-gold);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 0 0 12px rgba(242,220,168,.016),
    0 0 34px rgba(242,220,168,.10);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

#sslp-kehilangan-case .sskh-house-copy p,
#sslp-kehilangan-case .sskh-evening-line p,
#sslp-kehilangan-case .sskh-faith-line p,
#sslp-kehilangan-case .sskh-acceptance-line p,
#sslp-kehilangan-case .sskh-step-copy p{
  color:var(--sslp-text-soft);
  line-height:1.78;
  margin:0 0 12px;
}


/* =========================================================
   10. EVENING, FAITH, ACCEPTANCE
========================================================= */

#sslp-kehilangan-case .sskh-evening-grid,
#sslp-kehilangan-case .sskh-faith-grid,
#sslp-kehilangan-case .sskh-acceptance-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(300px, .92fr);
  gap:18px;
  align-items:stretch;
  margin-top:32px;
}

#sslp-kehilangan-case .sskh-evening-orb,
#sslp-kehilangan-case .sskh-faith-visual,
#sslp-kehilangan-case .sskh-acceptance-visual{
  position:relative;
  min-height:400px;
  border:1px solid rgba(242,220,168,.14);
  border-radius:var(--sslp-radius-xl);
  background:
    radial-gradient(circle at 50% 50%, rgba(242,220,168,.22), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(126,174,190,.10), transparent 46%),
    radial-gradient(ellipse at 50% 76%, rgba(0,0,0,.12), transparent 54%),
    linear-gradient(145deg, rgba(255,255,255,.048), rgba(255,255,255,.014));
  box-shadow:
    inset 0 0 76px rgba(242,220,168,.035),
    0 0 0 42px rgba(242,220,168,.014);
  overflow:hidden;
}

#sslp-kehilangan-case .sskh-evening-orb::before,
#sslp-kehilangan-case .sskh-faith-visual::before,
#sslp-kehilangan-case .sskh-acceptance-visual::before{
  content:"";
  position:absolute;
  inset:18%;
  border-radius:999px;
  border:1px dashed rgba(242,220,168,.13);
  opacity:.76;
}

#sslp-kehilangan-case .sskh-evening-orb::after,
#sslp-kehilangan-case .sskh-faith-visual::after,
#sslp-kehilangan-case .sskh-acceptance-visual::after{
  position:absolute;
  left:50%;
  top:50%;
  width:78%;
  transform:translate(-50%, -50%);
  text-align:center;
  font-family:var(--sslp-font-serif);
  font-size:clamp(31px, 4vw, 38px);
  line-height:1;
  letter-spacing:-.050em;
  font-weight:600;
  color:var(--sslp-text-strong);
  text-shadow:0 0 42px rgba(242,220,168,.28);
  opacity:.92;
}

#sslp-kehilangan-case .sskh-evening-orb::after{
  content:"berhenti melawan";
}

#sslp-kehilangan-case .sskh-faith-visual::after{
  content:"percaya pelan";
}

#sslp-kehilangan-case .sskh-acceptance-visual::after{
  content:"cinta berganti bentuk";
}

#sslp-kehilangan-case .sskh-evening-lines,
#sslp-kehilangan-case .sskh-faith-lines,
#sslp-kehilangan-case .sskh-acceptance-lines{
  display:grid;
  gap:14px;
}

#sslp-kehilangan-case .sskh-evening-line,
#sslp-kehilangan-case .sskh-faith-line,
#sslp-kehilangan-case .sskh-acceptance-line{
  position:relative;
  overflow:hidden;
  padding:clamp(24px, 3vw, 38px);
  border:1px solid var(--sslp-border);
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(242,220,168,.085), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
  box-shadow:
    0 18px 52px rgba(0,0,0,.14),
    inset 0 1px 0 rgba(255,255,255,.045);
}

#sslp-kehilangan-case .sskh-evening-line::before,
#sslp-kehilangan-case .sskh-faith-line::before,
#sslp-kehilangan-case .sskh-acceptance-line::before{
  content:"";
  position:absolute;
  left:0;
  top:20px;
  bottom:20px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(to bottom, transparent, var(--sslp-gold), transparent);
  opacity:.46;
}


/* =========================================================
   11. LAYER LOCK
========================================================= */

#sslp-kehilangan-case .sskh-note::after,
#sslp-kehilangan-case .sskh-evening-line::after,
#sslp-kehilangan-case .sskh-faith-line::after,
#sslp-kehilangan-case .sskh-acceptance-line::after{
  content:"";
  position:absolute;
  right:-78px;
  bottom:-96px;
  width:220px;
  height:220px;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.12);
  box-shadow:
    0 0 0 38px rgba(200,169,107,.016),
    0 0 0 78px rgba(126,174,190,.010);
  opacity:.22;
  pointer-events:none;
}

#sslp-kehilangan-case .sskh-note > *,
#sslp-kehilangan-case .sskh-evening-line > *,
#sslp-kehilangan-case .sskh-faith-line > *,
#sslp-kehilangan-case .sskh-acceptance-line > *{
  position:relative;
  z-index:2;
}


/* =========================================================
   12. CARA MEMBACA CARD
========================================================= */

#sslp-kehilangan-case .sslp-card{
  position:relative;
  overflow:hidden;
  border-color:var(--sslp-border);
  background:
    radial-gradient(circle at 84% 12%, rgba(242,220,168,.075), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.056), rgba(255,255,255,.022));
  box-shadow:
    0 18px 52px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.045);
}

#sslp-kehilangan-case .sslp-card::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  bottom:22px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(to bottom, transparent, var(--sslp-gold), transparent);
  opacity:.34;
  pointer-events:none;
}

#sslp-kehilangan-case .sslp-card::after{
  content:"";
  position:absolute;
  right:18px;
  bottom:18px;
  width:74px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.12);
  box-shadow:0 0 0 22px rgba(126,174,190,.010);
  transform:rotate(-9deg);
  opacity:.50;
  pointer-events:none;
}

#sslp-kehilangan-case .sslp-card:hover{
  border-color:var(--sslp-border-strong);
  background:var(--sslp-surface-2);
}

#sslp-kehilangan-case[data-theme="light"] .sslp-card,
html[data-theme="light"] #sslp-kehilangan-case .sslp-card,
body[data-theme="light"] #sslp-kehilangan-case .sslp-card{
  background:
    radial-gradient(circle at 84% 12%, rgba(157,123,56,.056), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.48));
  box-shadow:
    0 16px 44px rgba(90,70,40,.10),
    inset 0 1px 0 rgba(255,255,255,.62);
}


/* =========================================================
   13. JEDA, PENUTUP, TERHUBUNG
========================================================= */

#sslp-kehilangan-case .sslp-pause-box{
  background:
    radial-gradient(circle at 16% 0%, rgba(242,220,168,.12), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(126,174,190,.075), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.068), rgba(255,255,255,.024));
}

#sslp-kehilangan-case .sslp-pause-mark{
  opacity:.18;
}

#sslp-kehilangan-case .sslp-ending-inner{
  background:
    radial-gradient(circle at 18% 0%, rgba(242,220,168,.12), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(112,156,128,.080), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.068), rgba(255,255,255,.024));
}

#sslp-kehilangan-case .sslp-link-card{
  position:relative;
  min-height:210px;
  overflow:hidden;
  border-color:var(--sslp-border);
  background:
    radial-gradient(circle at 84% 12%, rgba(242,220,168,.075), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.056), rgba(255,255,255,.022));
  box-shadow:
    0 18px 52px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.045);
}

#sslp-kehilangan-case .sslp-link-card::before{
  content:"";
  position:absolute;
  left:20px;
  right:54px;
  bottom:22px;
  height:1px;
  background:linear-gradient(90deg, rgba(200,169,107,.30), transparent);
  opacity:.68;
  pointer-events:none;
}

#sslp-kehilangan-case .sslp-link-card::after{
  content:"→";
  position:absolute;
  right:18px;
  bottom:18px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.23);
  background:rgba(200,169,107,.070);
  color:var(--sslp-gold);
  font-size:18px;
  line-height:1;
  opacity:.86;
  transform:none;
  box-shadow:none;
  pointer-events:none;
}

#sslp-kehilangan-case .sslp-link-card:hover{
  border-color:var(--sslp-border-strong);
  background:
    radial-gradient(circle at 84% 12%, rgba(242,220,168,.092), transparent 24%),
    linear-gradient(145deg, var(--sslp-surface-2), rgba(255,255,255,.030));
}

#sslp-kehilangan-case[data-theme="light"] .sslp-link-card,
html[data-theme="light"] #sslp-kehilangan-case .sslp-link-card,
body[data-theme="light"] #sslp-kehilangan-case .sslp-link-card{
  background:
    radial-gradient(circle at 84% 12%, rgba(157,123,56,.056), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.48));
  box-shadow:
    0 16px 44px rgba(90,70,40,.10),
    inset 0 1px 0 rgba(255,255,255,.62);
}


/* =========================================================
   14. RESPONSIVE
========================================================= */

@media (max-width:1180px){
  #sslp-kehilangan-case .sskh-scene-grid,
  #sslp-kehilangan-case .sskh-house,
  #sslp-kehilangan-case .sskh-evening-grid,
  #sslp-kehilangan-case .sskh-faith-grid,
  #sslp-kehilangan-case .sskh-acceptance-grid,
  #sslp-kehilangan-case .sskh-steps{
    grid-template-columns:1fr;
  }

  #sslp-kehilangan-case .sskh-house-side,
  #sslp-kehilangan-case .sskh-house-body,
  #sslp-kehilangan-case .sskh-steps-side,
  #sslp-kehilangan-case .sskh-steps-body{
    min-height:auto;
  }

  #sslp-kehilangan-case .sskh-house-side,
  #sslp-kehilangan-case .sskh-steps-side{
    gap:28px;
  }

  #sslp-kehilangan-case .sskh-house-side strong,
  #sslp-kehilangan-case .sskh-steps-side strong{
    max-width:760px;
  }

  #sslp-kehilangan-case .sskh-evening-orb,
  #sslp-kehilangan-case .sskh-faith-visual,
  #sslp-kehilangan-case .sskh-acceptance-visual{
    min-height:300px;
  }
}

@media (max-width:860px){
  #sslp-kehilangan-case .sskh-house-row,
  #sslp-kehilangan-case .sskh-step{
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:28px;
  }

  #sslp-kehilangan-case .sskh-house-body::before,
  #sslp-kehilangan-case .sskh-steps-body::before{
    display:none;
  }

  #sslp-kehilangan-case .sskh-house-mark,
  #sslp-kehilangan-case .sskh-step-mark{
    width:52px;
    height:52px;
  }
}

@media (max-width:760px){
  #sslp-kehilangan-case .sslp-hero-grid{
    grid-template-columns:1fr;
  }

  #sslp-kehilangan-case .sslp-kicker{
    font-size:10px;
    letter-spacing:.14em;
    line-height:1.65;
  }

  #sslp-kehilangan-case .sslp-hero h1{
    font-size:clamp(33px, 8.8vw, 44px);
    line-height:1.08;
    letter-spacing:-.040em;
  }

  #sslp-kehilangan-case .sslp-hero-subtitle{
    font-size:16px;
    line-height:1.72;
  }

  #sslp-kehilangan-case .sslp-hero-meta{
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }

  #sslp-kehilangan-case .sslp-pill{
    max-width:100%;
    white-space:normal;
  }

  #sslp-kehilangan-case .sslp-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  #sslp-kehilangan-case .sslp-hero-actions .sslp-btn{
    width:100%;
    justify-content:center;
    text-align:center;
    white-space:normal;
  }

  #sslp-kehilangan-case .sslp-section-head h2,
  #sslp-kehilangan-case .sslp-compass-head h2,
  #sslp-kehilangan-case .sslp-meaning-box h2,
  #sslp-kehilangan-case .sslp-pause-box h2,
  #sslp-kehilangan-case .sslp-ending-copy h2,
  #sslp-kehilangan-case .sskh-scene h2,
  #sslp-kehilangan-case .sskh-house h2,
  #sslp-kehilangan-case .sskh-evening h2,
  #sslp-kehilangan-case .sskh-faith h2,
  #sslp-kehilangan-case .sskh-acceptance h2,
  #sslp-kehilangan-case .sskh-steps h2{
    font-size:clamp(25px, 6.8vw, 34px);
    line-height:1.16;
  }

  #sslp-kehilangan-case .sskh-house-copy h3,
  #sslp-kehilangan-case .sskh-evening-line h3,
  #sslp-kehilangan-case .sskh-faith-line h3,
  #sslp-kehilangan-case .sskh-acceptance-line h3,
  #sslp-kehilangan-case .sskh-step-copy h3{
    font-size:clamp(23px, 6.2vw, 31px);
    line-height:1.16;
  }

  #sslp-kehilangan-case .sskh-scene,
  #sslp-kehilangan-case .sskh-evening,
  #sslp-kehilangan-case .sskh-faith,
  #sslp-kehilangan-case .sskh-acceptance,
  #sslp-kehilangan-case .sskh-house-side,
  #sslp-kehilangan-case .sskh-house-body,
  #sslp-kehilangan-case .sskh-steps-side,
  #sslp-kehilangan-case .sskh-steps-body{
    border-radius:28px;
  }

  #sslp-kehilangan-case .sskh-room-frame{
    width:286px;
    height:222px;
    border-radius:34px;
  }

  #sslp-kehilangan-case .sskh-room-frame::after{
    width:58px;
    height:92px;
  }

  #sslp-kehilangan-case .sskh-house-visual::before{
    top:64%;
    width:88px;
    height:46px;
    border-radius:28px 28px 16px 16px;
  }

  #sslp-kehilangan-case .sskh-house-visual::after{
    top:72%;
    width:64px;
    height:42px;
  }

  #sslp-kehilangan-case .sskh-soft-core{
    top:48%;
    width:78px;
    height:78px;
  }

  #sslp-kehilangan-case .sskh-soft-core::after{
    inset:-24px;
  }

  #sslp-kehilangan-case .sskh-memory-line{
    width:132px;
  }

  #sslp-kehilangan-case .sskh-soft-dot.is-a,
  #sslp-kehilangan-case .sskh-soft-dot.is-d{
    display:none;
  }

  #sslp-kehilangan-case .sskh-soft-dot{
    width:7px;
    height:7px;
    opacity:.46;
  }

  #sslp-kehilangan-case .sskh-word{
    font-size:9.8px;
    min-height:27px;
    padding:6px 9px;
    letter-spacing:.065em;
  }

  #sslp-kehilangan-case .sskh-word.is-rasa{
    left:7%;
    top:17%;
  }

  #sslp-kehilangan-case .sskh-word.is-makna{
    right:7%;
    top:17%;
  }

  #sslp-kehilangan-case .sskh-word.is-iman{
    bottom:53%;
  }

  #sslp-kehilangan-case .sskh-evening-orb,
  #sslp-kehilangan-case .sskh-faith-visual,
  #sslp-kehilangan-case .sskh-acceptance-visual{
    min-height:260px;
  }

  #sslp-kehilangan-case .sskh-evening-orb::after,
  #sslp-kehilangan-case .sskh-faith-visual::after,
  #sslp-kehilangan-case .sskh-acceptance-visual::after{
    font-size:clamp(30px, 9vw, 44px);
    width:82%;
  }
}

@media (max-width:520px){
  #sslp-kehilangan-case .sskh-house-side,
  #sslp-kehilangan-case .sskh-house-body,
  #sslp-kehilangan-case .sskh-steps-side,
  #sslp-kehilangan-case .sskh-steps-body{
    padding:24px;
  }

  #sslp-kehilangan-case .sskh-house-mark,
  #sslp-kehilangan-case .sskh-step-mark{
    width:54px;
    height:54px;
  }

  #sslp-kehilangan-case .sskh-house-row,
  #sslp-kehilangan-case .sskh-step{
    gap:16px;
    margin-bottom:30px;
  }

  #sslp-kehilangan-case .sskh-word{
    font-size:9px;
    letter-spacing:.075em;
  }

  #sslp-kehilangan-case .sskh-room-frame{
    width:248px;
    height:202px;
  }

  #sslp-kehilangan-case .sskh-house-visual::before{
    width:78px;
    height:42px;
  }

  #sslp-kehilangan-case .sskh-house-visual::after{
    width:56px;
  }

  #sslp-kehilangan-case .sskh-memory-line{
    width:112px;
  }

  #sslp-kehilangan-case .sskh-evening-orb,
  #sslp-kehilangan-case .sskh-faith-visual,
  #sslp-kehilangan-case .sskh-acceptance-visual{
    min-height:235px;
  }

  #sslp-kehilangan-case .sslp-card::after,
  #sslp-kehilangan-case .sskh-scene::after,
  #sslp-kehilangan-case .sskh-evening::after,
  #sslp-kehilangan-case .sskh-faith::after,
  #sslp-kehilangan-case .sskh-acceptance::after,
  #sslp-kehilangan-case .sskh-house-body::after,
  #sslp-kehilangan-case .sskh-steps-body::after{
    opacity:.34;
  }

  #sslp-kehilangan-case .sslp-link-card::after{
    opacity:.86;
  }
}


/* =========================================================
   15. CLEAN KBDS RAIL + EDITORIAL NEXT PATH
========================================================= */

#sslp-kehilangan-case .sskh-kbds-panel{
  position:relative;
  width:min(100%, 610px);
  display:grid;
  gap:12px;
  margin-top:22px;
  padding:16px 18px 18px;
  border:0;
  border-radius:24px;
  background:transparent;
  box-shadow:none;
}
#sslp-kehilangan-case .sskh-kbds-panel::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(242,220,168,.44), transparent);
  opacity:.62;
  pointer-events:none;
}
#sslp-kehilangan-case .sskh-kbds-panel-head{
  display:block;
}
#sslp-kehilangan-case .sskh-kbds-panel-head span{
  color:var(--sslp-gold);
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  line-height:1.25;
  text-transform:uppercase;
}
#sslp-kehilangan-case .sskh-kbds-rail{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:center;
}
#sslp-kehilangan-case .sskh-kbds-btn{
  min-width:126px;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 14px;
  border:1px solid rgba(242,220,168,.24);
  border-radius:999px;
  background:rgba(255,255,255,.030);
  color:var(--sslp-text-soft);
  font:inherit;
  font-size:12px;
  font-weight:800;
  line-height:1.1;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:
    transform .22s var(--sslp-ease),
    border-color .22s var(--sslp-ease),
    background .22s var(--sslp-ease),
    color .22s var(--sslp-ease);
}
#sslp-kehilangan-case .sskh-kbds-btn b{
  color:var(--sslp-gold);
  font-size:11px;
  line-height:1;
}
#sslp-kehilangan-case .sskh-kbds-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(242,220,168,.38);
  background:rgba(242,220,168,.075);
  color:var(--sslp-text-strong);
}
#sslp-kehilangan-case[data-theme="light"] .sskh-kbds-btn,
html[data-theme="light"] #sslp-kehilangan-case .sskh-kbds-btn,
body[data-theme="light"] #sslp-kehilangan-case .sskh-kbds-btn{
  background:rgba(255,255,255,.42);
  color:rgba(20,28,34,.72);
  border-color:rgba(157,123,56,.22);
}
#sslp-kehilangan-case[data-theme="light"] .sskh-kbds-btn:hover,
html[data-theme="light"] #sslp-kehilangan-case .sskh-kbds-btn:hover,
body[data-theme="light"] #sslp-kehilangan-case .sskh-kbds-btn:hover{
  background:rgba(157,123,56,.075);
  color:rgba(20,28,34,.86);
  border-color:rgba(157,123,56,.34);
}
#sslp-kehilangan-case .sskh-next-grid{
  display:grid;
  grid-template-columns:minmax(0, .96fr) minmax(300px, 1.04fr);
  gap:clamp(24px, 4vw, 54px);
  align-items:start;
}
#sslp-kehilangan-case .sskh-next-list{
  display:grid;
  gap:12px;
}
#sslp-kehilangan-case .sskh-next-item{
  position:relative;
  display:grid;
  gap:7px;
  padding:18px 20px;
  border:1px solid var(--sslp-border);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(242,220,168,.070), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.058), rgba(255,255,255,.022));
  color:inherit;
  text-decoration:none;
  overflow:hidden;
  transition:
    transform .22s var(--sslp-ease),
    border-color .22s var(--sslp-ease),
    background .22s var(--sslp-ease);
}
#sslp-kehilangan-case .sskh-next-item::before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(to bottom, transparent, var(--sslp-gold), transparent);
  opacity:.42;
}
#sslp-kehilangan-case .sskh-next-item small{
  color:var(--sslp-gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
#sslp-kehilangan-case .sskh-next-item strong{
  color:var(--sslp-text-strong);
  font-family:var(--sslp-font-serif);
  font-size:clamp(18px, 1.55vw, 22px);
  line-height:1.18;
  font-weight:600;
}
#sslp-kehilangan-case .sskh-next-item span{
  color:var(--sslp-text-soft);
  font-size:14px;
  line-height:1.58;
}
#sslp-kehilangan-case .sskh-next-item:hover{
  transform:translateY(-2px);
  border-color:var(--sslp-border-strong);
  background:var(--sslp-surface-2);
}
#sslp-kehilangan-case[data-theme="light"] .sskh-next-item,
html[data-theme="light"] #sslp-kehilangan-case .sskh-next-item,
body[data-theme="light"] #sslp-kehilangan-case .sskh-next-item{
  background:
    radial-gradient(circle at 90% 10%, rgba(157,123,56,.060), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.48));
  box-shadow:0 14px 34px rgba(90,70,40,.08);
}
@media (max-width:860px){
  #sslp-kehilangan-case .sskh-next-grid{ grid-template-columns:1fr; }
}
@media (max-width:560px){
  #sslp-kehilangan-case .sskh-kbds-panel{
    width:100%;
    padding-left:0;
    padding-right:0;
  }
  #sslp-kehilangan-case .sskh-kbds-panel::before{
    left:0;
    right:0;
  }
  #sslp-kehilangan-case .sskh-kbds-rail{
    align-items:stretch;
  }
  #sslp-kehilangan-case .sskh-kbds-btn{
    flex:1 1 calc(50% - 9px);
    min-width:0;
  }
}
