/* =================================================================
   NOTA TEMUDUGA SPP & CoS 2026 — Stylesheet (REVAMP v2)
   Tema: "Cute Study Pastel Blue" — ikut poster rujukan biru
   Ciri: biru pastel, krim, kad dashed, heading sticker,
         ribbon, sparkle deco, tepi scallop, washi tape,
         kilauan butang & micro-animation
   Susunan:
   1. Reset & token   2. Asas       3. Layout & header berkongsi
   4. Butang          5. Topbar     6. Hero & module strip
   7. Stats           8. Problem    9. Contents
   10. For who        11. Testi     12. How it works
   13. Pricing        14. FAQ       15. Final CTA
   16. Responsif      17. Reduced motion
   ================================================================= */

/* =========================================================
   1. RESET & TOKEN
   ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Latar & permukaan */
  --bg: #cfe4f8;            /* hijau pastel utama (macam poster) */
  --bg-2: #ddecfb;
  --surface: #fffdf4;       /* krim */
  --surface-soft: #fdf9e4;  /* krim kuning lembut */

  /* Teks */
  --ink: #1d3a6b;           /* hijau hutan gelap */
  --ink-2: #2c5291;         /* hijau gelap sederhana */
  --text: #2c4160;
  --muted: #5b7291;
  --text-2: #3f5b83;
  --text-3: #8ba3c4;

  /* Jenama */
  --primary: #4a7fd0;        /* hijau utama */
  --primary-2: #6d9fe3;      /* hijau cerah */
  --primary-dark: #2c5291;
  --primary-soft: #ddeafa;

  /* Aksen comel */
  --yellow: #f7c948;
  --yellow-soft: #fdf3cd;
  --yellow-soft-2: #fbe9a6;
  --pink: #f38ba0;
  --pink-soft: #fde3e9;
  --pink-soft-2: #fbcdd8;
  --mint-soft: #dcf3e4;
  --mint-soft-2: #c4ead2;
  /* Nota: nama --green-soft (kini biru) & --blue-soft (kini mint) adalah legacy dari tema hijau */
  --blue-soft: #d9f2e6;
  --blue-soft-2: #bfe8d5;
  --green-soft: #ddeafa;
  --green-soft-2: #c6dcf6;

  /* Garisan */
  --line: #aecbe8;
  --line-strong: #8fb7e0;
  --dash: 2px dashed rgba(74, 127, 208, 0.45);

  /* Bayang */
  --shadow-sm: 0 4px 14px rgba(35, 61, 110, 0.08);
  --shadow-md: 0 14px 34px rgba(35, 61, 110, 0.12);
  --shadow-lg: 0 26px 60px rgba(35, 61, 110, 0.18);
  --shadow-primary: 0 16px 36px rgba(58, 110, 190, 0.32);

  /* Sticker outline putih utk heading */
  --sticker:
    -2px -2px 0 #fff,  2px -2px 0 #fff,
    -2px  2px 0 #fff,  2px  2px 0 #fff,
    -3px  0   0 #fff,  3px  0   0 #fff,
     0   -3px 0 #fff,  0    3px 0 #fff,
     0    6px 14px rgba(35, 61, 110, 0.16);

  /* Radius — semua lebih bulat & lembut */
  --r: 20px;
  --r-lg: 26px;
  --r-xl: 34px;
  --r-pill: 999px;

  /* Saiz teks */
  --fs-body: 1.0625rem;
  --fs-sm: 0.9rem;
  --fs-xs: 0.82rem;

  /* Pelembut gerakan */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   2. ASAS
   ========================================================= */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background:
    radial-gradient(820px circle at 8% -4%, rgba(247, 201, 72, 0.16), transparent 46%),
    radial-gradient(720px circle at 100% 4%, rgba(243, 139, 160, 0.12), transparent 42%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 55%, #dceafa 100%);
  background-attachment: fixed;
}

::selection {
  background: rgba(247, 201, 72, 0.55);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
}

s {
  color: var(--text-3);
}

img {
  display: block;
  max-width: 100%;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(74, 127, 208, 0.55);
  outline-offset: 3px;
  border-radius: 12px;
}

/* =========================================================
   3. LAYOUT & HEADER BERKONGSI
   ========================================================= */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Baloo 2", "Poppins", sans-serif;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

/* Irama jarak antara seksyen */
.problem,
.forwho,
.testimonials,
.how,
.pricing,
.faq,
.final-cta {
  padding: 84px 0;
}

