/* Lopuo homepage presentation styles. */

.lopuo-site-header,
.lopuo-site-footer {
  padding: 24px;
}

.lopuo-site-header__inner,
.lopuo-site-footer__inner,
.lopuo-frame {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.lopuo-site-header__inner,
.lopuo-site-footer__inner,
.lopuo-hero__meta,
.lopuo-actions,
.lopuo-command-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lopuo-site-header__inner {
  align-items: center;
  justify-content: space-between;
}

.lopuo-site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
}

.lopuo-site-header__eyebrow,
.lopuo-card__eyebrow,
.lopuo-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lopuo-site-header__eyebrow,
.lopuo-card__eyebrow {
  margin: 0 0 16px;
  padding: 7px 12px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--lopuo-text);
}

.lopuo-status {
  padding: 7px 12px;
}

.lopuo-status.is-ready {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
}

.lopuo-status.is-pending {
  background: rgba(245, 158, 11, 0.12);
  color: #92400e;
}

.lopuo-chip,
.lopuo-button,
.lopuo-button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}

.lopuo-chip {
  background: var(--lopuo-surface);
  border-color: var(--lopuo-border);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.lopuo-button {
  background: var(--lopuo-accent);
  color: var(--lopuo-accent-contrast);
}

.lopuo-button--secondary {
  background: transparent;
  border-color: var(--lopuo-border);
}

.lopuo-shell {
  min-height: calc(100vh - 180px);
}

.lopuo-frame {
  padding: 16px 0 72px;
}

.lopuo-grid {
  display: grid;
  gap: 24px;
}

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

.lopuo-card {
  margin-top: 24px;
  padding: 32px;
  border: 1px solid rgba(215, 223, 235, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--lopuo-shadow);
  backdrop-filter: blur(12px);
}

.lopuo-card--hero {
  padding: 40px;
}

.lopuo-card__title,
.lopuo-title,
.lopuo-subtitle {
  margin: 0;
  line-height: 1.08;
}

.lopuo-title {
  font-size: clamp(36px, 5vw, 60px);
}

.lopuo-card__title {
  font-size: clamp(28px, 3vw, 38px);
}

.lopuo-subtitle {
  font-size: 18px;
  margin-bottom: 12px;
}

.lopuo-copy,
.lopuo-card p,
.lopuo-card li,
.lopuo-site-footer__copy,
.lopuo-step-list__copy,
.lopuo-meta-list__item,
.lopuo-site-header__meta {
  color: var(--lopuo-muted);
  line-height: 1.7;
}

.lopuo-copy {
  max-width: 780px;
  margin: 18px 0 0;
  font-size: 18px;
}

.lopuo-hero__meta {
  margin-top: 24px;
}

.lopuo-meta-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.lopuo-meta-list__item strong {
  display: block;
  color: var(--lopuo-text);
}

.lopuo-list,
.lopuo-step-list,
.lopuo-audit-list {
  margin: 0;
  padding-left: 20px;
}

.lopuo-stack {
  display: grid;
  gap: 24px;
}

.lopuo-command-list {
  margin-top: 16px;
}

.lopuo-command,
.lopuo-code-block {
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 16px;
  background: #0f172a;
  color: #e2e8f0;
}

.lopuo-command {
  padding: 10px 14px;
  font-size: 14px;
}

.lopuo-code-block {
  margin: 0;
  padding: 20px;
  overflow-x: auto;
  line-height: 1.7;
}

.lopuo-step-list {
  display: grid;
  gap: 18px;
}

.lopuo-step-list__item::marker,
.lopuo-audit-list__item::marker {
  font-weight: 700;
  color: var(--lopuo-text);
}

.lopuo-step-list__title {
  display: block;
  margin-bottom: 6px;
  color: var(--lopuo-text);
  font-weight: 700;
}

.lopuo-step-list__copy {
  display: block;
  margin-bottom: 10px;
}

.lopuo-audit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.lopuo-audit-panel {
  padding: 20px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(215, 223, 235, 0.9);
}

.lopuo-audit-panel h3 {
  margin: 0 0 14px;
}

.lopuo-audit-list {
  display: grid;
  gap: 10px;
}

.lopuo-audit-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lopuo-audit-list__meta {
  color: var(--lopuo-muted);
  font-size: 13px;
}

.lopuo-site-footer {
  padding-top: 0;
  padding-bottom: 40px;
}

.lopuo-site-footer__inner {
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(215, 223, 235, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.lopuo-site-footer__copy {
  margin: 0;
}

.lopuo-leric-hero {
  width: min(
    calc(var(--lopuo-page-max, 1800px) - (var(--lopuo-page-gutter, 24px) * 2)),
    calc(100vw - (var(--lopuo-page-gutter, 24px) * 2))
  );
  margin-left: 50%;
  color: #080806;
  transform: translateX(-50%);
}

.lopuo-leric-hero__top {
  display: grid;
  grid-template-columns: minmax(54px, 0.28fr) minmax(0, 4.6fr) minmax(190px, 0.9fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: start;
  padding: var(--lopuo-page-top-space, clamp(52px, 7vw, 118px)) 0 0;
}

.lopuo-leric-hero__social {
  display: flex;
  min-height: 300px;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  padding-top: 4px;
  color: #11110f;
}

.lopuo-leric-hero__social span {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  color: #4f564b;
  font-size: 13px;
  font-weight: 500;
  writing-mode: vertical-rl;
}

.lopuo-leric-hero__social span::after {
  content: "";
  width: 1px;
  height: 54px;
  background: currentColor;
  opacity: 0.32;
}

.lopuo-leric-hero__social a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: #11110f;
  font-family: var(--lopuo-font-latin);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.lopuo-leric-hero__social a:hover {
  border-color: #11110f;
  background: #11110f;
  color: #ffffff;
  transform: translateY(-2px);
}

.lopuo-leric-hero__main {
  min-width: 0;
}

.lopuo-leric-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 11px 24px 12px;
  border-radius: 999px;
  background: #c4ee18;
  color: #080806;
  font-family: var(--lopuo-font-display);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  transform: rotate(-1deg);
}

.lopuo-leric-hero__badge span {
  position: relative;
}

.lopuo-leric-hero__badge span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: currentColor;
}

.lopuo-leric-hero__badge i {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 11px;
  border-bottom: 2px solid currentColor;
}

.lopuo-leric-hero__badge i::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.lopuo-leric-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.lopuo-leric-hero__eyebrow svg {
  width: clamp(48px, 6vw, 74px);
}

.lopuo-leric-hero__title {
  max-width: 1260px;
  margin: 0;
  color: #080806;
  font-family: var(--lopuo-font-display);
  font-size: clamp(54px, 8vw, 142px);
  font-weight: 600;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

html[lang^="en"] .lopuo-leric-hero__title {
  max-width: 1160px;
  font-size: clamp(72px, 7.25vw, 128px);
  letter-spacing: -0.076em;
  line-height: 0.9;
}

html[lang^="en"] .lopuo-leric-hero__summary {
  max-width: 940px;
  margin-top: clamp(30px, 3.4vw, 48px);
}

html[lang^="en"] .lopuo-leric-hero__copy p {
  max-width: 520px;
}

.lopuo-leric-hero__summary {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: start;
  max-width: 980px;
  margin-top: clamp(28px, 4vw, 54px);
}

.lopuo-leric-hero__metric {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lopuo-leric-hero__metric span {
  display: inline-flex;
  color: #11110f;
}

.lopuo-leric-hero__avatar {
  display: block;
  width: clamp(74px, 7vw, 96px);
  height: auto;
}

.lopuo-leric-hero__metric p,
.lopuo-leric-hero__copy p {
  margin: 0;
  color: #4f564b;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
}

.lopuo-leric-hero__metric b {
  color: #11110f;
  font-weight: 700;
}

.lopuo-leric-hero__copy {
  display: grid;
  gap: 26px;
}

.lopuo-leric-hero__actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.lopuo-leric-hero__actions p {
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.lopuo-leric-hero__play {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: #11110f;
  color: #ffffff;
  font-family: var(--lopuo-font-latin);
  font-size: 22px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lopuo-leric-hero__play:hover {
  background: #c4ee18;
  color: #11110f;
  transform: translateY(-2px);
}

.lopuo-leric-hero__side {
  display: grid;
  gap: 24px;
  justify-items: start;
  padding-top: 24px;
}

.lopuo-leric-hero__side h2 {
  margin: 0;
  color: #11110f;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.lopuo-leric-hero__side > span {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #11110f, transparent);
}

.lopuo-leric-hero__mark {
  position: relative;
  width: 96px;
  height: 112px;
}

.lopuo-leric-hero__mark i,
.lopuo-leric-hero__mark b {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 999px 0 0 999px;
}

.lopuo-leric-hero__mark i {
  left: 14px;
  width: 34px;
  background: #c4ee18;
}

.lopuo-leric-hero__mark b {
  right: 0;
  width: 58px;
  background: #11110f;
}

.lopuo-leric-hero__bottom {
  display: grid;
  position: relative;
  width: 100vw;
  max-width: none;
  grid-template-columns: minmax(0, 3.2fr) minmax(320px, 1fr);
  gap: clamp(18px, 2.2vw, 40px);
  align-items: stretch;
  margin-left: calc(50% - 50vw);
  margin-top: clamp(34px, 5vw, 72px);
}

.lopuo-leric-hero__image {
  position: relative;
  height: clamp(300px, 32vw, 520px);
  min-height: 0;
  margin-right: 0;
  overflow: hidden;
}

.lopuo-leric-hero__image > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06) brightness(1.02);
  transform: translate3d(0, var(--lopuo-hero-parallax, 0px), 0) scale(1.18);
  transform-origin: center;
  transition: transform 80ms linear;
  will-change: transform;
}

@media (max-width: 900px) {
  .lopuo-leric-hero__image > img:first-child {
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.lopuo-leric-hero__shape {
  position: absolute;
  right: clamp(24px, 4vw, 70px);
  bottom: clamp(18px, 3vw, 46px);
  width: clamp(112px, 12vw, 210px);
  opacity: 0.95;
}

.lopuo-leric-hero__launch {
  position: relative;
  display: flex;
  height: clamp(300px, 32vw, 520px);
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(42px, 4.2vw, 72px) clamp(34px, 3.6vw, 58px) clamp(34px, 3.4vw, 52px);
  background:
    radial-gradient(circle at 96% 88%, rgba(196, 238, 24, 0.12), transparent 34%),
    #050505;
  color: #ffffff;
  overflow: hidden;
}

.lopuo-leric-hero__launch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(8px, 0.7vw, 12px);
  background: #c4ee18;
}

.lopuo-leric-hero__grid {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  object-fit: cover;
}

.lopuo-leric-hero__launch-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: clamp(42px, 5.2vw, 84px);
  color: #c4ee18;
}

.lopuo-leric-hero__launch-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(24px, 3vw, 44px);
  background: rgba(255, 255, 255, 0.24);
}

.lopuo-leric-hero__launch-line::before,
.lopuo-leric-hero__launch-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: translateY(-50%);
}

.lopuo-leric-hero__launch-line::before {
  left: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.82);
}

.lopuo-leric-hero__launch-line::after {
  right: 0;
  border-left: 5px solid rgba(255, 255, 255, 0.82);
}

.lopuo-leric-hero__launch-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}

