*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Roboto, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.step-connector {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .step-connector {
    margin-bottom: 0px;
  }

  .step-connector::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #e2e8f0;
    z-index: -1;
  }

  .step-connector:last-child::after {
    display: none;
  }
}

.section-subtitle {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity, 1));
}

.section-title {
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 75 135 / var(--tw-text-opacity, 1));
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-left-6 {
  left: -1.5rem;
}

.-right-2 {
  right: -0.5rem;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.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-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[85vh\] {
  height: 85vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[99\%\] {
  width: 99%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-md {
  max-width: 28rem;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

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

.border-t-2 {
  border-top-width: 2px;
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(0 166 81 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(243 112 33 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 75 135 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

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

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 81 / var(--tw-bg-opacity, 1));
}

.bg-accent\/10 {
  background-color: rgb(0 166 81 / 0.1);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 135 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/10 {
  background-color: rgb(0 75 135 / 0.1);
}

.bg-secondary\/80 {
  background-color: rgb(0 75 135 / 0.8);
}

.bg-secondary\/85 {
  background-color: rgb(0 75 135 / 0.85);
}

.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-secondary\/90 {
  --tw-gradient-from: rgb(0 75 135 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 75 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

.font-display {
  font-family: Montserrat, sans-serif;
}

.font-sans {
  font-family: Roboto, sans-serif;
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(0 166 81 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 75 135 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_10px_\#00A651\] {
  --tw-shadow: 0 0 10px #00A651;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_10px_rgba\(0\2c 166\2c 81\2c 0\.6\)\] {
  --tw-shadow: 0 0 10px rgba(0,166,81,0.6);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  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;
}

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

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

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

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

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 112 33 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 135 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 112 33 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(243 112 33 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

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

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
  /* ===== NAVBAR BASE ===== */
.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    font-family: Roboto, sans-serif;
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-logo img {
    height: 50px;
}

.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
}

/* nav-close hidden at desktop */
.nav-close {
    display: none;
}

/* nav-menu-cta hidden at desktop */
.nav-menu-cta {
    display: none;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 1.5rem 0.875rem;
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
    white-space: nowrap;
}

.nav-link:hover,
.nav-item.has-mega:hover > .nav-link {
    color: #E85A0F;
}

.nav-arrow {
    font-size: 0.65rem;
    transition: transform 0.3s ease;
}

.nav-item.has-mega:hover > .nav-link .nav-arrow {
    transform: rotate(180deg);
}

/* Active underline */
.nav-item.active > .nav-link {
    color: #E85A0F;
    border-bottom: 2px solid #E85A0F;
}

/* CTA Button */
.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: #004B87;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s;
}

.nav-cta:hover {
    background: #003566;
}

/* ===== MEGA MENU ===== */
.nav-item.has-mega {
    position: static; /* penting: relative terhadap navbar */
}

.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: white;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
    z-index: 99;
}

.nav-item.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

/* Deskripsi kiri */
.mega-desc {
    flex: 0 0 280px;
}

.mega-desc h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.5rem;
    letter-spacing: 0.05em;
}

.mega-desc p {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
    margin-top: 1rem;
}

/* Garis merah bawah judul */
.mega-underline {
    width: 2.5rem;
    height: 3px;
    background: #E85A0F;
    margin-bottom: 1rem;
}

/* Divider vertikal */
.mega-divider {
    width: 1px;
    align-self: stretch;
    background: #E5E7EB;
    flex-shrink: 0;
}

/* Links */
.mega-links {
    flex: 1;
}

.mega-links h4 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 0.08em;
    margin: 0 0 0.5rem;
}

.mega-links ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.mega-links p {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.mega-links ul li a {
    display: block;
    padding: 0.35rem 0;
    font-size: 0.875rem;
    color: #6B7280;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.03em;
}

.mega-links ul li a:hover {
    color: #E85A0F;
}

/* 2 kolom untuk Services */
.mega-links-wide {
    display: flex;
    gap: 2.5rem;
}

.mega-links-col {
    flex: 1;
}

/* Gambar kanan */
.mega-image {
    flex: 0 0 220px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 8px;
}

.mega-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

  .floating-contact-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    font-family: Roboto, sans-serif;
}

.floating-contact-btn {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #F37021 0%, #E85A0F 100%);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(243, 112, 33, 0.4);
    transition: all 0.3s ease;
}

.floating-contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(243, 112, 33, 0.6);
}

.floating-contact-btn i {
    transition: transform 0.3s ease;
}

.floating-contact-wrapper.active .floating-contact-btn i {
    transform: rotate(180deg);
}

.floating-contact-menu {
    position: absolute;
    bottom: 5rem;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: all 0.3s ease;
    min-width: 200px;
    border-radius: 12px;
}

.floating-contact-menu::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    pointer-events: none;
}

/* Clip hanya bagian dalam bukan submenu */
.contact-option:first-child {
    border-radius: 12px 12px 0 0;
}

.contact-option:last-child {
    border-radius: 0 0 12px 12px;
}

.floating-contact-wrapper.active .floating-contact-menu,
.floating-contact-wrapper:hover .floating-contact-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #004B87;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.contact-option:hover {
    background-color: #F8FAFC;
    color: #F37021;
}

.contact-option i {
    font-size: 1rem;
    width: 1rem;
}

.email-option {
    border-bottom: 1px solid #E5E7EB;
}

/* WhatsApp Option Styles */
.whatsapp-option {
      position: relative;
      border-radius: 0 0 12px 12px;
      overflow: visible;
}

.whatsapp-main {
    width: 100%;
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #004B87;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 0 0 12px 12px;
}

.whatsapp-main:hover {
    background-color: #F8FAFC;
    color: #F37021;
}

.submenu-arrow {
    margin-left: auto;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.whatsapp-option.open .submenu-arrow {
    transform: rotate(90deg);
}

/* WhatsApp Card Menu */
.whatsapp-card-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: all 0.3s ease;
    min-width: 280px;
    max-width: 320px;
}

.whatsapp-option.open .whatsapp-card-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Individual WhatsApp Card */
.whatsapp-card {
    display: block;
    padding: 0;
    background: white;
    border-radius: 0 0 12px 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 0;
}

.whatsapp-card:hover {
    background-color: #F8FAFC;
    transform: translateX(-2px);
}

.whatsapp-card:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.whatsapp-card:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Card Header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #E5E7EB;
}

.card-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6B7280;
    letter-spacing: 0.05em;
}

