html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body.lopuo-site {
  --lopuo-font-sans: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", "Alibaba PuHuiTi 3.0", "Alibaba PuHuiTi", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --lopuo-font-display: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", "Alibaba PuHuiTi 3.0", "Alibaba PuHuiTi", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --lopuo-font-latin: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --lopuo-page-gutter: clamp(20px, 3.8vw, 72px);
  --lopuo-page-max: 1800px;
  --lopuo-page-top-space: clamp(118px, 9.8vw, 190px);
}

body.lopuo-site {
  font-family: var(--lopuo-font-sans);
  color: #11110f;
  background: #ffffff;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

.lopuo-site,
.lopuo-site .lopuo-shell {
  max-width: 100%;
  overflow-x: clip;
}

.lopuo-shell:not(.lopuo-home) .lopuo-frame {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #050505;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-20px, -20px, 0) scale(1);
  transition: opacity 160ms ease;
  will-change: transform;
}

.lopuo-cursor-dot.is-visible {
  opacity: 1;
}

.lopuo-scroll-top {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 80;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(210, 205, 205, 0.92);
  color: #11110f;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease;
}

.lopuo-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lopuo-scroll-top:hover {
  background: #11110f;
  color: #ffffff;
}

.lopuo-scroll-top__progress,
.lopuo-scroll-top__icon {
  position: absolute;
}

.lopuo-scroll-top__track {
  stroke: rgba(17, 17, 15, 0.08);
  stroke-width: 2;
}

.lopuo-scroll-top__bar {
  stroke: #c4ee18;
  stroke-dasharray: 157;
  stroke-dashoffset: calc(157 - (157 * var(--lopuo-scroll-progress, 0)));
  stroke-linecap: round;
  stroke-width: 3;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dashoffset 80ms linear;
}

.lopuo-scroll-top__icon {
  display: block;
}

@media (hover: none), (pointer: coarse), (max-width: 900px) {
  .lopuo-cursor-dot {
    display: none;
  }
}

.lopuo-site h1,
.lopuo-site h2,
.lopuo-site h3,
.lopuo-site h4,
.lopuo-site h5,
.lopuo-site h6,
.lopuo-site button,
.lopuo-site input,
.lopuo-site textarea,
.lopuo-site select,
.lopuo-site .tp-ff-heading,
.lopuo-site .tp-main-menu,
.lopuo-site .tp-footer-widget-title,
.lopuo-site .tp-footer-top-title,
.lopuo-site .tp-offcanvas-title {
  font-family: var(--lopuo-font-display);
}

.lopuo-header-shell {
  position: relative;
  z-index: 20;
}

.lopuo-header.tp-header-area {
  position: relative;
  margin: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 15, 0.045);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 rgba(17, 17, 15, 0.018);
  backdrop-filter: blur(22px);
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lopuo-header.tp-header-area:has(.lopuo-nav-item:hover),
.lopuo-header.tp-header-area:has(.lopuo-nav-item:focus-within) {
  border-bottom-color: rgba(17, 17, 15, 0.065);
  box-shadow: 0 14px 34px rgba(17, 17, 15, 0.045);
}

.lopuo-header.header-sticky {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
}

.lopuo-header .container-fluid {
  padding-right: var(--lopuo-page-gutter);
  padding-left: var(--lopuo-page-gutter);
}

.lopuo-header .tp-main-menu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 26px);
}

.lopuo-header .tp-main-menu > nav > ul > li {
  margin: 0;
}

.lopuo-wordmark {
  display: inline-flex;
  align-items: center;
  color: #11110f;
  line-height: 1;
}

.lopuo-wordmark:hover {
  color: #11110f;
}

.lopuo-wordmark--light,
.lopuo-wordmark--light:hover {
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

.lopuo-wordmark--dark,
.lopuo-wordmark--dark:hover {
  color: #11110f;
}

.lopuo-logo {
  display: block;
  width: 82px;
  height: auto;
}

.lopuo-logo--header {
  width: clamp(68px, 4.6vw, 76px);
}

.lopuo-logo--search,
.lopuo-logo--offcanvas {
  width: 96px;
}

.lopuo-logo--footer {
  width: 96px;
}

.lopuo-header .tp-main-menu > nav > ul > li > a {
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.lopuo-header .tp-header-btn .btn-text {
  font-family: var(--lopuo-font-display);
  font-weight: 600;
  letter-spacing: 0;
}

.lopuo-header .tp-header-btn {
  flex: 0 0 auto;
}

.lopuo-header .tp-header-btn .tp-btn-lg {
  min-width: 112px;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.lopuo-header .tp-header-btn .tp-btn-switch-animation .btn-text {
  margin-right: -16px;
}

.lopuo-header .tp-header-btn .tp-btn-switch-animation:hover .btn-text {
  transform: translateX(-18px);
}

.lopuo-menu-caret {
  display: inline-flex;
  margin-left: 6px;
  transform: translateY(-1px);
  transition: transform 180ms ease;
}

.lopuo-header .tp-main-menu > nav > ul > li:hover .lopuo-menu-caret,
.lopuo-header .tp-main-menu > nav > ul > li:focus-within .lopuo-menu-caret {
  transform: translateY(-1px) rotate(180deg);
}

.lopuo-header .tp-main-menu > nav > ul > li.lopuo-nav-item {
  position: static;
}

.lopuo-header .lopuo-mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: min(1148px, calc(100vw - 72px));
  padding: 0;
  border: 1px solid rgba(17, 17, 15, 0.065);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(196, 238, 24, 0.16), transparent 27%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 242, 0.96));
  box-shadow: 0 24px 76px rgba(17, 17, 15, 0.135);
  backdrop-filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  z-index: 90;
}

.lopuo-header .tp-main-menu > nav > ul > li:hover .lopuo-mega-menu,
.lopuo-header .tp-main-menu > nav > ul > li:focus-within .lopuo-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
}

.lopuo-header .lopuo-mega-menu::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  height: 18px;
}

.lopuo-mega-menu__inner {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 2fr);
  gap: 20px;
  padding: 24px;
}

.lopuo-mega-menu__intro {
  display: flex;
  min-height: 306px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 28px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 92%, rgba(196, 238, 24, 0.18), transparent 34%),
    linear-gradient(135deg, #0f100d 0%, #171711 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.lopuo-mega-menu__intro::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border: 38px solid rgba(196, 238, 24, 0.16);
  border-radius: 999px;
}

.lopuo-mega-menu__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(196, 238, 24, 0.13);
  color: #c4ee18;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.lopuo-mega-menu__intro h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.24;
}

.lopuo-mega-menu__intro p {
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.lopuo-mega-menu__cta,
.lopuo-mega-menu__aside {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.lopuo-mega-menu__cta {
  width: 100%;
  padding: 13px 16px 13px 18px;
  background: #c4ee18;
  color: #11110f;
}

.lopuo-mega-menu__cta:hover {
  color: #11110f;
}

.lopuo-mega-menu__content {
  display: grid;
  gap: 16px;
}

.lopuo-mega-menu__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lopuo-mega-menu__group {
  padding: 18px;
  border: 1px solid rgba(17, 17, 15, 0.055);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.lopuo-mega-menu__group h4 {
  margin: 0 0 13px;
  color: #827b70;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.lopuo-mega-menu__items {
  display: grid;
  gap: 9px;
}

.lopuo-mega-link {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 14px 50px 14px 16px;
  border: 1px solid rgba(17, 17, 15, 0.035);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 246, 241, 0.92), rgba(242, 239, 232, 0.86));
  color: #11110f;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lopuo-mega-link:hover {
  border-color: rgba(196, 238, 24, 0.48);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 17, 15, 0.055);
  color: #11110f;
  transform: translateY(-1px);
}

.lopuo-mega-link.is-disabled {
  cursor: default;
}

.lopuo-mega-link.is-disabled:hover {
  border-color: rgba(17, 17, 15, 0.035);
  background: linear-gradient(180deg, rgba(248, 246, 241, 0.92), rgba(242, 239, 232, 0.86));
  box-shadow: none;
  transform: none;
}

.lopuo-mega-link__top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lopuo-mega-link strong {
  color: #11110f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.lopuo-mega-link em {
  display: inline-flex;
  min-width: 24px;
  height: 16px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #ff7042;
  color: #ffffff;
  font-size: 7.5px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  transform: translateY(-1px);
}

.lopuo-mega-link__note {
  color: #6f695f;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.6;
  white-space: normal;
}

.lopuo-mega-link__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #11110f;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  transition: background 180ms ease, color 180ms ease;
}

.lopuo-mega-link:hover .lopuo-mega-link__arrow {
  background: #c4ee18;
  color: #11110f;
}

.lopuo-mega-link.is-disabled .lopuo-mega-link__arrow {
  display: none;
}

.lopuo-mega-menu__aside {
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 15, 0.06);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(196, 238, 24, 0.2), rgba(255, 255, 255, 0.88)),
    #ffffff;
  color: #11110f;
}

.lopuo-mega-menu__aside span,
.lopuo-mega-menu__aside small {
  display: block;
}

.lopuo-mega-menu__aside span {
  color: #827b70;
  font-size: 11px;
  font-weight: 600;
}

.lopuo-mega-menu__aside strong {
  color: #11110f;
  font-size: 17px;
  font-weight: 600;
}

.lopuo-mega-menu__aside small {
  max-width: 360px;
  color: #5f594f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.lopuo-mega-menu__aside i {
  display: inline-grid;
  min-width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #11110f;
  color: #ffffff;
  font-style: normal;
}

.lopuo-nav-item.mega-about .lopuo-mega-menu__content,
.lopuo-nav-item.mega-about .lopuo-mega-menu__group {
  min-height: 100%;
}

.lopuo-nav-item.mega-about .lopuo-mega-menu__groups {
  grid-template-columns: 1fr;
}

.lopuo-nav-item.mega-about .lopuo-mega-menu__items {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 12px;
}

.lopuo-nav-item.mega-about .lopuo-mega-link--consultation {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 100%;
  align-content: end;
  padding: 22px 58px 22px 22px;
  background:
    radial-gradient(circle at 100% 100%, rgba(196, 238, 24, 0.34), transparent 48%),
    linear-gradient(135deg, rgba(17, 17, 15, 0.98), rgba(37, 38, 29, 0.96));
  color: #ffffff;
}

.lopuo-nav-item.mega-about .lopuo-mega-link--consultation:hover {
  background:
    radial-gradient(circle at 100% 100%, rgba(196, 238, 24, 0.42), transparent 48%),
    linear-gradient(135deg, #11110f, #24251b);
  color: #ffffff;
}

.lopuo-nav-item.mega-about .lopuo-mega-link--consultation strong {
  color: #ffffff;
  font-size: 18px;
}

.lopuo-nav-item.mega-about .lopuo-mega-link--consultation .lopuo-mega-link__note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.lopuo-nav-item.mega-about .lopuo-mega-link--consultation .lopuo-mega-link__arrow {
  top: 22px;
  right: 22px;
  background: #c4ee18;
  color: #11110f;
}

.lopuo-language-switch {
  align-items: center;
  gap: 4px;
  margin-right: 14px;
  padding: 4px;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.04);
}

.lopuo-language-switch a {
  display: inline-flex;
  min-width: 42px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #4f4b43;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--lopuo-font-display);
}

.lopuo-language-switch a.is-active {
  background: #11110f;
  color: #ffffff;
}

.lopuo-header .tp-header-search {
  margin-left: 4px;
}

.lopuo-mobile-consultation {
  display: none;
}

.lopuo-search-panel .tp-search-form input {
  color: #11110f;
}

.lopuo-offcanvas .tp-offcanvas-title {
  line-height: 1.1;
}

.lopuo-mobile-menu {
  margin: 8px 0 34px;
}

.lopuo-mobile-menu__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lopuo-mobile-menu__item {
  list-style: none;
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
}

.lopuo-mobile-menu__details {
  display: block;
}

.lopuo-mobile-menu__summary,
.tp-offcanvas-menu .lopuo-mobile-menu__single {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  color: #11110f;
  cursor: pointer;
  font-family: var(--lopuo-font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.lopuo-mobile-menu__summary {
  list-style: none;
}

.lopuo-mobile-menu__summary::-webkit-details-marker {
  display: none;
}

.lopuo-mobile-menu__label {
  display: inline-flex;
  align-items: center;
}

.lopuo-mobile-menu__toggle {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 15, 0.1);
  background: rgba(250, 248, 242, 0.9);
  color: #11110f;
  font-family: var(--lopuo-font-latin);
  font-size: 22px;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lopuo-mobile-menu__details[open] .lopuo-mobile-menu__toggle {
  border-color: #11110f;
  background: #11110f;
  color: #ffffff;
  transform: rotate(90deg);
}

.lopuo-mobile-menu__panel {
  display: grid;
  gap: 0;
  margin: -2px 0 12px;
  padding: 0 0 8px 18px;
  border: 0;
  border-left: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 0;
  background: transparent;
}

.tp-offcanvas-menu .lopuo-mobile-menu__child {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  color: #4f4b43;
  font-family: var(--lopuo-font-sans);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.45;
  transition: color 160ms ease, transform 160ms ease;
}

.tp-offcanvas-menu .lopuo-mobile-menu__child:hover,
.tp-offcanvas-menu .lopuo-mobile-menu__single:hover {
  background: transparent;
  color: #11110f;
}

.tp-offcanvas-menu .lopuo-mobile-menu__child:hover {
  transform: translateX(2px);
}

.tp-offcanvas-menu .lopuo-mobile-menu__child.is-disabled {
  cursor: default;
}

.tp-offcanvas-menu .lopuo-mobile-menu__child.is-disabled:hover {
  color: #4f4b43;
  transform: none;
}

.lopuo-mobile-menu__child-label {
  display: inline-flex;
  align-items: center;
}

.lopuo-mobile-menu__badge {
  display: inline-flex;
  min-width: 34px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border-radius: 999px;
  background: #ff7042;
  color: #fff;
  font-family: var(--lopuo-font-latin);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-1px);
}

.lopuo-mobile-language-switch {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 4px;
  margin: -14px 0 32px;
  padding: 4px;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.04);
}

