/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --color-bg-main: #FFFFFF;
  --color-bg-secondary: #F8F8F8;
  --color-bg-dark: #0B0F19;
  --color-bg-card: #FFFFFF;
  --color-border-light: #E5E7EB;
  --color-text-main: #333333;
  --color-text-heading: #111111;
  --color-text-muted: #666666;
  --color-gold-primary: #D4AF37;
  --color-gold-light: #F4D675;
  --color-gold-dark: #A58320;
  --color-gold-gradient: linear-gradient(135deg, #F4D675 0%, #D4AF37 50%, #A58320 100%);
  --font-heading: 'Cinzel', serif;
  --font-body: 'Manrope', sans-serif;
  --transition-medium: 0.4s ease;
  --container-width: 1200px;
  --container-padding: 2rem;
}
::selection {
  background-color: var(--color-gold-primary);
  color: #000000;
}
::-moz-selection {
  background-color: var(--color-gold-primary);
  color: #000000;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: var(--color-bg-main);
}
::-webkit-scrollbar-thumb {
  background: var(--color-gold-dark);
  border-radius: 5px;
  border: 2px solid var(--color-bg-main);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-gold-primary);
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  overflow-x: clip;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background-color: var(--color-bg-main);
  color: var(--color-text-main);
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-text-heading);
  margin-bottom: 1rem;
}
h1, .hero-title-first, .inner-hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}
h2, .section-title, .values-header-card h2, .about-text h2, .contact-section h2, .service-category-header h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.5px !important;
}
h3, .text-title, .value-3d-card h3, .service-item-card h3, .blog-info h3, .faq-question h3, .form-container h3 {
  font-size: clamp(1.1rem, 2vw, 1.25rem) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.experience-badge h3, .stat-number h3 {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}
p, .paragraph, .body-text, .values-header-card p, .about-text p, .value-3d-card p {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0.1px !important;
}
.btn, .btn-primary, .btn-outline {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover {
  color: var(--color-gold-primary);
}
img {
  max-width: 100%;
  display: block;
}
.text-gold {
  color: var(--color-gold-primary);
}
.text-gold-gradient {
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition-medium);
  border: none;
  gap: 0.5rem;
}
.btn i {
  transition: transform 0.3s ease;
}
.btn:hover i {
  transform: translateX(4px);
}
.btn-primary {
  background: var(--color-gold-gradient);
  color: #111111 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.8rem 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFE680 0%, #F4D675 50%, #D4AF37 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.btn-primary:hover::before {
  opacity: 1;
}
.btn-primary:hover {
  color: #111111 !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}
.btn-outline {
  background: transparent;
  color: var(--color-gold-primary) !important;
  border: 1px solid var(--color-gold-primary);
}
.btn-outline:hover {
  background: var(--color-gold-gradient);
  color: #111111 !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-gold-primary);
  color: var(--color-gold-primary);
  transition: all var(--transition-fast);
}
.btn-icon:hover {
  background: var(--color-gold-primary);
  color: #000;
}
.top-bar-marquee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1001;
  transition: transform var(--transition-medium);
}
.top-bar-marquee.hidden {
  transform: translateY(-100%);
}
.marquee-content {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
}
.marquee-content:hover {
  animation-play-state: paused;
}
.marquee-item {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--color-text-muted);
  padding-right: 4rem;
}
.marquee-item i {
  margin-right: 0.5rem;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.floating-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 420px;
  z-index: 1000;
}
.header-capsule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.header-progress-container {
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 3px;
  overflow: hidden;
}
.header-scroll-progress {
  width: 0%;
  height: 100%;
  background: var(--color-gold-primary);
  border-radius: 100px;
  transition: width 0.1s ease-out;
}
.header-logo {
  display: flex;
  align-items: center;
  max-width: 170px;
}
.header-logo img {
  height: 34px;
  width: auto;
  object-fit: contain;
}
.header-current-page {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  font-family: var(--font-body);
}
.header-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 7px;
  padding: 0;
}
.header-menu-toggle .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #111111;
  transition: all 0.3s ease;
}
.header-nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-nav-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-label {
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 600;
  padding-left: 8px;
  font-family: var(--font-body);
}
.nav-menu-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav-menu-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 10px;
  border-radius: 12px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}
.nav-menu-item:hover {
  background-color: #F8F8F8;
  transform: translateX(4px);
}
.menu-thumb {
  width: 60px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}