.card-percentage {
    font-size: 0.875rem;
    font-weight: 700;
    color: #F37021;
}

/* Card Phone */
.card-phone {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #F3F4F6;
}

.card-phone i {
    font-size: 1rem;
    color: #00A651;
}

.card-phone span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #004B87;
}

/* Card Footer */
.card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-top: 1px solid #E5E7EB;
    background: #F9FAFB;
    color: #F37021;
    font-size: 0.875rem;
    font-weight: 600;
}

.card-footer i:last-child {
    margin-left: auto;
    font-size: 0.75rem;
}

/* ===== PAGE HERO ===== */
.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
}

.page-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,75,135,0.97) 0%, rgba(0,53,102,0.88) 45%, rgba(0,0,0,0.4) 100%);
}

.page-hero-dots {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
    background-size: 28px 28px;
}

.page-hero-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #F37021;
}

.page-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.5);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.page-hero-breadcrumb a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.page-hero-breadcrumb a:hover { color: white; }

.page-hero-breadcrumb .sep {
    font-size: 0.5rem;
    opacity: 0.5;
}

.page-hero-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.page-hero-label-line {
    width: 2rem;
    height: 2px;
    background: #F37021;
    flex-shrink: 0;
}

.page-hero-label span {
    color: #F37021;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
}

.page-hero-desc {
    color: rgba(255,255,255,0.55);
    font-size: 0.875rem;
    line-height: 1.7;
    max-width: 480px;
}

.page-hero-bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .page-hero-bottom {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

/* Badge standar di hero */
.page-hero-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.page-hero-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 0.75rem 1.25rem;
    text-align: center;
    min-width: 100px;
}

.page-hero-badge.accent {
    background: rgba(0,166,81,0.15);
    border-color: rgba(0,166,81,0.35);
}

.page-hero-badge-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #F37021;
    font-family: Montserrat, sans-serif;
    display: block;
}

.page-hero-badge.accent .page-hero-badge-title {
    color: #00A651;
}

.page-hero-badge-sub {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 0.2rem;
}

/* ===== CTA BANNER ===== */
.cta-banner {
    position: relative;
    overflow: hidden;
    background: #004B87;
    padding: 5rem 0;
}

