@media (max-width: 1023px) {
  html,
  body {
    overflow-x: hidden;
  }

  .px-8 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .py-32 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-24 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .gap-24 {
    gap: 3rem !important;
  }

  .gap-16 {
    gap: 2.5rem !important;
  }

  .p-16 {
    padding: 2.5rem !important;
  }

  .p-12 {
    padding: 2rem !important;
  }
}

.ls-mobile-toggle,
.ls-mobile-panel {
  display: none;
}

body.ls-mobile-nav-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .ls-mobile-toggle {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 59, 109, 0.12);
    background: #ffffff;
    color: #003b6d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ls-mobile-toggle:active {
    transform: scale(0.97);
  }

  .ls-mobile-panel {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10000;
    pointer-events: none;
    isolation: isolate;
  }

  .ls-mobile-panel[hidden] {
    display: none;
  }

  .ls-mobile-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.24s ease;
  }

  .ls-mobile-panel__sheet {
    position: absolute;
    top: 0;
    right: 0;
    width: min(88vw, 380px);
    height: 100%;
    z-index: 2;
    padding: 1.25rem 1rem 2rem;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    box-shadow: -16px 0 48px rgba(15, 23, 42, 0.14);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
  }

  .ls-mobile-panel.is-open {
    pointer-events: auto;
  }

  .ls-mobile-panel.is-open .ls-mobile-panel__backdrop {
    opacity: 1;
  }

  .ls-mobile-panel.is-open .ls-mobile-panel__sheet {
    transform: translateX(0);
  }

  .ls-mobile-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .ls-mobile-panel__title {
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #003b6d;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .ls-mobile-panel__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #eef2f5;
    color: #003b6d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ls-mobile-nav-list,
  .ls-mobile-group-links,
  .ls-mobile-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ls-mobile-nav-list {
    margin-bottom: 1rem;
  }

  .ls-mobile-nav-link,
  .ls-mobile-group-toggle,
  .ls-mobile-meta a {
    width: 100%;
    min-height: 48px;
    padding: 0.875rem 1rem;
    border-radius: 16px;
    text-align: left;
    font-weight: 600;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .ls-mobile-group-toggle {
    justify-content: flex-start !important;
  }

  .ls-mobile-group-toggle .material-symbols-outlined {
    margin-left: auto;
  }

  .ls-mobile-nav-link.is-current,
  .ls-mobile-group-toggle.is-current {
    color: #003b6d;
    background: #e6f0ff;
    border-color: rgba(0, 59, 109, 0.18);
  }

  .ls-mobile-group {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 0.375rem;
  }

  .ls-mobile-group-toggle {
    background: transparent;
    border: 0;
  }

  .ls-mobile-group-links {
    padding: 0 0.625rem 0.625rem;
  }

  .ls-mobile-group-links[hidden] {
    display: none;
  }

  .ls-mobile-group-links a {
    min-height: 44px;
    padding: 0.75rem 0.875rem;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.95rem;
  }

  .ls-mobile-panel__section-label {
    margin: 1.25rem 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
  }

  .ls-mobile-cta {
    margin-top: 1.25rem;
    width: 100%;
    min-height: 50px;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: #003b6d;
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(0, 59, 109, 0.2);
  }

  nav .max-w-7xl {
    min-height: 76px !important;
    height: auto !important;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 0.75rem;
  }

  nav .max-w-7xl > .flex.items-center.gap-6 {
    gap: 0.75rem !important;
    margin-left: auto;
  }

  nav .max-w-7xl > .flex.items-center.gap-6 > .hidden.md\\:block,
  nav #main-nav {
    display: none !important;
  }

  nav .max-w-7xl > .flex.items-center.gap-6 > a[href*="contact"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.9rem !important;
    min-height: 42px !important;
  }

  nav img.h-\\[36px\\] {
    height: 32px !important;
  }

  .pt-24 {
    padding-top: 5.25rem !important;
  }

  .pb-24,
  .py-24 {
    padding-bottom: 3rem !important;
  }

  .py-20 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-24 {
    padding-top: 3.5rem !important;
  }

  .py-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .px-12,
  .px-8 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-16 {
    padding: 1.5rem !important;
  }

  .p-12,
  .p-8 {
    padding: 1.25rem !important;
  }

  .gap-24,
  .gap-16,
  .gap-12 {
    gap: 1.5rem !important;
  }

  .gap-8,
  .gap-6 {
    gap: 1rem !important;
  }

  .mb-16 {
    margin-bottom: 2.25rem !important;
  }

  .mb-12,
  .mb-10 {
    margin-bottom: 1.5rem !important;
  }

  .mb-8 {
    margin-bottom: 1.25rem !important;
  }

  body > section.pt-24.relative.pb-24 {
    padding-top: 5.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  body > section.pt-24.relative.pb-24 .pt-12 {
    padding-top: 0.75rem !important;
  }

  body > section.pt-24.relative.pb-24 .max-w-7xl {
    gap: 1.25rem !important;
  }

  body > section.pt-24.relative.pb-24 p.text-lg,
  body > section.pt-24.relative.pb-24 p[class*="text-lg"] {
    margin-bottom: 0 !important;
  }

  .text-6xl {
    font-size: clamp(1.9rem, 7.2vw, 2.5rem) !important;
    line-height: 1.12 !important;
  }

  .text-5xl {
    font-size: clamp(1.7rem, 6.5vw, 2.2rem) !important;
    line-height: 1.14 !important;
  }

  .text-4xl {
    font-size: clamp(1.45rem, 5.6vw, 1.9rem) !important;
    line-height: 1.18 !important;
  }

  .text-3xl {
    font-size: clamp(1.25rem, 4.8vw, 1.55rem) !important;
    line-height: 1.2 !important;
  }

  h1,
  h2,
  h3 {
    max-width: none;
  }

  section h1,
  section h2 {
    text-wrap: balance;
  }

  h1.text-6xl {
    max-width: 8.5em;
  }

  h1[class*="text-[3.5rem]"],
  h1[class*="text-\\[3.5rem\\]"] {
    font-size: clamp(1.9rem, 7vw, 2.45rem) !important;
    line-height: 1.12 !important;
    max-width: 9.5em;
  }

  a.block.group > div.bg-surface-container-lowest,
  a.block.group > div.bg-white,
  .group > div.bg-surface-container-lowest,
  .group > div.bg-white {
    padding: 1rem !important;
  }

  a.block.group > div.bg-surface-container-lowest > .w-12.h-12,
  a.block.group > div.bg-white > .w-12.h-12,
  .group > div.bg-surface-container-lowest > .w-12.h-12,
  .group > div.bg-white > .w-12.h-12 {
    margin-bottom: 0 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex: 0 0 auto;
  }

  a.block.group > div.bg-surface-container-lowest,
  a.block.group > div.bg-white,
  .group > div.bg-surface-container-lowest,
  .group > div.bg-white {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  a.block.group > div.bg-surface-container-lowest > h3,
  a.block.group > div.bg-white > h3,
  .group > div.bg-surface-container-lowest > h3,
  .group > div.bg-white > h3 {
    margin-bottom: 0 !important;
    flex: 1 1 0;
    min-width: 0;
    font-size: 1.2rem !important;
    line-height: 1.25 !important;
  }

  a.block.group > div.bg-surface-container-lowest > p,
  a.block.group > div.bg-white > p,
  .group > div.bg-surface-container-lowest > p,
  .group > div.bg-white > p {
    width: 100%;
    margin-top: 0 !important;
  }

  .flex.flex-col.h-full > .material-symbols-outlined:first-child,
  .flex.flex-col.h-full > span.material-symbols-outlined:first-child {
    margin-bottom: 0 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1.6rem !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .flex.flex-col.h-full:has(> .material-symbols-outlined:first-child),
  .flex.flex-col.h-full:has(> span.material-symbols-outlined:first-child) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    column-gap: 0.875rem !important;
    row-gap: 0.75rem !important;
    padding: 1rem !important;
  }

  .flex.flex-col.h-full:has(> .material-symbols-outlined:first-child) > h3,
  .flex.flex-col.h-full:has(> span.material-symbols-outlined:first-child) > h3 {
    margin-bottom: 0 !important;
    min-height: 0 !important;
    flex: 1 1 0;
    display: flex !important;
    align-items: center !important;
    font-size: 1.2rem !important;
    line-height: 1.25 !important;
  }

  .flex.flex-col.h-full:has(> .material-symbols-outlined:first-child) > p,
  .flex.flex-col.h-full:has(> span.material-symbols-outlined:first-child) > p,
  .flex.flex-col.h-full:has(> .material-symbols-outlined:first-child) > .mt-auto,
  .flex.flex-col.h-full:has(> span.material-symbols-outlined:first-child) > .mt-auto {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .ghost-border:has(> span.text-on-tertiary-container) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    column-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
    padding: 1rem !important;
  }

  .ghost-border:has(> span.text-on-tertiary-container) > span.text-on-tertiary-container {
    display: inline-flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    flex: 0 0 auto;
  }

  .ghost-border:has(> span.text-on-tertiary-container) > h3 {
    margin-bottom: 0 !important;
    min-height: 0 !important;
    flex: 1 1 0;
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
  }

  .ghost-border:has(> span.text-on-tertiary-container) > p {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .space-y-4:has(> .text-tertiary-fixed-dim.font-label.font-bold) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    column-gap: 0.75rem !important;
    row-gap: 0.625rem !important;
  }

  .space-y-4:has(> .text-tertiary-fixed-dim.font-label.font-bold) > * + * {
    margin-top: 0 !important;
  }

  .space-y-4:has(> .text-tertiary-fixed-dim.font-label.font-bold) > .text-tertiary-fixed-dim.font-label.font-bold {
    flex: 0 0 auto;
    line-height: 1 !important;
  }

  .space-y-4:has(> .text-tertiary-fixed-dim.font-label.font-bold) > h3 {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0 !important;
    font-size: 1.2rem !important;
    line-height: 1.25 !important;
  }

  .space-y-4:has(> .text-tertiary-fixed-dim.font-label.font-bold) > p {
    width: 100% !important;
  }

  div[class*="rounded-[8px]"]:has(> .text-error.mb-4),
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4),
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl),
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16),
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl),
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    text-align: left !important;
    column-gap: 0.875rem !important;
    row-gap: 0.75rem !important;
    padding: 1rem !important;
  }

  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > .text-error.mb-4,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > .text-on-tertiary-container.mb-4,
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl) > span.material-symbols-outlined.text-4xl,
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > div.w-16.h-16,
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl) > span.material-symbols-outlined.text-4xl,
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) > div.w-16.h-16 {
    margin: 0 !important;
    flex: 0 0 auto;
  }

  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > .text-error.mb-4 .material-symbols-outlined,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > .text-on-tertiary-container.mb-4 .material-symbols-outlined,
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl) > span.material-symbols-outlined.text-4xl {
    font-size: 1.6rem !important;
    line-height: 1 !important;
  }

  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > div.w-16.h-16,
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) > div.w-16.h-16 {
    width: 2.25rem !important;
    height: 2.25rem !important;
    min-width: 2.25rem !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
  }

  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > h3,
  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > h4,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > h3,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > h4,
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl) > h3,
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl) > h4,
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > h3,
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > h4,
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl) > h3,
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl) > h4,
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) > h3,
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) > h4 {
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > p,
  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > ul,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > p,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > ul,
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl) > p,
  div[class*="rounded-[8px]"]:has(> span.material-symbols-outlined.text-4xl) > ul,
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > p,
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > ul,
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl) > p,
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl) > ul,
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) > p,
  div[class*="rounded-[16px]"].space-y-4:has(> div.w-16.h-16) > ul {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  div[class*="rounded-[8px]"]:has(> .text-error.mb-4) > ul li,
  div[class*="rounded-[8px]"]:has(> .text-on-tertiary-container.mb-4) > ul li,
  div[class*="rounded-[16px]"].space-y-6:has(> div.w-16.h-16) > ul li,
  div[class*="rounded-[16px]"].space-y-6:has(> span.material-symbols-outlined.text-4xl) > ul li {
    align-items: flex-start !important;
  }

  .grid.gap-px > .bg-surface-container-lowest.p-8.relative,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative.ghost-border,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > div.absolute + .text-on-tertiary-container,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > div.absolute + .text-error {
    text-align: left !important;
  }

  .grid.gap-px > .bg-surface-container-lowest.p-8.relative {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    column-gap: 0.875rem !important;
    row-gap: 0.75rem !important;
    padding: 1rem !important;
  }

  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > .text-error,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > .text-on-tertiary-container {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    width: 2rem !important;
    min-width: 2rem !important;
  }

  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > .text-error .material-symbols-outlined,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > .text-on-tertiary-container .material-symbols-outlined {
    font-size: 1.55rem !important;
    line-height: 1 !important;
  }

  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > h4,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > h3 {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
  }

  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > ul,
  .grid.gap-px > .bg-surface-container-lowest.p-8.relative > p {
    width: 100% !important;
    margin: 0 !important;
  }

  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h3):has(> p),
  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h4):has(> p),
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h3):has(> p),
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h4):has(> p),
  .bg-white:has(> span.material-symbols-outlined):has(> h3):has(> p),
  .bg-white:has(> span.material-symbols-outlined):has(> h4):has(> p) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    text-align: left !important;
    column-gap: 0.875rem !important;
    row-gap: 0.75rem !important;
    padding: 1rem !important;
  }

  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h3):has(> p) > span.material-symbols-outlined,
  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h4):has(> p) > span.material-symbols-outlined,
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h3):has(> p) > span.material-symbols-outlined,
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h4):has(> p) > span.material-symbols-outlined,
  .bg-white:has(> span.material-symbols-outlined):has(> h3):has(> p) > span.material-symbols-outlined,
  .bg-white:has(> span.material-symbols-outlined):has(> h4):has(> p) > span.material-symbols-outlined {
    margin: 0 !important;
    font-size: 1.55rem !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
  }

  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h3):has(> p) > h3,
  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h4):has(> p) > h4,
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h3):has(> p) > h3,
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h4):has(> p) > h4,
  .bg-white:has(> span.material-symbols-outlined):has(> h3):has(> p) > h3,
  .bg-white:has(> span.material-symbols-outlined):has(> h4):has(> p) > h4 {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
    min-height: 0 !important;
  }

  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h3):has(> p) > p,
  .bg-surface-container-lowest:has(> span.material-symbols-outlined):has(> h4):has(> p) > p,
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h3):has(> p) > p,
  .bg-surface-container-low:has(> span.material-symbols-outlined):has(> h4):has(> p) > p,
  .bg-white:has(> span.material-symbols-outlined):has(> h3):has(> p) > p,
  .bg-white:has(> span.material-symbols-outlined):has(> h4):has(> p) > p {
    width: 100% !important;
    margin: 0 !important;
  }

  .flex.flex-col.items-center:has(> div.w-12.h-12):has(> h4):has(> p),
  .flex.flex-col.items-center:has(> div.w-16.h-16):has(> h4):has(> p),
  .flex.flex-col.items-center:has(> div.w-10.h-10):has(> h4):has(> p),
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-12.h-12):has(> h4):has(> p),
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-16.h-16):has(> h4):has(> p),
  .space-y-2:has(> div.w-10.h-10):has(> h4):has(> p) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    text-align: left !important;
    column-gap: 0.75rem !important;
    row-gap: 0.625rem !important;
  }

  .flex.flex-col.items-center:has(> div.w-12.h-12):has(> h4):has(> p) > * + *,
  .flex.flex-col.items-center:has(> div.w-16.h-16):has(> h4):has(> p) > * + *,
  .flex.flex-col.items-center:has(> div.w-10.h-10):has(> h4):has(> p) > * + *,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-12.h-12):has(> h4):has(> p) > * + *,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-16.h-16):has(> h4):has(> p) > * + *,
  .space-y-2:has(> div.w-10.h-10):has(> h4):has(> p) > * + * {
    margin-top: 0 !important;
  }

  .flex.flex-col.items-center:has(> div.w-12.h-12):has(> h4):has(> p) > div.w-12.h-12,
  .flex.flex-col.items-center:has(> div.w-16.h-16):has(> h4):has(> p) > div.w-16.h-16,
  .flex.flex-col.items-center:has(> div.w-10.h-10):has(> h4):has(> p) > div.w-10.h-10,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-12.h-12):has(> h4):has(> p) > div.w-12.h-12,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-16.h-16):has(> h4):has(> p) > div.w-16.h-16,
  .space-y-2:has(> div.w-10.h-10):has(> h4):has(> p) > div.w-10.h-10 {
    margin: 0 !important;
    width: 2.25rem !important;
    height: 2.25rem !important;
    min-width: 2.25rem !important;
    flex: 0 0 auto !important;
  }

  .flex.flex-col.items-center:has(> div.w-12.h-12):has(> h4):has(> p) > h4,
  .flex.flex-col.items-center:has(> div.w-16.h-16):has(> h4):has(> p) > h4,
  .flex.flex-col.items-center:has(> div.w-10.h-10):has(> h4):has(> p) > h4,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-12.h-12):has(> h4):has(> p) > h4,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-16.h-16):has(> h4):has(> p) > h4,
  .space-y-2:has(> div.w-10.h-10):has(> h4):has(> p) > h4 {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  .flex.flex-col.items-center:has(> div.w-12.h-12):has(> h4):has(> p) > p,
  .flex.flex-col.items-center:has(> div.w-16.h-16):has(> h4):has(> p) > p,
  .flex.flex-col.items-center:has(> div.w-10.h-10):has(> h4):has(> p) > p,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-12.h-12):has(> h4):has(> p) > p,
  .flex.flex-col.items-center.lg\\:items-start:has(> div.w-16.h-16):has(> h4):has(> p) > p,
  .space-y-2:has(> div.w-10.h-10):has(> h4):has(> p) > p {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .text-xl,
  .text-lg {
    line-height: 1.65 !important;
  }

  .text-lg {
    font-size: 1rem !important;
  }

  .min-h-\\[500px\\],
  .min-h-\\[400px\\] {
    min-height: initial !important;
  }

  .h-\\[600px\\] {
    height: 20rem !important;
  }

  .h-\\[500px\\] {
    height: 17rem !important;
  }

  .h-\\[300px\\] {
    height: 14rem !important;
  }

  .min-h-\\[64px\\] {
    min-height: 56px !important;
  }

  .min-w-\\[240px\\] {
    min-width: 0 !important;
  }

  .pl-\\[20px\\] {
    padding-left: 0 !important;
  }

  .rounded-3xl {
    border-radius: 1.5rem !important;
  }

  #partner-banner-container > .mx-auto.overflow-hidden.relative {
    width: 100% !important;
    max-width: 20rem !important;
    height: 13.5rem !important;
  }

  #track-top,
  #track-bottom {
    gap: 1rem !important;
  }

  #track-top > div,
  #track-bottom > div {
    width: 8.25rem !important;
    height: 4.5rem !important;
  }

  footer .grid {
    gap: 2rem !important;
  }

  footer .max-w-xs {
    max-width: 100% !important;
  }

  .contact-floating-wrapper {
    right: 1rem !important;
    bottom: 1rem !important;
    gap: 0.5rem !important;
  }

  .contact-btn,
  .social-btn-container {
    width: 48px !important;
    height: 48px !important;
    border-radius: 999px !important;
  }

  .phone-btn:hover,
  .social-btn-container:hover {
    width: 48px !important;
    transform: none !important;
  }

  .phone-text,
  .social-text {
    display: none !important;
  }

  .mobile-hide-ocr-visual {
    display: none !important;
  }

  .relative > .relative.z-10.p-1.bg-surface.rounded-\[8px\].ghost-border.shadow-xl {
    max-width: calc(100% - 0.5rem) !important;
    margin-top: 0.75rem !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .relative > .relative.z-10.p-1.bg-surface.rounded-\[8px\].ghost-border.shadow-xl .bg-surface-container-lowest.p-8.rounded-\[8px\] {
    padding: 1rem !important;
  }

  .relative > .relative.z-10.p-1.bg-surface.rounded-\[8px\].ghost-border.shadow-xl .space-y-4 {
    gap: 0.5rem !important;
  }

  .relative > .relative.z-10.p-1.bg-surface.rounded-\[8px\].ghost-border.shadow-xl .space-y-4 > .flex.justify-between {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .relative > .relative.z-10.p-1.bg-surface.rounded-\[8px\].ghost-border.shadow-xl .space-y-4 > .flex.justify-between > div {
    height: 0.85rem !important;
  }

  .relative > .absolute.-right-20.-bottom-20.w-80.h-80,
  .relative > .absolute.-right-10.-bottom-10.w-60.h-60 {
    display: none !important;
  }
}
