:root {
  --otsi-neo-primary: #1d8cff;
  --otsi-neo-primary-dark: #0f63c9;
  --otsi-neo-success: #10b857;
  --otsi-neo-navy: #081426;
  --otsi-neo-accent: #1d8cff;
  --otsi-neo-bg: #ffffff;
  --otsi-neo-ink: #0f172a;
  --otsi-neo-muted: #64748b;
  --otsi-neo-border: #dbe5ef;
  --otsi-neo-surface: #fff;
  --otsi-neo-container: 1240px;
  --otsi-neo-radius: 22px;
  --otsi-neo-button-radius: 999px;
  --otsi-neo-section-space: 56px;
  --otsi-neo-base-font: 16px;
  --otsi-neo-heading-weight: 700;
  --otsi-neo-body-weight: 400;
  --otsi-neo-body-line: 1.6;
  --otsi-neo-heading-line: 1.12;
  --otsi-neo-h1: 42px;
  --otsi-neo-h2: 32px;
  --otsi-neo-h3: 22px;
  --otsi-neo-font-body: Calibri, "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --otsi-neo-font-heading: Calibri, "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --otsi-neo-shadow-color: rgba(8, 20, 38, .08);
  --otsi-neo-shadow: 0 16px 42px var(--otsi-neo-shadow-color);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  min-height: 100vh;
  margin: 0;
  background: var(--otsi-neo-bg);
  color: var(--otsi-neo-ink);
  font-family: var(--otsi-neo-font-body);
  font-size: var(--otsi-neo-base-font);
  font-weight: var(--otsi-neo-body-weight);
  line-height: var(--otsi-neo-body-line);
}
body.otsi-neo {
  display: flex;
  flex-direction: column;
}
body.otsi-neo.admin-bar {
  min-height: calc(100vh - 32px);
}
body.otsi-neo > .otsi-neo-main {
  flex: 1 0 auto;
}
body.otsi-neo > .otsi-neo-site-footer {
  margin-top: auto;
  flex-shrink: 0;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--otsi-neo-primary); }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.otsi-neo-container { width: min(calc(100% - 40px), var(--otsi-neo-container)); margin-inline: auto; }
.otsi-neo-site-header .otsi-neo-container {
  width: min(calc(100% - 48px), 1760px);
}
.otsi-neo-site-header {
  background: #081426;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.admin-bar .otsi-neo-site-header { top: 32px; }
.otsi-neo-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) auto auto;
  grid-template-areas: "brand nav tools toggle";
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  overflow: visible;
}
.otsi-neo-brand {
  grid-area: brand;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  max-width: 280px;
  overflow: visible;
}
.otsi-neo-brand-logo-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 180px;
  max-height: 58px;
  overflow: hidden;
}
.otsi-neo-brand-logo,
.otsi-neo-brand-logo-link img {
  width: auto !important;
  height: auto !important;
  max-width: 180px !important;
  max-height: 58px !important;
  object-fit: contain;
}
.otsi-neo-brand .custom-logo-link,
.otsi-neo-dynamic-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.otsi-neo-brand .custom-logo,
.otsi-neo-brand .custom-logo-link img,
.otsi-neo-dynamic-logo .custom-logo,
.otsi-neo-dynamic-logo .custom-logo-link img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 58px;
  object-fit: contain;
}
.otsi-neo-site-footer .otsi-neo-brand .custom-logo,
.otsi-neo-site-footer .otsi-neo-brand .custom-logo-link img,
.otsi-neo-site-footer .otsi-neo-brand-logo,
.otsi-neo-site-footer .otsi-neo-brand-logo-link img {
  max-width: 118px !important;
  max-height: 42px !important;
}
.otsi-neo-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b86d9, #0d5faf);
  position: relative;
}
.otsi-neo-brand-mark:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 8px;
  width: 22px;
  height: 28px;
  background: #24d765;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.otsi-neo-brand-text { display: grid; line-height: 1.08; }
.otsi-neo-brand-text strong { font-size: 1.25rem; font-weight: 900; }
.otsi-neo-brand-text small {
  font-size: .72rem;
  color: rgba(255, 255, 255, .68);
  text-transform: uppercase;
}
.otsi-neo-nav {
  grid-area: nav;
  position: relative;
  z-index: 2;
  min-width: 0;
  margin-left: 0;
  overflow: visible;
}
.otsi-neo-nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(4px, .8vw, 10px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.otsi-neo-nav li,
.otsi-neo-dynamic-nav li { position: relative; }
.otsi-neo-nav li.menu-item-has-children::after,
.otsi-neo-nav li.page_item_has_children::after,
.otsi-neo-dynamic-nav li.menu-item-has-children::after,
.otsi-neo-dynamic-nav li.page_item_has_children::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  height: 24px;
  display: block;
}
.otsi-neo-nav a {
  display: block;
  padding: 11px clamp(9px, .95vw, 16px);
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(.82rem, .82vw, .95rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.otsi-neo-nav .current-menu-item > a,
.otsi-neo-nav a:hover { background: rgba(16, 184, 87, .18); color: #fff; }
.otsi-neo-nav .sub-menu,
.otsi-neo-dynamic-nav .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 130;
  display: grid;
  min-width: 230px;
  max-width: min(320px, calc(100vw - 32px));
  gap: 4px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(96, 165, 250, .22);
  border-radius: 14px;
  background: #081426;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.otsi-neo-nav .sub-menu::before,
.otsi-neo-dynamic-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.otsi-neo-nav .sub-menu li,
.otsi-neo-dynamic-nav .sub-menu li {
  width: 100%;
}
.otsi-neo-nav .sub-menu a,
.otsi-neo-dynamic-nav .sub-menu a {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  white-space: normal;
}
.otsi-neo-nav li:hover > .sub-menu,
.otsi-neo-nav li:focus-within > .sub-menu,
.otsi-neo-nav li > .sub-menu:hover,
.otsi-neo-dynamic-nav li:hover > .sub-menu,
.otsi-neo-dynamic-nav li:focus-within > .sub-menu,
.otsi-neo-dynamic-nav li > .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.otsi-neo-nav .sub-menu .sub-menu,
.otsi-neo-dynamic-nav .sub-menu .sub-menu {
  top: 0;
  left: calc(100% + 10px);
}
.otsi-neo-header-tools {
  grid-area: tools;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.otsi-neo-header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: clamp(210px, 16vw, 280px);
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}
.otsi-neo-header-search label { flex: 1; }
.otsi-neo-header-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
}
.otsi-neo-header-search input::placeholder { color: rgba(255, 255, 255, .58); }
.otsi-neo-header-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 42px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-weight: 900;
  cursor: pointer;
}
.otsi-neo-header-search button:hover,
.otsi-neo-header-search button:focus { background: rgba(16, 184, 87, .22); }
.otsi-neo-live-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 160;
  width: min(420px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 18px;
  background: #fff;
  color: var(--otsi-neo-ink);
  box-shadow: 0 24px 70px rgba(8, 20, 38, .2);
}
.otsi-neo-live-search-results a,
.otsi-neo-live-search-empty {
  display: grid;
  gap: 4px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--otsi-neo-border);
}
.otsi-neo-live-search-results a:last-child { border-bottom: 0; }
.otsi-neo-live-search-results a:hover,
.otsi-neo-live-search-results a:focus {
  background: #f3f7fb;
  color: var(--otsi-neo-primary);
}
.otsi-neo-live-search-results strong { font-size: .95rem; color: inherit; }
.otsi-neo-live-search-results span,
.otsi-neo-live-search-results em,
.otsi-neo-live-search-empty {
  color: var(--otsi-neo-muted);
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
}
.otsi-neo-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--otsi-neo-button-radius);
  background: var(--otsi-neo-primary);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 184, 87, .26);
}
.otsi-neo-header-cta:hover,
.otsi-neo-header-cta:focus { color: #fff; filter: brightness(.96); }
.otsi-neo-mobile-panel-head,
.otsi-neo-mobile-panel-tools { display: none; }
.otsi-neo-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 98;
  background: rgba(2, 8, 23, .46);
  backdrop-filter: blur(4px);
}
.otsi-neo-mobile-toggle {
  grid-area: toggle;
  justify-self: end;
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
  place-items: center;
  gap: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.otsi-neo-mobile-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}
