/* =========================================================
   SISTEM SUNYI LANDING PAGE
   ORBIT I - PSIKOSPIRITUAL
   TEORI GEMA BATIN

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


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

#sslp-teori-gema-batin{
  --sstgb-blue:#162936;
  --sstgb-blue-2:#203846;
  --sstgb-ink:#061018;
  --sstgb-gold:#f2dca8;
  --sstgb-gold-2:#c8a96b;
  --sstgb-cool:rgba(121,158,178,.20);
  --sstgb-glow:rgba(242,220,168,.24);

  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(242,220,168,.13), transparent 28%),
    radial-gradient(circle at 88% 9%, rgba(121,158,178,.18), transparent 34%),
    radial-gradient(circle at 50% 52%, rgba(200,169,107,.055), transparent 46%),
    linear-gradient(135deg, var(--sslp-bg) 0%, var(--sslp-bg-2) 45%, #061018 100%);
}

#sslp-teori-gema-batin[data-theme="light"],
html[data-theme="light"] #sslp-teori-gema-batin,
body[data-theme="light"] #sslp-teori-gema-batin{
  background:
    radial-gradient(circle at 12% 4%, rgba(157,123,56,.13), transparent 28%),
    radial-gradient(circle at 88% 9%, rgba(80,112,130,.13), transparent 34%),
    radial-gradient(circle at 50% 52%, rgba(157,123,56,.055), transparent 46%),
    linear-gradient(135deg, #f7f1e7 0%, #ede3d4 48%, #fbf8f1 100%);
}


/* =========================================================
   2. BACKGROUND SIGNATURE
========================================================= */

#sslp-teori-gema-batin .sstgb-pattern{
  position:absolute;
  right:0;
  bottom:0;
  width:420px;
  height:420px;
  transform:translate(24%, 24%);
  border-radius:999px;
  background:
    repeating-radial-gradient(
      circle,
      rgba(242,220,168,.09) 0 1px,
      transparent 1px 24px
    );
  opacity:.36;
  pointer-events:none;
  z-index:0;
}

#sslp-teori-gema-batin[data-theme="light"] .sstgb-pattern,
html[data-theme="light"] #sslp-teori-gema-batin .sstgb-pattern,
body[data-theme="light"] #sslp-teori-gema-batin .sstgb-pattern{
  opacity:.24;
}


/* =========================================================
   3. HERO VISUAL
========================================================= */

#sslp-teori-gema-batin .sslp-hero-visual{
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(242,220,168,.25), transparent 18%),
    radial-gradient(circle at 50% 48%, rgba(200,169,107,.14), transparent 36%),
    radial-gradient(circle at 22% 18%, rgba(104,142,164,.18), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
}

#sslp-teori-gema-batin .sslp-hero-visual::before{
  inset:13%;
  border-radius:50%;
  border-color:rgba(242,220,168,.28);
  box-shadow:
    0 0 0 34px rgba(242,220,168,.045),
    0 0 0 76px rgba(121,158,178,.045),
    0 0 0 128px rgba(255,255,255,.022),
    0 0 96px rgba(242,220,168,.22);
}

#sslp-teori-gema-batin .sslp-hero-visual::after{
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.075) 48%, transparent 55%),
    repeating-radial-gradient(
      circle at 50% 48%,
      rgba(242,220,168,.10) 0 1px,
      transparent 1px 34px
    ),
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(0,0,0,.16) 68%, rgba(0,0,0,.36) 100%);
  mix-blend-mode:screen;
  opacity:.72;
}

#sslp-teori-gema-batin .sslp-echo-rings{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
}

#sslp-teori-gema-batin .sslp-echo-rings span{
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:18px;
  border-radius:999px;
  transform:translate(-50%, -50%);
  border:1px solid rgba(242,220,168,.28);
  background:radial-gradient(circle, rgba(242,220,168,.05), transparent 62%);
  box-shadow:0 0 32px rgba(242,220,168,.16);
}