.lopuo-mobile-language-switch a {
  display: inline-flex;
  min-width: 46px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #4f4b43;
  font-family: var(--lopuo-font-display);
  font-size: 12px;
  font-weight: 600;
}

.lopuo-mobile-language-switch a.is-active {
  background: #11110f;
  color: #ffffff;
}

.lopuo-footer {
  margin-top: 80px;
}

.lopuo-footer__area {
  overflow: hidden;
}

.lopuo-footer .tp-footer-top-title {
  font-family: var(--lopuo-font-display);
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.lopuo-footer .tp-footer-top-subtitle,
.lopuo-footer .tp-footer-widget p,
.lopuo-footer .tp-footer-copyright p,
.lopuo-footer .tp-footer-menu a,
.lopuo-footer-menu-col a,
.lopuo-offcanvas p,
.lopuo-offcanvas li {
  font-family: var(--lopuo-font-sans);
}

.lopuo-footer-tags a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-color: rgba(255, 255, 255, 0.14);
  min-width: 148px;
  text-align: center;
}

.lopuo-footer-tags .lopuo-social-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: currentColor;
}

.lopuo-footer .tp-footer-btn a.lopuo-footer-diagnosis-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lopuo-footer .tp-footer-btn a.lopuo-footer-diagnosis-btn:hover {
  border-color: #c4ee18;
  background: #c4ee18;
  color: #11110f;
  box-shadow: 0 22px 54px rgba(196, 238, 24, 0.18);
  transform: translateY(-2px);
}

.lopuo-footer .tp-footer-btn a.lopuo-footer-diagnosis-btn .tp-btn-circle-dot {
  display: none;
}

.lopuo-footer-menu-col ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.lopuo-footer-menu-col li {
  list-style: none;
}

.lopuo-footer-menu-col a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  transition: color 160ms ease, transform 160ms ease;
}

.lopuo-footer-menu-col a:hover {
  color: #c4ee18;
  transform: translateX(2px);
}

.lopuo-footer .tp-footer-widget p {
  max-width: 350px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  line-height: 1.9 !important;
}

.lopuo-footer .tp-footer-widget-title {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
}

.lopuo-footer .tp-footer-top-subtitle {
  font-weight: 400 !important;
  letter-spacing: 0;
}

.lopuo-footer .tp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lopuo-blog-hero .tp-service-hero-left h1,
.lopuo-post-title {
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lopuo-blog-hero,
.lopuo-post-breadcrumb {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-post-breadcrumb .container-fluid {
  width: 100%;
  max-width: var(--lopuo-page-max);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--lopuo-page-gutter);
  padding-left: var(--lopuo-page-gutter);
}

.lopuo-post-breadcrumb .row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}

.lopuo-blog-hero .tp-service-hero-right p {
  max-width: 520px;
}

.lopuo-page-media-banner,
.lopuo-blog-banner,
.lopuo-post-banner,
.lopuo-services-original-banner,
.lopuo-resource-banner,
.lopuo-case-study-banner {
  overflow: hidden;
  height: clamp(345px, 28.5vw, 465px);
  min-height: 0;
  background: #f7f7f2;
}

.lopuo-page-media-banner img,
.lopuo-blog-banner img,
.lopuo-post-banner img,
.lopuo-services-original-banner img,
.lopuo-resource-banner img,
.lopuo-case-study-banner img {
  display: block;
  width: 100%;
  height: 118%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04) brightness(1.02);
  transform: translateY(var(--lopuo-parallax-offset, 0px)) scale(1.18);
  transform-origin: center center;
  transition: transform 80ms linear;
  will-change: transform;
}

.lopuo-resource-banner {
  border-bottom: 1px solid rgba(3, 3, 3, 0.08);
}

.lopuo-resource-banner img {
  object-position: center top;
}

.lopuo-services-original-list .lopuo-service-title-link,
.lopuo-services-original-list .lopuo-service-title-link:hover,
.lopuo-services-original-list .lopuo-service-title-link:focus {
  background: none;
  background-image: none;
  color: #030303;
  -webkit-text-fill-color: currentColor;
}

.lopuo-services-original-list .lopuo-service-title-link > * {
  background: none;
  background-image: none;
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.lopuo-products-page .tp-service-hero-right p {
  max-width: 560px;
}

.lopuo-products-banner img {
  object-position: center 52%;
}

.lopuo-products-list {
  background: #fff;
}

.lopuo-products-list .tp-service-sa-bottom h3 {
  max-width: 680px;
  color: #2f2f2f;
  line-height: 1.35;
}

.lopuo-products-slider {
  overflow: hidden;
}

.lopuo-product-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(3, 3, 3, 0.08);
  border-radius: 8px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.lopuo-product-card:hover {
  border-color: rgba(3, 3, 3, 0.18);
  box-shadow: 0 22px 50px rgba(3, 3, 3, 0.08);
  transform: translateY(-4px);
}

.lopuo-product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lopuo-product-card .tp-service-sa-item-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #c4ee18;
  color: #030303;
  font-size: 30px;
}

.lopuo-product-card__status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(3, 3, 3, 0.1);
  border-radius: 999px;
  color: #030303;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.lopuo-product-card .tp-service-sa-item-title {
  color: #030303;
  letter-spacing: 0;
}

.lopuo-product-card .tp-service-sa-item-text {
  min-height: 0;
  margin-bottom: 30px;
  color: #555;
}

.lopuo-product-card__features {
  display: grid;
  gap: 12px;
  margin: auto 0 34px;
  padding: 0;
  list-style: none;
}

.lopuo-product-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.lopuo-product-card__features li::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 7px;
  border-radius: 999px;
  background: #c4ee18;
  content: "";
}

.lopuo-products-slider .tp-service-sa-pagenation {
  display: flex;
  justify-content: center;
}

.lopuo-naviroa-page {
  background: #ffffff;
  color: #030303;
}

.lopuo-naviroa-page .container {
  width: min(1320px, calc(100vw - (var(--lopuo-page-gutter) * 2)));
  max-width: none;
  padding: 0;
}

.lopuo-naviroa-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  background: #f7f7f4;
  color: #030303;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.lopuo-naviroa-hero .tp-service-hero-right p {
  max-width: 600px;
}

.lopuo-naviroa-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 30px;
}

.lopuo-naviroa-link {
  display: inline-flex;
  align-items: center;
  color: #030303;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.lopuo-naviroa-link:hover {
  color: rgba(3, 3, 3, 0.62);
}

.lopuo-naviroa-banner {
  border-top: 1px solid rgba(3, 3, 3, 0.08);
  border-bottom: 1px solid rgba(3, 3, 3, 0.08);
}

.lopuo-naviroa-banner img {
  object-position: center;
}

.lopuo-naviroa-overview {
  background: #ffffff;
}

.lopuo-naviroa-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.lopuo-naviroa-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  background: #f7f7f4;
  color: #030303;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 14px;
  font-weight: 700;
}

.lopuo-naviroa-capabilities h2,
.lopuo-naviroa-process h2,
.lopuo-naviroa-usecases h2,
.lopuo-naviroa-cta h2 {
  margin: 0;
  color: #030303;
  font-size: clamp(44px, 5.8vw, 84px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.lopuo-naviroa-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: clamp(42px, 5vw, 70px);
}

.lopuo-naviroa-capability {
  min-height: 360px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 8px;
  background: #f7f4ed;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.lopuo-naviroa-capability:hover {
  border-color: rgba(3, 3, 3, 0.2);
  box-shadow: 0 20px 46px rgba(3, 3, 3, 0.08);
  transform: translateY(-3px);
}

.lopuo-naviroa-capability > span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 999px;
  background: #c4ee18;
  color: #030303;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 15px;
  font-weight: 900;
}

.lopuo-naviroa-capability small {
  display: block;
  margin-bottom: 12px;
  color: rgba(3, 3, 3, 0.52);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.lopuo-naviroa-capability h3 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #030303;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.1;
}

.lopuo-naviroa-capability p {
  max-width: 580px;
  margin: 0;
  color: rgba(3, 3, 3, 0.66);
  font-size: 17px;
  line-height: 1.62;
}

.lopuo-naviroa-process {
  padding: clamp(92px, 9vw, 140px) 0;
  background: #050505;
  color: #ffffff;
}

.lopuo-naviroa-process__head {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: start;
}

.lopuo-naviroa-process__head > span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: #c4ee18;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 16px;
  font-weight: 800;
}

.lopuo-naviroa-process h2 {
  color: #ffffff;
}

.lopuo-naviroa-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: clamp(48px, 6vw, 86px);
}

.lopuo-naviroa-process__grid article {
  min-height: 300px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.lopuo-naviroa-process__grid span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 999px;
  background: #c4ee18;
  color: #050505;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 15px;
  font-weight: 900;
}

.lopuo-naviroa-process__grid h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.lopuo-naviroa-process__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  line-height: 1.62;
}

.lopuo-naviroa-usecases__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(340px, 0.48fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.lopuo-naviroa-usecases h2 {
  margin-top: 24px;
}

.lopuo-naviroa-usecases ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(3, 3, 3, 0.12);
}

.lopuo-naviroa-usecases li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.12);
  color: rgba(3, 3, 3, 0.76);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.lopuo-naviroa-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(38px, 5vw, 70px);
  border-radius: 8px;
  background: #f7f4ed;
}

.lopuo-naviroa-cta p {
  margin: 0;
  color: rgba(3, 3, 3, 0.68);
  font-size: 18px;
  line-height: 1.62;
}

.lopuo-blog-card__thumb {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: #f7f7f2;
  box-shadow: 0 16px 36px rgba(17, 17, 15, 0.08);
}

.lopuo-blog-card__thumb img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.lopuo-blog-card:hover .lopuo-blog-card__thumb img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.045);
}

