/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: "Times New Roman", "Times", "serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-full {
    height: 100%;
  }

  .w-full {
    width: 100%;
  }

  .grow {
    flex-grow: 1;
  }

  .animate-ping {
    animation: var(--animate-ping);
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .rounded-full {
    border-radius: calc(infinity * 1px);
  }

  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }

  .bg-green-400 {
    background-color: var(--color-green-400);
  }

  .bg-purple-400 {
    background-color: var(--color-purple-400);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .text-center {
    text-align: center;
  }

  .font-serif {
    font-family: var(--font-serif);
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .opacity-75 {
    opacity: 75%;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .hover\:scale-\[1\.03\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }

  .hover\:border-b-4 {
    &:hover {
      @media (hover: hover) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 4px;
      }
    }
  }

  .hover\:border-blue-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-500);
      }
    }
  }

  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }

  .sm\:mx-0 {
    @media (width >=40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  .sm\:shrink-0 {
    @media (width >=40rem) {
      flex-shrink: 0;
    }
  }

  .sm\:flex-row {
    @media (width >=40rem) {
      flex-direction: row;
    }
  }

  .sm\:items-center {
    @media (width >=40rem) {
      align-items: center;
    }
  }

  .sm\:gap-6 {
    @media (width >=40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }

  .sm\:py-4 {
    @media (width >=40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  .sm\:text-left {
    @media (width >=40rem) {
      text-align: left;
    }
  }

  .md\:text-2xl {
    @media (width >=48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  .md\:text-6xl {
    @media (width >=48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f4f4f4;
  color: #222;
}

header {
  background-color: #0b1b2b;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  transition: 0.3s;
}

nav ul li a:hover {
  color: #4fc3f7;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  background: white;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  transition: 0.3s;
}

.main-article-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: justify;
}

.article-media-section {
  margin: 40px auto;
  max-width: 700px;
}

.article-media-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  background-color: #eee;
  opacity: 1;
}

.media-caption {
  font-size: 0.9rem !important;
  color: #888 !important;
  text-align: center !important;
  margin-top: 10px !important;
  line-height: 1.5 !important;
  font-style: italic;
  font-weight: 400 !important;
}

@media (max-width: 600px) {
  .article-media-img {
    height: 200px;
  }
}

.article-detail-image-wrapper {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
  height: 350px;
}

.article-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.main-article-content h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #0b1b2b;
  font-weight: bold;
}

.main-article-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  margin-top: 60px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  padding: 20px;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.7;
}

footer {
  background-color: #0b1b2b;
  color: white;
  text-align: center;
  padding: 40px 20px;
  margin-top: 50px;
}

footer h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

footer p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.6;
}

footer .social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

footer .social a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1c2f45;
  transition: 0.3s;
}

footer .social a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

footer .social a:hover {
  background-color: #4fc3f7;
}

@media (max-width: 768px) {
  nav ul {
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    background-color: #0b1b2b;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    display: none;
  }

  nav ul.show {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .page-index .hero {
    height: 60vh;
  }

  .page-index .hero h1 {
    font-size: 2.2rem;
  }

  .page-index .hero p {
    font-size: 1rem;
  }

  .page-index .layanan,
  .page-index .artikel,
  .page-index .kontak {
    padding: 60px 5%;
  }

  .page-index .layanan-container {
    grid-template-columns: 1fr;
  }

  .page-index .layanan h2,
  .page-index .artikel h2,
  .page-index .kontak h2 {
    font-size: 1.8rem;
  }

  .page-index .penjelasan {
    padding: 80px 5%;
  }

  .page-index .penjelasan h3 {
    font-size: 1.5rem;
  }

  .page-index .penjelasan p {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .page-index .kontak-container {
    flex-direction: column;
  }

  .page-index .form-box,
  .page-index .map-box {
    flex: 1 1 100%;
  }

  .page-index footer h3 {
    font-size: 1.3rem;
  }

  .page-index .artikel-wrapper {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .page-index .artikel-gambar {
    flex: 0 0 100%;
    height: 200px;
  }
}

.page-index body {
  background-color: #f5f5f5;
  scroll-behavior: smooth;
}

.page-index .logo {
  font-size: 1.6rem;
}

.page-index .hero {
  height: 80vh;
  animation: fadeIn 2s ease-in-out;
}

.page-index .hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  z-index: 0;
}

.page-index .hero-content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  padding: 20px;
}

.page-index .hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.page-index .hero p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.page-index .hero-bg,
.page-index .hero::after {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-index footer {
  padding: 50px 20px;
  margin-top: 0;
}

.page-index footer h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.page-index footer p {
  color: #bbb;
}

.page-index footer .social a {
  width: 40px;
  height: 40px;
}

.page-index .layanan {
  background: white;
  padding: 100px 10%;
  text-align: center;
}

.page-index .layanan h2 {
  color: #0b1b2b;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.page-index .layanan-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index .layanan-box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index .layanan-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-index .layanan-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ddd;
}

.page-index .artikel {
  padding: 100px 10%;
  background: white;
  text-align: left;
}

.page-index .artikel h2 {
  color: #0b1b2b;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

.page-index .artikel-item h3 {
  font-size: 1.4rem;
  color: #0b1b2b;
  margin-bottom: 10px;
}

.page-index .artikel-item p {
  color: #444;
  line-height: 1.8;
  text-align: justify;
  font-weight: 500;
}

.page-index .artikel-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.page-index .artikel-gambar {
  flex: 0 0 300px;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-index .artikel-gambar .article-img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.5;
}

.page-index .artikel-item {
  flex: 1;
}

.page-index .artikel-item h3 {
  margin-top: 0;
}

.page-index .artikel-item p {
  margin-bottom: 15px;
}

.page-index .baca-selengkapnya {
  color: #0b1b2b;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}

.page-index .baca-selengkapnya:hover {
  color: #4fc3f7;
  text-decoration: underline;
}

.page-index .artikel-separator {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 40px auto;
  max-width: 80%;
}

.page-index .penjelasan {
  position: relative;
  background: url('BGHukum/BGHukumCeweSolusiHD.jpg') no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 120px 10%;
}

.page-index .penjelasan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.page-index .penjelasan .content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
}

.page-index .penjelasan h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.page-index .penjelasan p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 80px;
  font-weight: 500;
}

.page-index .kontak {
  background: white;
  padding: 100px 10%;
}

.page-index .kontak h2 {
  text-align: center;
  font-size: 2rem;
  color: #0b1b2b;
  margin-bottom: 40px;
}

.page-index .kontak-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.page-index .form-box {
  flex: 1 1 400px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index .form-box input,
.page-index .form-box textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.page-index .form-box button {
  background-color: #0b1b2b;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.page-index .form-box button:hover {
  background-color: #4fc3f7;
}

.page-index .map-box {
  flex: 1 1 400px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.page-index iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.page-konsultasi .konsultasi {
  background-color: white;
  padding: 80px 10%;
  text-align: center;
}

.page-konsultasi .konsultasi h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #0b1b2b;
}

.page-konsultasi .konsultasi p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.page-konsultasi .konsultasi ul {
  list-style: disc;
  text-align: left;
  max-width: 700px;
  margin: 20px auto;
  color: #444;
  line-height: 1.8;
  font-size: 1.125rem;
}

.page-legalitas .legalitas {
  background-color: white;
  padding: 80px 10%;
  text-align: center;
}

.page-legalitas .legalitas h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #0b1b2b;
}

.page-legalitas .legalitas p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.page-legalitas .legalitas ul {
  list-style: disc;
  text-align: left;
  max-width: 700px;
  margin: 20px auto;
  color: #444;
  line-height: 1.8;
  font-size: 1.125rem;
}

.page-pengacara .pengacara {
  background-color: white;
  padding: 80px 10%;
  text-align: center;
}

.page-pengacara .pengacara h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #0b1b2b;
}

.page-pengacara .pengacara p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.page-pengacara .pengacara ul {
  list-style: disc;
  text-align: left;
  max-width: 700px;
  margin: 20px auto;
  color: #444;
  line-height: 1.8;
  font-size: 1.125rem;
}

.page-bantuan .bantuan {
  background-color: white;
  padding: 80px 10%;
  text-align: center;
}

.page-bantuan .bantuan h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #0b1b2b;
}

.page-bantuan .bantuan p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.page-bantuan .bantuan ul {
  list-style: disc;
  text-align: left;
  max-width: 700px;
  margin: 20px auto;
  color: #444;
  line-height: 1.8;
  font-size: 1.125rem;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  visibility: hidden;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.reveal.out-view {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.6s ease-in;
}

.lang-switcher {
  display: flex;
  gap: 10px;
  margin-left: 20px;
  border-left: 1px solid #444;
  padding-left: 15px;
  align-items: center;
}

.lang-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.lang-btn.active {
  color: #4fc3f7 !important;
}

.lang-btn:hover {
  color: white;
}

@media (max-width: 768px) {
  .lang-switcher {
    margin: 20px 0 10px 0;
    border-left: none;
    padding-left: 0;
    justify-content: center;
  }
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@keyframes ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

/* Update di baris paling akhir output.css */
@media (max-width: 1023px) {
  /* Gunakan body #menu supaya lebih kuat dari class tailwind manapun */
  body #menu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important; /* Tersembunyi di kanan */
    width: 280px !important;
    height: 100vh !important;
    background-color: #1a1a1a !important; /* Background Gelap */
    display: flex !important;
    flex-direction: column !important;
    padding: 100px 20px 20px 20px !important;
    z-index: 9999 !important; /* Pastikan paling atas */
    margin: 0 !important;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: -10px 0 30px rgba(0,0,0,0.5) !important;
  }

  /* Saat menu terbuka */
  body #menu.show {
    right: 0 !important;
  }

  /* Pastikan teks menu jadi putih */
  body #menu li a {
    color: #ffffff !important;
    font-size: 18px !important;
    display: block !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
}