#pricing {
  scroll-margin-top: 24px;
}

/* Label kecil di atas tajuk — gaya ribbon berjahit */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.1rem;
  padding: 8px 20px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: #fffdf4;
  background: linear-gradient(180deg, #5a8fd6, #35619e);
  border: 2px dashed rgba(255, 255, 255, 0.55);
  border-radius: var(--r-pill);
  box-shadow: 0 8px 18px rgba(58, 110, 190, 0.28),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: rotate(-1.2deg);
}

.section-badge svg,
.hero-badge svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
}

.section-h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  font-weight: 800;
  text-align: center;
  color: var(--ink);
  text-shadow: var(--sticker);
}

.section-sub {
  max-width: 620px;
  margin: 0 auto 2.4rem;
  font-size: 1.04rem;
  color: var(--muted);
  text-align: center;
  text-wrap: pretty;
}

/* Tengah-kan header seksyen yang centered */
.problem .container,
.contents-section .container,
.forwho .container,
.testimonials .container,
.how .container,
.pricing .container,
.faq-wrap {
  text-align: center;
}

/* Penanda highlighter di sebalik teks */
.highlight,
.underline-orange,
.underline-green,
.underline-blue {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.highlight::after,
.underline-orange::after,
.underline-green::after,
.underline-blue::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2px;
  right: -2px;
  bottom: 0.08em;
  height: 0.34em;
  border-radius: 6px;
}

.highlight,
.underline-green {
  color: #35619e;
}
.highlight::after,
.underline-green::after {
  background: rgba(247, 201, 72, 0.55);
}

.underline-orange {
  color: #c98a12;
}
.underline-orange::after {
  background: rgba(247, 201, 72, 0.5);
}

.underline-blue {
  color: #e0637e;
}
.underline-blue::after {
  background: rgba(243, 139, 160, 0.35);
}

/* =========================================================
   4. BUTANG
   ========================================================= */
.btn-main,
.btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  position: relative;
  isolation: isolate;
  padding: 1rem 2.4rem;
  font-family: "Baloo 2", "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  color: #fff;
  border: 0;
  border-radius: var(--r-pill);
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  box-shadow: var(--shadow-primary),
              inset 0 -3px 0 rgba(32, 74, 27, 0.25);
  overflow: hidden;
  transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease);
}

/* Kilauan menyapu bila hover */
.btn-main::before,
.btn-buy::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 55%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: left 0.55s var(--ease);
  pointer-events: none;
}

.btn-main:hover::before,
.btn-buy:hover::before {
  left: 130%;
}

.btn-main::after,
.btn-buy::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 55%);
  pointer-events: none;
}

.btn-main:hover,
.btn-buy:hover {
  transform: translateY(-3px) rotate(-0.5deg);
  box-shadow: 0 22px 46px rgba(58, 110, 190, 0.42),
              inset 0 -3px 0 rgba(32, 74, 27, 0.25);
}

.btn-main:active,
.btn-buy:active {
  transform: translateY(-1px);
}

.btn-large {
  padding: 1.15rem 3rem;
  font-size: 1.18rem;
}

/* =========================================================
   5. TOPBAR
   ========================================================= */
.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.65rem 1.5rem;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: #f2fbe9;
  text-align: center;
  background: linear-gradient(135deg, var(--ink), var(--ink-2));
}

.topbar-btn {
  white-space: nowrap;
  padding: 0.34rem 1.05rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: var(--fs-xs);
  color: var(--ink);
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, #ffe27a, var(--yellow));
  box-shadow: 0 6px 16px rgba(247, 201, 72, 0.4);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.topbar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(247, 201, 72, 0.5);
}

/* =========================================================
   6. HERO & MODULE STRIP
   ========================================================= */
.hero {
  position: relative;
  padding: 4rem 0 0;
  text-align: center;
  overflow: hidden;
}

/* Deko sparkle & doodle kiri-kanan hero */
.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  font-size: 1.6rem;
  line-height: 2.4;
  opacity: 0.85;
  pointer-events: none;
  white-space: pre;
  animation: floaty 5s ease-in-out infinite;
}

.hero::before {
  content: "📖\A✦\A🌱";
  left: 4%;
  top: 14%;
}

.hero::after {
  content: "🎓\A💚\A⭐";
  right: 4%;
  top: 10%;
  animation-delay: 1.4s;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-10px) rotate(3deg); }
}