.lopuo-blog-card__no-image {
  position: relative;
  display: flex;
  min-height: clamp(286px, 25vw, 390px);
  aspect-ratio: 1.18 / 1;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  background:
    radial-gradient(circle at 82% 82%, rgba(196, 238, 24, 0.42) 0 13%, transparent 14%),
    radial-gradient(circle at 18% 18%, rgba(17, 17, 15, 0.08) 0 11%, transparent 12%),
    linear-gradient(135deg, #f7f7f0 0%, #ffffff 48%, #eff3e8 100%);
  color: #11110f;
}

.lopuo-blog-card__no-image::before {
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(17, 17, 15, 0.9);
  border-radius: 999px;
  content: "";
  opacity: 0.08;
}

.lopuo-blog-card__no-image::after {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #11110f;
  content: "";
}

.lopuo-blog-card__no-image-label {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: #c4ee18;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.lopuo-blog-card__no-image-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 92%;
}

.lopuo-blog-card__no-image strong {
  position: relative;
  z-index: 1;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.lopuo-blog-card__no-image em {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(17, 17, 15, 0.66);
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lopuo-blog-card__no-image small {
  position: relative;
  z-index: 1;
  color: rgba(17, 17, 15, 0.58);
  font-family: var(--lopuo-font-display);
  font-size: 14px;
  font-weight: 600;
}

.lopuo-blog-card__no-image i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #11110f;
  color: #ffffff;
  font-size: 16px;
}

.lopuo-blog-card--no-image .tp-blog-content {
  text-align: left !important;
}

.lopuo-blog-card .tp-blog-meta time {
  color: inherit;
  font: inherit;
}

.lopuo-blog-card__summary {
  display: -webkit-box;
  max-width: 92%;
  margin: 14px auto 0;
  overflow: hidden;
  color: rgba(17, 17, 15, 0.64);
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lopuo-blog-card--no-image .lopuo-blog-card__summary {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.lopuo-empty-state {
  max-width: 720px;
  padding: 70px 0 10px;
}

.lopuo-empty-state h2 {
  margin-bottom: 12px;
  color: #11110f;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 650;
  letter-spacing: 0;
}

.lopuo-empty-state p {
  color: #5a5a52;
  font-size: 18px;
  line-height: 1.7;
}

.lopuo-pagination__nav {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  gap: 22px;
}

.lopuo-pagination__slot {
  display: flex;
  align-items: center;
}

.lopuo-pagination__slot--next {
  justify-content: flex-end;
}

.lopuo-pagination__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.lopuo-pagination__numbers li {
  list-style: none;
}

.lopuo-pagination__number {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #f1f1f1;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lopuo-pagination__number.is-current,
.lopuo-pagination__number:hover {
  background: #c4ee18;
  color: #11110f;
  transform: translateY(-1px);
}

.lopuo-pagination__control {
  display: inline-flex;
  min-width: 140px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

button.lopuo-pagination__number,
button.lopuo-pagination__control {
  appearance: none;
  cursor: pointer;
}

.lopuo-pagination__control:hover {
  border-color: #11110f;
  background: #11110f;
  color: #ffffff;
}

.lopuo-pagination__control.is-disabled,
.lopuo-pagination__control:disabled {
  opacity: 0.42;
  pointer-events: none;
}

.lopuo-post-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: #525252;
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 600;
}

.lopuo-post-kicker span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(17, 17, 15, 0.28);
}

.lopuo-post-breadcrumb .tp-breadcrumb-list ul {
  flex-wrap: wrap;
  gap: 8px 0;
}

.lopuo-post-breadcrumb .tp-breadcrumb-list ul li:last-child {
  max-width: min(760px, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lopuo-post-meta p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.lopuo-post-meta a {
  color: #11110f;
  font-weight: 600;
}

.lopuo-post-content {
  max-width: 100%;
  min-width: 0;
  color: #242420;
  font-size: 18px;
  line-height: 1.85;
  overflow-wrap: break-word;
  word-break: normal;
}

.lopuo-post-content > * {
  margin-bottom: 30px;
}

.lopuo-post-content :where(p, li, div, span, a, strong, em, b, small, figcaption, code) {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lopuo-post-content :where([class], [style]) {
  max-width: 100%;
  min-width: 0 !important;
  box-sizing: border-box;
}

.lopuo-post-content p,
.lopuo-post-content li {
  color: rgba(17, 17, 15, 0.76);
  font-family: var(--lopuo-font-sans);
  font-size: inherit;
  line-height: inherit;
}

.lopuo-post-content p {
  max-width: 760px;
}

.lopuo-post-content strong,
.lopuo-post-content b {
  color: #11110f;
  font-weight: 700;
}

.lopuo-post-content h2,
.lopuo-post-content h3,
.lopuo-post-content h4 {
  max-width: 860px;
  margin-top: 64px;
  margin-bottom: 24px;
  color: #11110f;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.18;
}

.lopuo-post-content h2 {
  display: grid;
  gap: 16px;
  font-size: clamp(34px, 4vw, 50px);
}

.lopuo-post-content h2::before {
  display: block;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: #c4ee18;
  content: "";
}

.lopuo-post-content h3 {
  font-size: clamp(25px, 3vw, 34px);
}

.lopuo-post-content h4 {
  font-size: clamp(22px, 2.4vw, 28px);
}

.lopuo-post-content a {
  color: #11110f;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lopuo-post-content ul,
.lopuo-post-content ol {
  display: grid;
  max-width: 820px;
  gap: 12px;
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
}

.lopuo-post-content li {
  position: relative;
  min-height: 48px;
  padding: 12px 18px 12px 46px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  background: #fafaf6;
}

.lopuo-post-content li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c4ee18;
  box-shadow: 0 0 0 6px rgba(196, 238, 24, 0.2);
  content: "";
}

.lopuo-post-content li p {
  margin: 0;
}

.lopuo-post-content hr {
  width: 100%;
  max-width: 860px;
  height: 1px;
  margin: 56px 0;
  border: 0;
  background: linear-gradient(90deg, rgba(17, 17, 15, 0.14), rgba(17, 17, 15, 0));
}

.lopuo-post-content figure,
.lopuo-post-content .wp-caption {
  max-width: 100%;
  margin: 42px 0;
}

.lopuo-post-content :where(picture, img, svg, video, canvas, iframe, embed, object) {
  max-width: 100%;
  min-width: 0;
}

.lopuo-post-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: #f4f4f0;
  box-shadow: 0 22px 70px rgba(17, 17, 15, 0.08);
}

.lopuo-post-content .aligncenter,
.lopuo-post-content .alignnone,
.lopuo-post-content figure img {
  display: block;
}

.lopuo-post-content table {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 40px 0;
  border-collapse: collapse;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 8px;
  font-size: 16px;
}

.lopuo-post-content :where(iframe, video, embed, object) {
  display: block;
  width: min(100%, 860px);
}

.lopuo-post-content th,
.lopuo-post-content td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
  color: rgba(17, 17, 15, 0.76);
  text-align: left;
}

.lopuo-post-content th {
  background: #f4f4ee;
  color: #11110f;
  font-weight: 700;
}

.lopuo-post-content pre,
.lopuo-post-content code {
  border-radius: 6px;
  background: #11110f;
  color: #f7f7f0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.lopuo-post-content code {
  padding: 3px 6px;
  font-size: 0.88em;
}

.lopuo-post-content pre {
  max-width: 860px;
  padding: 22px;
  overflow-x: auto;
  font-size: 15px;
  line-height: 1.7;
}

.lopuo-post-content pre code {
  padding: 0;
  background: transparent;
  overflow-wrap: normal;
  white-space: pre;
  word-break: normal;
}

.lopuo-post-content blockquote {
  margin: 46px 0;
  padding: 28px 34px;
  border-left: 4px solid #c4ee18;
  background: #f6f6f0;
}

.lopuo-post-content blockquote p {
  margin: 0;
  color: #11110f;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.45;
}

.lopuo-article-lead {
  max-width: 860px !important;
  margin-bottom: 22px;
  color: #11110f !important;
  font-size: clamp(22px, 2.7vw, 30px) !important;
  font-weight: 650;
  line-height: 1.55 !important;
}

.lopuo-article-emphasis,
.lopuo-article-callout {
  max-width: 860px !important;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-left: 6px solid #c4ee18;
  background: linear-gradient(135deg, #fbfbf7 0%, #f2f5ea 100%);
  color: #11110f !important;
  font-size: clamp(20px, 2.4vw, 28px) !important;
  font-weight: 650;
  line-height: 1.55 !important;
}

.lopuo-article-image-grid {
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 44px 0;
}

.lopuo-article-image-grid img {
  width: 100%;
  margin: 0;
}

.lopuo-article-snapshot {
  display: grid;
  max-width: 860px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 38px;
  padding: 0;
  list-style: none;
}

.lopuo-article-snapshot li {
  display: grid;
  min-height: 112px;
  align-content: center;
  padding: 22px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  background: #11110f;
  color: rgba(255, 255, 255, 0.72);
}

.lopuo-article-snapshot li::before {
  content: none;
}

.lopuo-article-snapshot strong {
  display: block;
  margin-bottom: 6px;
  color: #c4ee18;
  font-family: var(--lopuo-font-display);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.lopuo-page-links {
  display: flex;
  gap: 10px;
  margin-top: 42px;
}

.lopuo-post-share {
  position: sticky;
  top: 120px;
}

.lopuo-post-share__label {
  max-width: 80px;
  margin: 0 0 12px;
  padding-right: 10px;
  color: #525252;
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.lopuo-comment-form {
  display: grid;
  gap: 18px;
}

.lopuo-comment-form p {
  margin: 0;
}

.lopuo-comment-form label {
  display: block;
  margin-bottom: 8px;
  color: #11110f;
  font-size: 14px;
  font-weight: 600;
}

.lopuo-comment-form input[type="text"],
.lopuo-comment-form input[type="email"],
.lopuo-comment-form input[type="url"],
.lopuo-comment-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 0;
  background: #f7f7f3;
  color: #11110f;
  font-family: var(--lopuo-font-sans);
  font-size: 16px;
  outline: 0;
  transition: border-color 180ms ease, background 180ms ease;
}

.lopuo-comment-form textarea {
  min-height: 170px;
  padding-top: 18px;
  resize: vertical;
}

.lopuo-comment-form input:focus,
.lopuo-comment-form textarea:focus {
  border-color: #11110f;
  background: #ffffff;
}

.lopuo-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.lopuo-comment-form .comment-form-cookies-consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.lopuo-comment-form .comment-form-cookies-consent label {
  margin: 0;
  color: rgba(17, 17, 15, 0.72);
  font-weight: 400;
  line-height: 1.6;
}

.lopuo-comment-submit {
  min-width: 170px;
  min-height: 54px;
  border: 0;
}

.lopuo-contact-page {
  background: #ffffff;
}

.lopuo-contact-hero {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-contact-kicker {
  width: fit-content;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #c4ee18;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.lopuo-contact-hero h1 {
  max-width: 760px;
  letter-spacing: 0;
}

.lopuo-contact-form-wrapper {
  border: 1px solid rgba(17, 17, 15, 0.06);
  background: #f6f6f0;
}

.lopuo-contact-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(34px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 88%, rgba(196, 238, 24, 0.3) 0 15%, transparent 16%),
    linear-gradient(135deg, #ffffff 0%, #f7f8f1 58%, #eef6d8 130%);
  color: #11110f;
}

.lopuo-contact-panel::before {
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 260px;
  height: 260px;
  border: 44px solid rgba(196, 238, 24, 0.36);
  border-radius: 999px;
  content: "";
}

.lopuo-contact-panel__header,
.lopuo-contact-panel__groups,
.lopuo-contact-panel__channels {
  position: relative;
  z-index: 1;
}

.lopuo-contact-panel__header span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #11110f;
  color: #c4ee18;
  font-family: var(--lopuo-font-display);
  font-size: 13px;
  font-weight: 700;
}

.lopuo-contact-panel__header h2 {
  max-width: 500px;
  margin-bottom: 18px;
  color: #11110f;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.lopuo-contact-panel__header p {
  max-width: 560px;
  color: rgba(17, 17, 15, 0.66);
  font-size: 17px;
  line-height: 1.75;
}

.lopuo-contact-panel__groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 42px;
}

.lopuo-contact-panel__group {
  display: grid;
  align-content: start;
  gap: 14px;
}

.lopuo-contact-panel__group-title {
  margin: 0;
  color: rgba(17, 17, 15, 0.82);
  font-family: var(--lopuo-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.lopuo-contact-panel__group--social .lopuo-contact-panel__group-title {
  color: rgba(17, 17, 15, 0.52);
  font-size: 15px;
}

.lopuo-contact-panel__group--social {
  gap: 12px;
}

.lopuo-contact-panel__group--social .lopuo-contact-panel__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lopuo-contact-panel__channels {
  display: grid;
  gap: 12px;
}

.lopuo-contact-channel {
  position: relative;
  display: grid;
  min-height: 104px;
  align-content: center;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 42px 18px 18px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #11110f;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lopuo-contact-social-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: #11110f;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.lopuo-contact-social-icon:hover {
  border-color: rgba(196, 238, 24, 0.56);
  background: #c4ee18;
  color: #11110f;
  transform: translateY(-2px);
}

.lopuo-contact-social-icon .lopuo-contact-channel__icon {
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #11110f;
  font-size: 19px;
}

.lopuo-contact-channel:hover {
  border-color: rgba(196, 238, 24, 0.56);
  background: #ffffff;
  color: #11110f;
  transform: translateY(-2px);
}

.lopuo-contact-channel > .fa-arrow-up-right {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 14px;
}

.lopuo-contact-channel__icon {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
}

.lopuo-contact-channel__icon {
  width: 48px;
  height: 48px;
  background: #c4ee18;
  color: #11110f;
  font-size: 20px;
}

.lopuo-contact-channel__text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.lopuo-contact-channel__text strong {
  color: inherit;
  font-family: var(--lopuo-font-display);
  font-size: 17px;
  font-weight: 700;
}

.lopuo-contact-channel__text small {
  overflow-wrap: anywhere;
  color: rgba(17, 17, 15, 0.56);
  font-size: 14px;
}

.lopuo-contact-channel--black .lopuo-contact-channel__icon {
  background: #11110f;
  color: #ffffff;
}

.lopuo-contact-channel--light .lopuo-contact-channel__icon {
  background: #ffffff;
  color: #11110f;
}

.lopuo-contact-form .tp-contact-us-title {
  letter-spacing: 0;
}

.lopuo-contact-hubspot-form {
  min-height: 360px;
}

.lopuo-contact-form .tp-postbox-details-input label {
  display: block;
}

.lopuo-contact-form .tp-input {
  border: 1px solid rgba(17, 17, 15, 0.08);
  background: #ffffff;
}

.lopuo-contact-form .tp-input:focus {
  border-color: #11110f;
}

.lopuo-about-page {
  background: #ffffff;
  color: #11110f;
  overflow-x: hidden;
}

.lopuo-about-page h1,
.lopuo-about-page h2,
.lopuo-about-page h3,
.lopuo-about-page p {
  letter-spacing: 0;
}

.lopuo-about-hero {
  padding: clamp(88px, 9vw, 150px) var(--lopuo-page-gutter) clamp(70px, 8vw, 120px);
}

.lopuo-about-hero__grid {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(42px, 6vw, 110px);
}

.lopuo-about-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  margin: 0 0 22px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.lopuo-about-hero__content h1 {
  max-width: 780px;
  margin: 0;
  color: #11110f;
  font-size: clamp(54px, 6.6vw, 106px);
  font-weight: 800;
  line-height: 0.98;
  overflow-wrap: normal;
}

.lopuo-about-hero__content p {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(17, 17, 15, 0.72);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 600;
  line-height: 1.65;
}

.lopuo-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.lopuo-about-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 999px;
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.lopuo-about-button:hover {
  transform: translateY(-2px);
}

.lopuo-about-button--primary {
  border-color: #11110f;
  background: #11110f;
  color: #ffffff;
}

.lopuo-about-button--primary:hover {
  border-color: #c4ee18;
  background: #c4ee18;
  color: #11110f;
}

.lopuo-about-button--ghost {
  background: #ffffff;
  color: #11110f;
}

.lopuo-about-button--ghost:hover {
  border-color: #11110f;
  background: #11110f;
  color: #ffffff;
}

.lopuo-about-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 48vw, 760px);
  margin: 0;
  background: #eef0e8;
}

.lopuo-about-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: translateY(var(--lopuo-parallax-offset, 0));
}

.lopuo-about-hero__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 7px;
  max-width: 260px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(17, 17, 15, 0.86);
  color: #ffffff;
  backdrop-filter: blur(18px);
}

.lopuo-about-hero__visual figcaption span {
  color: #c4ee18;
  font-size: 12px;
  font-weight: 700;
}

.lopuo-about-hero__visual figcaption strong {
  color: #ffffff;
  font-family: var(--lopuo-font-display);
  font-size: 20px;
  line-height: 1.15;
}

.lopuo-about-statement,
.lopuo-about-principles,
.lopuo-about-capabilities,
.lopuo-about-process,
.lopuo-about-proof,
.lopuo-about-fit,
.lopuo-about-cta {
  padding-right: var(--lopuo-page-gutter);
  padding-left: var(--lopuo-page-gutter);
}

.lopuo-about-statement {
  padding-top: clamp(70px, 8vw, 130px);
  padding-bottom: clamp(70px, 8vw, 130px);
  background: #f7f7f1;
}

.lopuo-about-statement__inner {
  display: grid;
  align-items: start;
  grid-template-columns: 92px minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(26px, 4vw, 68px);
}

.lopuo-about-statement__inner > span {
  display: block;
  width: 72px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #c4ee18;
  box-shadow: inset 0 0 0 24px #11110f;
}

.lopuo-about-statement h2 {
  margin: 0;
  color: #11110f;
  font-size: clamp(32px, 4.6vw, 70px);
  font-weight: 700;
  line-height: 1.08;
}

.lopuo-about-statement p {
  margin: 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.lopuo-about-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.lopuo-about-section-heading h2 {
  max-width: 780px;
  margin: 0;
  color: #11110f;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 800;
  line-height: 1.04;
}

.lopuo-about-section-heading--center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.lopuo-about-principles,
.lopuo-about-process {
  padding-top: clamp(80px, 9vw, 150px);
  padding-bottom: clamp(80px, 9vw, 150px);
}

.lopuo-about-principles__grid,
.lopuo-about-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lopuo-about-principle-card,
.lopuo-about-process-card {
  min-height: 300px;
  padding: clamp(28px, 3.8vw, 48px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.lopuo-about-principle-card span,
.lopuo-about-process-card span {
  display: inline-flex;
  min-width: 46px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  border-radius: 999px;
  background: #c4ee18;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 13px;
  font-weight: 800;
}

.lopuo-about-principle-card h3,
.lopuo-about-process-card h3,
.lopuo-about-capability-row h3 {
  margin: 0 0 16px;
  color: #11110f;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.15;
}

.lopuo-about-principle-card p,
.lopuo-about-process-card p,
.lopuo-about-capability-row p {
  margin: 0;
  color: rgba(17, 17, 15, 0.66);
  font-size: 17px;
  line-height: 1.75;
}

.lopuo-about-capabilities {
  padding-top: clamp(86px, 9vw, 155px);
  padding-bottom: clamp(86px, 9vw, 155px);
  background: #11110f;
  color: #ffffff;
}

.lopuo-about-capabilities__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 120px);
}

.lopuo-about-capabilities .lopuo-about-kicker,
.lopuo-about-proof .lopuo-about-kicker,
.lopuo-about-cta .lopuo-about-kicker {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #c4ee18;
}

.lopuo-about-capabilities__intro h2,
.lopuo-about-proof__content h2,
.lopuo-about-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5.6vw, 82px);
  font-weight: 800;
  line-height: 1.04;
}

.lopuo-about-capabilities__intro p,
.lopuo-about-proof__content p,
.lopuo-about-cta p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.75;
}

.lopuo-about-capabilities__intro img {
  width: 74px;
  margin-top: 42px;
  filter: invert(1);
  opacity: 0.82;
}

.lopuo-about-capabilities__list {
  display: grid;
  gap: 12px;
}

.lopuo-about-capability-row {
  display: grid;
  min-height: 145px;
  align-items: center;
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.lopuo-about-capability-row h3 {
  color: #ffffff;
}

.lopuo-about-capability-row p {
  color: rgba(255, 255, 255, 0.66);
}

.lopuo-about-process {
  background: #f7f7f1;
}

.lopuo-about-process__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lopuo-about-process-card {
  min-height: 280px;
  background: #ffffff;
}

.lopuo-faq {
  padding-top: var(--lopuo-page-top-space);
  background: #ffffff;
}

.lopuo-faq .tp-faq-wrap {
  position: relative;
}

.lopuo-faq .tp-section-title {
  color: #11110f;
  letter-spacing: 0;
}

.lopuo-text-marquee {
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
  background: #c4ee18;
  color: #030303;
}

.lopuo-text-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  animation: lopuo-marquee-scroll var(--lopuo-marquee-duration, 28s) linear infinite;
  will-change: transform;
}

.lopuo-text-marquee:hover .lopuo-text-marquee__track {
  animation-play-state: paused;
}

.lopuo-text-marquee__item {
  flex: 0 0 auto;
  font-family: var(--tp-ff-heading, var(--lopuo-font-display));
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.lopuo-text-marquee__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  transform: translateY(-1px);
}

.lopuo-text-marquee__dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin: 0 60px;
  border-radius: 999px;
  background: currentColor;
}

.error404 .lopuo-footer {
  margin-top: 0;
}

.lopuo-error-original.tp-error-area {
  padding-top: var(--lopuo-page-top-space, clamp(118px, 9.8vw, 190px)) !important;
  padding-bottom: clamp(72px, 7vw, 120px) !important;
}

.lopuo-error-original__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 26px;
}