.otsi-neo-mobile-toggle.is-open span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.otsi-neo-mobile-toggle.is-open span:nth-of-type(3) { opacity: 0; }
.otsi-neo-mobile-toggle.is-open span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
.otsi-neo-header-classic .otsi-neo-site-header {
  background: rgba(255, 255, 255, .96);
  color: var(--otsi-neo-ink);
  border-bottom-color: var(--otsi-neo-border);
  box-shadow: 0 10px 32px rgba(8, 20, 38, .06);
  backdrop-filter: blur(18px);
}
.otsi-neo-header-classic .otsi-neo-brand-text small { color: var(--otsi-neo-muted); }
.otsi-neo-header-classic .otsi-neo-nav a { color: var(--otsi-neo-ink); }
.otsi-neo-header-classic .otsi-neo-header-search {
  border-color: var(--otsi-neo-border);
  background: #fff;
  color: var(--otsi-neo-ink);
}
.otsi-neo-header-classic .otsi-neo-header-search input::placeholder,
.otsi-neo-header-minimal .otsi-neo-header-search input::placeholder { color: var(--otsi-neo-muted); }
.otsi-neo-header-classic .otsi-neo-nav .current-menu-item > a,
.otsi-neo-header-classic .otsi-neo-nav a:hover {
  background: rgba(16, 184, 87, .12);
  color: #063f25;
}
.otsi-neo-header-classic .otsi-neo-mobile-toggle {
  border-color: var(--otsi-neo-border);
  background: #fff;
  color: var(--otsi-neo-ink);
}
.otsi-neo-header-minimal .otsi-neo-site-header {
  background: #fff;
  color: var(--otsi-neo-ink);
  border-bottom-color: transparent;
  box-shadow: none;
}
.otsi-neo-header-minimal .otsi-neo-header-inner { min-height: 68px; }
.otsi-neo-header-minimal .otsi-neo-brand-mark {
  width: 36px;
  height: 36px;
}
.otsi-neo-header-minimal .otsi-neo-brand-mark:after {
  top: 7px;
  width: 18px;
  height: 23px;
}
.otsi-neo-header-minimal .otsi-neo-brand-text small { display: none; }
.otsi-neo-header-minimal .otsi-neo-nav a {
  color: var(--otsi-neo-ink);
  border-radius: 10px;
  background: transparent;
}
.otsi-neo-header-minimal .otsi-neo-header-search {
  border-color: var(--otsi-neo-border);
  background: #fff;
  color: var(--otsi-neo-ink);
}
.otsi-neo-header-minimal .otsi-neo-nav .current-menu-item > a,
.otsi-neo-header-minimal .otsi-neo-nav a:hover {
  background: transparent;
  color: var(--otsi-neo-primary);
}
.otsi-neo-header-minimal .otsi-neo-mobile-toggle {
  border-color: var(--otsi-neo-border);
  background: #fff;
  color: var(--otsi-neo-ink);
  box-shadow: 0 8px 20px rgba(8, 20, 38, .08);
}
.menu-item-has-otsi-neo-mega > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: .72;
}
.otsi-neo-mega-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 120;
  width: min(980px, calc(100vw - 48px));
  min-width: 520px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid rgba(219, 229, 239, .9);
  border-radius: 22px;
  background: #fff;
  color: var(--otsi-neo-ink);
  box-shadow: 0 28px 80px rgba(8, 20, 38, .18);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.otsi-neo-mega-panel::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 24px;
}
.menu-item-has-otsi-neo-mega:hover > .otsi-neo-mega-panel,
.menu-item-has-otsi-neo-mega:focus-within > .otsi-neo-mega-panel,
.menu-item-has-otsi-neo-mega > .otsi-neo-mega-panel:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.otsi-neo-mega-panel .otsi-neo-builder-output > .otsi-neo-el {
  padding: 28px;
}
.otsi-neo-mega-panel .otsi-neo-builder-output > .otsi-neo-el + .otsi-neo-el {
  padding-top: 0;
}
.otsi-neo-dynamic-nav .otsi-neo-mega-panel {
  top: calc(100% + 10px);
}

.otsi-neo-main { padding: 64px 0; }
.otsi-neo-main-empty {
  min-height: 0;
  padding: 0;
  flex: 1 0 auto;
}
.otsi-neo-main-width-narrow .otsi-neo-container { --otsi-neo-container: 860px; }
.otsi-neo-main-width-wide .otsi-neo-container { --otsi-neo-container: 1440px; }
.otsi-neo-main-width-full .otsi-neo-container { width: 100%; max-width: none; }
.otsi-neo-main-width-full .otsi-neo-content-card { border-radius: 0; border-inline: 0; }
.otsi-neo-content-card,
.otsi-neo-post-card,
.otsi-neo-empty {
  background: var(--otsi-neo-surface);
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  box-shadow: var(--otsi-neo-shadow);
  padding: 38px;
}
.otsi-neo-loop { display: grid; gap: 22px; }
.otsi-neo-entry-header h1,
.otsi-neo-archive-header h1 {
  font-size: clamp(2.2rem, var(--otsi-neo-h2), 4rem);
  line-height: var(--otsi-neo-heading-line);
  letter-spacing: 0;
  margin: 0 0 20px;
}

.otsi-neo-site-footer {
  background: radial-gradient(circle at 12% 0, rgba(29, 140, 255, .18), transparent 34%), #050b15;
  color: #fff;
  padding: 34px 0 18px;
}
.otsi-neo-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.otsi-neo-footer-style-simple .otsi-neo-footer-grid { grid-template-columns: 1fr; }
.otsi-neo-footer-brand {
  display: grid;
  gap: 14px;
  align-content: start;
}
.otsi-neo-footer-brand .otsi-neo-brand {
  width: max-content;
  max-width: 100%;
}
.otsi-neo-footer-brand .otsi-neo-brand-text small {
  max-width: 260px;
  line-height: 1.35;
}
.otsi-neo-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.otsi-neo-footer-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  font-weight: 800;
}
.otsi-neo-footer-menu a:hover,
.otsi-neo-footer-menu a:focus {
  border-color: rgba(16, 184, 87, .42);
  background: rgba(16, 184, 87, .14);
  color: #fff;
}
.otsi-neo-footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.otsi-neo-footer-columns-3 .otsi-neo-footer-widgets { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.otsi-neo-footer-columns-2 .otsi-neo-footer-widgets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.otsi-neo-footer-widget-column {
  min-width: 0;
  color: rgba(255, 255, 255, .72);
}
.otsi-neo-footer-widget-column .widget {
  margin: 0 0 24px;
}
.otsi-neo-footer-widget-column .widget:last-child { margin-bottom: 0; }
.otsi-neo-footer-widget-column .widget-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.otsi-neo-footer-widget-column ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.otsi-neo-footer-widget-column a {
  color: rgba(255, 255, 255, .72);
}
.otsi-neo-footer-widget-column a:hover,
.otsi-neo-footer-widget-column a:focus { color: #fff; }
.otsi-neo-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 22px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .6);
}
.otsi-neo-footer-bottom p { margin: 0; }
.otsi-neo-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}
.otsi-neo-footer-legal a {
  color: rgba(255, 255, 255, .66);
  font-size: .88rem;
  font-weight: 800;
}
.otsi-neo-footer-legal a:hover,
.otsi-neo-footer-legal a:focus { color: #fff; }

.otsi-neo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--otsi-neo-button-radius);
  padding: 13px 20px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.otsi-neo-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(8, 20, 38, .14); }