.menu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-text {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  font-family: var(--font-body);
  transition: color 0.2s ease;
  line-height: 1.1;
}
.nav-menu-item:hover .menu-text, .nav-menu-item.active .menu-text {
  color: var(--color-gold-primary);
}
.nav-menu-footer {
  border-top: 1px solid #E5E7EB;
  padding-top: 16px;
}
.btn-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-gold-gradient);
  color: #111111;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 12px;
  width: 100%;
  transition: all 0.3s ease;
}
.btn-menu-cta:hover {
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}
.header-menu-toggle.active {
  height: 12px;
  justify-content: center;
}
.header-menu-toggle.active .bar:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
}
.header-menu-toggle.active .bar:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
}
.header-spacer {
  height: 100px;
}
@media (max-width: 992px) {
  .floating-header {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
  .header-capsule {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 12px 20px;
  }
  .header-current-page {
    display: none;
  }
  .header-nav-menu {
    top: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .menu-thumb {
    display: none;
  }
  .menu-text {
    font-size: 20px;
  }
  .nav-menu-item {
    padding: 8px 12px;
    gap: 0;
  }
  .nav-menu-item:hover {
    transform: none;
  }
  .header-spacer {
    height: 70px;
  }
}
footer.main-footer {
  background: #07111d;
  padding: 5rem 0 0;
  position: relative;
  overflow: hidden;
}
footer.main-footer .logo-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
footer.main-footer .logo-link {
  margin-bottom: 0 !important;
}
footer.main-footer::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212,175,55,0.05) 0%, transparent 65%);
  pointer-events: none;
}
footer.main-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold-primary), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 0;
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold-primary);
  margin-bottom: 1.75rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--color-gold-primary);
  border-radius: 999px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 0.65rem;
}
.footer-col ul a {
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  transition: color 0.22s, padding-left 0.22s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-col ul a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: var(--color-gold-primary);
  transition: width 0.22s;
  vertical-align: middle;
}
.footer-col ul a:hover {
  color: var(--color-gold-primary);
  padding-left: 0.4rem;
}
.footer-col ul a:hover::before {
  width: 10px;
}
.footer-about-text {
  color: rgba(255,255,255,0.45);
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1.75rem;
  max-width: 280px;
}
.social-links {
  display: flex;
  gap: 0.75rem;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-links a:hover {
  background: var(--color-gold-primary);
  border-color: var(--color-gold-primary);
  color: #0a0f18;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(212,175,55,0.3);
}
.contact-info li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.contact-info li span {
  color: rgba(255,255,255,0.5);
}
.contact-info i {
  color: var(--color-gold-primary);
  margin-top: 0.18rem;
  width: 14px;
  flex-shrink: 0;
}
.footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.28);
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-bottom p {
  margin: 0;
}
.footer-crafted {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.28);
}
.footer-crafted a {
  color: var(--color-gold-primary);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer-crafted a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.4rem;
  }
  .footer-about-text {
    max-width: 100%;
  }
}
.service-popover {
  position: fixed;
  z-index: 1050;
  width: 320px;
  background: rgba(15, 23, 36, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.1);
  padding: 1.5rem;
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.95);
  opacity: 0;
}
.service-popover:not(.hidden) {
  transform: scale(1);
  opacity: 1;
}
.service-popover.hidden {
  pointer-events: none;
}
.popover-content h4 {
  color: var(--color-gold-primary);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.popover-content p {
  color: var(--color-text-main);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.popover-btn {
  display: inline-block;
  color: #111;
  background: var(--color-gold-gradient);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.popover-btn:hover {
  transform: translateX(3px);
}
.interactive-card {
  cursor: pointer;
  position: relative;
}
.footer-col ul a:hover {
  color: var(--color-gold-primary);
}
.contact-info li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  color: #555555;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.contact-info i {
  color: var(--color-gold-primary);
  margin-top: 0.2rem;
}
.section-padding {
  padding: 6rem 0;
}
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-subtitle {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: var(--color-gold-primary);
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.section-title {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.error-404 {
  padding: 10rem 0 6rem;
  text-align: center;
  min-height: 70vh;
}
.error-404 h1 {
  font-size: 6rem;
  color: var(--color-gold-primary);
  margin-bottom: 0.5rem;
}
.error-404 h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.error-404 p {
  color: var(--color-text-muted);
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .grid-4, .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .logo-wrapper {
    width: 130px !important;
    height: 54px !important;
  }
  header.main-header.scrolled .logo-wrapper {
    width: 120px !important;
    height: 50px !important;
  }
  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    padding: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  .main-nav.show {
    display: flex !important;
  }
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nav-links a {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section-padding {
    padding: 4rem 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.values-section-3d {
  background: #ffffff !important;
  padding: 8rem 0;
  color: #111111;
  overflow: hidden;
  position: relative;
  border-top: 3px solid rgba(212, 175, 55, 0.3);
  border-bottom: 3px solid rgba(212, 175, 55, 0.3);
}
.values-svg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.values-svg-bg svg {
  width: 100%;
  height: 100%;
  opacity: 0.55;
}
.svg-path {
  fill: none;
  opacity: 0;
}
.dna-strand {
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.5));
}
.dna-rung {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.dna-dot {
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
}
.values-section-3d.animate .svg-path {
  animation: svg-draw 2.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: var(--delay, 0s);
}
.values-section-3d.animate .dna-strand {
  animation: dna-strand-draw 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: var(--delay, 0s);
}
.values-section-3d.animate .dna-rung {
  animation: dna-rung-draw 0.4s ease-out forwards;
  animation-delay: var(--delay, 0s);
}
.values-section-3d.animate .dna-dot {
  animation: dna-dot-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: var(--delay, 0s);
}
@keyframes dna-strand-draw {
  0% {
    stroke-dashoffset: 2200;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes dna-rung-draw {
  0% {
    stroke-dashoffset: 300;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes dna-dot-pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes svg-draw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.values-section-3d .container {
  position: relative;
  z-index: 1;
}
.values-3d-wrapper {
  perspective: 1500px;
  perspective-origin: 50% 50%;
  width: 100%;
}
.values-3d-scene {
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.values-header-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  max-width: 820px;
  margin: 0 auto 3rem;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  transform: translateZ(30px);
  transition: all 0.4s ease;
  position: relative;
}
.values-header-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 208, 104, 0.3), transparent);
}
.values-header-card h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--color-gold-primary);
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.values-header-card p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #444444;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}
.values-3d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: stretch;
}
.value-3d-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 24px;
  padding: 3.5rem 2.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  transform-style: preserve-3d;
  min-height: 420px;
}
.value-3d-card:nth-child(1) {
  transform: rotateY(15deg) translateZ(10px);
  transform-origin: left center;
}
.value-3d-card:nth-child(2) {
  transform: rotateY(0deg) translateZ(15px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}
.value-3d-card:nth-child(3) {
  transform: rotateY(-15deg) translateZ(10px);
  transform-origin: right center;
}
.value-3d-card:hover {
  transform: rotateY(0deg) translateY(-8px) translateZ(30px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgba(212, 175, 55, 0.2) !important;
  border-color: rgba(212, 175, 55, 0.5);
}
.value-3d-card .illustration-top {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transform: translateZ(20px);
}
.value-3d-card .illustration-top svg {
  max-height: 100%;
  max-width: 100%;
}
.value-3d-card .illustration-bottom {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  transform: translateZ(20px);
}
.value-3d-card .illustration-bottom svg {
  max-height: 100%;
  max-width: 100%;
}
.value-3d-card .divider-pill {
  width: 32px;
  height: 4px;
  background: var(--color-gold-gradient);
  border-radius: 2px;
  margin-bottom: 1.2rem;
  transform: translateZ(10px);
}
.value-3d-card h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-gold-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: 1px;
  transform: translateZ(15px);
}
.value-3d-card.vision h3 {
  text-transform: none;
}
.value-3d-card.goal h3 {
  text-transform: none;
}
.value-3d-card p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #444444;
  line-height: 1.8;
  transform: translateZ(10px);
}
@media (max-width: 992px) {
  .values-section-3d {
    padding: 5rem 0;
  }
  .values-3d-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .values-3d-scene {
    transform: none !important;
  }
  .value-3d-card {
    padding: 2.5rem 2rem;
    min-height: auto;
    transform: none !important;
  }
  .value-3d-card:hover {
    transform: translateY(-5px) !important;
  }
}
.value-3d-card .illustration-top img, .value-3d-card .illustration-bottom img {
  max-height: 140px;
  max-width: 140px;
  object-fit: contain;
}
.value-3d-card img.invert-icon {
  filter: none;
}
.faq-section {
  padding: 8rem 0;
  background: var(--color-bg-secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
}
.faq-sticky-col {
  position: sticky;
  top: 120px;
  height: fit-content;
}
.faq-sticky-col h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.faq-sticky-col p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.faq-cta-box {
  background: #ffffff;
  border: 1px solid rgba(165, 131, 32, 0.15);
  border-radius: 20px;
  padding: 2.2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}
.faq-cta-box h4 {
  font-family: var(--font-heading);
  color: var(--color-gold-dark);
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}
.faq-cta-box p {
  font-size: 0.92rem;
  color: #555555;
  margin-bottom: 1.5rem;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}
.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(165, 131, 32, 0.35);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.faq-item.active {
  border-color: var(--color-gold-dark);
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(165, 131, 32, 0.06), 0 5px 15px rgba(0, 0, 0, 0.02);
}
.faq-trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.6rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #111111;
  cursor: pointer;
  gap: 1.5rem;
  outline: none;
}
.faq-trigger h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.45;
  color: #111111;
  transition: color 0.3s ease;
}
.faq-item:hover .faq-trigger h3, .faq-item.active .faq-trigger h3 {
  color: var(--color-gold-dark);
}
.faq-icon-wrapper {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(165, 131, 32, 0.04);
  border: 1px solid rgba(165, 131, 32, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold-dark);
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-item.active .faq-icon-wrapper {
  background: var(--color-gold-gradient);
  color: #000000;
  border-color: var(--color-gold-primary);
  transform: rotate(180deg);
}
.faq-icon-wrapper i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-content-inner {
  padding: 0 2rem 1.6rem;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 1.1rem;
}
@media (max-width: 992px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .faq-sticky-col {
    position: static;
  }
  .faq-sticky-col h2 {
    font-size: 2.2rem;
  }
}
.blog-section {
  padding: 6rem 0 8rem;
  background: var(--color-bg-main);
  background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
}
.blog-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.blog-filter-btn {
  background: var(--color-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--color-text-muted);
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.blog-filter-btn:hover {
  border-color: rgba(212, 175, 55, 0.3);
  color: var(--color-text-main);
}
.blog-filter-btn.active {
  background: var(--color-gold-gradient);
  color: #000;
  border-color: var(--color-gold-primary);
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: stretch;
}
.blog-card {
  background: var(--color-bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.08);
}
.blog-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.08);
}
.blog-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: var(--color-gold-gradient);
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}
.blog-meta span i {
  color: var(--color-gold-primary);
  margin-right: 0.4rem;
}
.blog-info h3 {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.64rem;
}
.blog-card:hover .blog-info h3 {
  color: var(--color-gold-light);
}
.blog-info p {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-link {
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.2s ease;
}
.blog-card:hover .blog-link {
  gap: 0.8rem;
  color: var(--color-gold-light);
}
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-section {
    padding: 4rem 0 6rem;
  }
}
.inner-hero {
  padding: 10rem 0 5rem;
  position: relative;
  text-align: center;
}
.inner-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(11, 17, 26, 0.9) 0%, rgba(11, 17, 26, 0.95) 100%);
  z-index: 1;
}
.inner-hero .container {
  position: relative;
  z-index: 2;
}
.form-group {
  margin-bottom: 1.8rem;
}
.form-control {
  width: 100%;
  padding: 1.1rem 1.2rem;
  background: rgba(11, 17, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-text-main);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.form-control::placeholder {
  color: rgba(160, 170, 181, 0.6);
}
.form-control:focus {
  outline: none;
  background: rgba(11, 17, 26, 0.85);
  border-color: var(--color-gold-primary);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.15);
}
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23D4AF37' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.25rem;
  padding-right: 3rem;
  color: var(--color-text-main);
}
select.form-control option {
  background: var(--color-bg-secondary);
  color: var(--color-text-main);
}
textarea.form-control {
  min-height: 160px;
  resize: vertical;
  line-height: 1.6;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #fff;
  padding-top: clamp(90px, 12vh, 140px);
  padding-bottom: clamp(4rem, 12vh, 8rem);
}
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(212, 175, 55, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(212, 175, 55, 0.035) 1px, transparent 1px);
  background-size: 65px 65px;
  animation: hero-grid-drift 25s linear infinite;
  pointer-events: none;
}
@keyframes hero-grid-drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 65px 65px;
  }
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.hero-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-left: clamp(2rem, 5vw, 4.5rem);
}
.hero-content {
  max-width: 900px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.hero-text-wrapper {
  position: relative;
  width: 100%;
}
.hero-title-first {
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 1.05;
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-transform: none;
  letter-spacing: -0.02em;
  color: #ffffff;
  will-change: transform, opacity;
}
.hero-title-second {
  font-size: clamp(2rem, 4.5vw, 3.2rem) !important;
  line-height: 1.25 !important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-weight: 400;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-transform: none;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .hero p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .hero-actions {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 280px;
  }
  .hero-stat {
    padding: 0.8rem 1rem;
    min-width: 78px;
  }
  .hero-stat-num {
    font-size: 1.15rem;
  }
  .hero-scroll-indicator {
    display: none;
  }
  .hero-progress-bar-wrap {
    display: none;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.about-section {
  background: #fff;
  color: #000;
  padding: 6rem 0 3rem;
}
.about-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}
.about-text h2 {
  font-size: 3rem;
  color: #111;
  margin-bottom: 1.5rem;
}
.about-text p {
  color: #555;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}
.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.03);
  padding: 1rem;
  border-radius: 8px;
  border-left: 3px solid var(--color-gold-primary);
}
.feature i {
  font-size: 2rem;
  color: var(--color-gold-primary);
}
.feature span {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.2;
}
.about-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}
.experience-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #ffffff;
  color: #111111;
  padding: 2rem 2.5rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid var(--color-gold-primary);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  z-index: 10;
}
.experience-badge h3 {
  font-size: 3.5rem;
  color: var(--color-gold-primary);
  margin-bottom: 0.1rem;
  line-height: 1.1;
}
.experience-badge p {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 0;
}
.services-section {
  background: var(--color-bg-main);
  background-image: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.02) 0%, transparent 60%);
  padding: 3rem 0 2rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.service-card {
  background: var(--color-bg-card);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.service-card i {
  font-size: 2.6rem;
  color: var(--color-gold-primary);
  margin-bottom: 1.5rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
  display: inline-block;
}
.service-card h4 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-text-main);
  transition: color 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(20, 28, 41, 0.95);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.08);
}
.service-card:hover i {
  transform: scale(1.12);
  color: var(--color-gold-light);
}
.service-card:hover h4 {
  color: var(--color-gold-light);
}
.popover-close-btn {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.2s ease;
  outline: none;
}
.popover-close-btn:hover {
  color: var(--color-gold-primary);
}
.center-btn {
  text-align: center;
}
.hww-section {
  position: relative;
  height: 600vh;
  background: #0a0f18;
}
.hww-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hww-bg {
  position: absolute;
  inset: 0;
  background: #0a0f18;
  z-index: 0;
}
.hww-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
  pointer-events: none;
}
.hww-badge-sub {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #d4a84b;
  border: 1px solid rgba(212,168,75,0.4);
  padding: 0.3rem 1rem;
  margin-bottom: 0.4rem;
}
.hww-badge-title {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
}
.hww-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  pointer-events: none;
}
#hww-sphere-wrapper {
  position: relative;
  --s: min(55vw, 55vh, 480px);
  width: var(--s);
  height: var(--s);
  display: flex;
  align-items: center;
  justify-content: center;
}
#hww-sphere {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transform: rotateX(15deg) rotateY(0deg);
  will-change: transform;
}
.hww-sphere-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8), 0 0 35px rgba(212, 168, 75, 0.25);
  border: 1px solid rgba(212, 168, 75, 0.3);
}
.hww-slice {
  position: absolute;
  inset: 0;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 2px solid rgba(212, 168, 75, 0.25);
  background: #0a0f18;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.8);
  transition: opacity 0.6s ease, border-color 0.6s ease, box-shadow 0.6s ease;
  opacity: 0.15;
}
.hww-slice.active {
  opacity: 1;
  border-color: rgba(212, 168, 75, 0.8);
  box-shadow: inset 0 0 40px rgba(0,0,0,0.5), 0 0 30px rgba(212, 168, 75, 0.35);
}
.hww-slice img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.15;
  transition: opacity 0.6s ease;
  filter: grayscale(30%);
}
.hww-slice.active img {
  opacity: 0.75;
  filter: grayscale(0%);
}
.hww-slice[data-step="0"] {
  transform: rotateY(0deg);
}
.hww-slice[data-step="1"] {
  transform: rotateY(60deg);
}
.hww-slice[data-step="2"] {
  transform: rotateY(120deg);
}
.hww-slice[data-step="3"] {
  transform: rotateY(180deg);
}
.hww-slice[data-step="4"] {
  transform: rotateY(240deg);
}
.hww-slice[data-step="5"] {
  transform: rotateY(300deg);
}
.hww-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(212, 168, 75, 0.15);
  pointer-events: none;
  transform-style: preserve-3d;
}
.hww-ring.equator {
  transform: rotateX(90deg);
  border-style: solid;
  border-width: 2px;
  border-color: rgba(212, 168, 75, 0.35);
  box-shadow: 0 0 15px rgba(212, 168, 75, 0.1);
}
.hww-ring.meridian-0 {
  transform: rotateY(0deg);
}
.hww-ring.meridian-90 {
  transform: rotateY(90deg);
}
.hww-ring.meridian-45 {
  transform: rotateY(45deg);
}
.hww-ring.meridian-135 {
  transform: rotateY(135deg);
}
.hww-panels {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.hww-panel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  max-width: 26rem;
  padding: 2.5rem 2rem;
  background: rgba(10,15,24,0.82);
  border: 1px solid rgba(212,168,75,0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}
.hww-panel.left {
  left: 4%;
  border-left: 2px solid #d4a84b;
  transform: translateY(-50%) translateX(-30px);
}
.hww-panel.right {
  right: 4%;
  border-right: 2px solid #d4a84b;
  text-align: right;
  transform: translateY(-50%) translateX(30px);
}
.hww-panel.right .hww-hline {
  margin-left: auto;
}
.hww-panel.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}
.hww-panel-tag {
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #d4a84b;
  margin-bottom: 0.8rem;
  display: block;
}
.hww-hline {
  width: 3rem;
  height: 1px;
  background: #d4a84b;
  margin-bottom: 1rem;
}
.hww-panel h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  font-weight: 400;
}
.hww-panel p {
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}
.hww-hud {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 20;
  text-align: right;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}