.hero-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(58, 110, 190, 0.18) 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 75%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 75%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

/* Badge hero — ribbon berjahit macam poster */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
  padding: 9px 22px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: #fffdf4;
  background: linear-gradient(180deg, #5a8fd6, #35619e);
  border: 2px dashed rgba(255, 255, 255, 0.55);
  border-radius: var(--r-pill);
  box-shadow: 0 10px 22px rgba(58, 110, 190, 0.3);
  transform: rotate(-1.5deg);
}

/* Marker highlighter lebih tebal & sengaja senget sikit — feel lukisan tangan */
.hero-h1 .highlight::after {
  height: 0.42em;
  transform: rotate(-1deg);
}

.hero-h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ink);
  text-shadow: var(--sticker);
}

.hero-sub {
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 1.12rem;
  color: var(--text-2);
}

.hero-sub strong {
  color: var(--ink);
  font-weight: 600;
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
  font-size: var(--fs-sm);
  color: var(--text-2);
}

.hero-trust strong {
  color: var(--ink);
}

.hero-stars {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #f2b31a;
}

.hero-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1.05rem;
  font-weight: 600;
  font-size: var(--fs-sm);
  color: var(--ink-2);
  background: rgba(255, 253, 244, 0.85);
  backdrop-filter: blur(6px);
  border: var(--dash);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-sm);
}

.hero-pills span::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2335619e' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* Module strip — jalur hijau hutan gelap dengan kad krim */
.module-strip {
  position: relative;
  margin-top: 26px;
  padding: 3.2rem 0 3.4rem;
  background:
    radial-gradient(700px circle at 88% -30%, rgba(247, 201, 72, 0.28), transparent 50%),
    linear-gradient(150deg, var(--ink-2), var(--ink));
}

/* Tepi scallop comel di atas jalur */
.module-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 17px;
  background-image: radial-gradient(circle at 50% 100%, var(--ink-2) 12px, rgba(0, 0, 0, 0) 13px);
  background-size: 32px 17px;
  background-repeat: repeat-x;
  background-position: center bottom;
  pointer-events: none;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.mod-card {
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: var(--surface);
  border: 2px dashed rgba(74, 127, 208, 0.35);
  border-radius: var(--r-lg);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.mod-card:hover {
  transform: translateY(-6px) rotate(-0.6deg);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.3);
}

.mod-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.9rem;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  border-radius: var(--r-pill);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.24s var(--ease);
}

.mod-card:hover .mod-icon {
  transform: scale(1.08) rotate(-6deg);
}

.mod-icon svg {
  width: 28px;
  height: 28px;
}

.mod-blue .mod-icon   { color: #2f8a66; background: linear-gradient(160deg, var(--blue-soft), var(--blue-soft-2)); }
.mod-green .mod-icon  { color: #35619e; background: linear-gradient(160deg, var(--green-soft), var(--green-soft-2)); }
.mod-orange .mod-icon { color: #b0620e; background: linear-gradient(160deg, var(--yellow-soft), var(--yellow-soft-2)); }
.mod-teal .mod-icon   { color: #e0637e; background: linear-gradient(160deg, var(--pink-soft), var(--pink-soft-2)); }

.mod-card strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.05rem;
  color: var(--ink);
}

.mod-card span {
  display: block;
  font-size: var(--fs-sm);
  color: var(--muted);
}

.all-in-one-banner {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-align: center;
  color: #ffe27a;
}

/* =========================================================
   7. STATS (hijau gelap sambungan module strip)
   ========================================================= */
.stats {
  position: relative;
  margin-top: -1px;
  padding: 0 0 3rem;
  background: var(--ink);
}

/* Tepi scallop tergantung ke bawah masuk ke seksyen pastel */
.stats::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 17px;
  background-image: radial-gradient(circle at 50% 0, var(--ink) 12px, rgba(0, 0, 0, 0) 13px);
  background-size: 32px 17px;
  background-repeat: repeat-x;
  background-position: center top;
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-top: 2.4rem;
}

.stat-box {
  padding: 1.1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: var(--r);
}

.stat-box strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ffe27a, var(--yellow));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-box span {
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   8. PROBLEM — kad pastel berselang warna
   ========================================================= */
.prob-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.6rem;
  text-align: left;
}

.prob-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--surface);
  border: var(--dash);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease),
    box-shadow 0.24s var(--ease), border-color 0.24s ease;
}