.lopuo-leric-hero__launch-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.lopuo-leric-hero__launch-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.lopuo-leric-hero__launch-content a {
  color: inherit;
}

.lopuo-leric-hero__launch-arrow {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.lopuo-leric-hero__launch-arrow svg {
  display: block;
  width: 15px;
  height: 16px;
}

.lopuo-leric-hero__launch-arrow:hover {
  border-color: #c4ee18;
  color: #c4ee18;
  transform: translate(2px, -2px);
}

.lopuo-home .lopuo-frame {
  padding-top: 0;
}

.lopuo-home-hero,
.lopuo-home-section,
.lopuo-home-cta {
  border: 1px solid rgba(17, 17, 15, 0.08);
  box-shadow: 0 28px 80px rgba(17, 17, 15, 0.08);
}

.lopuo-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(196, 238, 24, 0.2), transparent 28%),
    radial-gradient(circle at 10% 92%, rgba(17, 17, 15, 0.06), transparent 30%),
    rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.lopuo-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lopuo-home .lopuo-title {
  max-width: 960px;
  color: #080806;
  font-size: clamp(44px, 6.6vw, 88px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.lopuo-home .lopuo-copy {
  max-width: 760px;
  color: #4f564b;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.85;
}

.lopuo-home .lopuo-actions {
  margin-top: 30px;
}

.lopuo-home-hero__panel {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3.3vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 92%, rgba(196, 238, 24, 0.18), transparent 36%),
    linear-gradient(145deg, #11110f 0%, #1c1d16 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.lopuo-home-hero__panel::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -96px;
  width: 240px;
  height: 240px;
  border: 42px solid rgba(196, 238, 24, 0.14);
  border-radius: 999px;
}

.lopuo-home-hero__panel > * {
  position: relative;
  z-index: 1;
}

.lopuo-home-hero__panel span,
.lopuo-home-product span,
.lopuo-home-process__item span {
  color: #9aa091;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lopuo-home-hero__panel strong {
  display: block;
  max-width: 330px;
  margin-top: 16px;
  color: #ffffff;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.lopuo-home-hero__panel p {
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.lopuo-home-hero__panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.lopuo-home-hero__panel li {
  list-style: none;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.lopuo-home-hero__panel li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: #c4ee18;
  transform: translateY(-1px);
}

.lopuo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  color: #11110f;
  font-family: var(--lopuo-font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lopuo-kicker span {
  display: block;
  width: 46px;
  height: 1px;
  background: currentColor;
  opacity: 0.42;
}

.lopuo-kicker--dark {
  color: #ffffff;
}

.lopuo-capabilities {
  width: min(1320px, calc(100vw - (var(--lopuo-page-gutter, 24px) * 2)));
  margin-top: clamp(76px, 8vw, 118px);
  margin-bottom: clamp(76px, 8vw, 118px);
  margin-left: 50%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
}

.lopuo-capabilities__intro,
.lopuo-testimonials {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.lopuo-capabilities__intro {
  margin-bottom: clamp(42px, 4.8vw, 62px);
}

.lopuo-capabilities__statement {
  display: flex;
  align-items: flex-start;
  gap: clamp(26px, 3.2vw, 42px);
}

.lopuo-capabilities__shape {
  position: relative;
  display: block;
  width: 68px;
  height: 70px;
  flex: 0 0 68px;
  margin-top: 4px;
}

.lopuo-capabilities__shape::before {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 40px;
  height: 20px;
  border-radius: 999px 999px 0 0;
  background: #080806;
}

.lopuo-capabilities__shape::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 44px;
  background: #c4ee18;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.lopuo-capabilities__statement p {
  max-width: 520px;
  margin: 0;
  color: #575b55;
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.38;
}

.lopuo-capabilities__intro h2,
.lopuo-testimonials__intro h2 {
  margin: 0;
  color: #080806;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.lopuo-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.65vw, 24px);
}

.lopuo-capability-card {
  position: relative;
  min-height: 368px;
  padding: clamp(30px, 3.1vw, 42px) clamp(32px, 3.6vw, 58px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 0;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease;
}

.lopuo-capability-card:nth-child(3) {
  background:
    linear-gradient(rgba(17, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 18px 18px, 18px 18px, 100% 100%;
}

.lopuo-capability-card:hover {
  border-color: rgba(17, 17, 15, 0.18);
  background-color: #fbfaf6;
}

.lopuo-capability-card__mark {
  display: none;
}

.lopuo-capability-card h3 {
  margin: 0 0 clamp(26px, 2.8vw, 34px);
  color: #11110f;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1.05;
  text-transform: uppercase;
}

.lopuo-capability-card p {
  display: none;
}

.lopuo-capability-card ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
}

.lopuo-capability-card li {
  list-style: none;
}

.lopuo-capability-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #11110f;
  font-size: clamp(17px, 1.32vw, 22px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.28;
}

.lopuo-capability-card a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: none;
}

.lopuo-achievement {
  position: relative;
  display: grid;
  width: 100vw;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 78px);
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  padding: clamp(72px, 7vw, 118px) calc((100vw - min(1320px, calc(100vw - (var(--lopuo-page-gutter, 24px) * 2)))) / 2);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(196, 238, 24, 0.16), transparent 26%),
    linear-gradient(145deg, #050505, #14150f 82%);
  color: #ffffff;
  overflow: hidden;
}

.lopuo-achievement__grid-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  object-fit: cover;
  pointer-events: none;
}

.lopuo-achievement__intro,
.lopuo-achievement__stats {
  position: relative;
  z-index: 1;
}

.lopuo-achievement__intro h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.lopuo-achievement__intro p:not(.lopuo-kicker) {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

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

.lopuo-achievement-card {
  min-height: 190px;
  padding: clamp(22px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.lopuo-achievement-card__icon {
  display: inline-flex;
  width: auto;
  min-height: 70px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
  color: #ffffff;
}

.lopuo-achievement-card__brand-icon {
  display: block;
  width: auto;
  height: clamp(24px, 2.4vw, 32px);
  flex: 0 0 auto;
}

.lopuo-achievement-card span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lopuo-achievement-card p {
  max-width: 240px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.lopuo-achievement-card__link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: #c4ee18;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lopuo-achievement-card__link:hover {
  color: #ffffff;
}

.lopuo-testimonials {
  width: min(1320px, calc(100vw - (var(--lopuo-page-gutter, 24px) * 2)));
  margin-top: clamp(76px, 7vw, 108px);
  margin-left: 50%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(28px, 3.8vw, 48px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: translateX(-50%);
}

.lopuo-testimonials__intro {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  row-gap: 18px;
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
}

.lopuo-testimonials__intro .lopuo-kicker {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.lopuo-testimonials__intro p:not(.lopuo-kicker) {
  grid-column: 1;
  grid-row: 2;
  max-width: 390px;
  margin: 0;
  color: #6d7368;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.78;
}

.lopuo-testimonials__intro h2 {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  max-width: 760px;
  font-size: clamp(50px, 6vw, 88px);
  text-align: left;
}

.lopuo-testimonials__metric {
  display: grid;
  width: fit-content;
  align-self: end;
  justify-self: start;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.lopuo-testimonials__metric strong {
  color: #11110f;
  font-family: var(--lopuo-font-latin);
  font-size: clamp(54px, 6.1vw, 92px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.lopuo-testimonials__metric strong::before {
  content: ">";
  margin-right: 6px;
  letter-spacing: -0.12em;
}

.lopuo-testimonials__metric span {
  color: #11110f;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.28;
}

.lopuo-testimonials__showcase {
  display: grid;
  grid-template-columns: minmax(150px, 0.46fr) minmax(260px, 0.75fr) minmax(0, 1.25fr);
  column-gap: clamp(38px, 4.7vw, 70px);
  row-gap: clamp(26px, 3.6vw, 52px);
  align-items: end;
  min-width: 0;
}

.lopuo-testimonials__image {
  position: relative;
  height: clamp(350px, 29vw, 440px);
  margin: 0;
  border-radius: 0;
  background: #11110f;
  overflow: hidden;
}

.lopuo-testimonials__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(1.05) contrast(1.02);
  transform: translate3d(0, var(--lopuo-parallax-offset, 0px), 0) scale(1.14);
  transition: transform 80ms linear;
  will-change: transform;
}

.lopuo-testimonials__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5, 5, 5, 0.72));
}

.lopuo-testimonials__image figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: #ffffff;
}

.lopuo-testimonials__image figcaption span {
  max-width: 120px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.lopuo-testimonials__image figcaption strong {
  color: #c4ee18;
  font-family: var(--lopuo-font-latin);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.lopuo-testimonials__slider-wrap {
  min-width: 0;
  align-self: center;
}

.lopuo-testimonials-slider {
  width: 100%;
  overflow: visible;
}

.lopuo-testimonial-card {
  display: flex;
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #11110f;
}

.lopuo-testimonial-card > span {
  display: block;
  height: 36px;
  color: #c4ee18;
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 0.9;
}

.lopuo-testimonial-card p {
  max-width: 610px;
  margin: 0;
  color: #11110f;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.lopuo-testimonial-card strong {
  display: block;
  margin-top: clamp(22px, 2.4vw, 32px);
  margin-bottom: 6px;
  color: #11110f;
  font-size: 18px;
  font-weight: 500;
}

.lopuo-testimonial-card small {
  color: #62685d;
  font-size: 14px;
}

.lopuo-testimonials__controls {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(24px, 2.8vw, 36px);
  max-width: 360px;
}

.lopuo-testimonials-pagination {
  display: inline-flex;
  width: auto !important;
  gap: 7px;
}

.lopuo-testimonials-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.22);
  opacity: 1;
  transition: width 180ms ease, background 180ms ease;
}

.lopuo-testimonials-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #11110f;
}

.lopuo-testimonials-progress {
  position: relative;
  flex: 1;
  height: 2px;
  background: rgba(17, 17, 15, 0.08);
  overflow: hidden;
}

.lopuo-testimonials-progress span {
  display: block;
  width: calc(var(--lopuo-testimonial-progress, 0.3333) * 100%);
  height: 100%;
  background: #c4ee18;
  transition: width 220ms ease;
}

.lopuo-home-section {
  margin-top: 26px;
  padding: clamp(28px, 4.4vw, 48px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
}

.lopuo-home-section--split {
  background:
    linear-gradient(135deg, rgba(17, 17, 15, 0.96), rgba(30, 31, 23, 0.96));
}

.lopuo-home-section--split .lopuo-card__eyebrow {
  background: rgba(196, 238, 24, 0.12);
  color: #c4ee18;
}

.lopuo-home-section--split .lopuo-card__title {
  color: #ffffff;
}

.lopuo-section-heading {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: clamp(24px, 3vw, 34px);
}

.lopuo-home .lopuo-card__title {
  color: #10100d;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.lopuo-home-service-grid,
.lopuo-home-product-grid,
.lopuo-home-process {
  display: grid;
  gap: 14px;
}

.lopuo-home-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lopuo-home-service,
.lopuo-home-product,
.lopuo-home-process__item {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
  border-radius: 24px;
  text-decoration: none;
}

.lopuo-home-service {
  border: 1px solid rgba(17, 17, 15, 0.06);
  background: linear-gradient(180deg, rgba(250, 248, 242, 0.94), rgba(244, 241, 233, 0.88));
  color: #11110f;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lopuo-home-service:hover {
  border-color: rgba(196, 238, 24, 0.6);
  box-shadow: 0 18px 34px rgba(17, 17, 15, 0.08);
  color: #11110f;
  transform: translateY(-2px);
}

.lopuo-home-service strong,
.lopuo-home-product strong,
.lopuo-home-process__item h3 {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.24;
}

.lopuo-home-service span,
.lopuo-home-product p,
.lopuo-home-process__item p {
  margin: 0;
  color: #62685d;
  font-size: 14px;
  line-height: 1.75;
}

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

.lopuo-home-product {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  transition: background 180ms ease, transform 180ms ease;
}

.lopuo-home-product:hover {
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  transform: translateY(-2px);
}

.lopuo-home-product span {
  color: #c4ee18;
}

.lopuo-home-product p {
  color: rgba(255, 255, 255, 0.68);
}

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

.lopuo-home-process__item {
  border: 1px solid rgba(17, 17, 15, 0.06);
  background: rgba(250, 248, 242, 0.72);
}

.lopuo-home-process__item h3 {
  margin: 0;
}

.lopuo-home-cta {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 30%, rgba(196, 238, 24, 0.24), transparent 28%),
    #ffffff;
}

.lopuo-home-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #10100d;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

@media (max-width: 900px) {
  .lopuo-grid--two,
  .lopuo-audit-grid,
  .lopuo-leric-hero__top,
  .lopuo-leric-hero__summary,
  .lopuo-leric-hero__bottom,
  .lopuo-capabilities__intro,
  .lopuo-capabilities__grid,
  .lopuo-achievement,
  .lopuo-achievement__stats,
  .lopuo-testimonials,
  .lopuo-testimonials__intro,
  .lopuo-testimonials__showcase,
  .lopuo-home-service-grid,
  .lopuo-home-product-grid,
  .lopuo-home-process {
    grid-template-columns: 1fr;
  }

  .lopuo-leric-hero__top {
    gap: 30px;
    padding-top: var(--lopuo-page-top-space, 44px);
  }

  .lopuo-leric-hero__social,
  .lopuo-leric-hero__side {
    display: none;
  }

  .lopuo-leric-hero__summary {
    max-width: 100%;
  }

  .lopuo-leric-hero__bottom {
    width: 100vw;
    left: auto;
    margin-left: calc(50% - 50vw);
    gap: 12px;
  }

  .lopuo-leric-hero__image {
    height: 260px;
    min-height: 0;
    margin-right: 0;
  }

  .lopuo-leric-hero__launch {
    height: 260px;
    min-height: 0;
    padding: 32px;
  }

  .lopuo-leric-hero__launch-icon {
    margin-bottom: 34px;
  }

  .lopuo-leric-hero__launch-line {
    margin-bottom: 22px;
  }

  .lopuo-card,
  .lopuo-card--hero {
    padding: 24px;
  }

  .lopuo-site-header,
  .lopuo-site-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .lopuo-capability-card,
  .lopuo-achievement-card,
  .lopuo-testimonial-card {
    min-height: auto;
  }

  .lopuo-capabilities__statement {
    gap: 20px;
  }

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

  .lopuo-testimonials__intro .lopuo-kicker,
  .lopuo-testimonials__intro h2,
  .lopuo-testimonials__intro p:not(.lopuo-kicker) {
    grid-column: 1;
    grid-row: auto;
  }

  .lopuo-testimonials__intro h2 {
    justify-self: start;
    max-width: 100%;
  }

  .lopuo-testimonials__image {
    height: 360px;
    min-height: 300px;
  }

  .lopuo-testimonial-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .lopuo-home .lopuo-frame {
    width: min(1180px, calc(100vw - (var(--lopuo-page-gutter, 12px) * 2)));
    padding-top: 0;
  }

  .lopuo-leric-hero {
    width: min(var(--lopuo-page-max, 1800px), calc(100vw - (var(--lopuo-page-gutter, 12px) * 2)));
  }

  .lopuo-leric-hero__top {
    padding-top: var(--lopuo-page-top-space, 26px);
  }

  .lopuo-leric-hero__eyebrow {
    gap: 12px;
    font-size: 24px;
  }

  .lopuo-leric-hero__title {
    font-size: clamp(44px, 14vw, 66px);
    letter-spacing: -0.065em;
  }

  html[lang^="en"] .lopuo-leric-hero__title {
    max-width: 100%;
    font-size: clamp(48px, 13.6vw, 70px);
    letter-spacing: -0.072em;
    line-height: 0.92;
  }

  .lopuo-leric-hero__summary {
    gap: 22px;
    margin-top: 26px;
  }

  .lopuo-leric-hero__metric {
    align-items: flex-start;
  }

  .lopuo-leric-hero__metric span svg {
    width: 44px;
    height: auto;
  }

  .lopuo-leric-hero__metric p,
  .lopuo-leric-hero__copy p {
    font-size: 15px;
  }

  .lopuo-leric-hero__image {
    height: 220px;
    min-height: 0;
  }

  .lopuo-leric-hero__launch {
    height: 230px;
    min-height: 0;
    padding: 28px 24px 30px;
  }

  .lopuo-leric-hero__launch-icon svg {
    width: 72px;
    height: 72px;
  }

  .lopuo-leric-hero__launch-content h2 {
    font-size: 24px;
  }

  .lopuo-leric-hero__launch-arrow {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .lopuo-home-hero,
  .lopuo-home-section,
  .lopuo-home-cta {
    border-radius: 24px;
  }

  .lopuo-home-hero,
  .lopuo-achievement,
  .lopuo-home-section,
  .lopuo-home-cta {
    padding: 24px;
  }

  .lopuo-capabilities {
    width: calc(100vw - (var(--lopuo-page-gutter, 12px) * 2));
    margin-top: 58px;
    margin-bottom: 58px;
    padding: 0;
    border-radius: 0;
  }

  .lopuo-capabilities__statement {
    display: grid;
  }

  .lopuo-achievement {
    border-radius: 0;
    padding: 58px var(--lopuo-page-gutter, 12px);
  }

  .lopuo-testimonials {
    width: calc(100vw - (var(--lopuo-page-gutter, 12px) * 2));
    margin-top: 58px;
    padding: 0;
    border-radius: 0;
  }

  .lopuo-testimonials__image {
    height: 290px;
    min-height: 240px;
  }

  .lopuo-testimonial-card {
    min-height: auto;
  }

  .lopuo-testimonials__metric {
    margin-top: 24px;
  }

  .lopuo-kicker {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .lopuo-capabilities__intro h2,
  .lopuo-testimonials__intro h2 {
    font-size: clamp(34px, 10.5vw, 48px);
    letter-spacing: -0.04em;
  }

  .lopuo-capability-card {
    padding: 28px 26px;
  }

  .lopuo-capability-card__mark {
    width: 56px;
    height: 56px;
    margin-bottom: 34px;
    box-shadow: 22px 16px 0 #11110f;
  }

  .lopuo-achievement-card__icon {
    width: 78px;
    height: 62px;
  }

  .lopuo-testimonial-card {
    padding: 0;
  }

  .lopuo-testimonial-card p {
    font-size: 24px;
  }

  .lopuo-home .lopuo-title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .lopuo-home-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