.hww-hud-pct {
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}
.hww-progress-bar {
  width: 7rem;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.hww-progress-fill {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 0%;
  background: #d4a84b;
  transition: width 0.1s linear;
}
.hww-scene-label {
  font-size: 0.6rem;
  color: #d4a84b;
  margin-top: 0.4rem;
}
.hww-nav-dots {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hww-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transition: background 0.3s, scale 0.3s;
  cursor: pointer;
  border: none;
}
.hww-dot.active {
  background: #d4a84b;
  scale: 1.8;
}
.hww-caption {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
  pointer-events: none;
}
.hww-caption-num {
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  color: #d4a84b;
  text-transform: uppercase;
}
.hww-caption-name {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 3rem);
  color: rgba(255,255,255,0.15);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #hww-sphere-wrapper {
    transform: translateY(-15vh);
  }
  .hww-panel {
    max-width: 90%;
    width: 90%;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 8% !important;
    transform: translateX(-50%) translateY(20px) !important;
    text-align: center !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 2px solid #d4a84b !important;
    padding: 1.5rem !important;
  }
  .hww-panel.active {
    transform: translateX(-50%) translateY(0) !important;
  }
  .hww-panel .hww-hline {
    margin: 0 auto 1rem;
  }
  .hww-nav-dots {
    display: none;
  }
  .hww-caption {
    bottom: 1rem;
  }
}