/* Selang-seli warna pastel macam senarai feature dalam poster */
.prob-card:nth-child(1) { background: var(--green-soft); }
.prob-card:nth-child(2) { background: var(--yellow-soft); border-color: rgba(201, 138, 18, 0.4); }
.prob-card:nth-child(3) { background: var(--pink-soft); border-color: rgba(224, 99, 126, 0.35); }
.prob-card:nth-child(4) { background: var(--blue-soft); border-color: rgba(58, 155, 122, 0.4); }

.prob-card.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.prob-card:hover {
  transform: translateY(-4px) rotate(-0.4deg);
  box-shadow: var(--shadow-md);
}

.prob-card:hover .prob-emoji {
  animation: wiggle 0.55s var(--ease);
}

@keyframes wiggle {
  0%, 100% { transform: rotate(0); }
  25%      { transform: rotate(-9deg) scale(1.06); }
  70%      { transform: rotate(8deg); }
}

.prob-emoji {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  border-radius: var(--r-pill);
  background: rgba(255, 253, 244, 0.9);
  border: 2px solid rgba(74, 127, 208, 0.25);
}

.prob-card p {
  font-weight: 500;
  line-height: 1.55;
  color: var(--text);
}

.prob-arrow {
  grid-column: 1 / -1;
  margin-top: 1.4rem;
  text-align: center;
}

.arrow-line {
  font-size: 1.6rem;
  color: var(--primary);
  animation: bounce 1.8s var(--ease) infinite;
}

.prob-arrow p {
  margin-top: 0.2rem;
  font-weight: 600;
  color: var(--muted);
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}

/* =========================================================
   9. CONTENTS — panel krim besar, kad gaya "sticker"
   ========================================================= */
.contents-section {
  position: relative;
  padding: 84px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(247, 201, 72, 0.2), transparent 40%),
    radial-gradient(circle at bottom right, rgba(243, 139, 160, 0.16), transparent 40%),
    linear-gradient(160deg, var(--surface-soft) 0%, #eef5fd 100%);
  border-top: 3px dashed rgba(74, 127, 208, 0.3);
  border-bottom: 3px dashed rgba(74, 127, 208, 0.3);
}

.contents-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 0.6rem;
  text-align: left;
}

.content-box {
  position: relative;
  padding: 22px 22px 26px;
  overflow: hidden;
  border: 3px solid var(--ink-2);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 8px 8px 0 rgba(44, 82, 145, 0.18);
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}

.content-box:hover {
  transform: translate(-3px, -3px) rotate(-0.4deg);
  box-shadow: 12px 12px 0 rgba(44, 82, 145, 0.2);
}

.content-box:nth-child(1) { background: var(--green-soft); }
.content-box:nth-child(2) { background: var(--yellow-soft); }
.content-box:nth-child(3) { background: var(--pink-soft); }
.content-box:nth-child(4) { background: var(--blue-soft); }

/* Sparkle kecil di penjuru setiap kad */
.content-box h3::after {
  content: " ✦";
  font-size: 0.85em;
  color: rgba(44, 82, 145, 0.45);
}

/* Tetingkap imej — ikut tinggi sebenar imej (tiada potong/zoom) */
.content-media {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  border: 2px dashed rgba(44, 82, 145, 0.35);
  border-radius: 20px;
  background: rgba(255, 253, 244, 0.85);
}

.content-media img {
  width: 100%;
  height: auto;
  display: block;
}

.content-num {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fffdf4;
  background: var(--ink-2);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--r-pill);
  box-shadow: 0 8px 20px rgba(44, 82, 145, 0.24);
}

.content-box h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.18;
  color: var(--ink);
}

.content-box p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-2);
}

.contents-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 1.9rem auto 0;
  padding: 12px 20px;
  font-weight: 500;
  text-align: center;
  color: #fffdf4;
  background: linear-gradient(180deg, #5a8fd6, var(--ink-2));
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: var(--r-pill);
  box-shadow: 0 10px 24px rgba(44, 82, 145, 0.26);
}

/* =========================================================
   10. FOR WHO — hijau vs pink pastel
   ========================================================= */
.forwho-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 0.6rem;
  text-align: left;
}

.forwho-card {
  padding: 1.9rem;
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}