#sslp-teori-gema-batin .sslp-echo-rings span:nth-child(1){
  width:92px;
  height:92px;
  opacity:.88;
}

#sslp-teori-gema-batin .sslp-echo-rings span:nth-child(2){
  width:172px;
  height:172px;
  opacity:.62;
  transform:translate(-50%, -50%) rotate(8deg) scale(1.03);
}

#sslp-teori-gema-batin .sslp-echo-rings span:nth-child(3){
  width:264px;
  height:264px;
  opacity:.42;
  transform:translate(-50%, -50%) rotate(-11deg) scale(.98);
}

#sslp-teori-gema-batin .sslp-echo-rings span:nth-child(4){
  width:358px;
  height:358px;
  opacity:.24;
  transform:translate(-50%, -50%) rotate(16deg) scale(1.04);
}

#sslp-teori-gema-batin .sslp-echo-core{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  width:74px;
  height:74px;
  transform:translate(-50%, -50%);
  border-radius:999px;
  background:
    radial-gradient(circle, #fff3c4 0%, #f2dca8 36%, rgba(200,169,107,.45) 58%, transparent 72%);
  box-shadow:
    0 0 50px rgba(242,220,168,.38),
    0 0 120px rgba(242,220,168,.18);
}

#sslp-teori-gema-batin .sslp-echo-core::after{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.22);
  box-shadow:
    0 0 0 18px rgba(242,220,168,.035),
    0 0 0 42px rgba(121,158,178,.035);
  opacity:.8;
}


/* =========================================================
   4. PETA GAGASAN
========================================================= */

#sslp-teori-gema-batin .sstgb-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  align-items:stretch;
  gap:14px;
  padding-top:10px;
}

#sslp-teori-gema-batin .sstgb-flow::before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:52%;
  height:1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(200,169,107,.26),
      rgba(121,158,178,.20),
      rgba(200,169,107,.26),
      transparent
    );
  opacity:.75;
  pointer-events:none;
}

#sslp-teori-gema-batin .sstgb-flow-card{
  position:relative;
  min-height:250px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(242,220,168,.13), transparent 22%),
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.026));
}

#sslp-teori-gema-batin .sstgb-flow-card:nth-child(1){
  transform:translateY(18px);
}

#sslp-teori-gema-batin .sstgb-flow-card:nth-child(2){
  transform:translateY(-8px);
}

#sslp-teori-gema-batin .sstgb-flow-card:nth-child(3){
  transform:translateY(24px);
}

#sslp-teori-gema-batin .sstgb-flow-card:nth-child(4){
  transform:translateY(-2px);
}

#sslp-teori-gema-batin .sstgb-flow-card:hover{
  transform:translateY(-6px);
}

#sslp-teori-gema-batin .sstgb-flow-card:nth-child(1):hover,
#sslp-teori-gema-batin .sstgb-flow-card:nth-child(3):hover{
  transform:translateY(8px);
}

#sslp-teori-gema-batin .sstgb-flow-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      115deg,
      rgba(242,220,168,.055) 0 1px,
      transparent 1px 18px
    );
  opacity:.16;
  pointer-events:none;
}

#sslp-teori-gema-batin .sstgb-flow-card::after{
  content:"";
  position:absolute;
  right:20px;
  top:20px;
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.24);
  background:
    radial-gradient(circle, rgba(242,220,168,.22), transparent 62%),
    repeating-radial-gradient(
      circle,
      rgba(242,220,168,.16) 0 1px,
      transparent 1px 9px
    );
  pointer-events:none;
}


/* =========================================================
   5. VISUAL MAP PANEL
========================================================= */

#sslp-teori-gema-batin .sslp-map-panel{
  position:relative;
  min-height:460px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(242,220,168,.22), transparent 22%),
    radial-gradient(circle at 32% 28%, rgba(121,158,178,.16), transparent 30%),
    radial-gradient(circle at 75% 72%, rgba(200,169,107,.10), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.022));
}