.otsi-neo-btn-primary { background: linear-gradient(135deg, var(--otsi-neo-primary), #0a9949); color: #fff; }
.otsi-neo-btn-secondary { background: linear-gradient(135deg, var(--otsi-neo-accent), #2563eb); color: #fff; }
.otsi-neo-btn-light { background: #fff; color: var(--otsi-neo-ink); }
.otsi-neo-btn-outline { background: transparent; border-color: currentColor; color: currentColor; }
.otsi-neo-btn-ghost { background: rgba(16, 184, 87, .10); color: var(--otsi-neo-primary); }
.otsi-neo-btn-sm { padding: 9px 14px; font-size: .9rem; }
.otsi-neo-btn-lg { padding: 16px 26px; font-size: 1.06rem; }
.otsi-neo-btn-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-grid;
  place-items: center;
  line-height: 1;
}

.otsi-neo-el { padding: 72px 0; }
.otsi-neo-el { position: relative; padding: var(--otsi-neo-section-space) 0; }
.otsi-neo-el:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--otsi-neo-overlay-color, transparent);
  opacity: var(--otsi-neo-overlay-opacity, 0);
}
.otsi-neo-el > .otsi-neo-container,
.otsi-neo-el.otsi-neo-width-full > * {
  position: relative;
  z-index: 1;
}
.otsi-neo-el.otsi-neo-space-compact { padding: 36px 0; }
.otsi-neo-el.otsi-neo-space-large { padding: 110px 0; }
.otsi-neo-bg-dark {
  background: radial-gradient(circle at 85% 5%, rgba(16, 184, 87, .25), transparent 30%),
    linear-gradient(135deg, #050b15, var(--otsi-neo-navy));
  color: #fff;
}
.otsi-neo-bg-green { background: linear-gradient(135deg, #063f25, var(--otsi-neo-primary)); color: #fff; }
.otsi-neo-bg-white { background: var(--otsi-neo-surface); }
.otsi-neo-shadow-none { box-shadow: none !important; }
.otsi-neo-shadow-soft { box-shadow: 0 14px 34px rgba(8, 20, 38, .08); }
.otsi-neo-shadow-strong { box-shadow: 0 30px 90px rgba(8, 20, 38, .18); }
.otsi-neo-animate {
  animation-duration: .72s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.2, .75, .2, 1);
}
.otsi-neo-js .otsi-neo-animate {
  opacity: 0;
  animation-name: none;
}
.otsi-neo-js .otsi-neo-animate.is-visible {
  opacity: 1;
}
.otsi-neo-animate-fade-in { animation-name: otsiNeoFadeIn; }
.otsi-neo-animate-fade-up { animation-name: otsiNeoFadeUp; }
.otsi-neo-animate-slide-left { animation-name: otsiNeoSlideLeft; }
.otsi-neo-animate-zoom-in { animation-name: otsiNeoZoomIn; }
.otsi-neo-js .otsi-neo-animate-fade-in.is-visible { animation-name: otsiNeoFadeIn; }
.otsi-neo-js .otsi-neo-animate-fade-up.is-visible { animation-name: otsiNeoFadeUp; }
.otsi-neo-js .otsi-neo-animate-slide-left.is-visible { animation-name: otsiNeoSlideLeft; }
.otsi-neo-js .otsi-neo-animate-zoom-in.is-visible { animation-name: otsiNeoZoomIn; }
@keyframes otsiNeoFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes otsiNeoFadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes otsiNeoSlideLeft { from { opacity: 0; transform: translateX(32px); } to { opacity: 1; transform: translateX(0); } }
@keyframes otsiNeoZoomIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .otsi-neo-animate { animation: none !important; }
}
.otsi-neo-skin-glass {
  --otsi-neo-surface: rgba(255, 255, 255, .78);
  --otsi-neo-border: rgba(255, 255, 255, .55);
  --otsi-neo-shadow: 0 26px 70px rgba(8, 20, 38, .14);
  backdrop-filter: blur(18px);
}
.otsi-neo-skin-editorial {
  --otsi-neo-radius: 8px;
  --otsi-neo-button-radius: 6px;
  --otsi-neo-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.otsi-neo-skin-pitch {
  --otsi-neo-primary: #0e9f6e;
  --otsi-neo-accent: #22c55e;
  --otsi-neo-surface: #f7fff9;
  --otsi-neo-border: #c8f1d6;
}
.otsi-neo-skin-stadium {
  --otsi-neo-primary: #22d3ee;
  --otsi-neo-accent: #60a5fa;
  --otsi-neo-surface: #f8fbff;
  --otsi-neo-border: #cfe3ff;
}
.otsi-neo-align-center { text-align: center; }
.otsi-neo-align-right { text-align: right; }
.otsi-neo-el-head { max-width: 840px; margin-bottom: 28px; }
.otsi-neo-align-center .otsi-neo-el-head { margin-inline: auto; }
.otsi-neo-kicker {
  color: var(--otsi-neo-primary);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  margin: 0 0 12px;
}
.otsi-neo-el-head h1,
.otsi-neo-el-head h2 {
  font-family: var(--otsi-neo-font-heading);
  font-weight: var(--otsi-neo-heading-weight);
  margin: 0 0 16px;
  font-size: clamp(2.3rem, var(--otsi-neo-h2), 5.6rem);
  line-height: var(--otsi-neo-heading-line);
  letter-spacing: 0;
}
.otsi-neo-el-head h1 { font-size: clamp(2.8rem, var(--otsi-neo-h1), 6rem); }
.otsi-neo-el-head p { color: var(--otsi-neo-muted); font-size: 1.08rem; }
.otsi-neo-el[style*="color"] .otsi-neo-el-head p,
.otsi-neo-el[style*="color"] .otsi-neo-el-text { color: currentColor; }
.otsi-neo-bg-dark .otsi-neo-el-head p,
.otsi-neo-bg-green .otsi-neo-el-head p { color: rgba(255, 255, 255, .75); }

.otsi-neo-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.otsi-neo-hero-grid figure,
.otsi-neo-image,
.otsi-neo-card,
.otsi-neo-shortcode-panel,
.otsi-neo-slide,
.otsi-neo-tabs details {
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
  overflow: hidden;
}
.otsi-neo-hero-grid figure img { width: 100%; height: 460px; object-fit: cover; }
.otsi-neo-item-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.otsi-neo-columns-1 .otsi-neo-item-grid { grid-template-columns: 1fr; }
.otsi-neo-columns-2 .otsi-neo-item-grid { grid-template-columns: repeat(2, 1fr); }
.otsi-neo-columns-4 .otsi-neo-item-grid { grid-template-columns: repeat(4, 1fr); }
.otsi-neo-card { padding: 26px; }
.otsi-neo-card img { border-radius: 16px; margin-bottom: 18px; }
.otsi-neo-card h3 { margin: 0 0 8px; }
.otsi-neo-card h3,
.otsi-neo-slide h3,
.otsi-neo-team-member h3,
.otsi-neo-blog-card h3 {
  font-family: var(--otsi-neo-font-heading);
  font-size: var(--otsi-neo-h3);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
}

.otsi-neo-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.otsi-neo-stats div {
  padding: 26px;
  border-radius: var(--otsi-neo-radius);
  border: 1px solid var(--otsi-neo-border);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-stats strong {
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: var(--otsi-neo-primary);
  letter-spacing: 0;
}
.otsi-neo-stats span { font-weight: 800; color: var(--otsi-neo-muted); }

.otsi-neo-slider { display: grid; gap: 18px; }
.otsi-neo-slide { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.otsi-neo-slide img { width: 100%; height: 360px; object-fit: cover; }
.otsi-neo-slide div { padding: 30px; }
.otsi-neo-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.otsi-neo-gallery figure { margin: 0; position: relative; border-radius: 18px; overflow: hidden; }
.otsi-neo-gallery img { width: 100%; height: 260px; object-fit: cover; }
.otsi-neo-gallery figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(5, 11, 21, .72);
  color: #fff;
  border-radius: 12px;
  padding: 10px;
}
.otsi-neo-media-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, 1fr);
  gap: 16px;
}
.otsi-neo-media-mosaic figure,
.otsi-neo-before-after figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: linear-gradient(135deg, #edf4fb, #fff);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-media-mosaic .is-featured {
  grid-column: span 2;
  grid-row: span 2;
}
.otsi-neo-media-mosaic img,
.otsi-neo-before-after img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform .24s ease;
}
.otsi-neo-media-mosaic figure:hover img,
.otsi-neo-before-after figure:hover img {
  transform: scale(1.035);
}
.otsi-neo-media-mosaic figcaption,
.otsi-neo-before-after figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: calc(var(--otsi-neo-radius) - 6px);
  color: #fff;
  background: rgba(4, 17, 33, .72);
  backdrop-filter: blur(10px);
}
.otsi-neo-media-mosaic figcaption strong,
.otsi-neo-before-after figcaption strong {
  font-size: 1rem;
  line-height: 1.2;
}
.otsi-neo-media-mosaic figcaption small,
.otsi-neo-before-after figcaption small {
  color: rgba(255, 255, 255, .78);
}
.otsi-neo-media-placeholder {
  min-height: inherit;
  display: grid;
  place-items: center;
  color: var(--otsi-neo-muted);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.otsi-neo-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.otsi-neo-tabs { display: grid; gap: 12px; }
.otsi-neo-tabs details { padding: 18px 22px; }
.otsi-neo-tabs summary { font-weight: 900; cursor: pointer; }
.otsi-neo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 46px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--otsi-neo-navy), #063f25);
  color: #fff;
}
.otsi-neo-cta .otsi-neo-el-head { margin: 0; }
.otsi-neo-shortcode-panel { padding: 28px; }
.otsi-neo-plugin-output {
  display: grid;
  gap: 18px;
  color: var(--otsi-neo-ink);
}
.otsi-neo-plugin-output > *:first-child { margin-top: 0; }
.otsi-neo-plugin-output > *:last-child { margin-bottom: 0; }
.otsi-neo-plugin-output table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: calc(var(--otsi-neo-radius) - 8px);
  background: #fff;
}
.otsi-neo-plugin-output th,
.otsi-neo-plugin-output td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--otsi-neo-border);
  text-align: left;
  vertical-align: middle;
}
.otsi-neo-plugin-output th {
  background: #f5f8fc;
  color: var(--otsi-neo-muted);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.otsi-neo-plugin-output tr:last-child td { border-bottom: 0; }
.otsi-neo-plugin-output :where(table, iframe, pre) {
  max-width: 100%;
}
.otsi-neo-plugin-output :where(table) {
  display: block;
  overflow-x: auto;
}
.otsi-neo-plugin-output :where(thead, tbody, tr) {
  min-width: max-content;
}
.otsi-neo-plugin-output form {
  display: grid;
  gap: 16px;
}
.otsi-neo-plugin-output input:not([type="checkbox"]):not([type="radio"]),
.otsi-neo-plugin-output select,
.otsi-neo-plugin-output textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 12px;
  background: #fff;
  color: var(--otsi-neo-ink);
}
.otsi-neo-plugin-output button,
.otsi-neo-plugin-output input[type="submit"],
.otsi-neo-plugin-output .button,
.otsi-neo-plugin-output .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  padding: 10px 16px;
  border: 0;
  border-radius: var(--otsi-neo-button-radius);
  background: linear-gradient(135deg, var(--otsi-neo-primary), #0a9949);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(16, 184, 87, .2);
  cursor: pointer;
}