.blog-section-light {
  background: #ffffff !important;
  color: #111111 !important;
}
.blog-section-light .section-title {
  color: #111111 !important;
}
.blog-section-light .section-subtitle {
  color: var(--color-gold-dark) !important;
}
.blog-section-light .blog-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
}
.blog-section-light .blog-card:hover {
  border-color: var(--color-gold-dark) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06) !important;
}
.blog-section-light .blog-info h3 {
  color: #111111 !important;
  transition: color 0.3s ease;
}
.blog-section-light .blog-card:hover .blog-info h3 {
  color: var(--color-gold-dark) !important;
}
.blog-section-light .blog-meta {
  color: #666666 !important;
}
.blog-section-light .blog-meta span i {
  color: var(--color-gold-dark) !important;
}
.blog-section-light .blog-info p {
  color: #444444 !important;
}
.blog-section-light .blog-link {
  color: var(--color-gold-dark) !important;
}
.blog-section-light .blog-card:hover .blog-link {
  color: var(--color-gold-primary) !important;
}
.blog-section-light .btn-outline {
  border: 1px solid var(--color-gold-dark) !important;
  color: var(--color-gold-dark) !important;
}
.blog-section-light .btn-outline:hover {
  background: rgba(165, 131, 32, 0.05) !important;
  color: var(--color-gold-primary) !important;
  border-color: var(--color-gold-primary) !important;
}
.home-contact-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  color: #111111;
  padding: 8rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.home-contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(165, 131, 32, 0.03) 0%, transparent 50%);
  pointer-events: none;
}
.home-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: flex-start;
}
.home-contact-info-panel h2 {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #111111;
}
.home-contact-info-panel p {
  color: #555555;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.home-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.home-contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
.home-contact-info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(165, 131, 32, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 0 25px rgba(165, 131, 32, 0.06);
}
.home-contact-card-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 14px;
  background: rgba(165, 131, 32, 0.05);
  border: 1px solid rgba(165, 131, 32, 0.15);
  color: var(--color-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-contact-info-card:hover .home-contact-card-icon {
  background: var(--color-gold-gradient);
  color: #000000;
  border-color: var(--color-gold-primary);
  transform: scale(1.06) rotate(-5deg);
}
.home-contact-card-content h4 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #111111;
}
.home-contact-card-content p, .home-contact-card-content span {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
}
.home-contact-form-container {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 3.5rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04), 0 0 40px rgba(165, 131, 32, 0.01);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.home-contact-form-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.06), 0 0 50px rgba(165, 131, 32, 0.03);
}
.home-contact-form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-gold-gradient);
}
.home-contact-form-container h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #111111;
  letter-spacing: 0.5px;
}
.home-contact-form-container .form-control {
  background: #fcfcfd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #111111;
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.home-contact-form-container .form-control::placeholder {
  color: #888888;
}
.home-contact-form-container .form-control:focus {
  background: #ffffff;
  border-color: var(--color-gold-dark);
  box-shadow: 0 0 0 4px rgba(165, 131, 32, 0.08);
}
.home-contact-form-container select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fcfcfd;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23A58320' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.25rem;
  padding-right: 3rem;
  color: #111111;
}
.home-contact-form-container select.form-control option {
  background: #ffffff;
  color: #111111;
}
.home-contact-form-container .btn-primary {
  background: var(--color-gold-gradient);
  color: #000000 !important;
  border: none;
  font-weight: 600;
  border-radius: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 25px rgba(165, 131, 32, 0.18);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-contact-form-container .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(165, 131, 32, 0.3);
  filter: brightness(1.05);
}
.operations-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(46, 204, 113, 0.08);
  border: 1px solid rgba(46, 204, 113, 0.2);
  color: #2ecc71;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #2ecc71;
  border-radius: 50%;
  position: relative;
}
.pulse-dot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #2ecc71;
  animation: pulse 1.8s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.contact-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-stat-item .stat-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-gold-dark);
  line-height: 1;
}
.contact-stat-item .stat-label {
  font-size: 0.85rem;
  color: #555555;
  font-weight: 500;
}
.contact-hub-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 2.2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
}
.hub-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hub-header i {
  font-size: 1.5rem;
  color: var(--color-gold-dark);
  background: rgba(165, 131, 32, 0.06);
  padding: 0.8rem;
  border-radius: 12px;
}
.hub-header h4 {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.15rem;
}
.hub-header span {
  font-size: 0.8rem;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.hub-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hub-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.hub-detail-item i {
  color: var(--color-gold-dark);
  font-size: 1.1rem;
  margin-top: 0.2rem;
}
.hub-detail-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444444;
}
.hub-row-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.hub-detail-item span {
  font-size: 0.75rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0.15rem;
}
.hub-detail-item a {
  color: #111111;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hub-detail-item a:hover {
  color: var(--color-gold-dark);
}
@media (max-width: 992px) {
  .home-contact-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .home-contact-form-container {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .home-contact-info-panel h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .contact-stats-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .hub-row-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 992px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-features {
    grid-template-columns: 1fr;
  }
  .experience-badge {
    position: static;
    margin-top: 1.5rem;
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
  }
  .experience-badge h3 {
    font-size: 2rem;
  }
  .experience-badge p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .values-section .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .grid-2, .grid-3 {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
}
.main {
  width: 100%;
}
.main .scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin: 2.5rem 0 0.5rem;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
}
.main .scroll::-webkit-scrollbar {
  display: none;
}
.main .scroll.active {
  cursor: grab;
  cursor: -webkit-grab;
}
.main .scroll .card {
  width: 16rem;
  height: auto;
  flex: 0 0 auto;
  margin: 0 0.75rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.main .scroll .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 110%;
}
.main .scroll .card-image img.responsive {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .scroll .card-inner {
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.text {
  font-family: inherit;
  font-weight: 700;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}
.text-title {
  font-size: 1.15rem;
  color: var(--color-gold-dark);
}
.text-title a {
  color: var(--color-gold-dark);
  transition: color 0.3s ease;
}
.text-title a:hover {
  color: var(--color-gold-primary);
}
.paragraph {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  margin: 0.25rem 0;
  color: #252a32;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-gallery-section {
  background: #ffffff !important;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s ease;
}
.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--color-gold-dark);
}
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 12, 20, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay i {
  color: var(--color-gold-primary);
  font-size: 2.2rem;
  transform: scale(0.7);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 10, 16, 0.97);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.gallery-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.modal-close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2.8rem;
  cursor: pointer;
  z-index: 10002;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close-btn:hover {
  color: var(--color-gold-primary);
  transform: rotate(90deg);
}
.modal-content {
  width: 90%;
  max-width: 1100px;
  height: 80%;
  max-height: 750px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-swiper {
  width: 100%;
  height: 100%;
}
.gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.7);
}
.gallery-modal .swiper-button-prev, .gallery-modal .swiper-button-next {
  color: var(--color-gold-primary);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-modal .swiper-button-prev::after, .gallery-modal .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
}
.gallery-modal .swiper-button-prev:hover, .gallery-modal .swiper-button-next:hover {
  background: var(--color-gold-gradient);
  color: #000000;
  border-color: var(--color-gold-primary);
  transform: scale(1.08);
}
.gallery-modal .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.gallery-modal .swiper-pagination-bullet-active {
  background: var(--color-gold-primary) !important;
}
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .modal-content {
    height: 70%;
  }
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .modal-close-btn {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.2rem;
  }
  .modal-content {
    width: 95%;
    height: 60%;
  }
}
@media (max-width: 576px) {
  .gallery-modal .swiper-button-prev, .gallery-modal .swiper-button-next {
    display: none !important;
  }
  .modal-content {
    height: 50%;
  }
}
.cta-bottom-section {
  width: 100%;
  background: var(--color-bg-dark);
  position: relative;
  overflow: hidden;
}
.cta-bottom-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  align-items: stretch;
  position: relative;
}
.cta-bottom-image-col {
  position: relative;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, #0a111c 0%, #0d1b2a 100%);
}
.cta-bottom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-bottom-image-col:hover .cta-bottom-img {
  transform: scale(1.04);
}
.cta-bottom-inner::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  height: 80%;
  width: 1px;
  background: linear-gradient( to bottom, transparent, rgba(212, 175, 55, 0.5) 30%, rgba(212, 175, 55, 0.5) 70%, transparent );
  pointer-events: none;
}
.cta-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4rem 4rem 5rem;
  background: linear-gradient(135deg, #0c1724 0%, #081018 100%);
  position: relative;
  z-index: 1;
}
.cta-bottom-content::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.cta-bottom-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold-primary);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.cta-bottom-tag::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-gold-primary);
  border-radius: 50%;
  animation: ctaPulse 2s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.4);
  }
}
.cta-bottom-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.45);
  margin-bottom: 1.25rem;
}
.cta-bottom-heading .text-gold {
  color: var(--color-gold-primary);
}
.cta-bottom-sub {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 2.5rem;
}
.cta-bottom-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.cta-bottom-btn {
  padding: 0.9rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--color-gold-primary);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 6px;
  background: transparent;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s;
}
.btn-outline-gold:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: var(--color-gold-primary);
  color: var(--color-gold-light, #f0d060);
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .cta-bottom-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto;
  }
  .cta-bottom-inner::after {
    display: none;
  }
  .cta-bottom-image-col {
    height: 300px;
  }
  .cta-bottom-content {
    padding: 3rem 2rem;
  }
  .cta-bottom-sub {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cta-bottom-inner {
    grid-template-rows: 240px auto;
  }
  .cta-bottom-image-col {
    height: 240px;
  }
  .cta-bottom-content {
    padding: 2.5rem 1.5rem;
  }
  .cta-bottom-heading {
    font-size: 1.85rem;
  }
  .cta-bottom-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-bottom-btn, .btn-outline-gold {
    width: 100%;
    justify-content: center;
  }
}
.ctx-menu {
  position: fixed;
  z-index: 99999;
  width: 220px;
  background: rgba(8, 17, 28, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(212, 175, 55, 0.08), inset 0 1px 0 rgba(255,255,255,0.05);
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.92) translateY(-6px);
  transform-origin: top left;
  transition: opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.18s;
  pointer-events: none;
  user-select: none;
}
.ctx-menu.ctx-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.ctx-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem 0.5rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  margin-bottom: 4px;
}
.ctx-brand-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gold-primary, #d4af37);
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.7);
  animation: ctxDotPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes ctxDotPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}