.forwho-card.yes {
  background: linear-gradient(180deg, var(--green-soft), #f0f6fd);
  border: 2px dashed rgba(74, 127, 208, 0.5);
}

.forwho-card.no {
  background: linear-gradient(180deg, var(--pink-soft), #fdf1f4);
  border: 2px dashed rgba(224, 99, 126, 0.45);
}

.forwho-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
}

.forwho-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: var(--r-pill);
}

.forwho-card.yes .forwho-icon {
  color: #35619e;
  background: #fffdf4;
  border: 2px solid rgba(74, 127, 208, 0.35);
}

.forwho-card.no .forwho-icon {
  color: #e0637e;
  background: #fffdf4;
  border: 2px solid rgba(224, 99, 126, 0.35);
}

.forwho-card ul {
  display: grid;
  gap: 0.7rem;
}

.forwho-card li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  color: var(--text);
}

.forwho-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 20px;
  height: 20px;
  border-radius: var(--r-pill);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.forwho-card.yes li::before {
  background-color: #fffdf4;
  border: 1.5px solid rgba(74, 127, 208, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2335619e' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.forwho-card.no li::before {
  background-color: #fffdf4;
  border: 1.5px solid rgba(224, 99, 126, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e0637e' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}

/* =========================================================
   11. TESTIMONIALS
   ========================================================= */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.6rem;
  text-align: left;
}

.testi-card {
  padding: 1.75rem;
  background: var(--surface);
  border: var(--dash);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease),
    box-shadow 0.24s var(--ease), border-color 0.24s ease;
}

.testi-card.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.testi-card:hover {
  transform: translateY(-6px) rotate(-0.4deg);
  box-shadow: var(--shadow-md);
}

.testi-featured {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(247, 201, 72, 0.28), transparent 44%),
    linear-gradient(180deg, var(--green-soft), #fffdf4);
  border: 2px dashed rgba(74, 127, 208, 0.6);
}

/* Bintang sticker atas kad testimoni pilihan */
.testi-featured::after {
  content: "⭐";
  position: absolute;
  top: -14px;
  right: 14px;
  font-size: 1.6rem;
  transform: rotate(12deg);
  filter: drop-shadow(0 4px 6px rgba(35, 61, 110, 0.25));
}

.testi-stars {
  margin-bottom: 0.7rem;
  letter-spacing: 1px;
  color: #f2b31a;
}

.testi-card p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
  color: var(--text);
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testi-av {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: var(--ink-2);
  background: linear-gradient(150deg, var(--green-soft), var(--green-soft-2));
  border-radius: var(--r-pill);
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px rgba(35, 61, 110, 0.14);
}

.av-blue  { background: linear-gradient(150deg, var(--blue-soft), var(--blue-soft-2)); color: #2f8a66; }
.av-green { background: linear-gradient(150deg, var(--green-soft), var(--green-soft-2)); color: #35619e; }
.av-white { background: linear-gradient(150deg, var(--yellow-soft), var(--yellow-soft-2)); color: #b07d0e; }

.testi-author strong {
  display: block;
  font-size: 0.96rem;
  color: var(--ink);
}

.testi-author span {
  font-size: var(--fs-sm);
  color: var(--muted);
}

/* =========================================================
   12. HOW IT WORKS — bubble bulat hijau/kuning/pink
   ========================================================= */
.steps-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.step-card {
  padding: 1.9rem 1.5rem;
  text-align: center;
  background: var(--surface);
  border: var(--dash);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease),
    box-shadow 0.24s var(--ease), border-color 0.24s ease;
}

.step-card.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.step-card:hover {
  transform: translateY(-6px) rotate(-0.4deg);
  box-shadow: var(--shadow-md);
}

.step-bubble {
  width: 54px;
  height: 54px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  border-radius: var(--r-pill);
  border: 3px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(150deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 22px rgba(58, 110, 190, 0.32);
  transition: transform 0.24s var(--ease);
}

.step-card:hover .step-bubble {
  transform: scale(1.1) rotate(-8deg);
}

.step-2 {
  color: #6b4c05;
  background: linear-gradient(150deg, #ffe27a, var(--yellow));
  box-shadow: 0 10px 22px rgba(247, 201, 72, 0.4);
}

.step-3 {
  background: linear-gradient(150deg, var(--pink), #ee6f8b);
  box-shadow: 0 10px 22px rgba(243, 139, 160, 0.4);
}

.step-card h4 {
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.step-card p {
  line-height: 1.55;
  color: var(--muted);
}

.step-arrow {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary);
}

/* =========================================================
   13. PRICING (hijau hutan gelap)
   ========================================================= */
.pricing {
  position: relative;
  margin: 26px 0;
  color: #fff;
  background:
    radial-gradient(760px circle at 88% -10%, rgba(247, 201, 72, 0.26), transparent 50%),
    radial-gradient(560px circle at 4% 100%, rgba(243, 139, 160, 0.14), transparent 46%),
    linear-gradient(150deg, var(--ink-2), var(--ink));
}

.pricing::before,
.pricing::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 17px;
  background-size: 32px 17px;
  background-repeat: repeat-x;
  pointer-events: none;
}

.pricing::before {
  top: -16px;
  background-image: radial-gradient(circle at 50% 100%, var(--ink-2) 12px, rgba(0, 0, 0, 0) 13px);
  background-position: center bottom;
}

.pricing::after {
  bottom: -16px;
  background-image: radial-gradient(circle at 50% 0, var(--ink) 12px, rgba(0, 0, 0, 0) 13px);
  background-position: center top;
}

.section-h2.white {
  color: #fff;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.badge-white {
  color: #ffe27a;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.highlight-yellow {
  position: relative;
  display: inline-block;
  color: #ffe27a;
}

.highlight-yellow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2px;
  right: -2px;
  bottom: 0.08em;
  height: 0.34em;
  background: rgba(255, 226, 122, 0.24);
  border-radius: 6px;
}

.pricing-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  margin-top: 2.2rem;
  padding: 2.5rem;
  text-align: left;
  color: var(--text);
  background: var(--surface);
  border: 3px dashed rgba(74, 127, 208, 0.4);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
}

/* Washi tape — pita comel "melekatkan" kad harga */
.pricing-card::before,
.pricing-card::after {
  content: "";
  position: absolute;
  top: -15px;
  width: 118px;
  height: 32px;
  border-left: 2px dashed rgba(255, 255, 255, 0.65);
  border-right: 2px dashed rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 10px rgba(35, 61, 110, 0.16);
  pointer-events: none;
}

.pricing-card::before {
  left: 7%;
  transform: rotate(-5deg);
  background: rgba(247, 201, 72, 0.8);
}

.pricing-card::after {
  right: 7%;
  transform: rotate(4deg);
  background: rgba(243, 139, 160, 0.72);
}

.pricing-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.price-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: #b0620e;
  background: var(--yellow-soft);
  border: 1.5px dashed rgba(201, 138, 18, 0.45);
  border-radius: var(--r-pill);
}

.price-anchor {
  font-size: var(--fs-sm);
  color: var(--muted);
}

.price-big {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  margin: 0.3rem 0 0.2rem;
  color: var(--ink);
}

.price-rm {
  margin-top: 0.6rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.price-num {
  position: relative;
  z-index: 0;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* Marker kuning senget di bawah nombor harga */
.price-num::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -6px;
  right: -6px;
  bottom: 4px;
  height: 0.24em;
  background: rgba(247, 201, 72, 0.65);
  border-radius: 8px;
  transform: rotate(-1.5deg);
}

.price-save {
  display: inline-flex;
  gap: 0.3rem;
  margin-bottom: 1.1rem;
  padding: 0.3rem 0.9rem;
  font-weight: 500;
  font-size: var(--fs-sm);
  color: #35619e;
  background: var(--green-soft);
  border: 1.5px dashed rgba(74, 127, 208, 0.4);
  border-radius: var(--r-pill);
}

.price-desc {
  margin-bottom: 1.4rem;
  line-height: 1.6;
  color: var(--muted);
}

.btn-buy {
  width: 100%;
}

.pay-trust {
  margin-top: 0.8rem;
  font-weight: 600;
  font-size: var(--fs-sm);
  color: #35619e;
}

.price-note {
  margin-top: 0.5rem;
  font-size: var(--fs-sm);
  color: var(--muted);
}

.pricing-divider {
  width: 0;
  border-left: 2px dashed rgba(74, 127, 208, 0.35);
}

.pricing-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.includes-title {
  margin-bottom: 1rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
}

.includes-list {
  display: grid;
  gap: 0.75rem;
}

.includes-list li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  color: var(--text);
}

.includes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 20px;
  height: 20px;
  background: var(--green-soft)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2335619e' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    no-repeat center / 12px;
  border: 1.5px solid rgba(74, 127, 208, 0.35);
  border-radius: var(--r-pill);
}

.guarantee {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 720px;
  margin: 1.8rem auto 0;
  padding: 1.25rem 1.5rem;
  line-height: 1.6;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.07);
  border: 2px dashed rgba(255, 255, 255, 0.28);
  border-radius: var(--r-lg);
}