.otsi-neo-pattern {
  padding: 64px 28px;
}
.otsi-neo-pattern h1,
.otsi-neo-pattern h2,
.otsi-neo-pattern h3 {
  font-family: var(--otsi-neo-font-heading);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
  letter-spacing: 0;
}
.otsi-neo-pattern h1 { font-size: clamp(2.8rem, var(--otsi-neo-h1), 6rem); }
.otsi-neo-pattern h2 { font-size: clamp(2.2rem, var(--otsi-neo-h2), 4rem); }
.otsi-neo-pattern h3 { font-size: var(--otsi-neo-h3); }
.otsi-neo-pattern-kicker {
  margin: 0 0 12px;
  color: var(--otsi-neo-primary);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.otsi-neo-pattern-hero,
.otsi-neo-pattern-cta {
  color: #fff;
  background: radial-gradient(circle at 84% 8%, rgba(16, 184, 87, .22), transparent 32%),
    linear-gradient(135deg, #050b15, var(--otsi-neo-navy));
}
.otsi-neo-pattern-cards > .wp-block-column,
.otsi-neo-pattern-stats .wp-block-column {
  padding: 26px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-pattern-stats h3 {
  margin-bottom: 8px;
  color: var(--otsi-neo-primary);
  font-size: clamp(2.2rem, var(--otsi-neo-h2), 4rem);
}

.otsi-neo-block {
  position: relative;
  margin-block: 24px;
  padding: 30px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-block.is-center { text-align: center; }
.otsi-neo-block.is-right { text-align: right; }
.otsi-neo-block.is-dark,
.otsi-neo-block.is-green {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
}
.otsi-neo-block.is-dark {
  background: linear-gradient(135deg, #050b15, var(--otsi-neo-navy));
}
.otsi-neo-block.is-green {
  background: linear-gradient(135deg, #063f25, var(--otsi-neo-primary));
}
.otsi-neo-block.is-glass {
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(18px);
}
.otsi-neo-block h1,
.otsi-neo-block h2,
.otsi-neo-block h3 {
  margin: 0 0 12px;
  font-family: var(--otsi-neo-font-heading);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
  letter-spacing: 0;
}
.otsi-neo-block h1 { font-size: clamp(2.8rem, var(--otsi-neo-h1), 6rem); }
.otsi-neo-block h2 { font-size: clamp(2.2rem, var(--otsi-neo-h2), 4rem); }
.otsi-neo-block h3 { font-size: var(--otsi-neo-h3); }
.otsi-neo-block-kicker {
  margin: 0 0 12px;
  color: var(--otsi-neo-primary);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.otsi-neo-block.is-dark .otsi-neo-block-kicker,
.otsi-neo-block.is-green .otsi-neo-block-kicker {
  color: rgba(255, 255, 255, .78);
}
.otsi-neo-block-text {
  margin: 0;
  color: var(--otsi-neo-muted);
}
.otsi-neo-block.is-dark .otsi-neo-block-text,
.otsi-neo-block.is-green .otsi-neo-block-text {
  color: rgba(255, 255, 255, .78);
}
.otsi-neo-block-hero-panel {
  padding: 68px 42px;
}
.otsi-neo-block-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 13px 20px;
  border-radius: var(--otsi-neo-button-radius);
  background: linear-gradient(135deg, var(--otsi-neo-primary), #0a9949);
  color: #fff;
  font-weight: 900;
}
.otsi-neo-block-feature-card {
  display: grid;
  gap: 14px;
}
.otsi-neo-block-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--otsi-neo-primary), var(--otsi-neo-accent));
  color: #fff;
  font-weight: 900;
}
.otsi-neo-block-stat-card strong {
  display: block;
  color: var(--otsi-neo-primary);
  font-size: clamp(2.2rem, var(--otsi-neo-h2), 4rem);
  line-height: 1;
}
.otsi-neo-block-stat-card span {
  display: block;
  margin-top: 8px;
  font-weight: 900;
}
.otsi-neo-block-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.otsi-neo-divider { border: 0; border-top: 1px solid var(--otsi-neo-border); margin: 0; }
.otsi-neo-video,
.otsi-neo-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--otsi-neo-radius);
  border: 1px solid var(--otsi-neo-border);
  box-shadow: var(--otsi-neo-shadow);
  background: #050b15;
}
.otsi-neo-video:before,
.otsi-neo-map:before { content: ""; display: block; padding-top: 56.25%; }
.otsi-neo-video iframe,
.otsi-neo-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.otsi-neo-testimonial,
.otsi-neo-team-member,
.otsi-neo-contact-box,
.otsi-neo-blog-card,
.otsi-neo-logo-grid > div,
.otsi-neo-progress-list {
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-testimonial { padding: 28px; }
.otsi-neo-testimonial img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; margin-bottom: 18px; }
.otsi-neo-testimonial blockquote { margin: 0 0 18px; color: var(--otsi-neo-muted); font-size: 1.04rem; }
.otsi-neo-testimonial strong { display: block; color: var(--otsi-neo-ink); }
.otsi-neo-team-member { overflow: hidden; }
.otsi-neo-team-member img { width: 100%; height: 280px; object-fit: cover; }
.otsi-neo-team-member h3,
.otsi-neo-team-member div { padding-inline: 24px; }
.otsi-neo-team-member h3 { margin: 22px 0 8px; }
.otsi-neo-team-member div { padding-bottom: 24px; color: var(--otsi-neo-muted); }
.otsi-neo-progress-list { padding: 28px; display: grid; gap: 18px; }
.otsi-neo-progress span { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
.otsi-neo-progress em { font-style: normal; font-weight: 900; color: var(--otsi-neo-primary); }
.otsi-neo-progress div { height: 12px; border-radius: 999px; background: #e8eef6; overflow: hidden; }
.otsi-neo-progress i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--otsi-neo-primary), var(--otsi-neo-accent));
}
.otsi-neo-logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.otsi-neo-logo-grid > div {
  min-height: 120px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.otsi-neo-logo-grid img { max-height: 72px; width: auto; object-fit: contain; }
.otsi-neo-contact-box { padding: 34px; }
.otsi-neo-contact-box .otsi-neo-el-head { margin-bottom: 20px; }
.otsi-neo-blog-loop { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.otsi-neo-blog-card { overflow: hidden; }
.otsi-neo-blog-card img { width: 100%; height: 220px; object-fit: cover; }
.otsi-neo-blog-card > div { padding: 24px; }
.otsi-neo-blog-card time {
  display: block;
  margin-bottom: 10px;
  color: var(--otsi-neo-muted);
  font-weight: 800;
  font-size: .85rem;
}
.otsi-neo-blog-card h3 { margin: 0 0 10px; }
.otsi-neo-blog-card p { margin: 0; color: var(--otsi-neo-muted); }
.otsi-neo-query-grid-wrap .otsi-neo-el-head { margin-bottom: 24px; }
.otsi-neo-query-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 22px;
}
.otsi-neo-query-controls span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--otsi-neo-muted);
  font-size: .86rem;
}
.otsi-neo-query-controls strong {
  color: var(--otsi-neo-ink);
}
.otsi-neo-query-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.otsi-neo-columns-1 .otsi-neo-query-grid { grid-template-columns: 1fr; }
.otsi-neo-columns-2 .otsi-neo-query-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.otsi-neo-columns-4 .otsi-neo-query-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.otsi-neo-query-card {
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-query-card-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.otsi-neo-query-card-body {
  display: grid;
  gap: 10px;
  padding: 24px;
}
.otsi-neo-query-card time {
  color: var(--otsi-neo-muted);
  font-size: .86rem;
  font-weight: 900;
}
.otsi-neo-query-card h3 {
  margin: 0;
  font-family: var(--otsi-neo-font-heading);
  font-size: var(--otsi-neo-h3);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: 1.18;
}
.otsi-neo-query-card p {
  margin: 0;
  color: var(--otsi-neo-muted);
}
.otsi-neo-query-meta {
  display: grid;
  gap: 7px;
  margin: 8px 0 0;
}
.otsi-neo-query-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--otsi-neo-border);
}
.otsi-neo-query-meta dt {
  color: var(--otsi-neo-muted);
  font-weight: 800;
  text-transform: capitalize;
}
.otsi-neo-query-meta dd {
  margin: 0;
  font-weight: 900;
}
.otsi-neo-query-actions {
  margin-top: 24px;
}
.otsi-neo-query-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
}
.otsi-neo-query-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 12px;
  background: #fff;
  color: var(--otsi-neo-ink);
  font-weight: 900;
}
.otsi-neo-query-pagination .page-numbers.current {
  border-color: transparent;
  background: var(--otsi-neo-primary);
  color: #fff;
}
.otsi-neo-dynamic-logo { display: flex; align-items: center; gap: 12px; }
.otsi-neo-dynamic-logo .custom-logo-link img { max-height: 64px; width: auto; }
.otsi-neo-dynamic-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.otsi-neo-dynamic-nav a {
  display: block;
  padding: 10px 14px;
  border-radius: var(--otsi-neo-button-radius);
  font-weight: 800;
  color: inherit;
}
.otsi-neo-dynamic-nav a:hover { background: rgba(16, 184, 87, .12); color: var(--otsi-neo-primary); }
.otsi-neo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--otsi-neo-muted);
  font-weight: 800;
}
.otsi-neo-breadcrumbs a { color: var(--otsi-neo-primary); }
.otsi-neo-dynamic-title h1 {
  margin: 0 0 14px;
  font-family: var(--otsi-neo-font-heading);
  font-size: clamp(2.4rem, var(--otsi-neo-h1), 5rem);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
  letter-spacing: 0;
}
.otsi-neo-dynamic-content {
  background: var(--otsi-neo-surface);
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  box-shadow: var(--otsi-neo-shadow);
  padding: 38px;
}
.otsi-neo-dynamic-featured {
  margin: 0;
  border-radius: var(--otsi-neo-radius);
  overflow: hidden;
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-dynamic-featured img { width: 100%; max-height: 620px; object-fit: cover; }
.otsi-neo-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--otsi-neo-muted);
  font-weight: 800;
}
.otsi-neo-post-meta span {
  padding: 8px 12px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 999px;
  background: var(--otsi-neo-surface);
}
.otsi-neo-dynamic-loop { margin-top: 22px; }
.otsi-neo-layout-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.otsi-neo-columns-1 .otsi-neo-layout-columns { grid-template-columns: 1fr; }
.otsi-neo-columns-2 .otsi-neo-layout-columns { grid-template-columns: repeat(2, 1fr); }
.otsi-neo-columns-4 .otsi-neo-layout-columns { grid-template-columns: repeat(4, 1fr); }
.otsi-neo-layout-column,
.otsi-neo-feature-list article,
.otsi-neo-comparison-table,
.otsi-neo-countdown div {
  background: var(--otsi-neo-surface);
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-layout-column { padding: 28px; overflow: hidden; }
.otsi-neo-layout-column img { width: 100%; height: 220px; object-fit: cover; border-radius: calc(var(--otsi-neo-radius) - 8px); margin-bottom: 18px; }
.otsi-neo-layout-column h3,
.otsi-neo-feature-list h3,
.otsi-neo-timeline h3 {
  margin: 0 0 8px;
  font-family: var(--otsi-neo-font-heading);
  font-size: var(--otsi-neo-h3);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
}
.otsi-neo-feature-list { display: grid; gap: 14px; }
.otsi-neo-feature-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
}
.otsi-neo-feature-list span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(16, 184, 87, .12);
  color: var(--otsi-neo-primary);
  font-weight: 900;
}
.otsi-neo-icons-soft .otsi-neo-feature-list span,
.otsi-neo-icons-soft .otsi-neo-icon-strip span,
.otsi-neo-icons-soft .otsi-neo-social-links span {
  background: rgba(16, 184, 87, .12);
  color: var(--otsi-neo-primary);
}
.otsi-neo-icons-outline .otsi-neo-feature-list span,
.otsi-neo-icons-outline .otsi-neo-icon-strip span,
.otsi-neo-icons-outline .otsi-neo-social-links span {
  background: transparent;
  border: 1px solid currentColor;
  color: var(--otsi-neo-primary);
}
.otsi-neo-icons-dark .otsi-neo-feature-list span,
.otsi-neo-icons-dark .otsi-neo-icon-strip span,
.otsi-neo-icons-dark .otsi-neo-social-links span {
  background: var(--otsi-neo-navy);
  color: #fff;
}
.otsi-neo-feature-list p,
.otsi-neo-layout-column p,
.otsi-neo-timeline p { margin: 0; color: var(--otsi-neo-muted); }
.otsi-neo-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 18px;
}
.otsi-neo-timeline:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: var(--otsi-neo-border);
}
.otsi-neo-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
}
.otsi-neo-timeline article > span {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin: 8px auto 0;
  border: 4px solid var(--otsi-neo-surface);
  border-radius: 50%;
  background: var(--otsi-neo-primary);
  box-shadow: 0 0 0 2px rgba(16, 184, 87, .28);
}
.otsi-neo-timeline article > div {
  padding: 22px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-comparison-table { overflow: hidden; }
.otsi-neo-comparison-table table { width: 100%; border-collapse: collapse; }
.otsi-neo-comparison-table th,
.otsi-neo-comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--otsi-neo-border); vertical-align: top; }
.otsi-neo-comparison-table th { width: 34%; text-align: left; background: #f8fafc; font-weight: 900; }
.otsi-neo-comparison-table tr:last-child th,
.otsi-neo-comparison-table tr:last-child td { border-bottom: 0; }
.otsi-neo-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.otsi-neo-countdown div { padding: 26px; text-align: center; }
.otsi-neo-countdown strong {
  display: block;
  font-size: clamp(2.3rem, var(--otsi-neo-h2), 4.2rem);
  line-height: 1;
  color: var(--otsi-neo-primary);
  letter-spacing: 0;
}
.otsi-neo-countdown span { display: block; margin-top: 8px; color: var(--otsi-neo-muted); font-weight: 900; }
.otsi-neo-icon-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.otsi-neo-icon-strip article,
.otsi-neo-social-links a,
.otsi-neo-newsletter {
  background: var(--otsi-neo-surface);
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-icon-strip article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
}
.otsi-neo-icon-strip span,
.otsi-neo-social-links span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--otsi-neo-primary), var(--otsi-neo-accent));
  color: #fff;
  font-weight: 900;
}
.otsi-neo-icon-strip img,
.otsi-neo-social-links img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 15px;
}
.otsi-neo-icon-strip h3 {
  margin: 0 0 4px;
  font-family: var(--otsi-neo-font-heading);
  font-size: var(--otsi-neo-h3);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
}
.otsi-neo-icon-strip p { margin: 0; color: var(--otsi-neo-muted); }
.otsi-neo-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.otsi-neo-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  font-weight: 900;
}
.otsi-neo-newsletter { padding: 30px; }
.otsi-neo-newsletter .otsi-neo-el-head { margin-bottom: 18px; }
.otsi-neo-newsletter form { display: flex; gap: 10px; }
.otsi-neo-contact-form {
  padding: 30px;
  background: var(--otsi-neo-surface);
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-contact-form .otsi-neo-el-head { margin-bottom: 18px; }
.otsi-neo-contact-form form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.otsi-neo-newsletter input {
  width: 100%;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-button-radius);
  padding: 14px 16px;
  font: inherit;
}
.otsi-neo-contact-form label { display: grid; gap: 7px; font-weight: 900; }
.otsi-neo-contact-form input,
.otsi-neo-contact-form textarea {
  width: 100%;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
}
.otsi-neo-newsletter button {
  border: 0;
  border-radius: var(--otsi-neo-button-radius);
  background: var(--otsi-neo-primary);
  color: #fff;
  padding: 14px 20px;
  font-weight: 900;
  cursor: pointer;
}
.otsi-neo-contact-form button {
  justify-self: start;
  border: 0;
  border-radius: var(--otsi-neo-button-radius);
  background: var(--otsi-neo-primary);
  color: #fff;
  padding: 14px 20px;
  font-weight: 900;
  cursor: pointer;
}
.otsi-neo-form-wide { grid-column: 1 / -1; }
.otsi-neo-field-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.otsi-neo-form-notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
}
.otsi-neo-form-success { background: #dcfce7; color: #166534; }
.otsi-neo-form-error { background: #fee2e2; color: #991b1b; }
.otsi-neo-template-part > .otsi-neo-builder-output > .otsi-neo-el:first-child { padding-top: 0; }
.otsi-neo-template-part > .otsi-neo-builder-output > .otsi-neo-el:last-child { padding-bottom: 0; }
.otsi-neo-hide-desktop { display: none !important; }

.otsi-neo-advanced-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}
.otsi-neo-advanced-slide {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 360px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-advanced-slide-media {
  min-height: 260px;
  background: linear-gradient(135deg, rgba(29, 140, 255, .16), rgba(16, 184, 87, .18));
}
.otsi-neo-advanced-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otsi-neo-advanced-slide-media span {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--otsi-neo-primary);
  font-weight: 900;
}
.otsi-neo-advanced-slide-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 34px;
}
.otsi-neo-advanced-slide-copy small,
.otsi-neo-portfolio-card small {
  color: var(--otsi-neo-primary);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.otsi-neo-advanced-slide-copy h3,
.otsi-neo-portfolio-card h3,
.otsi-neo-player-profile-card h2,
.otsi-neo-fixture-list h3,
.otsi-neo-alert-banner h2 {
  margin: 0;
  font-family: var(--otsi-neo-font-heading);
  font-weight: var(--otsi-neo-heading-weight);
  line-height: var(--otsi-neo-heading-line);
}
.otsi-neo-advanced-slide-copy h3 { font-size: clamp(1.8rem, var(--otsi-neo-h2), 3.4rem); }
.otsi-neo-advanced-slide-copy p,
.otsi-neo-portfolio-card p,
.otsi-neo-fixture-list p,
.otsi-neo-alert-banner p {
  margin: 0;
  color: var(--otsi-neo-muted);
}
.otsi-neo-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.otsi-neo-portfolio-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: #071424;
  box-shadow: var(--otsi-neo-shadow);
  color: #fff;
}
.otsi-neo-portfolio-card.is-featured {
  grid-column: span 2;
}
.otsi-neo-portfolio-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .74;
  transition: transform .24s ease, opacity .24s ease;
}
.otsi-neo-portfolio-card:hover img {
  transform: scale(1.04);
  opacity: .9;
}
.otsi-neo-portfolio-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(29, 140, 255, .42), rgba(16, 184, 87, .28));
  font-weight: 900;
}
.otsi-neo-portfolio-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: calc(var(--otsi-neo-radius) - 6px);
  background: rgba(5, 11, 21, .72);
  backdrop-filter: blur(10px);
}
.otsi-neo-portfolio-card p { color: rgba(255, 255, 255, .78); }
.otsi-neo-player-profile-card {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-player-profile-media {
  min-height: 420px;
  background: linear-gradient(135deg, #dbeafe, #dcfce7);
}
.otsi-neo-player-profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otsi-neo-player-profile-media span {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--otsi-neo-primary);
  font-size: 5rem;
  font-weight: 900;
}
.otsi-neo-player-profile-body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 38px;
}
.otsi-neo-player-profile-card h2 { font-size: clamp(2rem, var(--otsi-neo-h2), 4rem); }
.otsi-neo-profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.otsi-neo-profile-facts div {
  padding: 14px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 16px;
  background: #f8fafc;
}
.otsi-neo-profile-facts dt {
  color: var(--otsi-neo-muted);
  font-size: .82rem;
  font-weight: 900;
}
.otsi-neo-profile-facts dd {
  margin: 4px 0 0;
  font-weight: 900;
}
.otsi-neo-chart-panel,
.otsi-neo-fixture-list,
.otsi-neo-document-downloads {
  display: grid;
  gap: 14px;
}
.otsi-neo-chart-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 16px;
  background: var(--otsi-neo-surface);
  box-shadow: 0 10px 26px rgba(8, 20, 38, .06);
}
.otsi-neo-chart-row span,
.otsi-neo-chart-row strong {
  font-weight: 900;
}
.otsi-neo-chart-row i {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef6;
}
.otsi-neo-chart-row u {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--otsi-neo-accent), var(--otsi-neo-primary));
}
.otsi-neo-fixture-list article,
.otsi-neo-document-link,
.otsi-neo-alert-banner {
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-radius);
  background: var(--otsi-neo-surface);
  box-shadow: var(--otsi-neo-shadow);
}
.otsi-neo-fixture-list article {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}
.otsi-neo-fixture-list time,
.otsi-neo-document-link span,
.otsi-neo-alert-banner > span {
  display: grid;
  min-height: 58px;
  place-items: center;
  border-radius: 18px;
  background: rgba(16, 184, 87, .12);
  color: var(--otsi-neo-primary);
  font-weight: 900;
}
.otsi-neo-document-downloads {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.otsi-neo-document-link {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
}
.otsi-neo-document-link strong,
.otsi-neo-document-link em {
  display: block;
}
.otsi-neo-document-link em {
  margin-top: 4px;
  color: var(--otsi-neo-muted);
  font-style: normal;
}
.otsi-neo-modal-trigger {
  display: grid;
  justify-items: inherit;
  gap: 18px;
}
.otsi-neo-inline-modal {
  position: fixed;
  inset: 0;
  z-index: 99995;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(2, 8, 18, .74);
  backdrop-filter: blur(10px);
}
.otsi-neo-inline-modal.is-open {
  display: flex;
}
.otsi-neo-inline-modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 64px);
  overflow: auto;
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(2, 8, 18, .34);
}
.otsi-neo-inline-modal-panel h2 {
  margin: 0 46px 16px 0;
  font-size: clamp(1.8rem, var(--otsi-neo-h2), 3rem);
}
.otsi-neo-inline-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 999px;
  background: #fff;
  color: var(--otsi-neo-ink);
  font-size: 26px;
  cursor: pointer;
}
.otsi-neo-alert-banner {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-left: 5px solid var(--otsi-neo-primary);
}
.otsi-neo-alert-banner h2 { font-size: clamp(1.3rem, var(--otsi-neo-h3), 2rem); }

