/* =========================================================
   Preflight — reset dasar ala Tailwind, supaya tampilan tetap
   identik dengan versi Tailwind CDN sebelumnya.
   ========================================================= */
*, *::before, *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e2e2;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
  line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
p {
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button, input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button {
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
button, [role="button"] {
  cursor: pointer;
}
img, svg {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
textarea {
  resize: vertical;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
/* Auto-generated static utility CSS (replaces Tailwind CDN) */
/* Urutan: 1) utilitas dasar 2) hover/focus 3) sm: 4) md: — agar cascade tetap benar */

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

.-translate-y-4 {
  transform: translateY(-1rem);
}

.-z-10 {
  z-index: -10;
}

.absolute {
  position: absolute;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.bg-\[\#25D366\] {
  background-color: #25D366;
}

.bg-background {
  background-color: #f9f9f9;
}

.bg-on-background {
  background-color: #1a1c1c;
}

.bg-on-primary-fixed-variant {
  background-color: #930018;
}

.bg-on-secondary-fixed-variant {
  background-color: #314671;
}

.bg-primary {
  background-color: #bb0022;
}

.bg-secondary {
  background-color: #495e8a;
}

.bg-secondary-container {
  background-color: #b7ccfe;
}

.bg-surface {
  background-color: #f9f9f9;
}

.bg-surface-container {
  background-color: #eeeeee;
}

.bg-surface-container-low {
  background-color: #f3f3f4;
}

.bg-surface-container-lowest {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.block {
  display: block;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-4 {
  border-width: 4px;
  border-style: solid;
}

.border-\[\#25D366\] {
  border-color: #25D366;
}

.border-b {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-b-2 {
  border-bottom-width: 2px;
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-on-background {
  border-color: #1a1c1c;
}

.border-outline {
  border-color: #946e6b;
}

.border-outline-variant {
  border-color: #eabcb9;
}

.border-primary {
  border-color: #bb0022;
}

.border-t {
  border-top-width: 1px;
  border-style: solid;
}

.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.brightness-200 {
  filter: brightness(2);
}

.cursor-pointer {
  cursor: pointer;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.fill-current {
  fill: currentColor;
}

.fixed {
  position: fixed;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.font-black {
  font-weight: 900;
}

.font-body-lg {
  font-family: 'Inter', sans-serif;
}

.font-body-md {
  font-family: 'Inter', sans-serif;
}

.font-bold {
  font-weight: 700;
}

.font-display-lg-mobile {
  font-family: 'Hanken Grotesk', sans-serif;
}

.font-headline-md {
  font-family: 'Hanken Grotesk', sans-serif;
}

.font-headline-sm {
  font-family: 'Hanken Grotesk', sans-serif;
}

.font-label-caps {
  font-family: 'Geist', sans-serif;
}

.font-medium {
  font-weight: 500;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.grayscale {
  filter: grayscale(100%);
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-full {
  height: 100%;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.italic {
  font-style: italic;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.leading-none {
  line-height: 1;
}

.left-0 {
  left: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-container-max {
  max-width: 1280px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

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

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

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

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

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

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

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.object-cover {
  object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-gutter {
  padding: 24px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-section-padding-mobile {
  padding-bottom: 64px;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-8 {
  padding-top: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-gutter {
  padding-left: 24px;
  padding-right: 24px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-section-padding-mobile {
  padding-top: 64px;
  padding-bottom: 64px;
}

.relative {
  position: relative;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[\#25D366\] {
  color: #25D366;
}

.text-\[10px\] {
  color: 10px;
}

.text-body-lg {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.text-body-md {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-display-lg-mobile {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.text-headline-md {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.text-headline-sm {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.text-on-background {
  color: #1a1c1c;
}

.text-on-primary {
  color: #ffffff;
}

.text-on-surface {
  color: #1a1c1c;
}

.text-on-surface-variant {
  color: #5f3e3d;
}

.text-outline {
  color: #946e6b;
}

.text-primary {
  color: #bb0022;
}

.text-secondary {
  color: #495e8a;
}

.text-secondary-container {
  color: #b7ccfe;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-surface-variant {
  color: #e2e2e2;
}

.text-white {
  color: #ffffff;
}

.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
}

.translate-x-20 {
  transform: translateX(5rem);
}

.translate-y-0 {
  transform: translateY(0);
}

.translate-y-4 {
  transform: translateY(1rem);
}

.uppercase {
  text-transform: uppercase;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[60\] {
  z-index: 60;
}

.focus\:border-white:focus {
  border-color: #ffffff;
}

.group:hover .group-hover\:bg-on-background {
  background-color: #1a1c1c;
}

.group:hover .group-hover\:text-white {
  color: #ffffff;
}

.hover\:bg-\[\#25D366\]:hover {
  background-color: #25D366;
}

.hover\:bg-on-background:hover {
  background-color: #1a1c1c;
}

.hover\:bg-primary:hover {
  background-color: #bb0022;
}

.hover\:bg-secondary:hover {
  background-color: #495e8a;
}

.hover\:bg-surface-container-low:hover {
  background-color: #f3f3f4;
}

.hover\:bg-surface-variant:hover {
  background-color: #e2e2e2;
}

.hover\:border-primary:hover {
  border-color: #bb0022;
}

.hover\:scale-110:hover {
  transform: scale(1.1);
}

.hover\:text-primary:hover {
  color: #bb0022;
}

.hover\:text-surface:hover {
  color: #f9f9f9;
}

.hover\:text-white:hover {
  color: #ffffff;
}

.hover\:text-white\/60:hover {
  color: rgba(255, 255, 255, 0.6);
}

.placeholder\:text-white\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 640px) {
.sm\:flex-row {
  flex-direction: row;
}
}

@media (min-width: 768px) {
.md\:block {
  display: block;
}
}

@media (min-width: 768px) {
.md\:border-b-0 {
  border-bottom-width: 0px;
}
}

@media (min-width: 768px) {
.md\:border-r {
  border-right-width: 1px;
  border-style: solid;
}
}

@media (min-width: 768px) {
.md\:col-span-1 {
  grid-column: span 1 / span 1;
}
}

@media (min-width: 768px) {
.md\:col-span-5 {
  grid-column: span 5 / span 5;
}
}

@media (min-width: 768px) {
.md\:col-span-7 {
  grid-column: span 7 / span 7;
}
}

@media (min-width: 768px) {
.md\:flex {
  display: flex;
}
}

@media (min-width: 768px) {
.md\:flex-row {
  flex-direction: row;
}
}

@media (min-width: 768px) {
.md\:font-display-lg {
  font-family: 'Hanken Grotesk', sans-serif;
}
}

@media (min-width: 768px) {
.md\:grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
}

@media (min-width: 768px) {
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (min-width: 768px) {
.md\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (min-width: 768px) {
.md\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

@media (min-width: 768px) {
.md\:hidden {
  display: none;
}
}

@media (min-width: 768px) {
.md\:pb-section-padding-desktop {
  padding-bottom: 120px;
}
}

@media (min-width: 768px) {
.md\:py-section-padding-desktop {
  padding-top: 120px;
  padding-bottom: 120px;
}
}

@media (min-width: 768px) {
.md\:text-display-lg {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
}
}

@media (min-width: 768px) {
.md\:text-left {
  text-align: left;
}
}