.lopuo-error-original__row .tp-error-title-sm,
.lopuo-error-original__row p {
  margin: 0;
}

.lopuo-error-original__row p {
  max-width: none;
}

@keyframes lopuo-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.lopuo-faq .tp-faq-btn {
  min-height: 72px;
  padding-right: 72px;
  color: #11110f;
  line-height: 1.25;
}

.lopuo-faq .tp-faq-details-para p {
  color: rgba(17, 17, 15, 0.68);
  font-size: 17px;
  line-height: 1.75;
}

.lopuo-faq .tp-faq-details-para ul {
  margin-bottom: 0;
}

.lopuo-faq__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.lopuo-faq__cta p {
  max-width: 480px;
  margin: 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

.lopuo-faq__banner {
  height: clamp(420px, 34vw, 560px);
  max-height: none;
}

.lopuo-faq-page + .lopuo-footer {
  margin-top: 0;
}

.lopuo-about-proof {
  padding-top: clamp(80px, 9vw, 150px);
  padding-bottom: clamp(80px, 9vw, 150px);
}

.lopuo-about-proof__panel {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(38px, 6vw, 82px);
  border-radius: 10px;
  background: #11110f;
  color: #ffffff;
}

.lopuo-about-proof__grid {
  position: absolute;
  top: 24px;
  right: 26px;
  max-width: 240px;
  opacity: 0.18;
}

.lopuo-about-proof__content,
.lopuo-about-proof__stats {
  position: relative;
  z-index: 1;
}

.lopuo-about-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lopuo-about-proof__stats div {
  display: grid;
  min-height: 160px;
  align-content: end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lopuo-about-proof__stats strong {
  color: #c4ee18;
  font-family: var(--lopuo-font-display);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.9;
}

.lopuo-about-proof__stats span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 700;
}

.lopuo-about-fit {
  padding-top: clamp(70px, 8vw, 125px);
  padding-bottom: clamp(86px, 9vw, 150px);
}

.lopuo-about-fit__layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 120px);
}

.lopuo-about-fit__image {
  overflow: hidden;
  min-height: clamp(420px, 45vw, 660px);
  margin: 0;
  border-radius: 8px;
  background: #eef0e8;
}

.lopuo-about-fit__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: translateY(var(--lopuo-parallax-offset, 0));
}

.lopuo-about-fit__content h2 {
  max-width: 720px;
  margin: 0;
  color: #11110f;
  font-size: clamp(36px, 5.5vw, 82px);
  font-weight: 800;
  line-height: 1.04;
}

.lopuo-about-fit__content ul {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.lopuo-about-fit__content li {
  position: relative;
  padding: 18px 18px 18px 54px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: #f7f7f1;
  color: rgba(17, 17, 15, 0.74);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.lopuo-about-fit__content li::before {
  position: absolute;
  top: 21px;
  left: 22px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #c4ee18;
  box-shadow: 0 0 0 5px rgba(196, 238, 24, 0.24);
  content: "";
}

.lopuo-about-cta {
  padding-bottom: clamp(86px, 9vw, 150px);
}

.lopuo-about-cta__inner {
  display: grid;
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 90px);
  padding: clamp(28px, 4.5vw, 58px);
  border-radius: 10px;
  background: #11110f;
  color: #ffffff;
}

.lopuo-about-cta__inner > img {
  width: 100%;
  min-height: 360px;
  border-radius: 8px;
  object-fit: cover;
}

.lopuo-about-creative-hero {
  padding-top: var(--lopuo-page-top-space);
  background: #ffffff;
}

.lopuo-about-creative-hero .container-fluid {
  padding-right: var(--lopuo-page-gutter);
  padding-left: var(--lopuo-page-gutter);
}

.lopuo-about-creative-hero__top {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.62fr) minmax(70px, 0.18fr) minmax(520px, 1fr);
  gap: clamp(36px, 6vw, 106px);
}

.lopuo-about-creative-hero__copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(17, 17, 15, 0.7);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  line-height: 1.55;
}

.lopuo-about-creative-hero__scribble {
  display: inline-flex;
  justify-self: center;
  color: #11110f;
}

.lopuo-about-creative-hero__title-wrap h1 {
  max-width: 760px;
  margin: 0;
  color: #050505;
  font-size: clamp(56px, 5.8vw, 104px);
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: break-word;
}

html[lang^="en"] .lopuo-about-creative-hero__title-wrap h1 {
  max-width: 820px;
  font-size: clamp(56px, 4.85vw, 82px);
  line-height: 1.08;
  text-transform: uppercase;
}

html[lang^="en"] .lopuo-contact-hero h1,
html[lang^="en"] .lopuo-blog-hero .tp-service-hero-left h1,
html[lang^="en"] .lopuo-faq .tp-section-title {
  max-width: 820px;
  font-size: clamp(56px, 4.85vw, 82px) !important;
  line-height: 1.08 !important;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: normal;
}

html[lang^="en"] .lopuo-faq .tp-section-title {
  margin-right: auto;
  margin-left: auto;
}

.lopuo-about-creative-hero__collage-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: clamp(18px, 3.5vw, 56px);
}

.lopuo-about-creative-hero__collage {
  display: grid;
  overflow: hidden;
  align-items: end;
  grid-template-columns: 1.12fr 0.72fr 1.28fr 0.72fr 1.04fr;
  gap: 0;
}

.lopuo-about-creative-hero__piece {
  position: relative;
  min-width: 0;
  height: clamp(300px, 28.5vw, 520px);
  overflow: hidden;
}

.lopuo-about-creative-hero__piece img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lopuo-about-creative-hero__piece:first-child {
  border-radius: 0 999px 0 0;
}

.lopuo-about-creative-hero__piece:nth-child(3) {
  border-radius: 999px 999px 0 0;
}

.lopuo-about-creative-hero__piece:nth-child(5) {
  border-radius: 999px 0 0 0;
}

.lopuo-about-creative-hero__piece--shape {
  background: #050505;
  border-radius: 0 999px 999px 0;
}

.lopuo-about-creative-hero__piece--green {
  display: grid;
  place-items: center;
  background: #c4ee18;
  border-radius: 999px 0 0 999px;
}

.lopuo-about-creative-hero__piece--green::after {
  width: 66px;
  aspect-ratio: 1;
  border: 1px solid #11110f;
  border-radius: 999px;
  content: "";
}

.lopuo-about-creative-intro,
.lopuo-about-creative-commitment {
  padding: clamp(88px, 9vw, 140px) var(--lopuo-page-gutter);
  background: #ffffff;
}

.lopuo-about-creative-intro {
  padding-top: clamp(92px, 9vw, 150px);
}

.lopuo-about-creative-kicker {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.lopuo-about-creative-kicker span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #11110f;
}

.lopuo-about-creative-intro__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 116px);
}

.lopuo-about-creative-intro__layout h2 {
  max-width: 820px;
  margin: 0;
  color: #050505;
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 600;
  line-height: 1.18;
}

.lopuo-about-creative-intro__layout p {
  max-width: 780px;
  margin: 30px 0 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  line-height: 1.7;
}