.otsi-neo-search-form { display: flex; gap: 10px; }
.otsi-neo-search-form input {
  width: 100%;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 999px;
  padding: 13px 16px;
}
.otsi-neo-search-form button {
  border: 0;
  border-radius: 999px;
  background: var(--otsi-neo-primary);
  color: #fff;
  font-weight: 900;
  padding: 13px 18px;
}

.otsi-neo-popup-active {
  overflow: hidden;
}

.otsi-neo-popup {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.otsi-neo-popup.is-open {
  display: flex;
}

.otsi-neo-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 18, .72);
  backdrop-filter: blur(10px);
}

.otsi-neo-popup-dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(820px, calc(100vh - 64px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(2, 8, 18, .34);
}

.otsi-neo-popup-dialog .otsi-neo-builder-output > .otsi-neo-el:first-child {
  padding-top: 48px;
}

.otsi-neo-popup-dialog .otsi-neo-builder-output > .otsi-neo-el:last-child {
  padding-bottom: 48px;
}

.otsi-neo-popup-close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px 0;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 999px;
  color: var(--otsi-neo-navy);
  background: #fff;
  box-shadow: var(--otsi-neo-shadow);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.otsi-neo-maintenance-main {
  padding: 0;
}

.otsi-neo-maintenance-fallback {
  min-height: 72vh;
  display: grid;
  align-items: center;
}

.otsi-neo-maintenance-fallback h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(2.6rem, var(--otsi-neo-h1), 6rem);
  line-height: var(--otsi-neo-heading-line);
}

