
.shattered-action-link{
  display:inline-block;
  min-width:200px;       /* panjang minimum tombol */
  text-align:center;     /* teks di tengah */
  padding:14px 28px;     /* lebih besar dari 12x18 */
  margin:5px;
  background: linear-gradient(to bottom, #101a2e 0%, #1f315a 50%, #0f182b 100%);
  color:#fff;
  border: 2px solid #9ab3ca;
  font-weight:700;
  border-radius:10px;
  text-decoration:none;
  box-shadow:0 2px 6px rgb(0, 0, 0);
  cursor:pointer;
}
.shattered-action-link:hover{
  background:#ffffff;    /* warna saat hover */
}
/* Sembunyikan total kolom kanan di desktop kalau kosong */
.right-rail:empty,
.sidebar:empty,
.product__aside:empty {
  display: none !important;
}

/* Jika pakai grid 2 kolom, jadikan 1 kolom saat kolom kanan hilang */
.page-grid {
  display: grid;
  grid-template-columns: 1fr; /* semula: 1fr 360px */
  gap: 24px;
}

.shattered-announcement {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  background: #07162e;
  color: #f8fbff;
  text-align: center;
}

.shattered-header {
  position: relative;
  background: rgba(7, 19, 43, .96);
  border-bottom: 1px solid rgba(143, 239, 255, .35);
}

.shattered-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 22px;
}

.shattered-header__brand img {
  display: block;
  width: min(220px, 30vw);
  height: auto;
}

.shattered-header__copy {
  display: grid;
  gap: 2px;
  color: #f8fbff;
}

.shattered-header__copy strong {
  color: #8fefff;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shattered-nav__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 12px 18px;
}

.shattered-nav a,
.shattered-footer a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.shattered-main {
  background:
    radial-gradient(circle at 15% 12%, rgba(16, 207, 255, .22), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 66, 200, .16), transparent 30%),
    #071226;
}

.shattered-hero {
  padding: clamp(44px, 7vw, 92px) 20px;
}

.shattered-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1180px;
  margin: 0 auto;
}

.shattered-hero__visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 244, 255, .6);
  border-radius: 28px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .38), 0 0 30px rgba(16, 207, 255, .18);
}

.shattered-hero__visual img {
  display: block;
  width: 100%;
  height: clamp(360px, 52vw, 620px);
  object-fit: cover;
}

.shattered-hero__badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(4, 12, 30, .82);
  color: #f8fbff;
  text-align: center;
  backdrop-filter: blur(10px);
}

.shattered-hero__copy {
  color: #f8fbff;
}

.shattered-hero__copy h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
}

.shattered-hero__eyebrow {
  color: #8fefff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shattered-hero__description {
  max-width: 66ch;
  color: rgba(248, 251, 255, .88);
  font-size: 1.06rem;
  line-height: 1.72;
}

.shattered-hero__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 22px 0;
}

.shattered-hero__price strong {
  color: #ffd76a;
  font-size: clamp(30px, 4vw, 48px);
}

.shattered-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.shattered-hero__features li {
  padding: 7px 12px;
  border: 1px solid rgba(143, 239, 255, .45);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.shattered-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shattered-footer {
  padding: 42px 20px 132px;
  background: #040b19;
  color: #f8fbff;
}

.shattered-footer__inner {
  display: grid;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}

.shattered-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

@media (max-width: 760px) {
  .shattered-announcement span,
  .shattered-header__copy {
    display: none;
  }

  .shattered-header__inner {
    grid-template-columns: 1fr auto;
    padding: 12px 14px;
  }

  .shattered-header__inner .shattered-action-link {
    min-width: 0;
    padding: 10px 14px;
  }

  .shattered-hero__grid {
    grid-template-columns: 1fr;
  }

  .shattered-hero__visual img {
    height: min(110vw, 520px);
  }
}
