/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.visible {
  visibility: visible;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* ═══════════════════════════════════════════
   TOKENS
═══════════════════════════════════════════ */

:root {
  --amber: oklch(61% 0.160 52);
  --amber-deep: oklch(47% 0.140 50);
  --amber-mid: oklch(72% 0.130 56);
  --amber-light: oklch(91% 0.070 68);
  --amber-trace: oklch(94% 0.040 68);
  --cream: oklch(95.5% 0.010 76);
  --cream-card: oklch(98.5% 0.007 78);
  --cream-rule: oklch(88% 0.010 72);
  --rich-dark: oklch(13% 0.028 52);
  --dark-card: oklch(20% 0.022 52);
  --dark-rule: oklch(28% 0.018 52);
  --text: oklch(20% 0.022 58);
  --text-mid: oklch(40% 0.018 58);
  --text-muted: oklch(58% 0.012 60);
  --text-on-dark: oklch(86% 0.010 72);
  --warm-white: oklch(99% 0.004 78);
  /* Amber section */
  --daftar-bg: oklch(92% 0.065 67);
  --daftar-rule: oklch(82% 0.090 60);
}

/* ═══════════════════════════════════════════
   BASE
═══════════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', system-ui, sans-serif;
  background: var(--cream);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1;
}

/* ═══════════════════════════════════════════
   TYPE SCALE
═══════════════════════════════════════════ */

.eyebrow {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
}

.hero-greeting {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.125rem, 2.4vw, 1.75rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hero-question {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(2.5rem, 6.5vw, 5.25rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.section-heading {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.875rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.myth-quote {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--amber);
}

.body-text {
  font-size: clamp(0.975rem, 1.4vw, 1.0625rem);
  line-height: 1.85;
  color: var(--text-mid);
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */

#hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('./images/bg-first.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg,
            oklch(11% 0.03 50 / 0.93) 0%,
            oklch(11% 0.03 50 / 0.65) 50%,
            oklch(11% 0.03 50 / 0.20) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: clamp(1.5rem, 6vw, 6rem);
}

.hero-inner {
  max-width: 38rem;
  color: var(--warm-white);
}

.hero-line {
  width: 2.5rem;
  height: 2px;
  background: var(--amber);
  opacity: 0.85;
}

/* Outlined ghost CTA — premium on dark bg */

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1.5px solid oklch(99% 0.004 78 / 0.55);
  color: var(--warm-white);
  background: oklch(99% 0.004 78 / 0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.6vw, 1.0625rem);
  padding: 0.8em 1.6em;
  border-radius: 0.375rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hero-cta:hover {
  background: oklch(99% 0.004 78 / 0.14);
  border-color: oklch(99% 0.004 78 / 0.8);
  transform: translateY(-2px);
}

.hero-cta svg {
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   KENAPA — feature trio
═══════════════════════════════════════════ */

#kenapa {
  background: var(--cream);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 6vw, 6rem);
}

.kenapa-intro {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.kenapa-intro-heading {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-top: 0.5rem;
}

.kenapa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

@media (max-width: 640px) {
  .kenapa-grid {
    grid-template-columns: 1fr;
  }
}

.kenapa-item {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.75rem, 3.5vw, 2.75rem) 0;
  border-right: 1px solid var(--cream-rule);
}

.kenapa-item:last-child {
  border-right: none;
  padding-right: 0;
}

.kenapa-item:not(:first-child) {
  padding-left: clamp(1.75rem, 3.5vw, 2.75rem);
}

@media (max-width: 640px) {
  .kenapa-item {
    border-right: none;
    border-bottom: 1px solid var(--cream-rule);
    padding: 1.75rem 0;
  }

  .kenapa-item:last-child {
    border-bottom: none;
  }

  .kenapa-item:not(:first-child) {
    padding-left: 0;
  }
}

/* Icon sits directly — no rounded container (avoids template look) */

.kenapa-icon {
  display: block;
  color: var(--amber);
  margin-bottom: 1.5rem;
}

.kenapa-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber-mid);
  margin-bottom: 0.5rem;
}

.kenapa-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.kenapa-body {
  font-size: clamp(0.875rem, 1.3vw, 0.9375rem);
  line-height: 1.75;
  color: var(--text-muted);
}

/* ═══════════════════════════════════════════
   MITOS — dark, immersive
═══════════════════════════════════════════ */

#mitos {
  background: var(--rich-dark);
  border-radius: 3rem 3rem 0 0;
}

.mitos-inner {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 6vw, 6rem);
}

/* Lead header */

.mitos-header {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.mitos-headline {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.625rem, 3.8vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--warm-white);
  margin: 0.75rem 0 1rem;
}

.mitos-sub {
  font-size: clamp(0.975rem, 1.4vw, 1.0625rem);
  line-height: 1.75;
  color: var(--text-on-dark);
}

.mitos-sub strong {
  color: var(--amber);
  font-weight: 700;
}

/* Promise blocks — the two key propositions */

.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.875rem, 2vw, 1.375rem);
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

@media (max-width: 560px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }
}

.promise-block {
  background: oklch(18% 0.038 54);
  border: 1px solid oklch(30% 0.060 54);
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.promise-block::after {
  content: attr(data-num);
  position: absolute;
  bottom: -1.5rem;
  right: 1rem;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--amber);
  opacity: 0.07;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.promise-block:hover {
  border-color: oklch(45% 0.095 55);
  background: oklch(20% 0.044 54);
}

.promise-num {
  display: block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 1.25rem;
}

.promise-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.375rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--warm-white);
}

/* Myth rows — 3 alternating blocks */

.myth-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
}

.myth-row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.myth-row.reverse {
  grid-template-columns: 2fr 3fr;
}