.otsi-neo-maintenance-fallback .otsi-neo-el-text {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
}

:where(.otsi-neo-site a, .otsi-neo-site button, .otsi-neo-site input, .otsi-neo-site select, .otsi-neo-site textarea, .otsi-neo-popup a, .otsi-neo-popup button, .otsi-neo-inline-modal a, .otsi-neo-inline-modal button):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--otsi-neo-accent) 78%, #fff);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--otsi-neo-navy);
  box-shadow: var(--otsi-neo-shadow);
  transition: transform .18s ease;
}
.skip-link:focus {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .otsi-neo-animate {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media print {
  .otsi-neo-site-header,
  .otsi-neo-site-footer,
  .otsi-neo-mobile-toggle,
  .otsi-neo-popup,
  .otsi-neo-inline-modal,
  .skip-link {
    display: none !important;
  }
  body {
    color: #111827 !important;
    background: #fff !important;
  }
  .otsi-neo-main,
  .otsi-neo-el {
    padding: 0 !important;
  }
  .otsi-neo-card,
  .otsi-neo-shortcode-panel,
  .otsi-neo-query-card,
  .otsi-neo-admin-card {
    box-shadow: none !important;
    break-inside: avoid;
  }
  a {
    color: #111827 !important;
    text-decoration: underline;
  }
}

@media (max-width: 1000px) {
  .otsi-neo-hide-desktop { display: block !important; }
  .otsi-neo-hide-tablet { display: none !important; }
  .otsi-neo-el {
    padding-top: var(--otsi-neo-pt-tablet);
    padding-bottom: var(--otsi-neo-pb-tablet);
  }
  .otsi-neo-hero-grid,
  .otsi-neo-footer-grid,
  .otsi-neo-slide { grid-template-columns: 1fr; }
  .otsi-neo-footer-widgets,
  .otsi-neo-footer-columns-3 .otsi-neo-footer-widgets,
  .otsi-neo-footer-columns-2 .otsi-neo-footer-widgets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .otsi-neo-item-grid,
  .otsi-neo-columns-4 .otsi-neo-item-grid,
  .otsi-neo-gallery { grid-template-columns: repeat(2, 1fr); }
  .otsi-neo-media-mosaic { grid-template-columns: repeat(2, 1fr); }
  .otsi-neo-stats { grid-template-columns: repeat(2, 1fr); }
  .otsi-neo-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .otsi-neo-blog-loop { grid-template-columns: 1fr 1fr; }
  .otsi-neo-query-grid,
  .otsi-neo-columns-4 .otsi-neo-query-grid { grid-template-columns: repeat(2, 1fr); }
  .otsi-neo-layout-columns,
  .otsi-neo-columns-4 .otsi-neo-layout-columns,
  .otsi-neo-countdown,
  .otsi-neo-icon-strip,
  .otsi-neo-before-after,
  .otsi-neo-portfolio-grid,
  .otsi-neo-document-downloads { grid-template-columns: repeat(2, 1fr); }
  .otsi-neo-advanced-slide,
  .otsi-neo-player-profile-card { grid-template-columns: 1fr; }
  .otsi-neo-portfolio-card.is-featured { grid-column: auto; }
  .otsi-neo-header-tools {
    display: none;
  }
}

@media (max-width: 700px) {
  .otsi-neo-hide-desktop,
  .otsi-neo-hide-tablet { display: block !important; }
  .otsi-neo-hide-mobile { display: none !important; }
  .otsi-neo-el {
    padding-top: var(--otsi-neo-pt-mobile);
    padding-bottom: var(--otsi-neo-pb-mobile);
  }
  .admin-bar .otsi-neo-site-header { top: 46px; }
  body.otsi-neo-nav-open { overflow: hidden; }
  .otsi-neo-header-inner {
    min-height: 72px;
    display: flex;
    padding: 12px 0;
    gap: 14px;
  }
  .otsi-neo-brand-text strong { font-size: 1.08rem; }
  .otsi-neo-brand-text small { font-size: .62rem; }
  .otsi-neo-mobile-toggle { display: grid; flex: 0 0 auto; }
  .otsi-neo-mobile-panel-head,
  .otsi-neo-mobile-panel-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .otsi-neo-mobile-panel-head {
    padding: 4px 4px 12px;
    color: #fff;
  }
  .otsi-neo-mobile-panel-head strong {
    font-size: .82rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .otsi-neo-mobile-panel-head button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }
  .otsi-neo-nav {
    position: fixed;
    top: 86px;
    left: 20px;
    right: 20px;
    z-index: 130;
    max-height: calc(100vh - 112px);
    margin-left: 0;
    padding: 14px;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(8, 20, 38, .98), rgba(5, 11, 21, .98));
    box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(.98);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }
  .admin-bar .otsi-neo-nav { top: 132px; max-height: calc(100vh - 158px); }
  .otsi-neo-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .otsi-neo-nav ul {
    display: grid;
    gap: 6px;
  }
  .otsi-neo-nav a {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
  }
  .otsi-neo-nav li.menu-item-has-children::after,
  .otsi-neo-nav li.page_item_has_children::after {
    display: none;
  }
  .otsi-neo-nav .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    max-width: none;
    margin: 6px 0 0 12px;
    padding: 0 0 0 10px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .otsi-neo-nav .sub-menu::before {
    display: none;
  }
  .otsi-neo-nav .sub-menu a {
    padding: 12px 14px;
    font-size: .9rem;
  }
  .otsi-neo-mobile-panel-tools {
    flex-wrap: wrap;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .otsi-neo-mobile-panel-tools .otsi-neo-header-search {
    width: 100%;
    min-width: 0;
  }
  .otsi-neo-mobile-panel-tools .otsi-neo-header-cta {
    width: 100%;
  }
  .otsi-neo-mobile-menu-dropdown .otsi-neo-mobile-backdrop {
    display: none !important;
  }
  .otsi-neo-mobile-menu-dropdown .otsi-neo-nav {
    position: absolute;
    left: 20px;
    right: 20px;
  }
  .otsi-neo-mega-panel {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 10px;
    transform: none;
  }
  .menu-item-has-otsi-neo-mega:hover > .otsi-neo-mega-panel,
  .menu-item-has-otsi-neo-mega:focus-within > .otsi-neo-mega-panel {
    transform: none;
  }
  .otsi-neo-mega-panel .otsi-neo-builder-output > .otsi-neo-el {
    padding: 20px;
  }
  .otsi-neo-item-grid,
  .otsi-neo-columns-2 .otsi-neo-item-grid,
  .otsi-neo-columns-4 .otsi-neo-item-grid,
  .otsi-neo-gallery,
  .otsi-neo-stats,
  .otsi-neo-footer-widgets,
  .otsi-neo-logo-grid,
  .otsi-neo-blog-loop,
  .otsi-neo-query-grid,
  .otsi-neo-columns-2 .otsi-neo-query-grid,
  .otsi-neo-columns-4 .otsi-neo-query-grid,
  .otsi-neo-layout-columns,
  .otsi-neo-columns-2 .otsi-neo-layout-columns,
  .otsi-neo-columns-4 .otsi-neo-layout-columns,
  .otsi-neo-countdown,
  .otsi-neo-icon-strip,
  .otsi-neo-media-mosaic,
  .otsi-neo-before-after,
  .otsi-neo-portfolio-grid,
  .otsi-neo-profile-facts,
  .otsi-neo-document-downloads,
  .otsi-neo-fixture-list article,
  .otsi-neo-alert-banner { grid-template-columns: 1fr; }
  .otsi-neo-footer-bottom {
    display: grid;
    justify-items: start;
  }
  .otsi-neo-footer-legal { justify-content: flex-start; }
  .otsi-neo-chart-row { grid-template-columns: 1fr; }
  .otsi-neo-advanced-carousel { grid-auto-columns: minmax(260px, 1fr); }
  .otsi-neo-media-mosaic .is-featured { grid-column: auto; grid-row: auto; }
  .otsi-neo-newsletter form { display: grid; }
  .otsi-neo-contact-form form { grid-template-columns: 1fr; }
  .otsi-neo-popup { padding: 16px; }
  .otsi-neo-popup-dialog {
    width: 100%;
    max-height: calc(100vh - 32px);
    border-radius: 20px;
  }
  .otsi-neo-popup-close {
    top: 10px;
    width: 38px;
    height: 38px;
    margin: 10px 10px -48px 0;
  }
  .otsi-neo-content-card { padding: 24px; }
  .otsi-neo-el { padding: 48px 0; }
  .otsi-neo-cta { display: block; }
  .otsi-neo-cta .otsi-neo-btn { margin-top: 20px; }
}

/* Conditional plugin compatibility skin. */
.otsi-neo-plugin-compat .woocommerce,
.otsi-neo-plugin-compat .elementor,
.otsi-neo-plugin-compat .vc_row,
.otsi-neo-plugin-compat #bbpress-forums,
.otsi-neo-plugin-compat .tribe-events,
.otsi-neo-plugin-compat .wpcf7 {
  color: var(--otsi-neo-text);
}

.otsi-neo-woocommerce-active.woocommerce-page .otsi-neo-main,
.otsi-neo-woocommerce-active .woocommerce {
  --otsi-neo-woo-gap: 24px;
}

.otsi-neo-woocommerce-active .woocommerce .woocommerce-notices-wrapper,
.otsi-neo-woocommerce-active .woocommerce .woocommerce-message,
.otsi-neo-woocommerce-active .woocommerce .woocommerce-info,
.otsi-neo-woocommerce-active .woocommerce .woocommerce-error {
  margin: 0 0 22px;
}

.otsi-neo-woocommerce-active .woocommerce-message,
.otsi-neo-woocommerce-active .woocommerce-info,
.otsi-neo-woocommerce-active .woocommerce-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: min(var(--otsi-neo-card-radius), 18px);
  background: var(--otsi-neo-surface);
  box-shadow: 0 16px 44px var(--otsi-neo-shadow);
}

.otsi-neo-woocommerce-active .woocommerce-message { border-left: 4px solid #10b857; }
.otsi-neo-woocommerce-active .woocommerce-info { border-left: 4px solid #1d8cff; }
.otsi-neo-woocommerce-active .woocommerce-error { border-left: 4px solid #ef4444; }

.otsi-neo-woocommerce-active .woocommerce a.button,
.otsi-neo-woocommerce-active .woocommerce button.button,
.otsi-neo-woocommerce-active .woocommerce input.button,
.otsi-neo-woocommerce-active .woocommerce #respond input#submit,
.otsi-neo-woocommerce-active .woocommerce .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--otsi-neo-button-radius);
  background: var(--otsi-neo-primary);
  color: #fff;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--otsi-neo-primary) 28%, transparent);
}

.otsi-neo-woocommerce-active .woocommerce a.button:hover,
.otsi-neo-woocommerce-active .woocommerce button.button:hover,
.otsi-neo-woocommerce-active .woocommerce input.button:hover,
.otsi-neo-woocommerce-active .woocommerce .button:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
}

.otsi-neo-woocommerce-active .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--otsi-neo-woo-gap);
  margin: 0;
  padding: 0;
}