.lopuo-about-creative-intro__bottom {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(210px, 0.72fr) minmax(150px, 0.62fr) minmax(320px, 1.18fr) minmax(160px, 0.56fr);
  gap: 24px;
  margin-top: clamp(58px, 7vw, 94px);
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 15, 0.08);
}

.lopuo-about-creative-intro__metric {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}

.lopuo-about-creative-intro__metric strong {
  color: #050505;
  font-family: var(--lopuo-font-display);
  font-size: clamp(74px, 6.4vw, 108px);
  font-weight: 700;
  line-height: 0.88;
}

.lopuo-about-creative-intro__metric strong span {
  display: inline-block;
  margin-left: 5px;
  font-size: 24px;
  vertical-align: top;
}

.lopuo-about-creative-intro__metric small {
  max-width: 112px;
  color: #11110f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.lopuo-about-creative-intro__thumb,
.lopuo-about-creative-intro__image {
  overflow: hidden;
  margin: 0;
  background: #f1f1ec;
}

.lopuo-about-creative-intro__thumb {
  aspect-ratio: 1.06 / 1;
}

.lopuo-about-creative-intro__image {
  aspect-ratio: 1.14 / 1;
}

.lopuo-about-creative-intro__thumb img,
.lopuo-about-creative-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lopuo-about-creative-intro__journey {
  display: grid;
  width: clamp(132px, 10.5vw, 160px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  margin-top: 2px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 999px;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.lopuo-about-creative-intro__journey:hover {
  border-color: #c4ee18;
  background: #c4ee18;
  color: #11110f;
}

.lopuo-about-creative-intro__journey i {
  margin-bottom: -24px;
  font-size: 24px;
}

.lopuo-about-creative-intro__journey span {
  max-width: 82px;
}

.lopuo-about-creative-commitment {
  padding-top: clamp(80px, 8vw, 124px);
}

.lopuo-about-creative-commitment__head {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  gap: clamp(46px, 8vw, 140px);
}

.lopuo-about-creative-commitment__summary {
  display: grid;
  align-items: center;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 28px;
  margin-top: clamp(54px, 6vw, 84px);
}

.lopuo-about-creative-commitment__mark {
  position: relative;
  display: block;
  width: 72px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, transparent 0 48%, #c4ee18 49% 100%);
}

.lopuo-about-creative-commitment__mark::before {
  position: absolute;
  top: 0;
  left: 30%;
  width: 58%;
  height: 42%;
  border-radius: 999px 999px 0 0;
  background: #050505;
  content: "";
}

.lopuo-about-creative-commitment__summary p {
  max-width: 540px;
  margin: 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.45;
}

.lopuo-about-creative-commitment__head h2 {
  margin: 6px 0 0;
  color: #050505;
  font-size: clamp(54px, 5.8vw, 98px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.lopuo-about-creative-commitment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: clamp(64px, 7vw, 94px);
}

.lopuo-about-creative-card {
  display: grid;
  min-height: 300px;
  align-content: start;
  padding: clamp(30px, 3.2vw, 48px);
  border: 1px solid rgba(17, 17, 15, 0.07);
  background: #f2f2ef;
}

.lopuo-about-creative-card:nth-child(3) {
  background: #ffffff;
}

.lopuo-about-creative-card i {
  display: inline-flex;
  min-height: 72px;
  align-items: center;
  margin-bottom: clamp(42px, 5vw, 70px);
  color: #11110f;
  font-size: 54px;
}

.lopuo-about-creative-card h3 {
  max-width: 280px;
  margin: 0 0 24px;
  color: #050505;
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.lopuo-about-creative-card p {
  max-width: 410px;
  margin: 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .lopuo-about-creative-hero__top,
  .lopuo-about-creative-intro__layout,
  .lopuo-about-creative-commitment__head {
    grid-template-columns: 1fr;
  }

  .lopuo-about-creative-hero__top {
    min-height: 0;
    align-items: start;
  }

  .lopuo-about-creative-hero__scribble {
    justify-self: start;
  }

  .lopuo-about-creative-hero__collage {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    overflow-x: auto;
  }

  .lopuo-about-creative-intro__bottom {
    grid-template-columns: minmax(210px, 0.8fr) minmax(180px, 0.7fr) minmax(280px, 1fr);
  }

  .lopuo-about-creative-intro__journey {
    justify-self: start;
  }

  .lopuo-about-creative-commitment__summary {
    margin-top: 34px;
  }

  .lopuo-about-creative-commitment__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.lopuo-site {
    overflow-x: hidden;
  }

  .lopuo-about-creative-hero {
    padding-top: var(--lopuo-page-top-space);
  }

  .lopuo-about-creative-hero .container-fluid {
    max-width: 100vw;
    overflow: hidden;
  }

  .lopuo-about-creative-hero__top {
    width: 100%;
    max-width: 100%;
    gap: 28px;
    overflow: hidden;
  }

  .lopuo-about-creative-hero__copy p,
  .lopuo-about-creative-intro__layout p,
  .lopuo-about-creative-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .lopuo-about-creative-hero__title-wrap h1 {
    width: 100%;
    max-width: calc(100vw - 36px);
    font-size: clamp(40px, 12vw, 48px);
    word-break: break-all;
    overflow-wrap: anywhere;
    line-height: 1.12;
  }

  html[lang^="en"] .lopuo-about-creative-hero__title-wrap h1 {
    font-size: clamp(38px, 11vw, 46px);
    word-break: normal;
    overflow-wrap: break-word;
  }

  html[lang^="en"] .lopuo-contact-hero h1,
  html[lang^="en"] .lopuo-blog-hero .tp-service-hero-left h1,
  html[lang^="en"] .lopuo-faq .tp-section-title {
    font-size: clamp(38px, 11vw, 46px) !important;
    line-height: 1.1 !important;
  }

  .lopuo-about-creative-hero__collage {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow-x: hidden;
  }

  .lopuo-about-creative-hero__piece {
    height: 148px;
  }

  .lopuo-about-creative-intro,
  .lopuo-about-creative-commitment {
    padding: 70px 18px;
  }

  .lopuo-about-creative-kicker {
    min-height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }

  .lopuo-about-creative-intro__layout h2,
  .lopuo-about-creative-commitment__head h2 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .lopuo-about-creative-intro__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
    padding-top: 30px;
  }

  .lopuo-about-creative-intro__metric {
    align-items: flex-end;
  }

  .lopuo-about-creative-intro__metric strong {
    font-size: 72px;
  }

  .lopuo-about-creative-intro__thumb,
  .lopuo-about-creative-intro__image {
    aspect-ratio: 1.25 / 1;
  }

  .lopuo-about-creative-intro__journey {
    width: 132px;
    justify-self: end;
  }

  .lopuo-about-creative-commitment__summary {
    grid-template-columns: 56px 1fr;
    gap: 18px;
  }

  .lopuo-about-creative-commitment__mark {
    width: 54px;
  }

  .lopuo-about-creative-commitment__summary p {
    font-size: 20px;
  }

  .lopuo-about-creative-commitment__grid {
    gap: 14px;
    margin-top: 44px;
  }

  .lopuo-about-creative-card {
    min-height: auto;
    padding: 28px;
  }

  .lopuo-about-creative-card i {
    margin-bottom: 34px;
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  body.lopuo-site {
    --lopuo-page-top-space: clamp(86px, 10vw, 124px);
  }

  .lopuo-header.tp-header-area {
    width: 100%;
    border-radius: 0;
  }

  .lopuo-logo--header {
    width: 72px;
  }

  .lopuo-offcanvas {
    overflow-y: auto;
  }

  .lopuo-post-share {
    position: static;
    margin-bottom: 36px;
    margin-left: 0 !important;
  }

  .lopuo-post-share ul {
    display: flex;
    gap: 10px;
  }

  .lopuo-post-share__label {
    max-width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    text-align: left;
  }

  .lopuo-post-share ul li {
    margin-bottom: 0;
  }

  .lopuo-contact-panel {
    margin-bottom: 30px;
  }

  .lopuo-about-hero__grid,
  .lopuo-about-statement__inner,
  .lopuo-about-capabilities__layout,
  .lopuo-about-proof__panel,
  .lopuo-about-fit__layout,
  .lopuo-about-cta__inner {
    grid-template-columns: 1fr;
  }

  .lopuo-about-principles__grid,
  .lopuo-about-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lopuo-about-hero__visual,
  .lopuo-about-fit__image {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  body.lopuo-site {
    --lopuo-page-gutter: 18px;
    --lopuo-page-top-space: 72px;
  }

  .lopuo-header.tp-header-area {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 0 rgba(17, 17, 15, 0.035);
  }

  .lopuo-header .container-fluid {
    padding-right: var(--lopuo-page-gutter);
    padding-left: var(--lopuo-page-gutter);
  }

  .lopuo-header .row {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .lopuo-logo--header {
    width: 68px;
  }

  .lopuo-header .tp-header-search {
    display: none;
  }

  .lopuo-error-original__row {
    display: grid;
    justify-items: center;
  }

  .lopuo-mobile-consultation {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 999px;
    background: #11110f;
    color: #ffffff;
    font-family: var(--lopuo-font-display);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  .lopuo-mobile-consultation:hover {
    background: #c4ee18;
    color: #11110f;
  }

  .lopuo-header .tp-menu-bar {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: 0 !important;
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
  }

  .lopuo-header .tp-menu-bar span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #11110f;
  }

  .lopuo-offcanvas {
    width: calc(100vw - 24px);
    max-width: 390px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .lopuo-mobile-menu__summary,
  .tp-offcanvas-menu .lopuo-mobile-menu__single {
    min-height: 52px;
    font-size: 17px;
  }

  .tp-offcanvas-menu .lopuo-mobile-menu__child {
    min-height: 37px;
    font-size: 14.5px;
  }

  .lopuo-footer {
    margin-top: 48px;
  }

  .error404 .lopuo-footer {
    margin-top: 0;
  }

  .lopuo-footer .tp-footer-top-title {
    font-size: clamp(46px, 16vw, 72px);
  }

  .lopuo-footer .tp-footer-main {
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .lopuo-footer .tp-footer-widget {
    margin-bottom: 34px;
  }

  .lopuo-footer .tp-footer-widget p {
    max-width: 100%;
    font-size: 16px !important;
  }

  .lopuo-footer-menu-col {
    margin-bottom: 30px;
  }

  .lopuo-footer-menu-col ul {
    gap: 8px;
  }

  .lopuo-footer-menu-col a {
    font-size: 15px;
  }

  .lopuo-footer-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .lopuo-footer-tags li {
    margin: 0 !important;
  }

  .lopuo-footer-tags a {
    min-width: 136px;
  }

  .lopuo-footer .tp-footer-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .lopuo-blog-hero {
    padding-top: var(--lopuo-page-top-space);
  }

  .lopuo-blog-hero .tp-service-hero-right {
    margin-top: 0;
  }

  .lopuo-blog-grid-section {
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .lopuo-blog-grid-section .tp-blog-title-wrap {
    margin-left: 0;
  }

  .lopuo-blog-grid-section .tp-service-shape {
    display: none !important;
  }

  .lopuo-blog-card__no-image {
    min-height: 270px;
    padding: 24px;
  }

  .lopuo-pagination__nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .lopuo-pagination__slot {
    width: 100%;
    justify-content: center;
  }

  .lopuo-pagination__slot--prev {
    order: 2;
  }

  .lopuo-pagination__numbers {
    order: 1;
    gap: 10px;
  }

  .lopuo-pagination__slot--next {
    order: 3;
  }

  .lopuo-post-breadcrumb {
    padding-top: var(--lopuo-page-top-space);
  }

  .lopuo-post-breadcrumb .container-fluid,
  .lopuo-post-detail .container {
    padding-right: var(--lopuo-page-gutter);
    padding-left: var(--lopuo-page-gutter);
  }

  .lopuo-post-title {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 50px) !important;
    line-height: 1.08 !important;
  }

  .lopuo-post-detail {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .lopuo-post-detail .tp-blog-details-content,
  .lopuo-post-detail .tp-blog-comment-form {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lopuo-post-content p,
  .lopuo-post-content li {
    font-size: 16px;
    line-height: 1.8;
  }

  .lopuo-post-content > * {
    margin-bottom: 24px;
  }

  .lopuo-post-content h2,
  .lopuo-post-content h3,
  .lopuo-post-content h4 {
    margin-top: 46px;
  }

  .lopuo-post-content h2 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .lopuo-post-content ul,
  .lopuo-post-content ol {
    gap: 10px;
  }

  .lopuo-post-content li {
    min-height: 0;
    padding: 12px 14px 12px 40px;
  }

  .lopuo-post-content li::before {
    left: 16px;
  }

  .lopuo-article-lead,
  .lopuo-article-emphasis,
  .lopuo-article-callout {
    font-size: 20px !important;
  }

  .lopuo-article-image-grid,
  .lopuo-article-snapshot {
    grid-template-columns: 1fr;
  }

  .lopuo-article-snapshot li {
    min-height: 88px;
  }

  .lopuo-post-breadcrumb .tp-breadcrumb-list ul li:last-child {
    white-space: normal;
  }

  .postbox__comment-box {
    gap: 14px;
  }

  .postbox__comment-name {
    display: block !important;
  }

  .lopuo-contact-hero {
    padding-top: var(--lopuo-page-top-space);
  }

  .lopuo-contact-hero .tp-service-hero-right {
    margin-top: 0;
  }

  .lopuo-contact-form-section {
    padding-bottom: 82px;
  }

  .lopuo-contact-panel {
    padding: 28px;
  }

  .lopuo-contact-panel__groups {
    grid-template-columns: 1fr;
  }

  .lopuo-contact-panel__header h2 {
    font-size: 34px;
  }

  .lopuo-contact-channel {
    min-height: 84px;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px 40px 14px 14px;
  }

  .lopuo-contact-channel__icon {
    width: 44px;
    height: 44px;
  }

  .lopuo-about-hero {
    padding-top: var(--lopuo-page-top-space);
    padding-right: 18px;
    padding-left: 18px;
  }

  .lopuo-about-hero__grid {
    gap: 34px;
  }

  .lopuo-about-hero__content,
  .lopuo-about-hero__visual,
  .lopuo-about-fit__content,
  .lopuo-about-fit__image {
    min-width: 0;
    max-width: 100%;
  }

  .lopuo-about-hero__content h1 {
    font-size: clamp(42px, 12.4vw, 52px);
    line-height: 1.06;
  }

  .lopuo-about-hero__content p,
  .lopuo-about-statement p,
  .lopuo-about-capabilities__intro p,
  .lopuo-about-proof__content p,
  .lopuo-about-cta p {
    font-size: 16px;
    line-height: 1.72;
  }

  .lopuo-about-hero__actions {
    display: grid;
    gap: 10px;
  }

  .lopuo-about-button {
    width: 100%;
  }

  .lopuo-about-hero__visual,
  .lopuo-about-fit__image {
    min-height: 360px;
  }

  .lopuo-about-hero__visual figcaption {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .lopuo-about-statement__inner {
    gap: 24px;
  }

  .lopuo-about-statement__inner > span {
    width: 56px;
    box-shadow: inset 0 0 0 18px #11110f;
  }

  .lopuo-about-section-heading {
    display: grid;
    align-items: start;
  }

  .lopuo-about-principles__grid,
  .lopuo-about-process__grid,
  .lopuo-about-proof__stats {
    grid-template-columns: 1fr;
  }

  .lopuo-about-principle-card,
  .lopuo-about-process-card {
    min-height: auto;
    padding: 28px;
  }

  .lopuo-about-principle-card span,
  .lopuo-about-process-card span {
    margin-bottom: 28px;
  }

  .lopuo-faq {
    padding-top: var(--lopuo-page-top-space);
    padding-bottom: 90px;
  }

  .lopuo-faq__banner {
    height: 360px;
  }

  .lopuo-text-marquee {
    padding: 20px 0;
  }

  .lopuo-text-marquee__item {
    font-size: 18px;
  }

  .lopuo-text-marquee__arrow {
    padding: 0 34px;
  }

  .lopuo-text-marquee__dot {
    margin: 0 34px;
  }

  .lopuo-faq .tp-faq-btn {
    min-height: 64px;
    padding-right: 52px;
    font-size: 18px;
  }

  .lopuo-faq__cta {
    padding: 22px;
  }

  .lopuo-about-capability-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }

  .lopuo-about-proof__panel,
  .lopuo-about-cta__inner {
    padding: 28px;
  }

  .lopuo-about-proof__stats div {
    min-height: 130px;
  }

  .lopuo-about-fit__content li {
    padding: 16px 16px 16px 48px;
    font-size: 16px;
  }

  .lopuo-about-fit__content li::before {
    left: 20px;
  }

  .lopuo-about-cta__inner > img {
    min-height: 280px;
  }
}

@media (max-width: 420px) {
  .lopuo-header.tp-header-area {
    width: 100%;
  }

  .lopuo-logo--header {
    width: 64px;
  }
}

.lopuo-services-page {
  background: #f7f4ed;
  color: #11110f;
}

.lopuo-services-page .container {
  width: min(1320px, calc(100vw - (var(--lopuo-page-gutter) * 2)));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.lopuo-services-hero {
  position: relative;
  overflow: hidden;
  padding: var(--lopuo-page-top-space) 0 clamp(58px, 6vw, 86px);
}

.lopuo-services-hero::after {
  position: absolute;
  top: clamp(86px, 8vw, 132px);
  right: max(-150px, -7vw);
  z-index: 0;
  width: clamp(220px, 26vw, 390px);
  aspect-ratio: 1;
  border: clamp(44px, 5.2vw, 78px) solid rgba(196, 238, 24, 0.54);
  border-radius: 999px;
  content: "";
}

.lopuo-services-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.58fr);
  gap: clamp(38px, 7vw, 96px);
}

.lopuo-services-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.lopuo-services-kicker span {
  display: inline-block;
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.lopuo-services-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #050505;
  font-size: clamp(54px, 6.7vw, 98px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.lopuo-services-hero__copy {
  margin-top: clamp(26px, 8vw, 118px);
}

.lopuo-services-hero__copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.65;
}

.lopuo-services-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.lopuo-services-hero__meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 15, 0.16);
  border-radius: 999px;
  color: #11110f;
  font-size: 14px;
  font-weight: 700;
}

.lopuo-services-banner {
  overflow: hidden;
  height: clamp(360px, 36vw, 560px);
  margin: 0;
  background: #eef0e8;
}

.lopuo-services-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateY(var(--lopuo-parallax-offset, 0));
}

.lopuo-services-list {
  padding: clamp(86px, 8.4vw, 124px) 0 clamp(92px, 9vw, 136px);
  background: #ffffff;
}

.lopuo-services-list__head {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  gap: clamp(38px, 6.5vw, 78px);
  margin-bottom: clamp(38px, 4.6vw, 58px);
}

.lopuo-services-list__head h2 {
  max-width: 860px;
  margin: 0;
  color: #050505;
  font-size: clamp(40px, 4.7vw, 66px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.06;
}

.lopuo-services-list__head > div > p {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.65;
}

.lopuo-services-list__rows {
  border-bottom: 1px solid rgba(17, 17, 15, 0.12);
}

.lopuo-service-row {
  display: grid;
  align-items: center;
  grid-template-columns: 110px minmax(270px, 1.05fr) minmax(260px, 0.86fr) 190px;
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(30px, 3.5vw, 46px) 0;
  border-top: 1px solid rgba(17, 17, 15, 0.12);
}

.lopuo-service-row__number {
  color: rgba(17, 17, 15, 0.48);
  font-family: var(--lopuo-font-display);
  font-size: 18px;
  font-weight: 800;
}

.lopuo-service-row h3 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
}

.lopuo-service-row h3 a {
  color: inherit;
  text-decoration: none;
}

.lopuo-service-row h3 a:hover {
  color: #6b8200;
}

.lopuo-service-row p {
  margin: 0;
  color: rgba(17, 17, 15, 0.66);
  font-size: 17px;
  line-height: 1.62;
}

.lopuo-service-row__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lopuo-service-row__tags span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #f1f1ec;
  color: #11110f;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.lopuo-services-path {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 8.4vw, 126px) 0 clamp(80px, 8vw, 118px);
  background: #050505;
  color: #ffffff;
}

.lopuo-services-path__shape {
  position: absolute;
  top: 80px;
  left: -86px;
  width: min(240px, 38vw);
  opacity: 0.18;
}

.lopuo-services-path__intro {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 86px);
  margin-bottom: clamp(44px, 5vw, 66px);
}

.lopuo-services-path__intro p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 500;
  line-height: 1.42;
}

.lopuo-services-path__intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.lopuo-services-path__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.lopuo-process-step {
  min-height: 270px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.lopuo-process-step span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 999px;
  background: #c4ee18;
  color: #050505;
  font-family: var(--lopuo-font-display);
  font-size: 16px;
  font-weight: 900;
}

.lopuo-process-step h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 800;
  line-height: 1.22;
}

.lopuo-process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.58;
}

.lopuo-services-fit {
  padding: clamp(86px, 8.5vw, 126px) 0 clamp(92px, 9vw, 138px);
  background: #f7f4ed;
}

.lopuo-services-fit__layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(330px, 0.93fr) minmax(0, 1.07fr);
  gap: clamp(42px, 7vw, 92px);
}

.lopuo-services-fit__image {
  overflow: hidden;
  height: clamp(420px, 44vw, 640px);
  margin: 0;
  background: #e9ebe3;
}

.lopuo-services-fit__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lopuo-services-fit__content h2 {
  max-width: 720px;
  margin: 0 0 30px;
  color: #050505;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
}

.lopuo-services-fit__items {
  border-bottom: 1px solid rgba(17, 17, 15, 0.14);
}

.lopuo-services-fit__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid rgba(17, 17, 15, 0.14);
}

.lopuo-services-fit__item i {
  margin-top: 5px;
  color: #11110f;
  font-size: 20px;
}

.lopuo-services-fit__item h3 {
  margin: 0 0 8px;
  color: #11110f;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.lopuo-services-fit__item p {
  margin: 0;
  color: rgba(17, 17, 15, 0.66);
  font-size: 17px;
  line-height: 1.62;
}

.lopuo-services-cta {
  padding: clamp(74px, 7vw, 108px) 0;
  background: #c4ee18;
}

.lopuo-services-cta__layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
}