.myth-row.reverse .myth-text {
  order: 2;
}

.myth-row.reverse .myth-images {
  order: 1;
}

@media (max-width: 768px) {
  .myth-row,
    .myth-row.reverse {
    grid-template-columns: 1fr;
  }

  .myth-row.reverse .myth-text {
    order: 1;
  }

  .myth-row.reverse .myth-images {
    order: 2;
  }
}

/* Top rule for each myth */

.myth-rule {
  width: 100%;
  height: 1px;
  background: var(--dark-rule);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.myth-number {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(50% 0.10 55);
  margin-bottom: 1rem;
}

.myth-body {
  font-size: clamp(0.975rem, 1.4vw, 1.05rem);
  line-height: 1.85;
  color: oklch(72% 0.012 60);
  margin-top: 1.25rem;
}

/* Stacked image pair */

.img-stack {
  position: relative;
  height: 16rem;
}

.img-stack-a,
.img-stack-b {
  position: absolute;
  border-radius: 0.875rem;
  background-size: cover;
  background-position: center;
  width: 72%;
  height: 10rem;
  box-shadow: 0 10px 36px oklch(6% 0.02 50 / 0.55);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.img-stack-a {
  top: 0;
  left: 0;
}

.img-stack-b {
  bottom: 0;
  right: 0;
}

.img-stack:hover .img-stack-a {
  transform: rotate(-3deg) scale(1.04);
}

.img-stack:hover .img-stack-b {
  transform: rotate(3deg) scale(1.04);
}

/* ═══════════════════════════════════════════
   MATERI — clean editorial 3-col
═══════════════════════════════════════════ */

#materi {
  background: var(--cream);
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 6vw, 6rem);
}

.materi-header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.materi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

@media (max-width: 640px) {
  .materi-grid {
    grid-template-columns: 1fr;
  }
}

.materi-item {
  padding-top: 1.5rem;
  border-top: 1.5px solid var(--cream-rule);
  padding-right: 2.5rem;
}

.materi-item:last-child {
  padding-right: 0;
}

@media (max-width: 640px) {
  .materi-item {
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.materi-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--amber);
  opacity: 0.25;
  margin-bottom: 1rem;
}

.materi-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-bottom: 0.6rem;
}

/* ═══════════════════════════════════════════
   DAFTAR — editorial registration
═══════════════════════════════════════════ */

#daftar {
  background: var(--daftar-bg);
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 6vw, 6rem);
}

.daftar-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

@media (max-width: 860px) {
  .daftar-layout {
    grid-template-columns: 1fr;
  }
}

/* Left — program name + hook */

.daftar-program-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(3.75rem, 11vw, 7.5rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--amber-deep);
  margin: 0.75rem 0 1.5rem;
}

.daftar-hook {
  font-size: clamp(0.975rem, 1.5vw, 1.0625rem);
  line-height: 1.8;
  color: var(--text-mid);
  max-width: 30rem;
  margin-bottom: 2.25rem;
}

.daftar-divider {
  width: 2.5rem;
  height: 2px;
  background: oklch(50% 0.12 55);
  opacity: 0.45;
  margin-bottom: 1.75rem;
}

.facility-pills-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(50% 0.115 55);
  margin-bottom: 0.75rem;
}

.facility-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
}

.facility-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  background: oklch(86% 0.085 62);
  border-radius: 9999px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--amber-deep);
  letter-spacing: -0.005em;
}

/* Right — info + action, lives directly on amber bg */

.daftar-action-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(50% 0.115 55);
  margin-bottom: 1.5rem;
}

/* Info blocks — no box, separated by a vertical rule */

.info-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-bottom: 2rem;
  border-bottom: 1.5px solid oklch(80% 0.075 62);
  margin-bottom: 2rem;
}

.info-block {
  text-align: left;
}

.info-block:last-child {
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: 1px solid oklch(80% 0.075 62);
}

.info-block-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(50% 0.115 55);
  margin-bottom: 0.5rem;
}

.info-block-main {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--amber-deep);
  margin-bottom: 0.625rem;
}

.info-block-sub {
  font-size: 0.825rem;
  line-height: 1.75;
  color: oklch(42% 0.022 58);
}

.info-block-sub strong {
  color: var(--text);
  font-weight: 700;
}

/* CTA — dark on amber for maximum contrast */

.btn-daftar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  background: var(--rich-dark);
  color: var(--warm-white);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 1.0625rem;
  padding: 1.05rem 1.5rem;
  border-radius: 0.875rem;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: background 0.18s, transform 0.18s;
}

.btn-daftar:hover {
  background: oklch(20% 0.035 52);
  transform: translateY(-2px);
}

.kuota-note {
  font-size: 0.8rem;
  color: oklch(48% 0.022 58);
  margin-top: 0.875rem;
  text-align: center;
}

.kuota-note strong {
  color: var(--amber-deep);
  font-weight: 700;
}

.card-divider {
  width: 100%;
  height: 1.5px;
  background: oklch(80% 0.075 62);
  margin: 1.5rem 0;
}

/* WA — dark green outline on amber bg */

.btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  background: transparent;
  border: 1.5px solid oklch(38% 0.14 152);
  color: oklch(33% 0.14 152);
  padding: 0.85rem 1.5rem;
  border-radius: 0.875rem;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}

.btn-wa:hover {
  background: oklch(38% 0.14 152 / 0.08);
  transform: translateY(-1px);
}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */

footer {
  background: var(--rich-dark);
  border-top: 1px solid oklch(99% 0.004 78 / 0.07);
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: oklch(55% 0.012 60);
}

footer a {
  color: var(--amber-mid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer a:hover {
  opacity: 0.75;
}

/* ═══════════════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════════════ */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