.guarantee strong {
  color: #fff;
}

.guarantee-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  background: rgba(255, 226, 122, 0.2);
  border-radius: var(--r-pill);
}

/* =========================================================
   14. FAQ
   ========================================================= */
.faq {
  background: linear-gradient(180deg, var(--surface-soft), #e9f2fb);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 760px;
  margin: 1.6rem auto 0;
  text-align: left;
}

.faq-item {
  overflow: hidden;
  background: var(--surface);
  border: var(--dash);
  border-radius: var(--r);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(74, 127, 208, 0.7);
}

.faq-item.active {
  background: var(--green-soft);
  border-color: rgba(74, 127, 208, 0.7);
  box-shadow: var(--shadow-sm);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-family: "Baloo 2", "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  text-align: left;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: var(--ink-2);
  background: var(--primary-soft);
  border: 1.5px dashed rgba(74, 127, 208, 0.4);
  border-radius: var(--r-pill);
  transition: transform 0.25s var(--ease), background 0.2s ease, color 0.2s ease;
}

.faq-item:not(.active):hover .faq-icon {
  transform: rotate(90deg) scale(1.08);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #fff;
  background: var(--primary);
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
}

.faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s var(--ease);
}

.faq-item.active .faq-ans {
  max-height: 500px;
}