.lopuo-services-cta h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.lopuo-services-cta p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(17, 17, 15, 0.78);
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 600;
  line-height: 1.55;
}

.lopuo-services-cta__button {
  display: inline-grid;
  width: 176px;
  height: 176px;
  place-items: center;
  align-content: center;
  gap: 12px;
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  font-family: var(--lopuo-font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.lopuo-services-cta__button:hover {
  background: #ffffff;
  color: #050505;
}

.lopuo-services-cta__button span {
  display: inline-flex;
  font-size: 24px;
}

.lopuo-services-page + .lopuo-footer {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .lopuo-service-row {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .lopuo-service-row p,
  .lopuo-service-row__tags {
    grid-column: 2;
  }

  .lopuo-service-row__tags {
    justify-content: flex-start;
  }

  .lopuo-services-path__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .lopuo-services-hero__grid,
  .lopuo-services-list__head,
  .lopuo-services-path__intro,
  .lopuo-services-fit__layout,
  .lopuo-services-cta__layout {
    grid-template-columns: 1fr;
  }

  .lopuo-services-hero__copy {
    margin-top: 0;
  }

  .lopuo-services-cta__button {
    width: 154px;
    height: 154px;
  }
}

@media (max-width: 767px) {
  .lopuo-services-page .container {
    width: calc(100vw - (var(--lopuo-page-gutter) * 2));
  }

  .lopuo-services-hero {
    padding-bottom: 56px;
  }

  .lopuo-services-hero::after {
    right: -120px;
    width: 230px;
    border-width: 44px;
  }

  .lopuo-services-hero h1 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .lopuo-services-banner {
    height: 350px;
  }

  .lopuo-service-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 0;
  }

  .lopuo-service-row p,
  .lopuo-service-row__tags {
    grid-column: auto;
  }

  .lopuo-services-path__grid {
    grid-template-columns: 1fr;
  }

  .lopuo-process-step {
    min-height: auto;
  }

  .lopuo-services-fit__image {
    height: 360px;
  }

  .lopuo-services-cta__button {
    width: 100%;
    height: auto;
    min-height: 58px;
    grid-auto-flow: column;
    justify-content: center;
    border-radius: 999px;
  }
}

.lopuo-services-page--leric-list {
  background: #ffffff;
}

.lopuo-services-page--leric-list .container {
  width: 100%;
  max-width: 1320px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.lopuo-services-page--leric-list .tp-service-hero-area {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-services-original-list .tp-service-pp-title-box {
  padding-right: 220px;
  padding-left: 220px;
}

.lopuo-services-original-list .tp-service-pp-content h4 a {
  color: inherit;
}

.lopuo-services-original-list .tp-service-pp-content p {
  max-width: 620px;
}

.lopuo-services-original-list .tp-service-pp-category {
  display: block;
}

.lopuo-services-original-list .tp-service-pp-category span {
  white-space: nowrap;
}

.lopuo-services-original-list .tp-service-pp-thumb img {
  width: auto;
  max-width: 100%;
  border-radius: 0;
}

.lopuo-services-original-panel {
  position: relative;
  z-index: var(--lopuo-panel-index, 1);
  min-height: 530px;
}

.lopuo-services-original-panel .pin-spacer {
  z-index: inherit;
}

.lopuo-services-original-panel .row {
  min-height: 450px;
}

.lopuo-services-original-process {
  overflow: hidden;
}

.lopuo-service-detail-page {
  background: #050505;
  color: #ffffff;
}

.lopuo-service-detail-page .container {
  width: min(1320px, calc(100vw - (var(--lopuo-page-gutter) * 2)));
  max-width: none;
  padding: 0;
}

.lopuo-service-detail-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--lopuo-page-top-space) + 80px) 0 58px;
  background: #050505;
}

.lopuo-service-detail-hero__shape {
  position: absolute;
  top: 0;
  right: -12vw;
  width: min(52vw, 720px);
  max-width: none;
  opacity: 0.12;
  pointer-events: none;
}

.lopuo-service-detail-hero__grid {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: clamp(38px, 6vw, 92px);
  z-index: 1;
}

.lopuo-service-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #c4ee18;
  font-family: var(--lopuo-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.lopuo-service-detail-kicker span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: currentColor;
}

.lopuo-service-detail-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(54px, 8vw, 118px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.lopuo-service-detail-hero__grid > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.5;
}

.lopuo-service-detail-hero__icon {
  width: 72px;
  height: 72px;
  margin-top: 38px;
  animation: lopuo-detail-spin 14s linear infinite;
}

@keyframes lopuo-detail-spin {
  to {
    transform: rotate(360deg);
  }
}

.lopuo-service-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 62px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 600;
}