.cta-banner-bg {
    position: absolute;
    inset: 0;
}

.cta-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.08;
}

.cta-banner-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,75,135,0.75);
}

.cta-banner-glow-1 {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 20rem;
    height: 20rem;
    background: #F37021;
    border-radius: 50%;
    opacity: 0.08;
    filter: blur(60px);
    pointer-events: none;
}

.cta-banner-glow-2 {
    position: absolute;
    bottom: -5rem;
    left: -5rem;
    width: 20rem;
    height: 20rem;
    background: #00A651;
    border-radius: 50%;
    opacity: 0.08;
    filter: blur(60px);
    pointer-events: none;
}

.cta-banner-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .cta-banner-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.cta-banner-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    justify-content: center;
}

@media (min-width: 1024px) {
    .cta-banner-label { justify-content: flex-start; }
}

.cta-banner-label-line {
    width: 2rem;
    height: 2px;
    background: #F37021;
}

.cta-banner-label span {
    color: #F37021;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cta-banner h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

@media (min-width: 1024px) {
    .cta-banner h2 { text-align: left; }
}

.cta-banner-desc {
    color: rgba(255,255,255,0.55);
    font-size: 0.875rem;
    line-height: 1.7;
    max-width: 480px;
    text-align: center;
}

@media (min-width: 1024px) {
    .cta-banner-desc { text-align: left; }
}

.cta-banner-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.5rem;
    justify-content: center;
}

@media (min-width: 1024px) {
    .cta-banner-trust { justify-content: flex-start; }
}

.cta-banner-trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.75rem;
}

.cta-banner-trust-item i {
    color: #00A651;
    font-size: 0.8rem;
}

/* Action card kanan */
.cta-action-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 2rem;
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .cta-action-card { width: 300px; }
}

.cta-action-card-label {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 1.25rem;
    letter-spacing: 0.03em;
}