#sslp-teori-gema-batin .sslp-map-panel::before{
  content:"gema • pantulan • jeda • makna";
  position:absolute;
  left:24px;
  top:22px;
  z-index:3;
  color:var(--sslp-gold);
  font-size:10px;
  font-weight:800;
  line-height:1.6;
  letter-spacing:.22em;
  text-transform:uppercase;
  opacity:.78;
}

#sslp-teori-gema-batin .sslp-map-panel::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-130px;
  width:360px;
  height:360px;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.15);
  box-shadow:
    0 0 0 42px rgba(200,169,107,.035),
    0 0 0 92px rgba(121,158,178,.025),
    0 0 0 148px rgba(255,255,255,.014);
  opacity:.82;
  pointer-events:none;
}

#sslp-teori-gema-batin .sslp-map-panel-inner{
  min-height:460px;
}

#sslp-teori-gema-batin .sslp-map-orbit{
  border-color:rgba(242,220,168,.24);
  box-shadow:0 0 42px rgba(242,220,168,.08);
}

#sslp-teori-gema-batin .sslp-map-orbit:nth-child(1){
  inset:10% 18% 18% 12%;
  border-radius:48% 52% 46% 54%;
  transform:rotate(-8deg);
}

#sslp-teori-gema-batin .sslp-map-orbit:nth-child(2){
  inset:22% 28% 28% 22%;
  border-radius:44% 56% 51% 49%;
  transform:rotate(13deg);
  opacity:.72;
}

#sslp-teori-gema-batin .sslp-map-orbit:nth-child(3){
  inset:36% 40% 38% 34%;
  border-radius:52% 48% 55% 45%;
  transform:rotate(-18deg);
  opacity:.55;
}

#sslp-teori-gema-batin .sslp-map-core{
  width:86px;
  height:86px;
  background:
    radial-gradient(circle, #fff7d8 0%, #f2dca8 38%, rgba(200,169,107,.58) 58%, transparent 76%);
  box-shadow:
    0 0 58px rgba(242,220,168,.34),
    0 0 120px rgba(242,220,168,.16);
}

#sslp-teori-gema-batin .sslp-map-core::after{
  content:"";
  position:absolute;
  inset:-28px;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.20);
  box-shadow:
    0 0 0 28px rgba(242,220,168,.028),
    0 0 0 64px rgba(121,158,178,.026);
}


/* =========================================================
   6. MAP LIST CARDS
========================================================= */

#sslp-teori-gema-batin .sslp-map-list .sslp-card{
  position:relative;
  overflow:hidden;
  box-shadow:none;
  background:
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.026));
}

#sslp-teori-gema-batin .sslp-map-list .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:.65;
}


/* =========================================================
   7. ECOSYSTEM LINK CARDS
========================================================= */

#sslp-teori-gema-batin .sslp-link-card{
  position:relative;
  min-height:210px;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(242,220,168,.10), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.022));
}

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

#sslp-teori-gema-batin .sslp-link-card::after{
  width:34px;
  height:34px;
  right:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(200,169,107,.25);
  background:rgba(200,169,107,.08);
  font-size:18px;
}


/* =========================================================
   8. LIGHT MODE REFINEMENT
========================================================= */

#sslp-teori-gema-batin[data-theme="light"] .sslp-hero-visual,
html[data-theme="light"] #sslp-teori-gema-batin .sslp-hero-visual,
body[data-theme="light"] #sslp-teori-gema-batin .sslp-hero-visual{
  background:
    radial-gradient(circle at 50% 48%, rgba(157,123,56,.20), transparent 18%),
    radial-gradient(circle at 50% 48%, rgba(200,169,107,.13), transparent 36%),
    radial-gradient(circle at 22% 18%, rgba(80,112,130,.13), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.74), rgba(255,255,255,.38));
}