.faq-ans p {
  padding: 0 1.4rem 1.2rem;
  line-height: 1.65;
  color: var(--text-2);
}

/* =========================================================
   15. FINAL CTA (hijau hutan)
   ========================================================= */
.final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(760px circle at 50% -20%, rgba(247, 201, 72, 0.28), transparent 55%),
    linear-gradient(150deg, var(--ink-2), var(--ink));
}

/* Sparkle deco kiri-kanan */
.final-cta::before,
.final-cta::after {
  position: absolute;
  font-size: 1.5rem;
  line-height: 2.6;
  opacity: 0.7;
  pointer-events: none;
  white-space: pre;
  animation: twinkle 3.2s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%      { opacity: 0.9; transform: scale(1.12); }
}

.final-cta::before {
  content: "✦\A⭐";
  left: 8%;
  top: 22%;
}

.final-cta::after {
  content: "💚\A✦";
  right: 8%;
  top: 30%;
  animation-delay: 1.6s;
}

.final-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.final-emoji {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.final-cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: #fff;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.final-cta p {
  margin-bottom: 1.8rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.78);
}

.final-sub {
  margin-top: 1.1rem;
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.65);
}

/* =========================================================
   16. RESPONSIF
   ========================================================= */
@media (max-width: 880px) {
  .module-grid   { grid-template-columns: repeat(2, 1fr); }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .testi-grid    { grid-template-columns: 1fr; }
  .forwho-grid   { grid-template-columns: 1fr; }
  .contents-grid { grid-template-columns: 1fr; }

  .pricing-card    { grid-template-columns: 1fr; }
  .pricing-divider { width: auto; border-left: 0; border-top: 2px dashed rgba(74, 127, 208, 0.35); }

  .steps-row  { grid-template-columns: 1fr; gap: 1rem; }
  .step-arrow { transform: rotate(90deg); }

  /* Deko emoji jangan bertindih dengan kandungan pada skrin kecil */
  .hero::before,
  .hero::after,
  .final-cta::before,
  .final-cta::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .problem, .forwho, .testimonials,
  .how, .pricing, .faq, .final-cta,
  .contents-section {
    padding: 60px 0;
  }

  .prob-grid   { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid  { grid-template-columns: 1fr 1fr; }

  .hero { padding-top: 2.6rem; }
  .pricing-card { padding: 1.75rem; }
  .pricing-card::before,
  .pricing-card::after { width: 84px; height: 26px; top: -12px; }
  .price-num { font-size: 3.6rem; }

  .prob-card { flex-direction: column; align-items: center; text-align: center; }
}

/* =========================================================
   17. REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .hero::before,
  .hero::after {
    animation: none !important;
  }

  /* Pastikan kandungan reveal tetap kelihatan */
  .prob-card, .testi-card, .step-card {
    opacity: 1 !important;
    transform: none !important;
  }
}