.ctx-brand-name {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold-primary, #d4af37);
  font-family: var(--font-body, sans-serif);
}
.ctx-group {
  padding: 2px 0;
}
.ctx-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.55rem 0.9rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--font-body, sans-serif);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  transition: background 0.15s, color 0.15s, transform 0.12s;
  position: relative;
  overflow: hidden;
}
.ctx-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(212,175,55,0.08), transparent);
  opacity: 0;
  transition: opacity 0.15s;
  border-radius: 8px;
}
.ctx-item:hover {
  color: #fff;
  background: rgba(212, 175, 55, 0.1);
  transform: translateX(3px);
}
.ctx-item:hover::before {
  opacity: 1;
}
.ctx-item:active {
  transform: translateX(3px) scale(0.97);
}
.ctx-icon {
  width: 14px;
  font-size: 0.8rem;
  color: var(--color-gold-primary, #d4af37);
  flex-shrink: 0;
  text-align: center;
  transition: transform 0.15s;
}
.ctx-item:hover .ctx-icon {
  transform: scale(1.15);
}
.ctx-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.2), transparent);
  margin: 4px 8px;
}
.ctx-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(8, 17, 28, 0.95);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-gold-primary, #d4af37);
  font-family: var(--font-body, sans-serif);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}
.ctx-toast.ctx-toast-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.whatsapp-float {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
  animation: waSlideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}
@keyframes waSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wa-icon {
  font-size: 1.85rem;
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.wa-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.6);
  animation: waPulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
.wa-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: #1a1a1a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-body, sans-serif);
  white-space: nowrap;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.wa-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #1a1a1a;
}
.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 576px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 1.5rem;
    right: 1.25rem;
  }
  .wa-icon {
    font-size: 1.6rem;
  }
  .wa-tooltip {
    display: none;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-ease: initial;
    }
  }
}