#sslp-teori-gema-batin[data-theme="light"] .sstgb-flow-card,
html[data-theme="light"] #sslp-teori-gema-batin .sstgb-flow-card,
body[data-theme="light"] #sslp-teori-gema-batin .sstgb-flow-card,
#sslp-teori-gema-batin[data-theme="light"] .sslp-map-list .sslp-card,
html[data-theme="light"] #sslp-teori-gema-batin .sslp-map-list .sslp-card,
body[data-theme="light"] #sslp-teori-gema-batin .sslp-map-list .sslp-card,
#sslp-teori-gema-batin[data-theme="light"] .sslp-link-card,
html[data-theme="light"] #sslp-teori-gema-batin .sslp-link-card,
body[data-theme="light"] #sslp-teori-gema-batin .sslp-link-card{
  background:
    radial-gradient(circle at 84% 12%, rgba(157,123,56,.075), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.46));
}

#sslp-teori-gema-batin[data-theme="light"] .sslp-map-panel,
html[data-theme="light"] #sslp-teori-gema-batin .sslp-map-panel,
body[data-theme="light"] #sslp-teori-gema-batin .sslp-map-panel{
  background:
    radial-gradient(circle at 50% 44%, rgba(157,123,56,.14), transparent 22%),
    radial-gradient(circle at 32% 28%, rgba(80,112,130,.10), transparent 30%),
    radial-gradient(circle at 75% 72%, rgba(200,169,107,.08), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,255,255,.42));
}


/* =========================================================
   14A. CLEAN KBDS RAIL PANEL
   Eksplorasi • Visual Map • Kompas Pulang • Page Term
========================================================= */

#sslp-teori-gema-batin .sstgb-kbds-panel{
  position:relative;
  width:min(100%, 610px);
  display:grid;
  gap:12px;
  margin-top:22px;
  padding:16px 18px 18px;
}

#sslp-teori-gema-batin .sstgb-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-teori-gema-batin .sstgb-kbds-panel-head{
  display:block;
}

#sslp-teori-gema-batin .sstgb-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-teori-gema-batin .sstgb-kbds-rail{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:center;
}

#sslp-teori-gema-batin .sstgb-kbds-btn{
  min-width:126px;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(242,220,168,.20);
  border-radius:999px;
  background:rgba(255,255,255,.040);
  color:var(--sslp-text-soft);
  font-size:12px;
  font-weight:820;
  line-height:1;
  letter-spacing:.020em;
  text-align:center;
  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-teori-gema-batin .sstgb-kbds-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(242,220,168,.38);
  background:rgba(242,220,168,.090);
  color:var(--sslp-text-strong);
}

#sslp-teori-gema-batin .sstgb-kbds-btn b{
  color:var(--sslp-gold);
  font-size:12px;
  line-height:1;
}


/* =========================================================
   14B. EDITORIAL NEXT PATH
========================================================= */

#sslp-teori-gema-batin .sstgb-next-grid{
  display:grid;
  grid-template-columns:minmax(0, .86fr) minmax(320px, 1.14fr);
  gap:clamp(28px, 5vw, 72px);
  align-items:center;
  width:100%;
}

#sslp-teori-gema-batin .sstgb-next-list{
  display:grid;
  gap:10px;
  width:100%;
  max-width:620px;
  margin-left:auto;
}

#sslp-teori-gema-batin .sstgb-next-item{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0, 1fr) 30px;
  gap:14px;
  align-items:center;
  min-height:64px;
  padding:12px 14px;
  border:1px solid var(--sslp-border);
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(242,220,168,.058), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.050), rgba(255,255,255,.020));
  color:var(--sslp-text-strong);
  text-decoration:none;
  transition:
    transform .22s var(--sslp-ease),
    border-color .22s var(--sslp-ease),
    background .22s var(--sslp-ease);
}

#sslp-teori-gema-batin .sstgb-next-item:hover{
  transform:translateY(-2px);
  border-color:var(--sslp-border-strong);
  background:
    radial-gradient(circle at 88% 12%, rgba(242,220,168,.085), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.070), rgba(255,255,255,.028));
}