.lopuo-service-detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.lopuo-service-detail-breadcrumb strong {
  color: #ffffff;
}

.lopuo-service-detail-breadcrumb span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.lopuo-service-detail-banner {
  overflow: hidden;
  height: clamp(390px, 48vw, 760px);
  margin: 0;
  background: #141414;
}

.lopuo-service-detail-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lopuo-service-detail-overview,
.lopuo-service-detail-offers,
.lopuo-service-detail-faq {
  background: #ffffff;
  color: #050505;
}

.lopuo-service-detail-overview {
  padding: clamp(88px, 9vw, 138px) 0;
}

.lopuo-service-detail-section-head {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, auto) minmax(80px, 1fr);
  gap: 26px;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.lopuo-service-detail-section-head h2,
.lopuo-service-detail-offers h2,
.lopuo-service-detail-process h2,
.lopuo-service-detail-faq h2 {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 82px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.lopuo-service-detail-section-head span {
  display: block;
  height: 1px;
  background: rgba(5, 5, 5, 0.14);
}

.lopuo-service-detail-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(38px, 7vw, 96px);
}

.lopuo-service-detail-overview__grid p {
  margin: 0 0 22px;
  color: rgba(5, 5, 5, 0.68);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.68;
}

.lopuo-service-detail-overview__grid h3 {
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
}

.lopuo-service-detail-overview__grid ul,
.lopuo-service-offer-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lopuo-service-detail-overview__grid li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
}

.lopuo-service-detail-overview__grid li:last-child {
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
}

.lopuo-service-detail-overview__grid li i {
  margin-top: 6px;
  color: #050505;
  font-size: 18px;
}

.lopuo-service-detail-overview__grid li p {
  margin: 0;
}

.lopuo-service-detail-overview__grid b {
  color: #050505;
  font-weight: 800;
}

.lopuo-service-detail-offers {
  padding: 0 0 clamp(94px, 10vw, 150px);
}

.lopuo-service-detail-offers h2 {
  max-width: 860px;
  margin-bottom: clamp(42px, 5vw, 74px);
}

.lopuo-service-detail-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lopuo-service-offer-card {
  min-height: 360px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 8px;
  background: #f7f4ed;
}

.lopuo-service-offer-card__icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  border-radius: 999px;
  background: #c4ee18;
  color: #050505;
  font-size: 24px;
}

.lopuo-service-offer-card h3 {
  margin: 0 0 24px;
  color: #050505;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 800;
  line-height: 1.18;
}

.lopuo-service-offer-card li {
  padding: 10px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
  color: rgba(5, 5, 5, 0.66);
  font-size: 17px;
  line-height: 1.45;
}

.lopuo-service-detail-images {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  margin-top: clamp(42px, 6vw, 82px);
}

.lopuo-service-detail-images figure {
  overflow: hidden;
  height: clamp(320px, 34vw, 520px);
  margin: 0;
  border-radius: 8px;
  background: #eceee6;
}

.lopuo-service-detail-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lopuo-service-detail-process {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 9vw, 140px) 0;
  background: #050505;
}

.lopuo-service-detail-process > img {
  position: absolute;
  top: -10%;
  right: -8%;
  width: min(56vw, 760px);
  max-width: none;
  opacity: 0.12;
}

.lopuo-service-detail-process__head {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 42px;
  margin-bottom: clamp(46px, 6vw, 86px);
  z-index: 1;
}

.lopuo-service-detail-process h2 {
  color: #ffffff;
}

.lopuo-service-detail-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  z-index: 1;
}

.lopuo-service-detail-process__grid article {
  min-height: 270px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.lopuo-service-detail-process__grid span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 999px;
  background: #c4ee18;
  color: #050505;
  font-family: var(--lopuo-font-display);
  font-size: 16px;
  font-weight: 900;
}

.lopuo-service-detail-process__grid h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.22;
}

.lopuo-service-detail-process__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  line-height: 1.58;
}

.lopuo-service-detail-process__cta {
  position: relative;
  margin: 54px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--lopuo-font-display);
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.lopuo-service-detail-process__cta a {
  margin-left: 18px;
  color: #c4ee18;
}

.lopuo-service-detail-faq {
  padding: clamp(88px, 9vw, 136px) 0;
}

.lopuo-service-detail-faq__head {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: 42px;
  margin-bottom: clamp(44px, 6vw, 84px);
}

.lopuo-service-detail-faq__head .lopuo-service-detail-kicker {
  color: #050505;
}

.lopuo-service-detail-faq__accordion {
  border-top: 1px solid rgba(5, 5, 5, 0.14);
}

.lopuo-service-detail-faq__item {
  border-bottom: 1px solid rgba(5, 5, 5, 0.14);
}

.lopuo-service-detail-faq__item h3 {
  margin: 0;
}

.lopuo-service-detail-faq__item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0;
  border: 0;
  background: transparent;
  color: #050505;
  font-family: var(--lopuo-font-display);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

.lopuo-service-detail-faq__item button i {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.lopuo-service-detail-faq__item button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.lopuo-service-detail-faq__item p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 30px;
  color: rgba(5, 5, 5, 0.66);
  font-size: 18px;
  line-height: 1.65;
}

.lopuo-service-detail-page + .lopuo-footer {
  margin-top: 0;
}

.lopuo-service-detail-light {
  background: #ffffff;
  color: #030303;
}

.lopuo-service-detail-light .tp-service-hero-area {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-service-detail-light .tp-about-process-icon {
  color: #030303;
  font-size: 60px;
  line-height: 1;
}

.lopuo-service-detail-light .tp-about-process-icon i {
  display: inline-block;
}

.lopuo-service-detail-light .tp-about-process-2-item h3 {
  min-height: 92px;
}

.lopuo-service-detail-light .tp-service-process-img {
  height: clamp(320px, 34vw, 520px);
}

.lopuo-service-detail-light .tp-service-process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lopuo-service-detail-light + .lopuo-footer {
  margin-top: 0;
}

.lopuo-case-studies-page,
.lopuo-case-study-detail {
  background: #ffffff;
  color: #030303;
}

.lopuo-case-studies-page .container,
.lopuo-case-study-detail .container {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--lopuo-page-gutter);
  padding-left: var(--lopuo-page-gutter);
}

.lopuo-case-studies-hero {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-case-studies-hero .tp-service-hero-left h1,
.lopuo-case-study-hero .tp-service-hero-left h1 {
  letter-spacing: 0;
}

.lopuo-case-studies-hero .tp-service-hero-right p,
.lopuo-case-study-hero .tp-service-hero-right p {
  max-width: 560px;
}

.lopuo-case-studies-grid .container-1524 {
  max-width: 1800px;
}

.lopuo-case-card {
  height: calc(100% - 50px);
  padding: clamp(12px, 1.1vw, 18px);
  border: 1px solid rgba(3, 3, 3, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(3, 3, 3, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.lopuo-case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(3, 3, 3, 0.14);
  box-shadow: 0 24px 58px rgba(3, 3, 3, 0.08);
}

.lopuo-case-card__thumb {
  aspect-ratio: 1250 / 521;
  background: #f2f2f2;
  border-radius: 6px;
}

.lopuo-case-card__thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lopuo-case-card:hover .lopuo-case-card__thumb img {
  transform: scale(1.045);
}

.lopuo-case-card h2 a {
  color: inherit;
}

.lopuo-case-card__desc {
  display: -webkit-box;
  min-height: 3.05em;
  margin: -4px 0 18px;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lopuo-case-card .tp-portfolio-sa-item-tag {
  border-radius: 999px;
  padding: 8px 18px;
}

.lopuo-case-pagination {
  margin-top: clamp(10px, 3vw, 34px);
  padding-top: clamp(22px, 4vw, 46px);
}

.lopuo-case-pagination.is-hidden {
  display: none;
}

.lopuo-case-empty {
  display: grid;
  min-height: clamp(260px, 26vw, 390px);
  place-items: center;
  align-content: center;
  gap: 12px;
  color: #11110f;
  text-align: center;
}

.lopuo-case-empty svg {
  width: min(300px, 56vw);
  height: auto;
}

.lopuo-case-empty p {
  margin: 0;
  font-family: var(--lopuo-font-display);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 600;
  line-height: 1.15;
}

.lopuo-case-card-col.is-hidden,
[data-lopuo-case-item].is-hidden {
  display: none !important;
}

.lopuo-case-study-hero {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-case-study-banner.tp-about-me-banner {
  height: clamp(345px, 28.5vw, 465px) !important;
  border-bottom: 1px solid rgba(3, 3, 3, 0.08);
}

.lopuo-case-study-banner img {
  height: 118% !important;
  min-height: 0;
  object-fit: cover;
}

.lopuo-case-study-overview.tp-portfolio-details-shedule-spacing {
  margin-top: -132px !important;
  padding-top: 0;
}

.lopuo-case-study-overview .tp-portfolio-details-shedule-title {
  min-height: 212px;
  padding-top: 142px;
}

.lopuo-case-study-overview .tp-portfolio-details-shedule {
  box-shadow: 0 18px 45px rgba(3, 3, 3, 0.04);
}

.lopuo-case-study-link-disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
}

.lopuo-case-study-overview .tp-portfolio-details-shedule ul {
  margin: 0;
}

.lopuo-case-study-overview .tp-portfolio-details-shedule li {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 0.55fr);
  gap: 18px;
}

.lopuo-case-study-overview .tp-portfolio-details-content-right p {
  max-width: 620px;
}

.lopuo-case-study-overview .tp-portfolio-details-thumb,
.lopuo-case-study-outcome .tp-portfolio-outcome-thumb {
  overflow: hidden;
  background: #f2f2f2;
}

.lopuo-case-study-overview .tp-portfolio-details-thumb {
  aspect-ratio: 1600 / 940;
}

.lopuo-case-study-overview .tp-portfolio-details-thumb img,
.lopuo-case-study-outcome .tp-portfolio-outcome-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lopuo-case-study-outcome .tp-portfolio-outcome-thumb {
  aspect-ratio: 1600 / 940;
}

.lopuo-case-study-outcome .tp-portfolio-outcome-bost {
  gap: 34px;
}

.lopuo-case-study-outcome .tp-portfolio-outcome-bost span {
  width: 260px;
  padding: 18px 30px 15px;
  font-size: 18px !important;
  line-height: 1.32;
}

.lopuo-case-study-outcome .tp-portfolio-outcome-bost span b {
  font-size: 20px;
  line-height: 1.25;
}

.lopuo-case-study-navigation .tp-portfolio-navigation-title {
  margin: 0;
}

.lopuo-case-study-navigation img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.lopuo-case-studies-page + .lopuo-footer,
.lopuo-case-study-detail + .lopuo-footer {
  margin-top: 0;
}

.lopuo-resource-page {
  background: #ffffff;
  color: #030303;
}

.lopuo-resource-page .container {
  width: 100%;
  max-width: 1320px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.lopuo-resource-hero {
  padding-top: var(--lopuo-page-top-space);
}

.lopuo-resource-hero .tp-service-hero-left h1 {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.lopuo-resource-hero .tp-service-hero-right p {
  max-width: 560px;
}

.lopuo-resource-hero .tp-service-details-icon {
  position: absolute;
  top: -28px;
  left: -58px;
  z-index: 0;
  opacity: 0.42;
  pointer-events: none;
}

.lopuo-resource-hero .tp-service-details-icon img {
  width: clamp(96px, 9vw, 152px);
  height: auto;
}

.lopuo-resource-section-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.lopuo-resource-section-head h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.lopuo-resource-section-main {
  max-width: 780px;
}

.lopuo-resource-section-copy {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  align-items: flex-start;
  margin-top: 28px;
}

.lopuo-resource-section-copy > span {
  display: inline-block;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  background:
    linear-gradient(90deg, #030303 0 67%, transparent 67% 100%) 0 13px / 45px 30px no-repeat,
    linear-gradient(90deg, transparent 0 33%, #c4ee18 33% 100%) 0 1px / 45px 30px no-repeat;
}

.lopuo-resource-section-copy p {
  margin: 0;
  max-width: 610px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(3, 3, 3, 0.62);
}

.lopuo-resource-list__grid {
  border-top: 1px solid rgba(3, 3, 3, 0.12);
}

.lopuo-resource-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(190px, 0.28fr);
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  min-height: 172px;
  padding: clamp(28px, 4vw, 48px) 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.12);
}

.lopuo-resource-list__grid .lopuo-resource-row {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.lopuo-resource-list__grid .lopuo-resource-row:hover {
  background: #f8f6ef;
  box-shadow: 0 0 0 100vmax #f8f6ef;
  clip-path: inset(0 -100vmax);
}

.lopuo-resource-row__index {
  align-self: start;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: rgba(3, 3, 3, 0.48);
}

.lopuo-resource-row__content {
  max-width: 760px;
}

.lopuo-resource-row__label {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(3, 3, 3, 0.52);
}

.lopuo-resource-row h2,
.lopuo-resource-row h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.lopuo-resource-row p {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(3, 3, 3, 0.68);
}

.lopuo-resource-row__side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
}

.lopuo-resource-row__side > span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #030303;
  background: #f7f7f4;
}

.lopuo-resource-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid #030303;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  background: #030303;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lopuo-resource-button:hover {
  color: #030303;
  background: #ffffff;
  transform: translateY(-1px);
}

.lopuo-resource-button:focus-visible {
  outline: 2px solid #030303;
  outline-offset: 3px;
}

.lopuo-resource-button span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.lopuo-resource-page--index .lopuo-resource-list__grid {
  display: grid;
  gap: 18px;
  border-top: 0;
}

.lopuo-resource-page--index .lopuo-resource-row {
  min-height: 190px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.lopuo-resource-page--index .lopuo-resource-row:hover {
  clip-path: none;
  box-shadow: 0 18px 60px rgba(3, 3, 3, 0.08);
}

.lopuo-resource-page--index .lopuo-resource-row__side {
  align-items: flex-end;
}

.lopuo-template-row {
  grid-template-columns: 82px minmax(260px, 0.36fr) minmax(0, 1fr) minmax(150px, 0.2fr);
  align-items: center;
}

.lopuo-widget-row {
  grid-template-columns: 82px minmax(260px, 0.32fr) minmax(0, 1fr) minmax(180px, 0.24fr);
  align-items: center;
}

.lopuo-template-row__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(3, 3, 3, 0.1);
  border-radius: 6px;
  background: #f7f7f4;
}

.lopuo-widget-row__media {
  aspect-ratio: 4 / 3;
}

.lopuo-template-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lopuo-template-row__media:hover img {
  transform: scale(1.025);
}

.lopuo-template-row .lopuo-resource-row__content {
  max-width: 700px;
}

.lopuo-widget-row .lopuo-resource-row__content {
  max-width: 680px;
}

.lopuo-template-row .lopuo-resource-row h3,
.lopuo-template-row h3,
.lopuo-widget-row h3 {
  font-size: clamp(28px, 2.5vw, 42px);
}

.lopuo-template-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -34px 0 34px;
}

.lopuo-widget-summary {
  margin-top: -34px;
  margin-bottom: 34px;
}

.lopuo-template-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: rgba(3, 3, 3, 0.74);
  background: #f7f7f4;
}

.lopuo-template-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.lopuo-template-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(3, 3, 3, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lopuo-template-card:hover {
  transform: translateY(-6px);
  border-color: rgba(3, 3, 3, 0.2);
  box-shadow: 0 20px 44px rgba(3, 3, 3, 0.08);
}

.lopuo-template-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #f7f7f4;
  transform: translateZ(0);
}

.lopuo-template-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}

