@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Red+Hat+Display:wght@700;800;900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-site-blocks {
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin-block: 0;
}

/* ul,
ol {
  margin-block: 0;
  margin-inline: 0;
  padding-inline-start: 0;
  list-style: none;
} */

li {
  margin: 0;
  padding: 0;
}

:where(img, picture, video, canvas, svg) {
  display: block;
  max-width: 100%;
}

:where(img, picture, video, canvas) {
  height: auto;
}

:where(button, input, select, textarea) {
  margin: 0;
  font: inherit;
}

:where(button, select) {
  text-transform: none;
}

:where(button, [type="button"], [type="reset"], [type="submit"]) {
  -webkit-appearance: button;
  appearance: button;
}

:where(button, label, summary, [role="button"]) {
  cursor: pointer;
}

:where(textarea) {
  resize: vertical;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(a) {
  color: inherit;
}

:root {
  --ligeis-lh-tight: 1.1;
  --ligeis-lh-snug: 1.25;
  --ligeis-lh-normal: 1.5;
  --ligeis-lh-relaxed: 1.7;
  --ligeis-lh-loose: 1.9;

  --ligeis-ls-tighter: -0.04em;
  --ligeis-ls-tight: -0.02em;
  --ligeis-ls-normal: 0;
  --ligeis-ls-wide: 0.02em;
  --ligeis-ls-wider: 0.04em;

  --ligeis-bp-mobile-lg: 480px;
  --ligeis-bp-tablet: 768px;
  --ligeis-bp-desktop: 1024px;
  --ligeis-bp-desktop-lg: 1280px;
  --ligeis-bp-wide: 1440px;
}

html {
  scroll-padding-top: calc(var(--wp--custom--layout--header-height-desktop, 88px) + 24px);
}

:where(main, [role="main"], [id]) {
  scroll-margin-top: calc(var(--wp--custom--layout--header-height-desktop, 88px) + 24px);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

:where(input, select, textarea, button) {
  font: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1024px) {
  html { scroll-padding-top: calc(var(--wp--custom--layout--header-height-mobile, 72px) + 16px); }

  :where(main, [role="main"], [id]) {
    scroll-margin-top: calc(var(--wp--custom--layout--header-height-mobile, 72px) + 16px);
  }
}

@media (forced-colors: active) {
  :where(a, button, input, select, textarea):focus-visible {
    outline-color: Highlight;
  }
}

.wp-block-button.is-style-ligeis-filled .wp-block-button__link,
.wp-block-button.is-style-ligeis-outlined .wp-block-button__link,
.wp-block-button.is-style-ligeis-outlined-white .wp-block-button__link,
.wp-block-button.is-style-ligeis-ghost .wp-block-button__link {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 20px 24px;
  min-height: 44px;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3955px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wp-block-button.is-style-ligeis-filled .wp-block-button__link {
  background: var(--wp--preset--color--brand-primary);
  color: var(--wp--preset--color--text-inverse);
}

.wp-block-button.is-style-ligeis-filled .wp-block-button__link:hover {
  background: var(--wp--preset--color--brand-primary-hover);
  color: var(--wp--preset--color--text-inverse);
}

.wp-block-button.is-style-ligeis-outlined .wp-block-button__link {
  background: transparent;
  border-color: var(--wp--preset--color--brand-primary);
  color: var(--wp--preset--color--brand-primary);
}

.wp-block-button.is-style-ligeis-outlined .wp-block-button__link:hover {
  background: var(--wp--preset--color--brand-primary);
  border-color: var(--wp--preset--color--brand-primary);
  color: var(--wp--preset--color--text-inverse);
}

.wp-block-button.is-style-ligeis-ghost .wp-block-button__link {
  background: transparent;
  color: var(--wp--preset--color--brand-primary);
}

.wp-block-button.is-style-ligeis-ghost .wp-block-button__link:hover {
  background: transparent;
  color: var(--wp--preset--color--brand-primary-hover);
}

.wp-block-button.is-style-ligeis-filled.is-color-light .wp-block-button__link {
  background: #438bff;
  color: var(--wp--preset--color--text-inverse);
}

.wp-block-button.is-style-ligeis-filled.is-color-light .wp-block-button__link:hover {
  background: var(--wp--preset--color--brand-primary);
}

.wp-block-button.is-style-ligeis-filled.is-color-black .wp-block-button__link {
  background: var(--wp--preset--color--brand-secondary);
  color: var(--wp--preset--color--bg-primary);
}

.wp-block-button.is-style-ligeis-filled.is-color-black .wp-block-button__link:hover {
  background: var(--wp--preset--color--brand-primary-hover);
}

.wp-block-button.is-style-ligeis-outlined.is-color-black .wp-block-button__link {
  border-color: var(--wp--preset--color--text-muted);
  color: var(--wp--preset--color--text-primary);
}

.wp-block-button.is-style-ligeis-outlined.is-color-black .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--brand-secondary);
  background: transparent;
  color: var(--wp--preset--color--text-primary);
}

.wp-block-button.is-style-ligeis-outlined-white .wp-block-button__link,
.wp-block-button.is-style-ligeis-outlined.is-color-white .wp-block-button__link {
  background: transparent;
  border-color: var(--wp--preset--color--text-inverse);
  color: var(--wp--preset--color--text-inverse);
}

.wp-block-button.is-style-ligeis-outlined-white .wp-block-button__link:hover,
.wp-block-button.is-style-ligeis-outlined.is-color-white .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--brand-light-blue);
  color: var(--wp--preset--color--text-inverse);
  background: transparent;
}