.otsi-neo-woocommerce-active .woocommerce ul.products::before,
.otsi-neo-woocommerce-active .woocommerce ul.products::after {
  display: none;
}

.otsi-neo-woocommerce-active .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 16px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-card-radius);
  background: var(--otsi-neo-surface);
  box-shadow: 0 18px 46px var(--otsi-neo-shadow);
}

.otsi-neo-woocommerce-active .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: max(12px, calc(var(--otsi-neo-card-radius) - 8px));
}

.otsi-neo-woocommerce-active .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 14px 0 8px;
  color: var(--otsi-neo-navy);
  font-size: 1rem;
  font-weight: 900;
}

.otsi-neo-woocommerce-active .woocommerce ul.products li.product .price,
.otsi-neo-woocommerce-active .woocommerce div.product p.price,
.otsi-neo-woocommerce-active .woocommerce div.product span.price {
  color: var(--otsi-neo-primary);
  font-weight: 950;
}

.otsi-neo-woocommerce-active .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.otsi-neo-woocommerce-active .woocommerce div.product div.images,
.otsi-neo-woocommerce-active .woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.otsi-neo-woocommerce-active .woocommerce div.product div.images img {
  border-radius: var(--otsi-neo-card-radius);
  box-shadow: 0 18px 46px var(--otsi-neo-shadow);
}

.otsi-neo-woocommerce-active .woocommerce div.product div.summary,
.otsi-neo-woocommerce-active .woocommerce-cart-form,
.otsi-neo-woocommerce-active .woocommerce-checkout,
.otsi-neo-woocommerce-active .woocommerce-MyAccount-navigation,
.otsi-neo-woocommerce-active .woocommerce-MyAccount-content {
  padding: 24px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-card-radius);
  background: var(--otsi-neo-surface);
  box-shadow: 0 18px 46px var(--otsi-neo-shadow);
}

.otsi-neo-woocommerce-active .woocommerce table.shop_table,
.otsi-neo-bbpress-active #bbpress-forums table,
.otsi-neo-plugin-compat .tribe-events-calendar-list {
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-card-radius);
  background: var(--otsi-neo-surface);
  box-shadow: 0 18px 46px var(--otsi-neo-shadow);
}

.otsi-neo-woocommerce-active .woocommerce table.shop_table th,
.otsi-neo-woocommerce-active .woocommerce table.shop_table td {
  padding: 14px 16px;
  border-color: var(--otsi-neo-border);
}

.otsi-neo-elementor-active .elementor-section.elementor-section-boxed > .elementor-container,
.otsi-neo-wpbakery-active .vc_row[data-vc-full-width="false"] {
  max-width: var(--otsi-neo-container);
}

.otsi-neo-wpbakery-active .wpb_text_column,
.otsi-neo-wpbakery-active .wpb_content_element {
  margin-bottom: 24px;
}

.otsi-neo-bbpress-active #bbpress-forums {
  font-size: 1rem;
}

.otsi-neo-bbpress-active #bbpress-forums div.bbp-template-notice,
.otsi-neo-bbpress-active #bbpress-forums li.bbp-header,
.otsi-neo-bbpress-active #bbpress-forums li.bbp-footer {
  border-radius: 14px;
  background: #f1f7ff;
  border-color: var(--otsi-neo-border);
}

.otsi-neo-events-active .tribe-events .tribe-events-c-search__button,
.otsi-neo-events-active .tribe-common .tribe-common-c-btn {
  border-radius: var(--otsi-neo-button-radius);
  background: var(--otsi-neo-primary);
}

.otsi-neo-events-active .tribe-events-calendar-list__event,
.otsi-neo-events-active .tribe-events-calendar-month__calendar-event {
  border-radius: 16px;
}

