body.sk-fantasi-page .site-content > .ast-container {
  max-width: min(1260px, 96vw);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.sk-fantasi-page #primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.sk-fantasi-page .site-main {
  margin-top: 0;
}

body.sk-fantasi-page .sk-fantasi-wrap {
  --skf-navy: #143f57;
  --skf-teal: #2f7d67;
  --skf-orange: #d8764b;
  --skf-orange-soft: #ffe4d4;
  --skf-cream: #fffaf2;
  --skf-sky: #edf7ff;
  --skf-border: #d7e8de;
  --skf-text: #3b5d6d;
  --skf-heading: #1d3f52;
  --skf-shadow: 0 16px 38px rgba(22, 51, 69, 0.12);
  --skf-shadow-soft: 0 10px 24px rgba(22, 51, 69, 0.08);

  display: grid;
  gap: clamp(0.95rem, 2.2vw, 1.5rem);
  padding: clamp(0.9rem, 2.2vw, 1.45rem) 0 clamp(2.1rem, 4.1vw, 3rem);
  color: var(--skf-text);
}

body.sk-fantasi-page .sk-fantasi-wrap h1,
body.sk-fantasi-page .sk-fantasi-wrap h2,
body.sk-fantasi-page .sk-fantasi-wrap h3 {
  color: var(--skf-heading);
  text-transform: none;
  line-height: 1.1;
}

body.sk-fantasi-page .sk-fantasi-wrap p,
body.sk-fantasi-page .sk-fantasi-wrap li {
  line-height: 1.64;
}

body.sk-fantasi-page .sk-fantasi-wrap a {
  color: #215d7b;
}

body.sk-fantasi-page .sk-fantasi-wrap a:hover,
body.sk-fantasi-page .sk-fantasi-wrap a:focus-visible {
  color: #184a63;
}

body.sk-fantasi-page .sk-fantasi-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid #d4e4dc;
  border-radius: 999px;
  background: #ffffff;
  color: #4c6776;
  font-size: 13px;
  font-weight: 600;
}

body.sk-fantasi-page .sk-fantasi-breadcrumb .sep {
  opacity: 0.6;
}

body.sk-fantasi-page .sk-fantasi-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

body.sk-fantasi-page .sk-fantasi-hero,
body.sk-fantasi-page .sk-fantasi-section {
  border: 1px solid var(--skf-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--skf-shadow-soft);
}

body.sk-fantasi-page .sk-fantasi-hero {
  display: grid;
  gap: clamp(0.95rem, 2.2vw, 1.4rem);
  padding: clamp(1rem, 2.3vw, 1.75rem);
  background:
    radial-gradient(680px 320px at 2% 2%, rgba(87, 181, 142, 0.2), rgba(87, 181, 142, 0) 74%),
    radial-gradient(720px 420px at 100% 10%, rgba(224, 136, 91, 0.18), rgba(224, 136, 91, 0) 74%),
    linear-gradient(145deg, var(--skf-cream) 0%, #f3fbf6 48%, var(--skf-sky) 100%);
  overflow: hidden;
}

body.sk-fantasi-page .sk-fantasi-hero__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(0.9rem, 2vw, 1.4rem);
  align-items: stretch;
}

body.sk-fantasi-page .sk-fantasi-hero__content {
  display: grid;
  align-content: start;
  gap: 0.72rem;
}

body.sk-fantasi-page .sk-fantasi-hero__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #3f6d5a;
}

body.sk-fantasi-page .sk-fantasi-hero h1 {
  margin: 0;
  font-size: clamp(1.98rem, 4.4vw, 3.2rem);
  text-wrap: balance;
}

body.sk-fantasi-page .sk-fantasi-hero__lead {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  color: #3b5d6d;
  max-width: 63ch;
}

body.sk-fantasi-page .sk-fantasi-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.sk-fantasi-page .sk-fantasi-hero__chips li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #c7dfd0;
  background: #f7fdf8;
  color: #2f5f45;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
}

body.sk-fantasi-page .sk-fantasi-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.sk-fantasi-page .sk-fantasi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 10px 17px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.sk-fantasi-page .sk-fantasi-btn:hover,
body.sk-fantasi-page .sk-fantasi-btn:focus-visible {
  transform: translateY(-1px);
}