.wp-block-button.is-disabled .wp-block-button__link,
.wp-block-button .wp-block-button__link[aria-disabled="true"] {
  pointer-events: none;
  background: #ccc;
  border-color: #8b8b8b;
  color: #8b8b8b;
}

:where(.wp-site-blocks, .entry-content, .wp-block-post-content) > .wp-block-group.has-background {
  width: auto;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

:where(.wp-site-blocks, .entry-content, .wp-block-post-content) > .wp-block-group.has-background > :where(.wp-block-group, .wp-block-columns, .wp-block-media-text) {
  max-width: var(--wp--style--global--wide-size, 1280px);
  margin-left: auto;
  margin-right: auto;
}

.ligeis-domain-page {
  background: var(--wp--preset--color--bg-secondary, #f4f6ff);
}

.ligeis-404 {
  background: var(--wp--preset--color--bg-secondary, #f4f6ff);
}

.ligeis-404__hero {
  position: relative;
  overflow: hidden;
}

.ligeis-404__hero::after {
  position: absolute;
  right: -0.08em;
  bottom: -0.22em;
  content: "404";
  color: color-mix(in srgb, var(--wp--preset--color--brand-primary, #3b61e7) 10%, transparent);
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.75;
  pointer-events: none;
}

.ligeis-404__hero > * {
  position: relative;
  z-index: 1;
}

.ligeis-404__search .wp-block-search__inside-wrapper {
  display: flex;
  gap: var(--wp--preset--spacing--16, 16px);
}

.ligeis-404__search .wp-block-search__input {
  min-height: 56px;
  border: 1px solid var(--wp--preset--color--border-default, #e5e7eb);
  border-radius: 12px;
  padding: 0 var(--wp--preset--spacing--16, 16px);
  background: #fff;
  font: inherit;
}

.ligeis-404__search .wp-block-search__button {
  min-height: 56px;
  border: 1px solid var(--wp--preset--color--brand-primary, #3b61e7);
  border-radius: 12px;
  padding: 0 var(--wp--preset--spacing--24, 24px);
  background: var(--wp--preset--color--brand-primary, #3b61e7);
  color: var(--wp--preset--color--text-inverse, #fff);
  font-weight: 800;
}

@media (max-width: 700px) {
  .ligeis-404__search .wp-block-search__inside-wrapper {
    flex-direction: column;
  }

  .ligeis-404__search .wp-block-search__button {
    width: 100%;
    margin-left: 0;
  }
}

.ligeis-domain-page .ligeis-term-content {
  overflow: hidden;
}

.ligeis-domain-page .ligeis-term-content > :where(.wp-block-group, .wp-block-cover, .wp-block-media-text):first-child {
  margin-top: 0;
}

.ligeis-domain-page .ligeis-term-content > :where(.wp-block-group, .wp-block-cover, .wp-block-media-text):last-child {
  margin-bottom: 0;
}

.ligeis-domain-page .ligeis-domain-expertise--fallback {
  padding: var(--wp--preset--spacing--96, 96px) var(--wp--preset--spacing--24, 24px);
}

.ligeis-domain-page .ligeis-domain-expertise__container {
  max-width: var(--wp--style--global--wide-size, 1280px);
  margin: 0 auto;
  border: 1px solid var(--wp--preset--color--border-default, #e5e7eb);
  border-radius: 32px;
  padding: clamp(32px, 6vw, 80px);
  background: #fff;
}

.ligeis-domain-page .ligeis-domain-expertise__container h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.ligeis-domain-page .ligeis-domain-expertise__container p {
  max-width: 760px;
  margin-top: var(--wp--preset--spacing--24, 24px);
  color: var(--wp--preset--color--text-secondary, #4b5563);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.Bento-relative{
  position: relative;
}

.Bento-relative .smart-bento-item__content {
  position: sticky !important;
  top: 90px;
}