.cta-action-card .space-y-3 > * + * {
    margin-top: 0.75rem;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    width: 100%;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.cta-btn-primary {
    background: #F37021;
    color: white;
}

.cta-btn-primary:hover { background: #E85A0F; }

.cta-btn-whatsapp {
    background: rgba(0,166,81,0.15);
    color: white;
    border: 1px solid rgba(0,166,81,0.35);
}

.cta-btn-whatsapp:hover { background: rgba(0,166,81,0.25); }

.cta-btn-whatsapp i { color: #00A651; }

.cta-btn-phone {
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.1);
    font-weight: 500;
    font-size: 0.8rem;
}

.cta-btn-phone:hover {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.85);
}

.cta-btn-phone i { color: rgba(255,255,255,0.3); font-size: 0.7rem; }

/* ===== LAYANAN SIDEBAR ===== */
.sidebar-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.sidebar-image-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sidebar-image-wrapper:hover img {
    transform: scale(1.04);
}

.sidebar-image-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 1.25rem 1rem;
    background: linear-gradient(to top, rgba(0,53,102,0.95) 0%, rgba(0,75,135,0.7) 60%, transparent 100%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sidebar-image-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00A651;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(0,166,81,0.25);
}

.sidebar-image-badge span {
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Keuntungan card */
.sidebar-benefits {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar-benefits-header {
    background: #004B87;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sidebar-benefits-header i {
    color: #F37021;
    font-size: 1rem;
}

.sidebar-benefits-header h3 {
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
    font-family: Montserrat, sans-serif;
}

.sidebar-benefits-body {
    padding: 1.25rem;
}

.sidebar-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid #F3F4F6;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
}

.sidebar-benefit-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-benefit-item:first-child {
    padding-top: 0;
}

.sidebar-benefit-icon {
    width: 20px;
    height: 20px;
    background: rgba(0,166,81,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.sidebar-benefit-icon i {
    color: #00A651;
    font-size: 0.55rem;
}

/* CTA card */
.sidebar-cta {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #003566;
}

.sidebar-cta-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 20%, rgba(243,112,33,0.15) 0%, transparent 60%),
                      radial-gradient(circle at 20% 80%, rgba(0,166,81,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.sidebar-cta-accent {
    height: 3px;
    background: linear-gradient(to right, #F37021, #E85A0F);
    width: 100%;
}

.sidebar-cta-body {
    padding: 1.5rem 1.5rem 0.5rem;
    position: relative;
}

.sidebar-cta-icon {
    width: 44px;
    height: 44px;
    background: rgba(243,112,33,0.15);
    border: 1px solid rgba(243,112,33,0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.sidebar-cta-icon i {
    color: #F37021;
    font-size: 1.1rem;
}

.sidebar-cta-body h3 {
    color: white;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    font-family: Montserrat, sans-serif;
}

.sidebar-cta-body p {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
}

.sidebar-cta-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 1.25rem 1.5rem;
    position: relative;
}

.sidebar-cta-actions {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    position: relative;
}

.sidebar-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.875rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.sidebar-cta-btn-primary {
    background: #F37021;
    color: white;
}

.sidebar-cta-btn-primary:hover {
    background: #E85A0F;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(243,112,33,0.4);
}

.sidebar-cta-btn-wa {
    background: rgba(0,166,81,0.12);
    color: white;
    border: 1px solid rgba(0,166,81,0.3);
}

.sidebar-cta-btn-wa:hover {
    background: rgba(0,166,81,0.22);
    border-color: rgba(0,166,81,0.5);
}

.sidebar-cta-btn-wa i { color: #00A651; }

.sidebar-cta-contact-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    position: relative;
}

.sidebar-cta-contact-row i {
    color: rgba(255,255,255,0.25);
    font-size: 0.75rem;
}

.sidebar-cta-contact-row a {
    color: rgba(255,255,255,0.4);
    font-size: 0.75rem;
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar-cta-contact-row a:hover {
    color: rgba(255,255,255,0.7);
}

.sidebar-cta-contact-row span {
    color: rgba(255,255,255,0.15);
    font-size: 0.65rem;
    margin: 0 0.25rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-contact-wrapper {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .floating-contact-btn {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }

    .floating-contact-menu {
        min-width: 180px;
    }

    .whatsapp-submenu {
        position: fixed;
        bottom: auto;
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%) scaleX(0.95);
        transform-origin: right center;
        min-width: 220px;
    }

    .whatsapp-option.open .whatsapp-submenu {
        transform: translateY(-50%) scaleX(1);
    }
}
/* ============================================================
   MOBILE & TABLET RESPONSIVE STYLES
   Breakpoints: mobile < 768px | tablet 768px–1023px
   ============================================================ */

/* ===== MOBILE NAV TOGGLE BUTTON ===== */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 110;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #1a1a2e;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== TOPBAR MOBILE ===== */
@media (max-width: 767px) {
    .bg-secondary.text-white.text-xs.py-3 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        overflow: hidden;
    }

    .bg-secondary .flex.items-center.gap-6:first-child {
        gap: 0.75rem;
        font-size: 0.65rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
    }

    .bg-secondary .flex.items-center.gap-6:first-child::-webkit-scrollbar {
        display: none;
    }

    .bg-secondary .flex.items-center.gap-6 a {
        white-space: nowrap;
        font-size: 0.65rem;
    }

    .bg-secondary .flex.items-center.gap-3.border-l {
        margin-top: 0;
        border-left: none;
        padding-left: 0;
    }
}

/* ===== NAVBAR MOBILE/TABLET ===== */
@media (max-width: 1023px) {

    /* Show hamburger button */
    .nav-toggle {
        display: flex !important;
        order: 3;
    }

    /* Navbar bar */
    .navbar {
        z-index: 201;
    }

    .nav-container {
        padding: 0.75rem 1.25rem !important;
        min-height: 60px;
        gap: 0.75rem;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .nav-logo {
        order: 1;
        flex-shrink: 0;
    }

    .nav-logo img {
        height: 40px;
    }

    /* Hide desktop CTA */
    .nav-cta {
        display: none !important;
    }

    /* FULLSCREEN MOBILE MENU — hidden until .open */
    .nav-menu {
        display: none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: white !important;
        z-index: 200 !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding: 4.5rem 0 2rem !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 0 !important;
        flex: none !important;
        order: 2;
        margin: 0 !important;
    }

    .nav-menu.open {
        display: flex !important;
    }

    .nav-item {
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

    .nav-link {
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        justify-content: space-between !important;
        color: #1a1a2e !important;
        border-bottom: none !important;
        width: 100%;
    }

    .nav-link:hover,
    .nav-item.has-mega:hover > .nav-link {
        color: #F37021 !important;
        background: #FFF8F5;
    }

    .nav-item.active > .nav-link {
        color: #F37021 !important;
        border-bottom: none !important;
        background: #FFF8F5;
    }

    /* Mega menu accordion */
    .mega-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        display: none !important;
        background: #F9FAFB;
        border-top: 1px solid #E5E7EB;
        transition: none !important;
    }

    .nav-item.has-mega.mega-open .mega-menu {
        display: block !important;
    }

    /* Kill CSS hover on mobile */
    .nav-item.has-mega:hover .mega-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .nav-item.has-mega.mega-open:hover .mega-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mega-inner {
        flex-direction: column !important;
        padding: 1rem 1.5rem !important;
        gap: 1rem !important;
    }

    .mega-desc { flex: none; }
    .mega-divider { display: none !important; }
    .mega-image { display: none !important; }
    .mega-links-wide { flex-direction: column !important; gap: 0.5rem !important; }

    /* Mobile CTA inside menu */
    .nav-menu-cta {
        display: block;
        margin: 1.25rem 1.5rem 0.5rem;
        padding: 0.875rem 1.25rem;
        background: #004B87;
        color: white !important;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.875rem;
        letter-spacing: 0.05em;
        border-radius: 6px;
    }

    /* Close X button */
    .nav-close {
        position: absolute;
        top: 1rem;
        right: 1.25rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #F3F4F6;
        border: none;
        border-radius: 50%;
        font-size: 1.1rem;
        cursor: pointer;
        color: #374151;
        z-index: 210;
    }
}

/* ===== PAGE HERO MOBILE ===== */
@media (max-width: 767px) {
    .page-hero {
        min-height: 260px;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }

    .page-hero h1 {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
        margin-bottom: 0.75rem;
    }

    .page-hero-desc {
        font-size: 0.8rem;
        max-width: 100%;
    }

    .page-hero-badges {
        gap: 0.5rem;
    }

    .page-hero-badge {
        padding: 0.5rem 0.75rem;
        min-width: 80px;
    }

    .page-hero-badge-title {
        font-size: 0.9rem;
    }

    .page-hero-badge-sub {
        font-size: 0.6rem;
    }

    .page-hero-bottom {
        gap: 1.25rem;
    }

    /* Hero container padding on mobile */
    .page-hero .container,
    .page-hero > [class*="mx-auto"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .page-hero {
        min-height: 300px;
        padding-bottom: 2.5rem;
    }

    .page-hero h1 {
        font-size: clamp(2rem, 4vw, 3rem);
    }
}

/* ===== HOME HERO (h-[85vh]) MOBILE ===== */
@media (max-width: 767px) {
    .h-\[85vh\] {
        height: auto;
        min-height: 100svh;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .min-h-\[600px\] {
        min-height: unset;
    }

    /* Hero text sizing */
    .text-5xl {
        font-size: 2.25rem;
        line-height: 1.15;
    }

    .md\:text-7xl {
        font-size: 2.25rem;
    }

    /* Hero padding */
    .lg\:px-32 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-20 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    /* Hero CTA buttons stack */
    .flex.flex-wrap.gap-8.items-center {
        gap: 1rem;
    }

    /* Stats bar below hero */
    .bg-white.py-12.-mt-2.rounded-t-lg.mx-4 {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .h-\[85vh\] {
        height: 70vh;
        min-height: 500px;
    }

    .lg\:px-32 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ===== FLOATING CONTACT BUTTON MOBILE ===== */
@media (max-width: 767px) {
    .floating-contact-wrapper {
        bottom: 1.25rem;
        right: 1.25rem;
    }

    .floating-contact-btn {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }

    .floating-contact-menu {
        bottom: 4rem;
        right: 0;
        min-width: 200px;
        max-width: calc(100vw - 2.5rem);
    }

    /* WhatsApp card submenu: prevent going off screen */
    .whatsapp-card-menu {
        right: 0;
        left: auto;
        min-width: 260px;
        max-width: calc(100vw - 2.5rem);
        /* on mobile position below to avoid going off top */
        bottom: auto;
        top: 100%;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

    .whatsapp-option.open .whatsapp-card-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .floating-contact-wrapper {
        bottom: 1.75rem;
        right: 1.75rem;
    }
}

/* ===== CTA BANNER MOBILE ===== */
@media (max-width: 767px) {
    .cta-banner {
        padding: 3rem 0;
    }

    .cta-banner-inner {
        gap: 1.5rem;
        align-items: center;
    }

    .cta-banner h2 {
        font-size: clamp(1.4rem, 5vw, 2rem);
        text-align: center;
    }

    .cta-banner-desc {
        font-size: 0.8rem;
        max-width: 100%;
        text-align: center;
    }

    .cta-banner-label {
        justify-content: center;
    }

    .cta-banner-trust {
        justify-content: center;
        gap: 0.75rem;
    }

    .cta-action-card {
        width: 100%;
        padding: 1.5rem;
    }

    .cta-btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cta-banner {
        padding: 3.5rem 0;
    }

    .cta-banner-inner {
        gap: 2rem;
    }

    .cta-action-card {
        width: 100%;
        max-width: 480px;
    }
}

/* ===== SECTION TITLE MOBILE ===== */
@media (max-width: 767px) {
    .section-title {
        font-size: 1.6rem;
        line-height: 1.25;
        margin-bottom: 1rem;
    }

    .section-subtitle {
        font-size: 0.75rem;
    }
}

/* ===== GENERAL CONTAINER PADDING MOBILE ===== */
@media (max-width: 767px) {
    .container.mx-auto.px-6 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    /* Grid columns on mobile — force single column */
    .md\:grid-cols-2,
    .md\:grid-cols-3 {
        grid-template-columns: 1fr;
    }

    .lg\:grid-cols-3,
    .lg\:grid-cols-4 {
        grid-template-columns: 1fr;
    }

    /* Flex rows to columns on mobile */
    .md\:flex-row {
        flex-direction: column;
    }

    /* Side-by-side layout for sidebar pages */
    .lg\:flex-row {
        flex-direction: column;
    }

    /* Sidebar on layanan pages */
    .lg\:w-1\/2,
    .lg\:w-5\/12,
    .lg\:w-7\/12 {
        width: 100%;
    }

    /* Margins */
    .mb-16 { margin-bottom: 2.5rem; }
    .mb-12 { margin-bottom: 2rem; }
    .mb-10 { margin-bottom: 1.75rem; }

    /* Padding adjustments */
    .py-24 { padding-top: 3rem; padding-bottom: 3rem; }
    .py-20 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
    .py-16 { padding-top: 2rem; padding-bottom: 2rem; }

    /* Step connector for mobile process flow */
    .step-connector::after {
        display: none;
    }
}

/* ===== TABLET GRID ===== */
@media (min-width: 768px) and (max-width: 1023px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lg\:w-5\/12,
    .lg\:w-7\/12 {
        width: 100%;
    }

    .lg\:flex-row {
        flex-direction: column;
    }

    .container.mx-auto.px-6 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ===== SIDEBAR LAYOUT MOBILE (layanan pages) ===== */
@media (max-width: 1023px) {
    /* Sidebar goes below content */
    .sidebar-image-wrapper img {
        height: 180px;
    }

    .sidebar-cta-body {
        padding: 1.25rem 1.25rem 0.5rem;
    }

    .sidebar-cta-actions {
        padding: 0 1.25rem 1.25rem;
    }
}

/* ===== STATS BAR MOBILE ===== */
@media (max-width: 767px) {
    /* Stats row below hero — stack vertically */
    .md\:flex-row.items-center.justify-between.gap-8 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .md\:w-1\/3 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E5E7EB;
        padding-bottom: 1rem;
        padding-right: 0;
    }

    .md\:w-2\/3 {
        width: 100%;
    }
}

/* ===== WHATSAPP FLOATING — prevent overflow on small screens ===== */
@media (max-width: 480px) {
    .floating-contact-menu {
        right: 0;
        left: auto;
        min-width: 180px;
        max-width: calc(100vw - 1.5rem);
    }

    .whatsapp-card-menu {
        min-width: 220px;
        max-width: calc(100vw - 1.5rem);
        right: 0;
    }
}

/* ===== PREVENT HORIZONTAL OVERFLOW ===== */
body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

/* ===== NAV OVERLAY BACKDROP (mobile) ===== */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 199;
    backdrop-filter: blur(2px);
}

.nav-overlay.open {
    display: block;
}