/*
Theme Name: Futuristic IT Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A modern WordPress theme for IT and healthcare solutions with a dark green and gold color scheme
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: futuristic-it
*/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Inter-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Inter-Bold.woff2') format('woff2');
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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);
    --color-dark-green: #083321;
    --color-gold-dark: #b8892f;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .-top-3\.5 {
    top: calc(var(--spacing) * -3.5);
  }
  .-top-\[200px\] {
    top: calc(200px * -1);
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-full {
    top: 100%;
  }
  .-right-\[200px\] {
    right: calc(200px * -1);
  }
  .right-0 {
    right: 0px;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: 0px;
  }
  .left-1 {
    left: var(--spacing);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mt-px {
    margin-top: 1px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.25 {
    margin-bottom: calc(var(--spacing) * 1.25);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[85vh\] {
    min-height: 85vh;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[calc\(33\.333\%-19px\)\] {
    width: calc(33.333% - 19px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-none {
    list-style-type: none;
  }
  .columns-3 {
    columns: 3;
  }
  .columns-4 {
    columns: 4;
  }
  .columns-6 {
    columns: 6;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[var\(--radius\)\] {
    border-radius: var(--radius);
  }
  .rounded-\[var\(--radius-sm\)\] {
    border-radius: var(--radius-sm);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-\[var\(--radius-sm\)\] {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#e8e8e8\] {
    border-color: #e8e8e8;
  }
  .border-\[rgba\(13\,61\,47\,0\.06\)\] {
    border-color: rgba(13,61,47,0.06);
  }
  .border-\[rgba\(255\,255\,255\,0\.1\)\] {
    border-color: rgba(255,255,255,0.1);
  }
  .border-\[rgba\(255\,255\,255\,0\.06\)\] {
    border-color: rgba(255,255,255,0.06);
  }
  .border-\[var\(--border-color\)\] {
    border-color: var(--border-color);
  }
  .border-\[var\(--border-on-dark\)\] {
    border-color: var(--border-on-dark);
  }
  .border-\[var\(--dark-green\)\] {
    border-color: var(--dark-green);
  }
  .border-\[var\(--gold\)\] {
    border-color: var(--gold);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/6 {
    border-color: color-mix(in srgb, #000 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 6%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#0A1A14\] {
    background-color: #0A1A14;
  }
  .bg-\[\#083321\] {
    background-color: #083321;
  }
  .bg-\[rgba\(0\,0\,0\,0\.25\)\] {
    background-color: rgba(0,0,0,0.25);
  }
  .bg-\[rgba\(212\,168\,67\,0\.15\)\] {
    background-color: rgba(212,168,67,0.15);
  }
  .bg-\[rgba\(255\,255\,255\,0\.05\)\] {
    background-color: rgba(255,255,255,0.05);
  }
  .bg-\[rgba\(255\,255\,255\,0\.08\)\] {
    background-color: rgba(255,255,255,0.08);
  }
  .bg-\[var\(--cream\)\] {
    background-color: var(--cream);
  }
  .bg-\[var\(--cream-dark\)\] {
    background-color: var(--cream-dark);
  }
  .bg-\[var\(--dark-green\)\] {
    background-color: var(--dark-green);
  }
  .bg-\[var\(--gold\)\] {
    background-color: var(--gold);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-0 {
    padding-inline: 0px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[90px\] {
    padding-block: 90px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[160px\] {
    padding-block: 160px;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[26px\] {
    padding-bottom: 26px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-\[inherit\] {
    font-family: inherit;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.92rem\] {
    font-size: 0.92rem;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[120px\] {
    font-size: 120px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-gold-dark {
    color: var(--color-gold-dark) !important;
  }
  .text-\[\#6b7280\] {
    color: #6b7280;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[rgba\(255\,255\,255\,0\.85\)\] {
    color: rgba(255,255,255,0.85);
  }
  .text-\[var\(--dark-green\)\] {
    color: var(--dark-green);
  }
  .text-\[var\(--gold\)\] {
    color: var(--gold);
  }
  .text-\[var\(--text-body\)\] {
    color: var(--text-body);
  }
  .text-\[var\(--text-dark\)\] {
    color: var(--text-dark);
  }
  .text-\[var\(--text-dark\,\#1a2620\)\] {
    color: var(--text-dark,#1a2620);
  }
  .text-\[var\(--text-gray\)\] {
    color: var(--text-gray);
  }
  .text-\[var\(--text-gray\,\#6f7a74\)\] {
    color: var(--text-gray,#6f7a74);
  }
  .text-\[var\(--text-on-dark-soft\)\] {
    color: var(--text-on-dark-soft);
  }
  .text-dark-green {
    color: var(--color-dark-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: color-mix(in srgb, #ffffff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 2px 12px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_24px_rgba\(212\,168\,67\,0\.5\)\] {
    --tw-shadow: 0 4px 24px var(--tw-shadow-color, rgba(212,168,67,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_24px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_32px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 8px 32px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 8px 40px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--shadow-lg\)\] {
    --tw-shadow: var(--shadow-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[0\.4s\] {
    --tw-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .duration-\[0\.25s\] {
    --tw-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .ease-\[cubic-bezier\(0\.4\,0\,0\.2\,1\)\] {
    --tw-ease: cubic-bezier(0.4,0,0.2,1);
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .block-2 {
    block-size: calc(var(--spacing) * 2);
  }
  .block-3 {
    block-size: calc(var(--spacing) * 3);
  }
  .block-4 {
    block-size: calc(var(--spacing) * 4);
  }
  .block-5 {
    block-size: calc(var(--spacing) * 5);
  }
  .block-6 {
    block-size: calc(var(--spacing) * 6);
  }
  .first\:border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:-translate-y-1\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -1.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:border-\[rgba\(255\,255\,255\,0\.2\)\]:hover {
      border-color: rgba(255,255,255,0.2);
    }
    .hover\:border-\[var\(--gold\)\]:hover {
      border-color: var(--gold);
    }
    .hover\:border-transparent:hover {
      border-color: transparent;
    }
    .hover\:bg-\[\#b8892f\]:hover {
      background-color: #b8892f;
    }
    .hover\:bg-\[rgba\(0\,0\,0\,0\.15\)\]:hover {
      background-color: rgba(0,0,0,0.15);
    }
    .hover\:bg-\[var\(--cream\)\]:hover {
      background-color: var(--cream);
    }
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
    .hover\:bg-white\/60:hover {
      background-color: color-mix(in srgb, #ffffff 60%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/60:hover {
        background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
    .hover\:text-\[var\(--gold\)\]:hover {
      color: var(--gold);
    }
    .hover\:text-gold-dark:hover {
      color: var(--color-gold-dark);
    }
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
    .hover\:shadow-\[0_0_16px_rgba\(212\,168\,67\,0\.45\)\]:hover {
      --tw-shadow: 0 0 16px var(--tw-shadow-color, rgba(212,168,67,0.45));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-\[0_4px_14px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0 4px 14px var(--tw-shadow-color, rgba(0,0,0,0.15));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-\[0_8px_30px_rgba\(0\,0\,0\,0\.1\)\]:hover {
      --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(0,0,0,0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-\[var\(--shadow-lg\)\]:hover {
      --tw-shadow: var(--shadow-lg);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:border-\[var\(--gold\)\]:focus {
    border-color: var(--gold);
  }
  .focus\:bg-white:focus {
    background-color: var(--color-white);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width < 768px) {
    .max-md\:flex {
      display: flex;
    }
    .max-md\:h-\[320px\] {
      height: 320px;
    }
    .max-md\:h-auto {
      height: auto;
    }
    .max-md\:min-h-\[50vh\] {
      min-height: 50vh;
    }
    .max-md\:max-w-full {
      max-width: 100%;
    }
    .max-md\:flex-col {
      flex-direction: column;
    }
    .max-md\:gap-\[30px\] {
      gap: 30px;
    }
    .max-md\:py-\[100px\] {
      padding-block: 100px;
    }
    .max-md\:pb-\[60px\] {
      padding-bottom: 60px;
    }
  }
  @media (width < 576px) {
    .max-\[576px\]\:h-\[260px\] {
      height: 260px;
    }
    .max-\[576px\]\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .max-\[576px\]\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .max-\[576px\]\:pb-10 {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 576px) {
    .sm\:my-2\.5 {
      margin-block: calc(var(--spacing) * 2.5);
    }
    .sm\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .sm\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .sm\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .sm\:mb-3\.5 {
      margin-bottom: calc(var(--spacing) * 3.5);
    }
    .sm\:mb-5 {
      margin-bottom: calc(var(--spacing) * 5);
    }
    .sm\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
    .sm\:mb-7 {
      margin-bottom: calc(var(--spacing) * 7);
    }
    .sm\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .sm\:h-14 {
      height: calc(var(--spacing) * 14);
    }
    .sm\:h-16 {
      height: calc(var(--spacing) * 16);
    }
    .sm\:h-\[220px\] {
      height: 220px;
    }
    .sm\:h-\[280px\] {
      height: 280px;
    }
    .sm\:max-h-\[450px\] {
      max-height: 450px;
    }
    .sm\:w-16 {
      width: calc(var(--spacing) * 16);
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:max-w-\[calc\(25\%-15px\)\] {
      max-width: calc(25% - 15px);
    }
    .sm\:min-w-\[calc\(25\%-15px\)\] {
      min-width: calc(25% - 15px);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .sm\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .sm\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .sm\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
    .sm\:border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
    .sm\:border-l {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:px-7 {
      padding-inline: calc(var(--spacing) * 7);
    }
    .sm\:px-\[18px\] {
      padding-inline: 18px;
    }
    .sm\:py-2\.5 {
      padding-block: calc(var(--spacing) * 2.5);
    }
    .sm\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
    .sm\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
    .sm\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
    .sm\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .sm\:py-9 {
      padding-block: calc(var(--spacing) * 9);
    }
    .sm\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
    .sm\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 768px) {
    .md\:sticky {
      position: sticky;
    }
    .md\:top-28 {
      top: calc(var(--spacing) * 28);
    }
    .md\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
    .md\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
    .md\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
    .md\:mb-\[22px\] {
      margin-bottom: 22px;
    }
    .md\:h-5 {
      height: calc(var(--spacing) * 5);
    }
    .md\:h-6 {
      height: calc(var(--spacing) * 6);
    }
    .md\:h-9 {
      height: calc(var(--spacing) * 9);
    }
    .md\:h-10 {
      height: calc(var(--spacing) * 10);
    }
    .md\:h-16 {
      height: calc(var(--spacing) * 16);
    }
    .md\:h-20 {
      height: calc(var(--spacing) * 20);
    }
    .md\:h-\[320px\] {
      height: 320px;
    }
    .md\:h-\[350px\] {
      height: 350px;
    }
    .md\:h-\[380px\] {
      height: 380px;
    }
    .md\:h-\[400px\] {
      height: 400px;
    }
    .md\:max-h-\[550px\] {
      max-height: 550px;
    }
    .md\:max-h-\[700px\] {
      max-height: 700px;
    }
    .md\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .md\:w-5 {
      width: calc(var(--spacing) * 5);
    }
    .md\:w-6 {
      width: calc(var(--spacing) * 6);
    }
    .md\:w-9 {
      width: calc(var(--spacing) * 9);
    }
    .md\:w-10 {
      width: calc(var(--spacing) * 10);
    }
    .md\:w-20 {
      width: calc(var(--spacing) * 20);
    }
    .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\:grid-cols-\[1fr_1\.1fr\] {
      grid-template-columns: 1fr 1.1fr;
    }
    .md\:grid-cols-\[1fr_1\.2fr\] {
      grid-template-columns: 1fr 1.2fr;
    }
    .md\:grid-cols-\[300px_1fr\] {
      grid-template-columns: 300px 1fr;
    }
    .md\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
    .md\:self-start {
      align-self: flex-start;
    }
    .md\:px-1\.5 {
      padding-inline: calc(var(--spacing) * 1.5);
    }
    .md\:px-7 {
      padding-inline: calc(var(--spacing) * 7);
    }
    .md\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
    .md\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 992px) {
    .lg\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .lg\:h-10 {
      height: calc(var(--spacing) * 10);
    }
    .lg\:h-\[400px\] {
      height: 400px;
    }
    .lg\:h-\[420px\] {
      height: 420px;
    }
    .lg\:h-\[440px\] {
      height: 440px;
    }
    .lg\:h-\[480px\] {
      height: 480px;
    }
    .lg\:max-h-\[650px\] {
      max-height: 650px;
    }
    .lg\:max-h-\[800px\] {
      max-height: 800px;
    }
    .lg\:w-1\/3 {
      width: calc(1 / 3 * 100%);
    }
    .lg\:w-10 {
      width: calc(var(--spacing) * 10);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .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\:grid-cols-\[1\.1fr_1fr\] {
      grid-template-columns: 1.1fr 1fr;
    }
    .lg\:grid-cols-\[1\.4fr_1fr_1\.2fr\] {
      grid-template-columns: 1.4fr 1fr 1.2fr;
    }
    .lg\:grid-cols-\[1fr_1\.2fr\] {
      grid-template-columns: 1fr 1.2fr;
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:px-2 {
      padding-inline: calc(var(--spacing) * 2);
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .lg\:text-\[3\.5rem\] {
      font-size: 3.5rem;
    }
  }
  @media (width >= 1200px) {
    .xl\:h-\[400px\] {
      height: 400px;
    }
  }
  @media (width >= 1400px) {
    .\32 xl\:h-\[500px\] {
      height: 500px;
    }
  }
}
@layer components {
  body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
  }
  .lang-km, .lang-km * {
    font-family: 'Noto Sans Khmer', 'Inter', sans-serif !important;
  }
  :root {
    --dark-green: #083321;
    --primary-green: #083321;
    --green-700: #285d38;
    --gold: #d4a843;
    --gold-dark: #b8892f;
    --gold-light: #e8c876;
    --cream: #f7f6f1;
    --cream-dark: #efede4;
    --white: #ffffff;
    --text-dark: #1a2620;
    --text-body: #4a5750;
    --text-gray: #6f7a74;
    --text-on-dark: rgba(255, 255, 255, 0.92);
    --text-on-dark-soft: rgba(255, 255, 255, 0.68);
    --border-color: #e6e4da;
    --border-on-dark: rgba(255, 255, 255, 0.12);
    --radius: 10px;
    --radius-sm: 6px;
    --shadow: 0 4px 16px rgba(20, 46, 31, 0.06);
    --shadow-lg: 0 20px 40px rgba(20, 46, 31, 0.14);
    --shadow-card: 0 2px 10px rgba(20, 46, 31, 0.05);
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: 'Inter', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: var(--text-body);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 {
    color: var(--text-dark);
    font-weight: 800;
  }
  .container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease;
  }
  .btn-gold, .hero-btn, .submit-btn, .inquire-btn {
    background-color: var(--gold);
    color: var(--dark-green);
    border-color: var(--gold);
    border-radius: 8px;
  }
  .btn-gold svg {
    transition: transform 0.3s ease;
  }
  .btn-gold:hover svg {
    transform: translateX(4px);
  }
  .btn-gold:hover, .hero-btn:hover, .submit-btn:hover, .inquire-btn:hover {
    background-color: transparent;
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 168, 67, 0.35);
  }
  .btn-dark-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background-color: var(--dark-green);
    color: var(--white);
    text-decoration: none;
  }
  .btn-dark-green:hover {
    background-color: var(--primary-green);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: var(--white);
  }
  .btn-outline {
    background-color: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
  }
  .btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-dark {
    background-color: transparent;
    color: var(--dark-green);
    border-color: var(--dark-green);
  }
  .btn-outline-dark:hover {
    background-color: var(--dark-green);
    color: var(--white);
  }
  .site-header {
    background-color: var(--cream);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 18px 0;
    transition: padding 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  }
  .site-header.scrolled {
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(20, 46, 31, 0.15);
  }
  .site-header .w-24.h-24 {
    transition: width 0.4s ease, height 0.4s ease;
  }
  .site-header.scrolled .w-24.h-24 {
    width: 56px;
    height: 56px;
  }
  .site-logo .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
  }
  .site-logo .logo-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--dark-green);
  }
  .site-logo .logo-subtitle {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-gray);
  }
  .main-navigation ul {
    display: flex;
    align-items: center;
    gap: 38px;
  }
  .main-navigation a {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 0;
    position: relative;
  }
  .main-navigation a:hover, .main-navigation .current-menu-item > a {
    color: var(--gold-dark);
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: 0.5;
    transition: transform 0.3s ease;
  }
  .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
  }
  .main-navigation .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 480px;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.06);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(8px);
    transition: opacity 0.3s cubic-bezier(0.4,0,0.2,1), transform 0.3s cubic-bezier(0.4,0,0.2,1), visibility 0.3s;
    pointer-events: none;
    z-index: 9999;
  }
  @media (min-width: 769px) {
    .menu-item-has-children:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
      pointer-events: auto;
    }
  }
  .main-navigation .sub-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: var(--white);
    border-left: 1px solid rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.08);
  }
  .main-navigation .sub-menu .svc-mega-item {
    list-style: none;
  }
  .main-navigation .sub-menu .svc-mega-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--text-dark, #1a1a1a);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }
  .main-navigation .sub-menu .svc-mega-item a:hover {
    background: linear-gradient(135deg, rgba(20,46,31,0.06), rgba(212,168,67,0.08));
    color: var(--gold-dark, #b8892f);
    transform: translateX(4px);
  }
  .mobile-menu-toggle {
    display: none;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .hero-bg-glow {
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 168, 67, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-section.hero-compact {
    padding: 70px 0;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 24px;
    background: rgba(212, 168, 67, 0.12);
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(212, 168, 67, 0.2);
  }
  .hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes pulse {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.5;
      transform: scale(1.3);
    }
  }
  .hero-section.hero-compact {
    position: relative;
    width: 300px;
    height: 300px;
    animation: heroVisualFloat 6s ease-in-out infinite;
  }
  .hero-visual-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(212, 168, 67, 0.3);
  }
  .hero-visual-ring-1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: heroRingSpin 20s linear infinite;
  }
  .hero-visual-ring-2 {
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border-color: rgba(255, 255, 255, 0.2);
    animation: heroRingSpin 15s linear infinite reverse;
  }
  .hero-visual-ring-3 {
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    border-color: rgba(212, 168, 67, 0.4);
    animation: heroRingSpin 10s linear infinite;
  }
  .hero-visual-core {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    background: radial-gradient(circle, var(--gold) 0%, rgba(212, 168, 67, 0.5) 50%, transparent 70%);
    border-radius: 50%;
    animation: heroCorePulse 3s ease-in-out infinite;
  }
  .hero-visual-particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    animation: heroParticleOrbit 8s linear infinite;
  }
  .hero-visual-particle-1 {
    top: 0;
    left: 50%;
    animation-delay: 0s;
  }
  .hero-visual-particle-2 {
    top: 25%;
    right: 0;
    animation-delay: -1.3s;
  }
  .hero-visual-particle-3 {
    bottom: 25%;
    right: 0;
    animation-delay: -2.6s;
  }
  .hero-visual-particle-4 {
    bottom: 0;
    left: 50%;
    animation-delay: -4s;
  }
  .hero-visual-particle-5 {
    bottom: 25%;
    left: 0;
    animation-delay: -5.3s;
  }
  .hero-visual-particle-6 {
    top: 25%;
    left: 0;
    animation-delay: -6.6s;
  }
  .hero-floating-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.06;
    background: var(--gold);
  }
  .hero-shape-1 {
    width: 420px;
    height: 400px;
    top: -150px;
    left: -100px;
    animation: heroShapeFloat 12s ease-in-out infinite;
  }
  .hero-shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation: heroShapeFloat 8s ease-in-out infinite reverse;
  }
  .hero-shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    left: 60%;
    animation: heroShapeFloat 10s ease-in-out infinite 2s;
  }
  .hero-shape-4 {
    width: 80px;
    height: 80px;
    bottom: 30%;
    left: 30%;
    animation: heroShapeFloat 7s ease-in-out infinite 1s;
  }
  @keyframes heroVisualFloat {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
  }
  @keyframes heroRingSpin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes heroCorePulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.15);
      opacity: 1;
    }
  }
  @keyframes heroParticleOrbit {
    0% {
      transform: rotate(0deg) translateX(150px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(150px) rotate(-360deg);
    }
  }
  @keyframes heroShapeFloat {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    33% {
      transform: translate(20px, -20px) scale(1.05);
    }
    66% {
      transform: translate(-10px, 10px) scale(0.95);
    }
  }
  .hero-eyebrow {
    animation: heroFadeIn 0.8s ease-out 0.2s both;
  }
  .hero-title {
    animation: heroFadeIn 0.8s ease-out 0.4s both;
  }
  .hero-subtitle {
    animation: heroFadeIn 0.8s ease-out 0.6s both;
  }
  .hero-actions {
    animation: heroFadeIn 0.8s ease-out 0.8s both;
  }
  @keyframes heroFadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hero-text-slider {
    position: relative;
    min-height: 270px;
    overflow: visible;
  }
  .hero-text-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .hero-text-slide .hero-title, .hero-text-slide .accent, .hero-text-slide .hero-subtitle {
    opacity: 0;
    overflow: visible;
  }
  .hero-text-slide.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
  .hero-text-slide.active .hero-title {
    animation: heroFadeIn 0.8s ease-out forwards;
  }
  .hero-text-slide.active .accent {
    animation: heroFadeIn 0.8s ease-out 0.1s forwards;
  }
  .hero-text-slide.active .hero-subtitle {
    animation: heroFadeIn 0.8s ease-out 0.2s forwards;
  }
  .hero-text-slide.active .hero-actions {
    animation: heroFadeIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
  }
  .hero-text-slide.exit-up .hero-title, .hero-text-slide.exit-up .accent, .hero-text-slide.exit-up .hero-subtitle, .hero-text-slide.exit-up .hero-actions {
    animation: heroFadeOut 0.5s ease-out forwards;
  }
  @keyframes heroFadeOut {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
  .hero-title {
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--white);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .hero-title em, .hero-title .accent {
    color: var(--gold);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .hero-keyword-rotator {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-keyword-rotator, .hero-keyword-rotator .hero-keyword {
      transition: none;
    }
  }
  .lang-km .hero-title, .lang-km .hero-subtitle, .lang-km .hero-eyebrow {
    font-family: 'Noto Sans Khmer', 'Inter', sans-serif;
  }
  .lang-km .hero-title {
    font-family: 'Noto Sans Khmer', 'Inter', sans-serif;
  }
  .lang-km .hero-subtitle {
    line-height: 2;
  }
  .hero-subtitle {
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 580px;
    line-height: 1.8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  }
  .hero-actions {
    margin-top: 10px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-title {
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--white);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .hero-title em, .hero-title .accent {
    color: var(--gold);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .hero-subtitle {
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 580px;
    line-height: 1.8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  }
  .hero-eyebrow {
    padding: 6px 16px;
  }
  .hero-actions .btn {
    padding: clamp(12px, 1.5vw + 10px, 14px) clamp(24px, 3vw + 20px, 32px);
    font-size: clamp(0.85rem, 1vw + 0.75rem, 0.95rem);
  }
  .hero-section .relative.flex.items-center.justify-center {
    min-height: 180px;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hero-section.hero-compact {
    padding: 70px 0;
    max-width: 560px;
  }
  .hero-visual-inner {
    position: relative;
    width: 300px;
    height: 300px;
    animation: heroVisualFloat 6s ease-in-out infinite;
  }
  .hero-visual-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(212, 168, 67, 0.3);
  }
  .hero-visual-ring-1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: heroRingSpin 20s linear infinite;
  }
  .hero-visual-ring-2 {
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border-color: rgba(255, 255, 255, 0.2);
    animation: heroRingSpin 15s linear infinite reverse;
  }
  .hero-visual-ring-3 {
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    border-color: rgba(212, 168, 67, 0.4);
    animation: heroRingSpin 10s linear infinite;
  }
  .hero-visual-core {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    background: radial-gradient(circle, var(--gold) 0%, rgba(212, 168, 67, 0.5) 50%, transparent 70%);
    border-radius: 50%;
    animation: heroCorePulse 3s ease-in-out infinite;
  }
  .hero-visual-particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    animation: heroParticleOrbit 8s linear infinite;
  }
  .hero-visual-particle-1 {
    top: 0;
    left: 50%;
    animation-delay: 0s;
  }
  .hero-visual-particle-2 {
    top: 25%;
    right: 0;
    animation-delay: -1.3s;
  }
  .hero-visual-particle-3 {
    bottom: 25%;
    right: 0;
    animation-delay: -2.6s;
  }
  .hero-visual-particle-4 {
    bottom: 0;
    left: 50%;
    animation-delay: -4s;
  }
  .hero-visual-particle-5 {
    bottom: 25%;
    left: 0;
    animation-delay: -5.3s;
  }
  .hero-visual-particle-6 {
    top: 25%;
    left: 0;
    animation-delay: -6.6s;
  }
  .hero-floating-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .hero-visual-particle {
      animation: heroParticleOrbitMobile 8s linear infinite;
    }
    .hero-visual-particle-1 {
      top: 0;
      left: 50%;
      animation-delay: 0s;
    }
    .hero-visual-particle-2 {
      top: 25%;
      right: 0;
      animation-delay: -1.3s;
    }
    .hero-visual-particle-3 {
      bottom: 25%;
      right: 0;
      animation-delay: -2.6s;
    }
    .hero-visual-particle-4 {
      bottom: 0;
      left: 50%;
      animation-delay: -4s;
    }
    .hero-visual-particle-5 {
      bottom: 25%;
      left: 0;
      animation-delay: -5.3s;
    }
    .hero-visual-particle-6 {
      top: 25%;
      left: 0;
      animation-delay: -6.6s;
    }
    @keyframes heroParticleOrbitMobile {
      0% {
        transform: rotate(0deg) translateX(100px) rotate(0deg);
      }
      100% {
        transform: rotate(360deg) translateX(100px) rotate(-360deg);
      }
    }
  }
  .section {
    padding: 30px 0;
  }
  .section-tight {
    padding: 60px 0;
  }
  .section-eyebrow {
    display: block;
    text-align: center;
    color: var(--gold-dark);
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .section-title {
    text-align: center;
    font-size: 1.5rem;
    color: var(--dark-green);
    margin-bottom: 14px;
    font-weight: 800;
  }
  .section-title p {
    text-align: center;
  }
  .section-subtitle {
    text-align: center;
    color: var(--text-gray);
    margin: 0 auto 50px;
    font-size: 1rem;
  }
  .section-light {
    background-color: var(--cream);
  }
  .section-dark {
    background-color: #0A1A14;
    color: var(--white);
    overflow: hidden;
  }
  .section-dark-core-philosophy {
    background-color: var(--dark-green);
    color: var(--white);
  }
  .section-dark-core-philosophy .section-title {
    color: var(--white);
  }
  .section-dark .section-title, .section-dark h2 {
    color: var(--white);
  }
  .section-dark .section-subtitle {
    color: var(--text-on-dark-soft);
  }
  .section-dark .container, .section-dark-core-philosophy .container {
    min-width: 0;
  }
  .section-footnote {
    text-align: center;
    margin-top: 40px;
    color: var(--text-gray);
    font-size: 0.875rem;
  }
  .section-footnote a {
    color: var(--dark-green);
    font-weight: 600;
    transition: all 0.25s ease;
  }
  .section-footnote a:hover {
    color: var(--gold-dark);
    gap: 10px;
  }
  .service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--dark-green);
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .service-link:hover {
    color: var(--gold-dark);
    gap: 10px;
  }
  .reliability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
  .reliability-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 30px 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.25s ease;
  }
  .reliability-card:hover {
    box-shadow: var(--shadow-card);
    border-color: var(--gold);
  }
  .reliability-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cream-dark);
    color: var(--gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  .reliability-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .reliability-card p {
    color: var(--text-gray);
    font-size: 0.875rem;
  }
  .product-group-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-green);
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
  }
  .product-group-title + .grid {
    margin-bottom: 50px;
  }
  .product-card {
    background: var(--white, #fff);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: auto;
    min-height: 380px;
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 640px) {
    .product-card {
      height: 440px;
      min-height: auto;
    }
  }
  .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  .product-card .relative {
    flex-shrink: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    background: var(--cream-dark, #efede4);
  }
  .product-card .relative img {
    border-radius: 0;
  }
  .product-card .underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .product-card > div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .product-card .card-desc {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .product-card .flex.items-center.justify-between {
    margin-top: auto;
  }
  .product-card-add:hover {
    border-color: transparent;
    background: var(--white) !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  }
  .product-card-add:hover svg {
    color: var(--gold) !important;
  }
  .product-card-add div:first-child {
    transition: all 0.3s ease;
  }
  .product-card-add:hover div:first-child {
    background: rgba(212,168,67,0.15) !important;
  }
  .product-image-wrap {
    position: relative;
  }
  .product-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: var(--cream-dark);
    border-radius: 0;
  }
  @media (min-width: 640px) {
    .product-image {
      height: 220px;
    }
  }
  .product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--dark-green);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .product-type-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gold);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .product-content {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .product-title {
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 700;
    text-align: left;
  }
  .product-description {
    color: var(--text-gray);
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 0.875rem;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .product-price {
    font-size: 1rem;
    color: var(--dark-green);
    font-weight: 800;
  }
  .product-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 14px;
    margin-top: auto;
  }
  .product-card-add-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dark-green, #083321);
    color: var(--white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .product-card-add-btn:hover {
    background: var(--green-700, #285d38);
    transform: scale(1.1);
  }
  .product-card-link {
    color: var(--text-dark, #333);
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
  }
  .product-card-link:hover {
    color: var(--dark-green, #083321);
  }
  .section-partners {
    background-color: var(--dark-green);
    color: var(--white);
    padding: 90px 0;
  }
  .why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--dark-green, #083321), var(--green-700, #285d38));
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }
  .why-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(8, 51, 33, 0.12);
    border-color: var(--dark-green, #083321);
  }
  .why-choose-card:hover::before {
    transform: scaleX(1);
  }
  .why-choose-card:hover .why-choose-icon {
    background: linear-gradient(135deg, var(--dark-green, #083321) 0%, var(--green-700, #285d38) 100%);
    border-color: var(--dark-green, #083321);
    color: var(--white, #fff);
    transform: scale(1.1) rotate(5deg);
  }
  .why-choose-card:hover .why-choose-title {
    color: var(--dark-green, #083321);
  }
  .cta-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: var(--dark-green);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .cta-split-image {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
  }
  .cta-split-content {
    padding: 50px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
  }
  .cta-split-content h2 {
    color: var(--white);
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .cta-split-content p {
    color: var(--text-on-dark-soft);
    margin-bottom: 28px;
  }
  .about-hero {
    position: relative;
    background-color: var(--dark-green);
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding: 160px 0;
    height: 85vh;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .about-hero-content {
    max-width: 700px;
    position: relative;
    z-index: 1;
  }
  .about-hero .hero-eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 18px;
    background: rgba(212, 168, 67, 0.15);
    padding: 6px 14px;
    border-radius: 4px;
  }
  .about-hero .hero-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1.15;
    color: var(--white);
  }
  .about-hero .hero-title em {
    color: var(--gold);
    font-style: italic;
  }
  .about-hero .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 34px;
    color: var(--text-on-dark-soft);
    line-height: 1.8;
    max-width: 560px;
  }
  .about-intro-text .section-eyebrow {
    text-align: center;
  }
  .about-intro-text h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .about-intro-text p {
    color: var(--text-gray);
    margin-bottom: 16px;
    line-height: 1.8;
  }
  .about-intro-image img {
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    width: 100%;
  }
  .philosophy-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-on-dark);
    border-radius: var(--radius);
    padding: 36px 32px;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .philosophy-card .philosophy-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--dark-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .philosophy-card h3 {
    color: var(--gold);
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .philosophy-card p {
    color: var(--text-on-dark-soft);
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .about-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 18px;
    margin-top: 40px;
  }
  .timeline-year {
    color: var(--gold);
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .team-image-wrap:hover .team-photo {
    transform: scale(1.1);
  }
  .team-photo-placeholder {
    background: linear-gradient(135deg, #1a3d27 0%, #285d38 100%);
  }
  .team-overlay {
    transform: translateY(100%);
    transition: transform 0.35s ease;
  }
  .team-image-wrap:hover .team-overlay {
    transform: translateY(0);
  }
  .team-bio {
    color: var(--text-gray);
    font-size: 0.875rem;
  }
  .faq-item:hover {
    border-color: var(--gold);
  }
  .faq-question:hover {
    color: var(--dark-green);
  }
  .faq-item.active .faq-toggle {
    transform: rotate(180deg);
  }
  .faq-item.active .faq-answer {
    display: block;
    padding: 16px 24px 20px;
  }
  .contact-info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .contact-details .section-eyebrow {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--gold-dark, #b8892f);
    margin-bottom: 12px;
  }
  .contact-details h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark, #0d3d2f);
    margin-bottom: 18px;
    line-height: 1.2;
  }
  .contact-details p.lead {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 36px;
  }
  .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: var(--cream, #f7f6f1);
    border: 1px solid rgba(13, 61, 47, 0.06);
    border-radius: 12px;
    margin-bottom: 14px;
  }
  .contact-icon {
    width: 44px;
    height: 44px;
    color: var(--white, #fff);
    background: var(--dark-green, #142e1f);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .contact-text h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-dark, #0d3d2f);
    margin-bottom: 3px;
  }
  .contact-text p {
    color: #6b7280;
    font-size: 0.875rem;
  }
  .contact-social-links {
    margin-top: 20px;
  }
  .contact-social-links h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-dark, #0d3d2f);
    margin-bottom: 12px;
  }
  .social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .social-icon-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-green, #142e1f);
    color: var(--white, #fff);
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .social-icon-link:hover {
    background: var(--gold-dark, #b8892f);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 137, 47, 0.3);
  }
  .contact-form {
    background: var(--white);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(13, 61, 47, 0.06);
  }
  .contact-form h3 {
    font-size: 1.5rem;
    margin-bottom: 14px;
    color: var(--text-dark, #0d3d2f);
    font-weight: 700;
  }
  .reliability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .reliability-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 30px 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.3s ease;
  }
  .reliability-card:hover {
    box-shadow: var(--shadow-card);
    border-color: var(--gold);
  }
  .reliability-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cream-dark);
    color: var(--gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  .reliability-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .reliability-card p {
    color: var(--text-gray);
    font-size: 0.875rem;
  }
  .services-stability-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: left;
  }
  .stability-content h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: var(--white);
  }
  .section-eyebrow {
    text-align: center;
  }
  .stability-stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .stat-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--border-on-dark);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
  }
  .stat-content {
    flex: 1;
  }
  .stat-label {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .stat-desc {
    color: var(--text-on-dark-soft);
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .stability-image {
    position: relative;
  }
  .stability-image-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 3px solid rgba(255, 255, 255, 0.1);
  }
  .stability-image-frame img {
    width: 100%;
    display: block;
  }
  .stability-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: var(--gold);
    color: var(--dark-green);
    padding: 20px 28px;
    border-radius: 8px;
    text-align: center;
  }
  .badge-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
  }
  .badge-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .cta-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: var(--dark-green);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .cta-split-image {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
  }
  .cta-split-content {
    padding: 50px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
  }
  .cta-split-content h2 {
    color: var(--white);
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .cta-split-content p {
    color: var(--text-on-dark-soft);
    margin-bottom: 28px;
  }
  .packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
  }
  .package-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-on-dark);
    border-radius: var(--radius);
    padding: 36px 32px;
  }
  .package-card.featured {
    border-color: var(--gold);
    background: rgba(212, 168, 67, 0.08);
  }
  .package-card h3 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 18px;
  }
  .package-card ul li {
    color: var(--text-on-dark-soft);
    padding: 8px 0;
    font-size: 0.875rem;
  }
  .pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .pagination .page-numbers {
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.875rem;
  }
  .pagination .page-numbers.current, .pagination .page-numbers:hover {
    background: var(--dark-green);
    border-color: var(--dark-green);
    color: var(--white);
  }
  .footer-widget ul li {
    margin-bottom: 10px;
  }
  .footer-widget ul li a {
    color: var(--text-on-dark-soft);
    font-size: 0.875rem;
    transition: all 0.3s ease;
  }
  .footer-widget ul li a:hover {
    color: var(--gold);
    padding-left: 4px;
  }
  html {
    scrollbar-gutter: stable;
  }
  @media (max-width: 768px) {
    .site-header {
      z-index: 10000;
    }
    .mobile-menu-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      background: var(--cream-dark);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      cursor: pointer;
      gap: 5px;
      padding: 10px;
      transition: all 0.3s ease;
      position: relative;
      z-index: 10002;
    }
    .mobile-menu-toggle:hover {
      background: var(--border-color);
    }
    .mobile-menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text-dark);
      border-radius: 2px;
      transition: all 0.3s ease;
      transform-origin: center;
    }
    .mobile-menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }
    .mobile-menu-toggle.active span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
    }
    .mobile-menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }
    .main-navigation {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100vw;
      background: var(--white);
      box-shadow: 0 8px 30px rgba(0,0,0,0.15);
      padding: 0 24px 24px;
      z-index: 10001;
      transition: opacity 0.3s ease, transform 0.3s ease;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      max-height: 0;
      opacity: 0;
      transform: translateY(-8px);
      pointer-events: none;
      box-sizing: border-box;
    }
    .main-navigation.active {
      max-height: calc(100vh - 80px);
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
      padding: 16px 24px 24px;
    }
    .main-navigation ul {
      flex-direction: column;
      gap: 0;
      padding: 0;
      text-align: left;
      width: 100%;
    }
    .main-navigation ul li {
      text-align: left;
      width: 100%;
    }
    .main-navigation > .container > ul, .main-navigation > ul {
      padding: 0;
    }
    .main-navigation a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 14px 0;
      font-size: 1rem;
      border-bottom: 1px solid var(--border-color);
      color: var(--text-dark);
      text-align: left;
      width: 100%;
      box-sizing: border-box;
    }
    .main-navigation ul li:last-child > a {
      border-bottom: none;
    }
    .main-navigation .sub-menu {
      position: static;
      transform: none;
      min-width: 0;
      width: calc(100% + 32px);
      margin-left: -16px;
      display: block;
      grid-template-columns: none;
      background: rgba(0,0,0,0.02);
      border: none;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      max-height: 0;
      overflow: hidden;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), padding 0.35s;
      border-left: none;
    }
    .menu-item-has-children.active > .sub-menu {
      max-height: 600px;
      padding: 4px 0;
    }
    .main-navigation .sub-menu::before {
      display: none;
    }
    .main-navigation .sub-menu .svc-mega-item, .main-navigation .sub-menu li {
      text-align: left;
    }
    .main-navigation .sub-menu .svc-mega-item a, .main-navigation .sub-menu li a {
      padding: 10px 16px;
      font-size: 0.9rem;
      border-bottom: 1px solid rgba(0,0,0,0.05);
      border-radius: 0;
      justify-content: flex-start;
      color: var(--text-gray);
      display: block;
      text-align: left;
    }
    .main-navigation .sub-menu .svc-mega-item:last-child a, .main-navigation .sub-menu li:last-child > a {
      border-bottom: none;
    }
    .menu-item-has-children > a {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-item-has-children > a::after {
      content: '' !important;
      display: block !important;
      width: 8px !important;
      height: 8px !important;
      border: none !important;
      border-right: 2px solid var(--text-dark) !important;
      border-bottom: 2px solid var(--text-dark) !important;
      transform: rotate(-45deg) !important;
      transition: transform 0.3s ease !important;
      flex-shrink: 0 !important;
      margin-left: 8px !important;
      background: transparent !important;
      opacity: 1 !important;
    }
    .menu-item-has-children.active > a::after {
      transform: rotate(45deg) !important;
    }
    .mobile-menu-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.4);
      z-index: 9999;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .mobile-menu-overlay.active {
      display: block;
      opacity: 1;
    }
  }
  .anim-hidden {
    opacity: 0;
    will-change: transform, opacity;
  }
  [data-anim="fade-up"] {
    transform: translateY(40px);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="fade-up"].anim-visible {
    opacity: 1;
    transform: translateY(0);
  }
  [data-anim="fade-down"] {
    transform: translateY(-40px);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="fade-down"].anim-visible {
    opacity: 1;
    transform: translateY(0);
  }
  [data-anim="fade-left"] {
    transform: translateX(50px);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="fade-left"].anim-visible {
    opacity: 1;
    transform: translateX(0);
  }
  [data-anim="fade-right"] {
    transform: translateX(-50px);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="fade-right"].anim-visible {
    opacity: 1;
    transform: translateX(0);
  }
  [data-anim="scale-up"] {
    transform: scale(0.85);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="scale-up"].anim-visible {
    opacity: 1;
    transform: scale(1);
  }
  [data-anim="scale-down"] {
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="scale-down"].anim-visible {
    opacity: 1;
    transform: scale(1);
  }
  [data-anim="rotate-in"] {
    transform: rotate(-8deg) scale(0.9);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="rotate-in"].anim-visible {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
  [data-anim="blur-in"] {
    filter: blur(10px);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="blur-in"].anim-visible {
    opacity: 1;
    filter: blur(0);
  }
  [data-anim="flip-x"] {
    transform: perspective(600px) rotateX(15deg);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="flip-x"].anim-visible {
    opacity: 1;
    transform: perspective(600px) rotateX(0);
  }
  [data-anim="flip-y"] {
    transform: perspective(600px) rotateY(15deg);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-anim="flip-y"].anim-visible {
    opacity: 1;
    transform: perspective(600px) rotateY(0);
  }
  .service-detail-card {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 0;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
  }
  .service-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--dark-green, #142e1f), var(--gold-dark, #b8892f));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
  }
  .service-detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(20, 46, 31, 0.1);
  }
  .service-detail-card:hover::before {
    opacity: 1;
  }
  .service-detail-icon {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--cream, #f7f6f1) 0%, #ede9e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .service-detail-icon img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }
  .service-detail-body {
    padding: 24px;
  }
  .service-detail-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin: 0 0 10px;
    line-height: 1.3;
  }
  .service-detail-desc {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.65;
    margin: 0;
  }
  .service-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 24px;
  }
  .service-feat-item {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
  }
  .service-feat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, var(--dark-green, #142e1f), var(--gold-dark, #b8892f));
    transition: height 0.4s ease;
    border-radius: 0 4px 4px 0;
  }
  .service-feat-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(20, 46, 31, 0.08);
  }
  .service-feat-item:hover::before {
    height: 100%;
  }
  .service-feat-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--cream, #f7f6f1) 0%, #ede9e0 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.2rem;
    transition: all 0.4s ease;
  }
  .service-feat-item:hover .service-feat-icon {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(20, 46, 31, 0.12);
  }
  .service-feat-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }
  .service-feat-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin: 0 0 8px;
    line-height: 1.3;
  }
  .service-feat-desc {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
  }
  .slider-section {
    margin-top: 50px;
    padding: 0;
    overflow: hidden;
  }
  .slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
  }
  .slider-slide {
    min-width: 100%;
    position: relative;
  }
  .slider-slide-image {
    width: 100%;
    height: auto;
    max-height: 810px;
    object-fit: cover;
    display: block;
  }
  .slider-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 2;
  }
  .slider-dot {
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s, width 0.3s;
  }
  .slider-dot.active {
    background: var(--white);
    width: 72px;
  }
  .product-3d-carousel {
    position: relative;
    width: 100%;
    padding: 40px 0 70px;
    overflow: hidden;
  }
  .product-3d-track {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-3d-card {
    position: absolute;
    width: 33.33%;
    padding: 0 8px;
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), opacity 0.5s cubic-bezier(0.4,0,0.2,1);
    will-change: transform, opacity;
  }
  .product-3d-card .product-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    height: 380px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.35s ease;
  }
  .product-3d-card.pos-center {
    z-index: 5;
  }
  .product-3d-card.pos-center .product-card {
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-color: transparent;
  }
  .product-3d-card.pos-center .product-card:hover {
    box-shadow: 0 16px 48px rgba(0,0,0,0.16);
  }
  .product-3d-card.pos-left {
    z-index: 2;
  }
  .product-3d-card.pos-right {
    z-index: 2;
  }
  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #083321;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    color: #fff;
  }
  .carousel-arrow:hover {
    background: #b8892f;
    transform: translateY(-50%) scale(1.08);
  }
  .carousel-arrow-prev {
    left: 0;
  }
  .carousel-arrow-next {
    right: 0;
  }
  .carousel-toggle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--cream);
    border: 1px solid var(--border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    color: var(--dark-green);
    margin-bottom: 5px;
  }
  .carousel-toggle:hover {
    background: var(--white);
    transform: translateX(-50%) scale(1.08);
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  }
  .carousel-toggle .carousel-toggle-play {
    display: none;
  }
  .carousel-toggle.paused .carousel-toggle-pause {
    display: none;
  }
  .carousel-toggle.paused .carousel-toggle-play {
    display: block;
  }
  .btn-sm {
    display: inline-block;
    padding: 8px 20px;
    font-size: 0.875rem;
  }
  .services-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
  }
  .services-content {
    position: sticky;
    top: 120px;
  }
  .services-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark-green);
    margin-bottom: 12px;
  }
  .services-subtitle {
    color: var(--text-gray);
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .service-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 380px;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
  .service-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .service-card:hover .service-card-bg {
    transform: scale(1.05);
  }
  .service-card-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(180deg, rgba(8,51,33,0.1) 0%, rgba(8,51,33,0.85) 100%);
    color: var(--white);
  }
  .service-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
  }
  .service-card-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
  }
  .service-card:hover .service-card-desc {
    max-height: 120px;
    opacity: 1;
  }
  .service-card-desc p {
    font-size: 0.875rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
  }
  .service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gold);
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .service-card:hover .service-card-link {
    opacity: 1;
    transform: translateY(0);
  }
  .product-3d-carousel {
    position: relative;
    width: 100%;
    padding: 40px 0 70px;
    overflow: hidden;
  }
  .product-3d-track {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 640px) {
    .product-3d-track {
      height: 380px;
    }
    .product-3d-carousel {
      padding: 20px 0 50px;
    }
  }
  .product-3d-card {
    position: absolute;
    width: 33.33%;
    padding: 0 8px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
  }
  @media (max-width: 640px) {
    .product-3d-card {
      width: 80%;
    }
  }
  .product-3d-card .product-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    height: 380px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.35s ease;
  }
  @media (min-width: 640px) {
    .product-3d-card .product-card {
      height: 440px;
    }
  }
  .product-3d-card .product-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }
  .product-3d-card .card-desc {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  @media (min-width: 640px) {
    .product-3d-card .card-desc {
      -webkit-line-clamp: 4;
    }
  }
  .product-3d-card.pos-center {
    z-index: 5;
  }
  .product-3d-card.pos-center .product-card {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: transparent;
  }
  .product-3d-card.pos-center .product-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  }
  .product-3d-card.pos-left {
    z-index: 2;
  }
  .product-3d-card.pos-right {
    z-index: 2;
  }
  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #083321;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
  }
  .carousel-arrow:hover {
    background: #b8892f;
    transform: translateY(-50%) scale(1.08);
  }
  .carousel-arrow-prev {
    left: 0;
  }
  .carousel-arrow-next {
    right: 0;
  }
  .carousel-toggle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--cream);
    border: 1px solid var(--border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    color: var(--dark-green);
    margin-bottom: 5px;
  }
  .carousel-toggle:hover {
    background: var(--white);
    transform: translateX(-50%) scale(1.08);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  }
  .carousel-toggle .carousel-toggle-play {
    display: none;
  }
  .carousel-toggle.paused .carousel-toggle-pause {
    display: none;
  }
  .carousel-toggle.paused .carousel-toggle-play {
    display: block;
  }
  .picker-wrapper {
    position: relative;
    width: 100%;
  }
  .display-field {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--cream);
    cursor: pointer;
    transition: border-color 0.25s, background-color 0.25s;
    font-size: 0.875rem;
    font-family: inherit;
    color: var(--text-dark);
    text-align: left;
  }
  .display-field:hover {
    border-color: var(--gold);
  }
  .picker-wrapper.open .display-field {
    border-color: #3b82f6;
    background-color: #ffffff;
  }
  .calendar-icon {
    width: 20px;
    height: 20px;
    color: var(--dark-green);
    flex-shrink: 0;
    margin-left: 8px;
  }
  .picker-panel {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    z-index: 10000;
    padding: 10px;
    display: none;
    max-width: 340px;
  }
  .picker-panel.open {
    display: block;
  }
  .dropdown-row {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
  }
  .dropdown {
    position: relative;
    flex: 1;
  }
  .dropdown-button {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 600;
    font-size: 0.75rem;
    cursor: pointer;
    transition: border-color 0.2s;
    font-family: inherit;
  }
  .dropdown-button:hover {
    border-color: #9ca3af;
  }
  .dropdown-list {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    max-height: 160px;
    overflow-y: auto;
    z-index: 10;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }
  .dropdown.open .dropdown-list {
    display: block;
  }
  .dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    color: #374151;
    transition: background 0.15s;
  }
  .dropdown-item:hover {
    background: #f3f4f6;
  }
  .dropdown-item.selected {
    background: #083321;
    color: #fff;
  }
  .weekday-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    margin-bottom: 4px;
  }
  .weekday-cell {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #6b7280;
    padding: 4px 0;
  }
  .days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
  }
  .day-cell {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    margin: 0 auto;
  }
  .day-cell:hover {
    background: #e5e7eb;
  }
  .day-cell.today {
    background: #e5e7eb;
    color: #111827;
    font-weight: 600;
  }
  .day-cell.selected {
    background: #083321;
    color: #fff;
    font-weight: 600;
  }
  .day-cell.muted {
    color: #d1d5db;
  }
  .day-cell.muted:hover {
    background: transparent;
    color: #d1d5db;
  }
  .day-cell.empty {
    cursor: default;
  }
  .day-cell.empty:hover {
    background: transparent;
  }
  .hidden-select {
    display: none;
  }
  .searchable-select {
    position: relative;
    width: 100%;
  }
  .searchable-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 16px;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--cream);
    cursor: pointer;
    transition: border-color 0.25s, background-color 0.25s;
    user-select: none;
  }
  .searchable-select-trigger:hover {
    border-color: var(--gold);
  }
  .searchable-select.open .searchable-select-trigger {
    border-color: var(--gold);
    background-color: white;
  }
  .searchable-select-value {
    font-size: 0.875rem;
    color: var(--text-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
  }
  .searchable-select-value.placeholder {
    color: var(--text-gray);
  }
  .searchable-select-arrow {
    width: 18px;
    height: 18px;
    color: var(--dark-green);
    transition: transform 0.25s;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .searchable-select.open .searchable-select-arrow {
    transform: rotate(180deg);
  }
  .searchable-select-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: white;
    border: 1.5px solid var(--gold);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    overflow: hidden;
  }
  .searchable-select.open .searchable-select-dropdown {
    display: block;
  }
  .searchable-select-search {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border-color);
  }
  .searchable-select-search-icon {
    width: 16px;
    height: 16px;
    color: var(--text-gray);
    margin-right: 8px;
    flex-shrink: 0;
  }
  .searchable-select-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.875rem;
    font-family: inherit;
    color: var(--text-dark);
    background: transparent;
    padding: 4px 0;
  }
  .searchable-select-search-input::placeholder {
    color: var(--text-gray);
  }
  .searchable-select-options {
    max-height: 240px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--border-color) transparent;
  }
  .searchable-select-options::-webkit-scrollbar {
    width: 6px;
  }
  .searchable-select-options::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 3px;
  }
  .searchable-select-option {
    padding: 10px 16px;
    font-size: 0.875rem;
    color: var(--text-dark);
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .searchable-select-option:hover {
    background-color: var(--cream);
  }
  .searchable-select-option.selected {
    background-color: var(--dark-green);
    color: white;
  }
  .searchable-select-option.no-results {
    color: var(--text-gray);
    cursor: default;
    font-style: italic;
  }
  .searchable-select-option.no-results:hover {
    background: transparent;
  }
  .courses-carousel {
    position: relative;
    overflow: hidden;
  }
  .courses-carousel .courses-track {
    margin: 0;
  }
  .courses-track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 20px;
    scroll-snap-type: x mandatory;
  }
  .courses-track::-webkit-scrollbar {
    display: none;
  }
  .courses-card {
    flex-shrink: 0;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  @media (min-width: 640px) {
    .courses-track {
      gap: 20px;
    }
    .courses-card {
      width: calc(25% - 15px);
      min-width: 220px;
    }
  }
  .courses-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-4px);
  }
  .courses-card.selected {
    border-color: var(--gold);
    box-shadow: 0 8px 24px rgba(184,137,47,0.25);
  }
  .courses-card-image {
    position: relative;
    height: 140px;
    overflow: hidden;
    background: var(--cream-dark);
  }
  @media (min-width: 640px) {
    .courses-card-image {
      height: 160px;
    }
  }
  .courses-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .courses-card:hover .courses-card-image img {
    transform: scale(1.05);
  }
  .courses-card-icons {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    gap: 4px;
  }
  .courses-card-icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
  .courses-card-body {
    padding: 16px;
  }
  .courses-card-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .courses-card-instructor {
    font-size: 0.75rem;
    color: var(--text-gray);
    margin-bottom: 12px;
  }
  .courses-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .courses-badge {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .courses-badge-bestseller {
    background: #ecd792;
    color: var(--text-dark);
  }
  .courses-badge-premium {
    background: #5624d9;
    color: var(--white);
  }
  .courses-stars {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--text-dark);
  }
  .courses-rating-count {
    font-size: 0.75rem;
    color: var(--text-gray);
  }
  .courses-card-price {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--text-dark);
  }
  .courses-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: var(--text-dark);
  }
  .courses-nav-btn:hover {
    background: var(--cream);
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  }
  .courses-nav-prev {
    left: 0;
  }
  .courses-nav-next {
    right: 0;
  }
  @media (max-width: 639px) {
    .courses-nav-btn {
      width: 36px;
      height: 36px;
    }
    .courses-nav-btn svg {
      width: 16px;
      height: 16px;
    }
    .courses-nav-prev {
      left: 4px;
    }
    .courses-nav-next {
      right: 4px;
    }
  }
  .course-detail-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0;
  }
  .course-detail-panel.active {
    max-height: 500px;
    opacity: 1;
    padding: 0 0 50px;
  }
  .course-detail-panel.active ~ .section-dark {
    margin-top: 50px;
  }
  .course-detail-inner {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  }
  .course-detail-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--cream);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 700;
    transition: background 0.3s ease;
  }
  .course-detail-close:hover {
    background: var(--border-color);
  }
  .course-detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1.3;
    padding-right: 40px;
  }
  .course-detail-instructor {
    font-size: 0.9375rem;
    color: var(--text-gray);
    margin-bottom: 12px;
  }
  .course-detail-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
  .course-detail-meta {
    font-size: 0.8125rem;
    color: var(--text-gray);
    margin-bottom: 12px;
  }
  .course-detail-desc {
    font-size: 0.9375rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .course-detail-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
  }
  .course-detail-features li {
    font-size: 0.875rem;
    color: var(--text-gray);
    margin-bottom: 6px;
  }
  .course-detail-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 16px;
  }
  .course-detail-btn {
    display: inline-block;
    text-decoration: none;
  }
  .feature-card {
    position: relative;
  }
  .feature-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.6em * 5);
  }
  .feature-card-tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white, #fff);
    border: 1px solid var(--border-color, #e0e0e0);
    border-radius: 8px;
    padding: 16px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-gray, #6f7a74);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 100;
    overflow-y: auto;
  }
  .feature-card:hover .feature-card-tooltip {
    display: block;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
