@media (min-width: 1024px) {
  :root {
    --preview-ink: #14201f;
    --preview-text: #45524f;
    --preview-muted: #75817e;
    --preview-blue: #3b82f6;
    --preview-blue-dark: #2563eb;
    --preview-line: #e2e7e5;
    --preview-soft: #f5f7f6;
  }

  html, body {
    background: var(--preview-soft) !important;
    color: var(--preview-text) !important;
    letter-spacing: 0 !important;
    -webkit-font-smoothing: antialiased;
  }

  body > div.bg-dark {
    height: 32px;
    padding: 0 !important;
    background: #1d2927 !important;
    font-size: 12px !important;
  }

  body > div.bg-dark .container,
  body > div.bg-dark .container > div {
    height: 100%;
  }

  body > div.bg-dark a {
    color: #b9d8d4 !important;
  }

  header.sticky {
    background: rgba(255,255,255,.97) !important;
    border-bottom: 1px solid var(--preview-line);
    box-shadow: 0 3px 16px rgba(20,32,31,.045) !important;
    backdrop-filter: blur(16px);
  }

  header.sticky .container {
    max-width: 1240px !important;
  }

  header.sticky .flex.items-center.justify-between.py-4 {
    height: 74px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-logo {
    display: none !important;
  }

  .site-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--preview-ink);
  }

  .site-brand-mark {
    width: 46px;
    height: 46px;
    object-fit: contain;
  }

  .site-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .site-brand-name {
    font-size: 20px;
    font-weight: 750;
  }

  .site-brand-subtitle {
    margin-top: 6px;
    color: var(--preview-muted);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
  }

  header nav {
    gap: 4px;
  }

  header nav .nav-link {
    padding: 10px 13px !important;
    color: #2c3936 !important;
    font-size: 14px;
  }

  header nav .nav-link::after {
    height: 1px !important;
    background: var(--preview-blue) !important;
  }

  header .hidden.lg\:flex.items-center.bg-gradient-to-r {
    padding: 8px 12px !important;
    border: 1px solid var(--preview-line);
    border-radius: 6px !important;
    background: #fff !important;
    font-size: 13px;
  }

  .page-home > section.relative {
    min-height: 646px;
    background: #24312f;
  }

  .page-home > section.relative::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to left, rgba(4, 9, 14, .58) 0%, rgba(4, 9, 14, .44) 36%, rgba(4, 9, 14, .26) 66%, rgba(4, 9, 14, .14) 100%);
  }

  .page-home > section.relative > .absolute.inset-0.z-0 > div {
    background-position: center 42% !important;
    filter: saturate(.78) contrast(.98);
  }

  .page-home > section.relative > .container {
    display: flex;
    min-height: 646px;
    max-width: 1240px !important;
    align-items: center;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .page-home > section.relative .glass-effect {
    width: 600px;
    max-width: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    backdrop-filter: none !important;
  }

  .page-home > section.relative .glass-effect > span {
    margin-bottom: 18px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #d9e9e6 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  .page-home > section.relative h1 {
    margin-bottom: 22px !important;
    color: #fff !important;
    font-size: 54px !important;
    font-weight: 680 !important;
    line-height: 1.1 !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.16);
  }

  .page-home > section.relative p {
    max-width: 500px !important;
    margin: 0 0 28px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

  .page-home > section.relative .flex.flex-col.sm\:flex-row {
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-bottom: 34px !important;
  }

  .page-home > section.relative .flex.flex-col.sm\:flex-row a {
    min-width: 156px;
    min-height: 48px;
    padding: 12px 22px !important;
    border-radius: 6px !important;
    font-size: 14px;
    box-shadow: none !important;
    transform: none !important;
  }

  .page-home > section.relative .flex.flex-col.sm\:flex-row a:first-child {
    background: var(--preview-blue) !important;
  }

  .page-home > section.relative .flex.flex-col.sm\:flex-row a:last-child {
    border: 1px solid rgba(255,255,255,.34);
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
  }

  .page-home > section.relative .grid.grid-cols-2 {
    max-width: 500px;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 0 !important;
    margin-top: 0 !important;
    border-top: 1px solid rgba(255,255,255,.25);
    padding-top: 22px;
  }

  .page-home > section.relative .grid.grid-cols-2 > div {
    border-right: 1px solid rgba(255,255,255,.2);
    text-align: left !important;
  }

  .page-home > section.relative .grid.grid-cols-2 > div:not(:first-child) {
    padding-left: 22px;
  }

  .page-home > section.relative .grid.grid-cols-2 > div:last-child {
    border-right: 0;
  }

  .page-home > section.relative .grid.grid-cols-2 .text-2xl {
    color: #fff !important;
    font-size: 25px !important;
  }

  .page-home > section.relative .grid.grid-cols-2 .text-sm {
    color: rgba(255,255,255,.68) !important;
    font-size: 12px !important;
  }

  .page-home > section.py-20 {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }

  .page-home > section.py-20 .container {
    max-width: 1240px !important;
  }

  .page-home > section.py-20 .text-center.mb-16 {
    margin-bottom: 38px !important;
  }

  .page-home > section.py-20 span.inline-block {
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--preview-blue-dark) !important;
    font-size: 12px;
  }

  .page-home > section.py-20 h2 {
    color: var(--preview-ink) !important;
    font-size: 34px !important;
  }

  .page-home .service-card {
    border: 1px solid var(--preview-line) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .page-home .service-card:hover {
    border-color: #cbd7d3 !important;
    box-shadow: 0 14px 36px rgba(20,32,31,.07) !important;
    transform: translateY(-3px) !important;
  }

  .page-home .service-card .gradient-bg {
    border-radius: 8px !important;
    background: var(--preview-blue) !important;
    background-image: none !important;
  }

  /* Keep the company identity group visually balanced against the longer copy. */
  .page-about #qyjj > .flex {
    align-items: center !important;
  }

  .page-about #qyjj > .flex > .md\:w-1\/3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-about #qyjj > .flex > .md\:w-1\/3 .w-20.h-20,
  .page-about #qyjj > .flex > .md\:w-1\/3 .w-20.h-1 {
    margin-left: auto;
    margin-right: auto;
  }
}