#sslp-teori-gema-batin .sstgb-next-no{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(242,220,168,.22);
  color:var(--sslp-gold);
  background:var(--sslp-gold-soft);
  font-size:11px;
  font-weight:850;
  line-height:1;
}

#sslp-teori-gema-batin .sstgb-next-copy{
  min-width:0;
  display:grid;
  gap:3px;
}

#sslp-teori-gema-batin .sstgb-next-copy small{
  color:var(--sslp-gold);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
  line-height:1.2;
  text-transform:uppercase;
}

#sslp-teori-gema-batin .sstgb-next-copy strong{
  color:var(--sslp-text-strong);
  font-family:var(--sslp-font-serif);
  font-size:clamp(17px, 1.45vw, 22px);
  font-weight:600;
  letter-spacing:-.022em;
  line-height:1.18;
}

#sslp-teori-gema-batin .sstgb-next-arrow{
  color:var(--sslp-gold);
  font-size:18px;
  line-height:1;
  text-align:center;
}

@media (max-width:1180px){
  #sslp-teori-gema-batin .sstgb-next-grid{
    grid-template-columns:1fr;
  }

  #sslp-teori-gema-batin .sstgb-next-list{
    max-width:none;
    margin-left:0;
  }
}

@media (max-width:760px){
  #sslp-teori-gema-batin .sstgb-kbds-panel{
    width:100%;
    padding:15px;
    border-radius:22px;
  }

  #sslp-teori-gema-batin .sstgb-kbds-rail{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
  }

  #sslp-teori-gema-batin .sstgb-kbds-btn{
    min-width:0;
    width:100%;
    min-height:38px;
    white-space:normal;
  }

  #sslp-teori-gema-batin .sstgb-next-item{
    grid-template-columns:38px minmax(0, 1fr) 24px;
    gap:11px;
    padding:12px;
  }
}

@media (max-width:480px){
  #sslp-teori-gema-batin .sstgb-kbds-rail{
    grid-template-columns:1fr;
  }

  #sslp-teori-gema-batin .sstgb-next-copy strong{
    font-size:17px;
  }
}




/* =========================================================
   9. RESPONSIVE
========================================================= */

@media (max-width:980px){
  #sslp-teori-gema-batin .sstgb-flow{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  #sslp-teori-gema-batin .sstgb-flow::before{
    display:none;
  }

  #sslp-teori-gema-batin .sstgb-flow-card,
  #sslp-teori-gema-batin .sstgb-flow-card:nth-child(1),
  #sslp-teori-gema-batin .sstgb-flow-card:nth-child(2),
  #sslp-teori-gema-batin .sstgb-flow-card:nth-child(3),
  #sslp-teori-gema-batin .sstgb-flow-card:nth-child(4),
  #sslp-teori-gema-batin .sstgb-flow-card:hover,
  #sslp-teori-gema-batin .sstgb-flow-card:nth-child(1):hover,
  #sslp-teori-gema-batin .sstgb-flow-card:nth-child(3):hover{
    transform:none;
  }
}

@media (max-width:720px){
  #sslp-teori-gema-batin .sslp-map-panel,
  #sslp-teori-gema-batin .sslp-map-panel-inner{
    min-height:330px;
  }

  #sslp-teori-gema-batin .sslp-map-panel::before{
    left:20px;
    top:18px;
    max-width:220px;
  }

  #sslp-teori-gema-batin .sslp-map-panel::after{
    right:-150px;
    bottom:-150px;
    width:300px;
    height:300px;
  }

  #sslp-teori-gema-batin .sslp-map-core{
    width:72px;
    height:72px;
  }
}

@media (max-width:640px){
  #sslp-teori-gema-batin .sstgb-flow{
    grid-template-columns:1fr;
  }

  #sslp-teori-gema-batin .sslp-echo-rings span:nth-child(4){
    display:none;
  }

  #sslp-teori-gema-batin .sstgb-pattern{
    width:320px;
    height:320px;
    opacity:.22;
  }
}