.otsi-neo-cf7-active .wpcf7 form {
  display: grid;
  gap: 16px;
}

.otsi-neo-cf7-active .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.otsi-neo-cf7-active .wpcf7 textarea,
.otsi-neo-cf7-active .wpcf7 select,
.otsi-neo-plugin-compat .woocommerce form .form-row input.input-text,
.otsi-neo-plugin-compat .woocommerce form .form-row textarea,
.otsi-neo-plugin-compat .woocommerce form .form-row select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--otsi-neo-border);
  border-radius: 14px;
  background: #fff;
  color: var(--otsi-neo-text);
}

.otsi-neo-cf7-active .wpcf7 input[type="submit"] {
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: var(--otsi-neo-button-radius);
  background: var(--otsi-neo-primary);
  color: #fff;
  font-weight: 900;
}

.otsi-neo-cf7-active .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  border-color: var(--otsi-neo-border);
}

.otsi-neo-wpml-active .wpml-ls,
.otsi-neo-polylang-active .pll-parent-menu-item,
.otsi-neo-polylang-active .lang-item {
  font-weight: 800;
}

.otsi-neo-wpml-active .wpml-ls-legacy-list-horizontal,
.otsi-neo-polylang-active .widget_polylang ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

@media (max-width: 900px) {
  .otsi-neo-woocommerce-active .woocommerce ul.products,
  .otsi-neo-woocommerce-active .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}

/* Editable CPT content-system archive cards. */
.otsi-neo-cpt-card {
  overflow: hidden;
  border: 1px solid var(--otsi-neo-border);
  border-radius: var(--otsi-neo-card-radius);
  background: var(--otsi-neo-surface);
  box-shadow: 0 18px 46px var(--otsi-neo-shadow);
}

.otsi-neo-cpt-card .otsi-neo-cpt-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef4fb;
}

.otsi-neo-cpt-card .otsi-neo-cpt-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .22s ease;
}

.otsi-neo-cpt-card:hover .otsi-neo-cpt-media img {
  transform: scale(1.035);
}

.otsi-neo-cpt-body {
  padding: 22px;
}

.otsi-neo-cpt-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--otsi-neo-accent);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.otsi-neo-cpt-kicker em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--otsi-neo-primary) 14%, #fff);
  color: var(--otsi-neo-primary);
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.otsi-neo-cpt-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.otsi-neo-cpt-card h2 a {
  color: var(--otsi-neo-navy);
  text-decoration: none;
}

.otsi-neo-cpt-meta {
  margin: 0 0 12px;
  color: var(--otsi-neo-muted);
  font-weight: 750;
}

/* Production UX, privacy, accessibility and RTL support. */
.otsi-neo-focus-assist :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--otsi-neo-accent) 70%, #fff);
  outline-offset: 4px;
}

.otsi-neo-cookie-notice {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  width: min(720px, calc(100vw - 44px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: #071426;
  color: #fff;
  box-shadow: 0 24px 80px rgba(8, 20, 38, .32);
}

.otsi-neo-cookie-notice[hidden] { display: none; }
.otsi-neo-cookie-notice p { margin: 0; color: rgba(255, 255, 255, .82); }
.otsi-neo-cookie-notice a { color: #8ee7ff; font-weight: 850; }
.otsi-neo-cookie-notice button {
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--otsi-neo-primary);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.rtl .otsi-neo-header-inner,
.rtl .otsi-neo-footer-bottom,
.rtl .otsi-neo-cpt-kicker {
  direction: rtl;
}

@media (prefers-reduced-motion: reduce) {
  .otsi-neo-respect-motion *,
  .otsi-neo-respect-motion *::before,
  .otsi-neo-respect-motion *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 700px) {
  .otsi-neo-cookie-notice {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    grid-template-columns: 1fr;
  }
}

/* 1.0.6 baseline: white pages by default, blue optional skin, compact Calibri type. */
body.otsi-neo,
body.otsi-neo .otsi-neo-main,
body.otsi-neo .entry-content,
body.otsi-neo .wp-site-blocks,
.otsi-neo-builder-output,
.otsi-neo-content-card {
  background: #fff;
  color: var(--otsi-neo-ink);
  font-family: var(--otsi-neo-font-body);
}

.otsi-neo-content-card {
  width: min(calc(100% - 40px), var(--otsi-neo-container));
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.otsi-neo-builder-output,
.otsi-neo-builder-output :where(section, article, div, p, li, span, label, small, strong),
.otsi-neo-content-card,
.otsi-neo-content-card :where(section, article, div, p, li, span, label, small, strong) {
  font-family: var(--otsi-neo-font-body);
}

.otsi-neo-builder-output :where(h1, h2, h3, h4, h5, h6),
.otsi-neo-content-card :where(h1, h2, h3, h4, h5, h6),
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--otsi-neo-font-heading);
  font-weight: var(--otsi-neo-heading-weight);
  letter-spacing: 0;
  line-height: var(--otsi-neo-heading-line);
  color: var(--otsi-neo-navy);
}

.otsi-neo-builder-output h1,
.otsi-neo-content-card h1,
.entry-content h1 {
  font-size: clamp(28px, 3vw, var(--otsi-neo-h1));
}

.otsi-neo-builder-output h2,
.otsi-neo-content-card h2,
.entry-content h2 {
  font-size: clamp(22px, 2.2vw, var(--otsi-neo-h2));
}

.otsi-neo-builder-output h3,
.otsi-neo-content-card h3,
.entry-content h3 {
  font-size: clamp(18px, 1.7vw, var(--otsi-neo-h3));
}

.otsi-neo-builder-output :where(.otsi-neo-el, .otsi-neo-card, .otsi-neo-panel, .otsi-neo-pattern, .wp-block-group),
.otsi-neo-content-card :where(.otsi-neo-el, .otsi-neo-card, .otsi-neo-panel, .otsi-neo-pattern, .wp-block-group) {
  background-color: #fff;
}

.otsi-neo-builder-output :where(a, .otsi-neo-link),
.otsi-neo-content-card :where(a, .otsi-neo-link) {
  color: var(--otsi-neo-primary);
}

.otsi-neo-builder-output :where(.otsi-neo-btn-primary, .wp-element-button, .wp-block-button__link),
.otsi-neo-content-card :where(.otsi-neo-btn-primary, .wp-element-button, .wp-block-button__link) {
  background: var(--otsi-neo-primary);
  color: #fff;
  font-weight: 700;
}

.otsi-neo-builder-output :where(.otsi-neo-kicker, .otsi-neo-eyebrow),
.otsi-neo-content-card :where(.otsi-neo-kicker, .otsi-neo-eyebrow) {
  color: var(--otsi-neo-primary);
  font-weight: 700;
  letter-spacing: .08em;
}

.otsi-neo-bg-dark,
.otsi-neo-bg-navy,
.otsi-neo-skin-blue,
body.otsi-neo-skin-blue,
body.otsi-theme-dark {
  --otsi-neo-bg: #071426;
  --otsi-neo-surface: #0b1b2f;
  --otsi-neo-ink: #f8fafc;
  --otsi-neo-muted: #b7c4d8;
  --otsi-neo-border: rgba(148, 163, 184, .22);
  background: #071426;
  color: #f8fafc;
}

.otsi-neo-bg-dark :where(h1, h2, h3, h4, h5, h6, p, li, span, label, small, strong),
.otsi-neo-bg-navy :where(h1, h2, h3, h4, h5, h6, p, li, span, label, small, strong),
.otsi-neo-skin-blue :where(h1, h2, h3, h4, h5, h6, p, li, span, label, small, strong),
body.otsi-theme-dark :where(.otsi-neo-builder-output, .otsi-neo-content-card, .entry-content) :where(h1, h2, h3, h4, h5, h6, p, li, span, label, small, strong) {
  color: inherit;
}

.otsi-neo-bg-dark :where(.otsi-neo-card, .otsi-neo-panel, .otsi-neo-el, .wp-block-group),
.otsi-neo-bg-navy :where(.otsi-neo-card, .otsi-neo-panel, .otsi-neo-el, .wp-block-group),
.otsi-neo-skin-blue :where(.otsi-neo-card, .otsi-neo-panel, .otsi-neo-el, .wp-block-group),
body.otsi-theme-dark :where(.otsi-neo-card, .otsi-neo-panel, .otsi-neo-el, .wp-block-group) {
  background-color: rgba(8, 20, 38, .88);
  border-color: rgba(148, 163, 184, .22);
}

.otsi-neo-bg-green {
  --otsi-neo-primary: var(--otsi-neo-success);
}

.otsi-neo-live-search-results a:hover,
.otsi-neo-live-search-results a:focus {
  background: color-mix(in srgb, var(--otsi-neo-primary) 10%, #fff);
}

.otsi-neo-header-cta {
  background: var(--otsi-neo-primary);
  font-weight: 700;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--otsi-neo-primary) 22%, transparent);
}

.otsi-neo-builder-output :where(.otsi-neo-header-cta, .otsi-neo-btn, .otsi-neo-btn-primary, .otsi-neo-card strong, .otsi-neo-panel strong, .otsi-neo-stat strong, .otsi-neo-label),
.otsi-neo-content-card :where(.otsi-neo-header-cta, .otsi-neo-btn, .otsi-neo-btn-primary, .otsi-neo-card strong, .otsi-neo-panel strong, .otsi-neo-stat strong, .otsi-neo-label) {
  font-weight: 700;
}