body.sk-fantasi-page .sk-fantasi-btn--primary {
  background: linear-gradient(135deg, #f0b17b 0%, #d86f43 100%);
  border-color: #d86f43;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(201, 104, 58, 0.28);
}

body.sk-fantasi-page .sk-fantasi-btn--primary:hover,
body.sk-fantasi-page .sk-fantasi-btn--primary:focus-visible {
  background: linear-gradient(135deg, #e6a266 0%, #ca6238 100%);
  color: #ffffff;
}

body.sk-fantasi-page .sk-fantasi-btn--ghost {
  border-color: #bdd6c7;
  background: rgba(255, 255, 255, 0.88);
  color: #21485d;
}

body.sk-fantasi-page .sk-fantasi-btn--ghost:hover,
body.sk-fantasi-page .sk-fantasi-btn--ghost:focus-visible {
  border-color: #9ebfae;
  background: #ffffff;
  color: #1f5f86;
}

body.sk-fantasi-page .sk-fantasi-hero__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.sk-fantasi-page .sk-fantasi-hero__steps li {
  display: grid;
  gap: 2px;
  border: 1px solid #d5e7dd;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  padding: 8px 10px;
}

body.sk-fantasi-page .sk-fantasi-hero__steps strong {
  font-size: 0.86rem;
  color: #21475e;
}

body.sk-fantasi-page .sk-fantasi-hero__steps span {
  font-size: 0.85rem;
  color: #4a6675;
}

body.sk-fantasi-page .sk-fantasi-hero__visual {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(40px, 1fr));
  gap: 8px;
}

body.sk-fantasi-page .sk-fantasi-hero__image {
  margin: 0;
  border: 1px solid #d2e2da;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(24, 53, 72, 0.12);
}

body.sk-fantasi-page .sk-fantasi-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.sk-fantasi-page .sk-fantasi-hero__image--1 {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
}

body.sk-fantasi-page .sk-fantasi-hero__image--2 {
  grid-column: 4 / 7;
  grid-row: 3 / 7;
}

body.sk-fantasi-page .sk-fantasi-hero__image--3 {
  grid-column: 1 / 3;
  grid-row: 4 / 7;
}

body.sk-fantasi-page .sk-fantasi-hero__image--4 {
  grid-column: 3 / 5;
  grid-row: 4 / 6;
}

body.sk-fantasi-page .sk-fantasi-hero__products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.sk-fantasi-page .sk-fantasi-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #d8e8df;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(24, 53, 72, 0.08);
  overflow: hidden;
}

body.sk-fantasi-page .sk-fantasi-product-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #edf4f0;
}

body.sk-fantasi-page .sk-fantasi-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.sk-fantasi-page .sk-fantasi-product-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #eaf3ef 0%, #dcebe3 100%);
}

body.sk-fantasi-page .sk-fantasi-product-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
}

body.sk-fantasi-page .sk-fantasi-product-card h2 {
  margin: 0;
  font-size: clamp(0.84rem, 1.08vw, 0.95rem);
  line-height: 1.3;
}

body.sk-fantasi-page .sk-fantasi-product-card h2 a {
  color: #23485d;
  text-decoration: none;
}

body.sk-fantasi-page .sk-fantasi-product-card h2 a:hover,
body.sk-fantasi-page .sk-fantasi-product-card h2 a:focus-visible {
  color: #1f688f;
}

body.sk-fantasi-page .sk-fantasi-product-card__use {
  margin: 0;
  font-size: 0.81rem;
  color: #4f6878;
}

body.sk-fantasi-page .sk-fantasi-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

body.sk-fantasi-page .sk-fantasi-price {
  font-size: 0.84rem;
  font-weight: 700;
  color: #1d4f37;
}

body.sk-fantasi-page .sk-fantasi-price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

body.sk-fantasi-page .sk-fantasi-stock {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  border: 1px solid #cee3d4;
  background: #f7fdf8;
  color: #316647;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
}

body.sk-fantasi-page .sk-fantasi-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #cadfd3;
  background: #ffffff;
  color: #264f63;
  text-decoration: none;
  font-size: 11.8px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
}

body.sk-fantasi-page .sk-fantasi-product-card__cta:hover,
body.sk-fantasi-page .sk-fantasi-product-card__cta:focus-visible {
  border-color: #a7c6b4;
  color: #1e6a43;
}