.lopuo-template-card:hover .lopuo-template-card__media img {
  transform: scale(1.025);
}

.lopuo-template-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

.lopuo-template-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(3, 3, 3, 0.52);
}

.lopuo-template-card__topline span:first-child {
  color: #030303;
}

.lopuo-template-card h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 1.9vw, 32px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.lopuo-template-card p {
  margin: 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(3, 3, 3, 0.68);
}

.lopuo-template-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.lopuo-template-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #030303;
  background: #fff;
}

.lopuo-template-card__action {
  margin-top: auto;
  padding-top: 28px;
}

.lopuo-search-page {
  background: #ffffff;
}

.lopuo-search-page h1,
.lopuo-search-page h2,
.lopuo-search-page p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lopuo-search-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #030303;
  background: #f7f7f4;
}

.lopuo-search-hero-form {
  display: flex;
  gap: 8px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  margin-top: 32px;
  padding: 8px;
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(3, 3, 3, 0.08);
}

.lopuo-search-hero-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.2;
  color: #030303;
  background: #f7f7f4;
  outline: 0;
}

.lopuo-search-hero-form input::placeholder {
  color: rgba(3, 3, 3, 0.44);
}

.lopuo-search-hero-form input:focus {
  box-shadow: inset 0 0 0 2px rgba(196, 238, 24, 0.92);
}

.lopuo-search-hero-form button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 52px;
  padding: 0 22px;
  border: 1px solid #030303;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #030303;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lopuo-search-hero-form button:hover {
  color: #030303;
  background: #ffffff;
  transform: translateY(-1px);
}

.lopuo-search-section-head .lopuo-resource-row__label {
  margin-top: 8px;
}

.lopuo-search-section-head .lopuo-resource-section-copy,
.lopuo-search-section-head .lopuo-resource-section-copy p {
  min-width: 0;
}

.lopuo-search-results-list {
  border-top: 0;
}

.lopuo-search-result-row h2 a {
  color: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.24s ease;
}

.lopuo-search-result-row h2 a:hover {
  background-size: 100% 2px;
}

.lopuo-search-empty {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(3, 3, 3, 0.12);
  border-radius: 18px;
  background: #f8f6ef;
}

.lopuo-search-empty span {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(3, 3, 3, 0.52);
}

.lopuo-search-empty h2 {
  margin: 0 0 14px;
  max-width: 760px;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.lopuo-search-empty p {
  margin: 0;
  max-width: 670px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(3, 3, 3, 0.68);
}

.lopuo-search-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.lopuo-search-empty__actions a,
.lopuo-search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid rgba(3, 3, 3, 0.14);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #030303;
  background: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lopuo-search-empty__actions a:hover,
.lopuo-search-pagination .page-numbers:hover,
.lopuo-search-pagination .page-numbers.current {
  border-color: #030303;
  color: #ffffff;
  background: #030303;
  transform: translateY(-1px);
}

.lopuo-search-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 64px);
}

@supports (animation-timeline: view()) {
  .lopuo-template-card {
    animation: lopuo-template-rise both ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 32%;
  }
}

@keyframes lopuo-template-rise {
  from {
    opacity: 0.82;
    translate: 0 24px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

.lopuo-resource-page + .lopuo-footer {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .lopuo-service-detail-offers__grid,
  .lopuo-service-detail-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lopuo-template-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .lopuo-service-detail-hero__grid,
  .lopuo-service-detail-overview__grid,
  .lopuo-service-detail-process__head,
  .lopuo-service-detail-faq__head {
    grid-template-columns: 1fr;
  }

  .lopuo-service-detail-images {
    grid-template-columns: 1fr;
  }

  .lopuo-services-original-list .tp-service-pp-thumb {
    margin-top: 34px;
    text-align: left !important;
  }

  .lopuo-resource-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .lopuo-template-row {
    grid-template-columns: 58px minmax(260px, 0.45fr) minmax(0, 1fr);
  }

  .lopuo-widget-row {
    grid-template-columns: 58px minmax(240px, 0.42fr) minmax(0, 1fr);
  }

  .lopuo-resource-row__side {
    grid-column: 2;
  }

  .lopuo-search-empty {
    grid-template-columns: 1fr;
  }

  .lopuo-search-empty__actions {
    justify-content: flex-start;
  }

  .lopuo-template-row .lopuo-resource-row__side,
  .lopuo-widget-row .lopuo-resource-row__side {
    grid-column: 3;
  }
}

@media (max-width: 767px) {
  .lopuo-services-page--leric-list .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .lopuo-services-original-list .tp-service-pp-title-box {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .lopuo-services-original-list .tp-service-pp-category span {
    white-space: normal;
  }

  .lopuo-service-detail-page .container {
    width: calc(100vw - (var(--lopuo-page-gutter) * 2));
  }

  .lopuo-service-detail-hero {
    padding-top: calc(var(--lopuo-page-top-space) + 46px);
  }

  .lopuo-service-detail-banner {
    height: 340px;
  }

  .lopuo-service-detail-section-head {
    grid-template-columns: 1fr;
  }

  .lopuo-service-detail-section-head span {
    width: 100%;
  }

  .lopuo-service-detail-offers__grid,
  .lopuo-service-detail-process__grid {
    grid-template-columns: 1fr;
  }

  .lopuo-service-offer-card,
  .lopuo-service-detail-process__grid article {
    min-height: auto;
  }

  .lopuo-service-detail-process__cta a {
    display: inline-block;
    margin: 12px 0 0;
  }

  .lopuo-case-studies-page .container,
  .lopuo-case-study-detail .container {
    width: 100%;
    padding-right: var(--lopuo-page-gutter);
    padding-left: var(--lopuo-page-gutter);
  }

  .lopuo-case-studies-hero .tp-service-hero-right,
  .lopuo-case-study-hero .tp-service-hero-right {
    margin-top: 0;
  }

  .lopuo-case-studies-hero .nav-tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 10px;
    overflow-x: visible;
  }

  .lopuo-case-studies-hero .nav-tabs .nav-link {
    flex: 0 1 auto;
    max-width: 100%;
    white-space: normal;
  }

  .lopuo-case-study-banner.tp-about-me-banner {
    height: 240px !important;
  }

  .lopuo-case-study-overview.tp-portfolio-details-shedule-spacing {
    margin-top: 34px !important;
  }

  .lopuo-case-study-overview .tp-portfolio-details-shedule-title {
    min-height: 0;
    padding-top: 0;
  }

  .lopuo-case-study-overview .tp-portfolio-details-shedule li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lopuo-case-study-overview .tp-portfolio-details-content-right p {
    margin-bottom: 48px;
  }

  .lopuo-case-study-navigation img {
    width: 72px;
    height: 72px;
  }

  .lopuo-resource-page .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .lopuo-resource-hero .tp-service-hero-right {
    margin-top: 0;
  }

  .lopuo-resource-section-head,
  .lopuo-resource-row {
    grid-template-columns: 1fr;
  }

  .lopuo-resource-section-copy {
    gap: 18px;
  }

  .lopuo-resource-section-copy > span {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    background:
      linear-gradient(90deg, #030303 0 67%, transparent 67% 100%) 0 10px / 36px 24px no-repeat,
      linear-gradient(90deg, transparent 0 33%, #c4ee18 33% 100%) 0 0 / 36px 24px no-repeat;
  }

  .lopuo-resource-row {
    min-height: auto;
  }

  .lopuo-search-hero-form {
    flex-direction: column;
    align-items: stretch;
    padding: 7px;
    border-radius: 18px;
  }

  .lopuo-search-hero-form input,
  .lopuo-search-hero-form button {
    width: 100%;
  }

  .lopuo-search-hero-form button {
    min-width: 0;
    height: 48px;
    padding: 0 16px;
  }

  .lopuo-search-page p {
    white-space: normal !important;
    word-break: break-all;
  }

  .lopuo-search-section-head .lopuo-resource-section-copy {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: start;
  }

  .lopuo-search-section-head .lopuo-resource-section-copy p {
    max-width: none;
  }

  .lopuo-search-empty {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .lopuo-search-empty__actions a {
    flex: 1 1 calc(50% - 10px);
  }

  .lopuo-resource-row__side {
    grid-column: auto;
  }

  .lopuo-resource-page--index .lopuo-resource-row__side {
    align-items: flex-start;
  }

  .lopuo-template-row {
    grid-template-columns: 1fr;
  }

  .lopuo-widget-row {
    grid-template-columns: 1fr;
  }

  .lopuo-template-row__media {
    max-width: 100%;
  }

  .lopuo-template-row .lopuo-resource-row__side,
  .lopuo-widget-row .lopuo-resource-row__side {
    grid-column: auto;
  }

  .lopuo-template-summary {
    margin-top: -18px;
  }

  .lopuo-template-catalog {
    grid-template-columns: 1fr;
  }

  .lopuo-template-card,
  .lopuo-template-card:hover {
    transform: none;
  }

}

@media (max-width: 1199px) {
  .lopuo-page-media-banner,
  .lopuo-blog-banner,
  .lopuo-post-banner,
  .lopuo-services-original-banner {
    height: 390px;
  }
}

@media (max-width: 991px) {
  .lopuo-naviroa-page .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .lopuo-naviroa-hero .tp-service-hero-right {
    margin-top: 0;
  }

  .lopuo-naviroa-capability-grid,
  .lopuo-naviroa-process__head,
  .lopuo-naviroa-process__grid,
  .lopuo-naviroa-usecases__layout,
  .lopuo-naviroa-cta__box {
    grid-template-columns: 1fr;
  }

  .lopuo-naviroa-process__grid article {
    min-height: auto;
  }

  .lopuo-page-media-banner,
  .lopuo-blog-banner,
  .lopuo-post-banner,
  .lopuo-services-original-banner {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .lopuo-naviroa-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .lopuo-naviroa-capability,
  .lopuo-naviroa-capability:hover {
    min-height: auto;
    transform: none;
  }

  .lopuo-naviroa-cta__box {
    padding: 28px;
  }

  .lopuo-product-card {
    min-height: 460px;
  }

  .lopuo-product-card__top {
    flex-direction: column;
  }

  .lopuo-page-media-banner,
  .lopuo-blog-banner,
  .lopuo-post-banner,
  .lopuo-services-original-banner {
    height: 240px;
  }

  .lopuo-page-media-banner img,
  .lopuo-blog-banner img,
  .lopuo-post-banner img,
  .lopuo-services-original-banner img {
    height: 108%;
    transform: translateY(var(--lopuo-parallax-offset, 0px)) scale(1.1);
  }
}