body.sk-fantasi-page .sk-fantasi-section {
  display: grid;
  gap: 12px;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  background: linear-gradient(145deg, #ffffff 0%, #f8fcfa 100%);
}

body.sk-fantasi-page .sk-fantasi-section__head {
  display: grid;
  gap: 6px;
}

body.sk-fantasi-page .sk-fantasi-section__head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
}

body.sk-fantasi-page .sk-fantasi-section__head p {
  margin: 0;
}

body.sk-fantasi-page .sk-fantasi-section__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #446d5b;
}

body.sk-fantasi-page .sk-fantasi-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.sk-fantasi-page .sk-fantasi-decision-card {
  border: 1px solid #d8e8de;
  border-radius: 16px;
  background: linear-gradient(150deg, #f7fcf8 0%, #ffffff 100%);
  box-shadow: 0 8px 18px rgba(24, 53, 72, 0.08);
  padding: 12px;
}

body.sk-fantasi-page .sk-fantasi-decision-card h3 {
  margin: 0 0 6px;
  font-size: clamp(1.02rem, 1.75vw, 1.22rem);
}

body.sk-fantasi-page .sk-fantasi-decision-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 4px;
}

body.sk-fantasi-page .sk-fantasi-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.sk-fantasi-page .sk-fantasi-audience-grid article {
  border: 1px solid #d7e6dd;
  border-radius: 14px;
  background: linear-gradient(150deg, #f8fcf9 0%, #ffffff 100%);
  padding: 10px;
  display: grid;
  gap: 6px;
}

body.sk-fantasi-page .sk-fantasi-audience-grid h3 {
  margin: 0;
  font-size: 1rem;
}

body.sk-fantasi-page .sk-fantasi-audience-grid p {
  margin: 0;
  font-size: 0.94rem;
}

body.sk-fantasi-page .sk-fantasi-audience-grid a {
  width: fit-content;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #cde0d4;
  border-radius: 999px;
  background: #ffffff;
  padding: 6px 9px;
}

body.sk-fantasi-page .sk-fantasi-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.sk-fantasi-page .sk-fantasi-category-card {
  border: 1px solid #d8e8df;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(24, 53, 72, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

body.sk-fantasi-page .sk-fantasi-category-card__media {
  display: block;
  aspect-ratio: 16 / 8;
}

body.sk-fantasi-page .sk-fantasi-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.sk-fantasi-page .sk-fantasi-category-card__body {
  display: grid;
  gap: 7px;
  padding: 12px;
}

body.sk-fantasi-page .sk-fantasi-category-card h3 {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
}

body.sk-fantasi-page .sk-fantasi-category-card h3 a {
  color: #214a60;
  text-decoration: none;
}

body.sk-fantasi-page .sk-fantasi-category-card h3 a:hover,
body.sk-fantasi-page .sk-fantasi-category-card h3 a:focus-visible {
  color: #1c6488;
}

body.sk-fantasi-page .sk-fantasi-category-card p {
  margin: 0;
}

body.sk-fantasi-page .sk-fantasi-category-card__count {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  width: fit-content;
  border: 1px solid #cfe1d6;
  border-radius: 999px;
  padding: 5px 10px;
  background: #f7fcf8;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  color: #35664a;
}

body.sk-fantasi-page .sk-fantasi-category-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #d58f68;
  background: linear-gradient(130deg, #f2bc8b 0%, #db7a4d 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 12px;
}

body.sk-fantasi-page .sk-fantasi-category-card__cta:hover,
body.sk-fantasi-page .sk-fantasi-category-card__cta:focus-visible {
  color: #ffffff;
  background: linear-gradient(130deg, #e8aa74 0%, #c96639 100%);
}

body.sk-fantasi-page .sk-fantasi-activities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.sk-fantasi-page .sk-fantasi-activity-card {
  border: 1px solid #d8e8de;
  border-radius: 16px;
  background: linear-gradient(150deg, #f8fcf9 0%, #ffffff 100%);
  padding: 12px;
  box-shadow: 0 8px 18px rgba(24, 53, 72, 0.08);
  display: grid;
  gap: 6px;
}

body.sk-fantasi-page .sk-fantasi-activity-card h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.75vw, 1.22rem);
}

body.sk-fantasi-page .sk-fantasi-activity-card p {
  margin: 0;
}

body.sk-fantasi-page .sk-fantasi-faq-list {
  display: grid;
  gap: 8px;
}

body.sk-fantasi-page .sk-fantasi-faq-list details {
  border: 1px solid #d8e8de;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

body.sk-fantasi-page .sk-fantasi-faq-list summary {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 11px 12px;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  color: #284f64;
}

body.sk-fantasi-page .sk-fantasi-faq-list summary::-webkit-details-marker {
  display: none;
}

body.sk-fantasi-page .sk-fantasi-faq-list details[open] summary {
  border-bottom: 1px solid #dceae2;
  background: #f8fdf9;
}

body.sk-fantasi-page .sk-fantasi-faq-list details p {
  margin: 0;
  padding: 11px 12px;
}

body.sk-fantasi-page .sk-fantasi-section--cta {
  border-color: #d8e7de;
  background:
    radial-gradient(560px 250px at 0% 0%, rgba(94, 173, 136, 0.2), rgba(94, 173, 136, 0) 72%),
    radial-gradient(520px 260px at 100% 100%, rgba(226, 145, 98, 0.18), rgba(226, 145, 98, 0) 72%),
    linear-gradient(140deg, #f8fdf9 0%, #ffffff 100%);
}

body.sk-fantasi-page .sk-fantasi-section--cta h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
}

body.sk-fantasi-page .sk-fantasi-section--cta p {
  margin: 0;
  max-width: 75ch;
}

body.sk-fantasi-page .sk-fantasi-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@keyframes skFantasiFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.sk-fantasi-page .sk-fantasi-hero,
body.sk-fantasi-page .sk-fantasi-section {
  animation: skFantasiFadeUp 0.55s ease both;
}

body.sk-fantasi-page .sk-fantasi-hero__products .sk-fantasi-product-card:nth-child(2) {
  animation-delay: 0.05s;
}

body.sk-fantasi-page .sk-fantasi-hero__products .sk-fantasi-product-card:nth-child(3) {
  animation-delay: 0.1s;
}

body.sk-fantasi-page .sk-fantasi-hero__products .sk-fantasi-product-card:nth-child(4) {
  animation-delay: 0.15s;
}

body.sk-fantasi-page .sk-fantasi-hero__products .sk-fantasi-product-card:nth-child(5) {
  animation-delay: 0.2s;
}

@media (max-width: 1120px) {
  body.sk-fantasi-page .sk-fantasi-hero__products {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(215px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px;
  }
}

@media (max-width: 980px) {
  body.sk-fantasi-page .sk-fantasi-hero__intro-grid {
    grid-template-columns: 1fr;
  }

  body.sk-fantasi-page .sk-fantasi-hero__visual {
    min-height: 260px;
  }

  body.sk-fantasi-page .sk-fantasi-decision-grid,
  body.sk-fantasi-page .sk-fantasi-activities-grid {
    grid-template-columns: 1fr;
  }

  body.sk-fantasi-page .sk-fantasi-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.sk-fantasi-page .sk-fantasi-wrap {
    gap: 10px;
  }

  body.sk-fantasi-page .sk-fantasi-hero,
  body.sk-fantasi-page .sk-fantasi-section {
    border-radius: 16px;
    padding: 12px;
  }

  body.sk-fantasi-page .sk-fantasi-hero__chips li {
    font-size: 11.5px;
    min-height: 30px;
    padding: 5px 9px;
  }

  body.sk-fantasi-page .sk-fantasi-hero__visual,
  body.sk-fantasi-page .sk-fantasi-hero__image--1,
  body.sk-fantasi-page .sk-fantasi-hero__image--2,
  body.sk-fantasi-page .sk-fantasi-hero__image--3,
  body.sk-fantasi-page .sk-fantasi-hero__image--4 {
    grid-column: auto;
    grid-row: auto;
  }

  body.sk-fantasi-page .sk-fantasi-hero__visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(60px, 1fr));
  }

  body.sk-fantasi-page .sk-fantasi-category-grid,
  body.sk-fantasi-page .sk-fantasi-audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sk-fantasi-page .sk-fantasi-hero,
  body.sk-fantasi-page .sk-fantasi-section,
  body.sk-fantasi-page .sk-fantasi-btn {
    animation: none !important;
    transition: none !important;
  }
}
