:root {
  --lyb-font-heading: "Montserrat", "Segoe UI", sans-serif;
  --lyb-font-body: "Roboto", "Segoe UI", sans-serif;
  --lyb-text-pad: clamp(0.65rem, 1.8vw, 1.25rem);
  --lyb-magenta: #d000a7;
  --lyb-yellow: #f4cf33;
  --lyb-green: #61c500;
  --lyb-teal: #0096c7;
  --lyb-cyan: #5aa4c7;
  --lyb-ink: #17110b;
  --lyb-soft: #f7f5f1;
  --lyb-soft-strong: #f0ece5;
  --lyb-line: #e6e0d8;
  --lyb-muted: #6f6f73;
  --lyb-white: #ffffff;
  --lyb-shadow: 0 24px 60px rgba(23, 17, 11, 0.1);
  --lyb-radius-card-lg: 0.5rem;
  --lyb-radius-card: 0.375rem;
  --lyb-radius-card-sm: 0.25rem;
  --background-color: var(--lyb-soft);
  --default-color: var(--lyb-ink);
  --heading-color: var(--lyb-ink);
  --accent-color: var(--lyb-magenta);
  --surface-color: var(--lyb-white);
  --contrast-color: var(--lyb-white);
  --nav-color: var(--lyb-ink);
  --nav-hover-color: var(--lyb-magenta);
  --nav-mobile-background-color: rgba(255, 255, 255, 0.98);
  --nav-dropdown-background-color: rgba(255, 255, 255, 0.98);
  --nav-dropdown-color: var(--lyb-ink);
  --nav-dropdown-hover-color: var(--lyb-magenta);
}

html {
  font-size: 16.5px;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 16.25px;
  }
}

body {
  color: var(--default-color);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.09), transparent 32%),
    linear-gradient(180deg, #fbfaf7 0%, #f7f5f1 100%);
  font-family: var(--lyb-font-body);
  line-height: 1.58;
}

a,
p,
span,
small,
li,
label,
input,
textarea,
select,
button {
  font-family: var(--lyb-font-body);
  line-height: 1.58;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.sitename,
.section-title h2,
.section-title h3,
.navmenu a,
.footer h4,
.hero-kicker,
.lyb-hero-mini-kicker,
.lyb-hero-title,
.lyb-hero-feature-copy h2,
.lyb-hero-proof-copy h3,
.lyb-hero-point strong,
.featured-services .service-item .title,
.featured-services .service-item .title a,
.services .service-item .title,
.services .service-item .title a,
.faq-item h3,
.lyb-story-card h2,
.breadcrumbs a,
.breadcrumbs .current {
  font-family: var(--lyb-font-heading);
}

h1,
h2,
h3,
h4 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.sitename,
.section-title h2,
.section-title h3,
.navmenu a,
.footer h4,
.hero-kicker,
.lyb-hero-mini-kicker,
.lyb-hero-title,
.lyb-hero-feature-copy h2,
.lyb-hero-proof-copy h3,
.lyb-hero-point strong,
.featured-services .service-item .title,
.featured-services .service-item .title a,
.services .service-item .title,
.services .service-item .title a,
.faq-item h3,
.lyb-story-card h2,
.breadcrumbs a,
.breadcrumbs .current,
.lyb-display-title,
.lyb-hero-support-title,
.lyb-eyebrow,
.lyb-section-tag,
.lyb-inline-label,
.lyb-hero-spotlight h2,
.lyb-proof-tile h3,
.lyb-section-intro h2,
.lyb-side-card-body h3,
.lyb-belief-card h3,
.lyb-capability-card h3,
.lyb-difference-card h3,
.lyb-ops-card h3,
.lyb-proof-card h3,
.lyb-value-card h3,
.lyb-contact-section h2,
.lyb-pillars-inline span,
.lyb-logo-pill,
.lyb-contact-item span,
.lyb-timeline-year,
.lyb-timeline-copy h3,
.lyb-step strong,
.navmenu .nav-cta,
.lyb-hero-actions .btn-get-started,
.lyb-hero-actions .btn-get-started,
.hero .btn-get-started,
.about .content .read-more,
.call-to-action .cta-btn {
  font-weight: 600 !important;
}

a {
  color: var(--lyb-teal);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

a:hover {
  color: var(--lyb-magenta);
}

.light-background {
  --background-color: transparent;
}

.dark-background {
  --background-color: #17110b;
  --default-color: #f8f6f2;
  --heading-color: #ffffff;
  --surface-color: rgba(255, 255, 255, 0.08);
  --contrast-color: #ffffff;
}

.main {
  overflow: clip;
  padding-top: 64px;
  background: var(--lyb-soft);
}

section,
.section {
  background-color: var(--background-color);
  color: var(--default-color);
  padding: 88px 0;
  scroll-margin-top: 92px;
}

.section-title {
  text-align: center;
  padding-bottom: 48px;
  padding-inline: var(--lyb-text-pad);
}

.section-title h2 {
  color: var(--heading-color);
  font-size: clamp(2rem, 1.6rem + 1vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 104px;
  height: 6px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lyb-magenta) 0%, var(--lyb-yellow) 36%, var(--lyb-green) 68%, var(--lyb-teal) 100%);
}

.section-title h3 {
  font-size: clamp(1.65rem, 1.35rem + 1vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 1.05rem;
  line-height: 1.75;
}

.section-title--page {
  text-align: left;
}

.section-title--page h2::after {
  margin-left: 0;
}

.lybColor {
  color: var(--lyb-magenta);
}

.header {
  --background-color: #ffffff;
  color: var(--lyb-ink);
  background: var(--background-color);
  border-bottom: 1px solid rgba(23, 17, 11, 0.07);
  padding: 10px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  z-index: 997;
}

.scrolled .header {
  background: #ffffff;
  padding: 8px 0;
  box-shadow: 0 18px 40px rgba(23, 17, 11, 0.08);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  display: block;
  width: min(250px, 50vw);
  height: auto;
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 0.2rem;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 0.6rem 0.8rem;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 0.7rem;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
    background: rgba(208, 0, 167, 0.08);
  }

  .navmenu .nav-cta {
    padding: 0.62rem 0.95rem;
    background: var(--lyb-magenta);
    color: var(--lyb-white) !important;
    box-shadow: 0 16px 28px rgba(208, 0, 167, 0.2);
  }

  .navmenu .nav-cta:hover {
    background: #a00083;
    transform: translateY(-1px);
  }

  .navmenu .dropdown ul {
    min-width: 260px;
    margin: 0;
    padding: 0.8rem;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: calc(100% + 4px);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: translateY(8px);
    border-radius: 0.9rem;
    border: 1px solid rgba(23, 17, 11, 0.08);
    box-shadow: 0 28px 46px rgba(23, 17, 11, 0.12);
    z-index: 99;
  }

  .navmenu .dropdown ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: calc(100% + 4px);
    visibility: visible;
    transform: translateY(0);
  }
}

.drop-menu {
  list-style: none;
}

.drop-menu-item {
  padding: 0.5rem;
}

.drop-menu-item img {
  display: block;
  max-width: 100%;
}

.drop-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  color: var(--lyb-magenta);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.drop-menu-list-item + .drop-menu-list-item {
  margin-top: 0.35rem;
}

.drop-menu-list-item a {
  display: block;
  padding: 0.65rem 0.8rem !important;
  border-radius: 0.7rem;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.98rem !important;
  font-weight: 400 !important;
}

.drop-menu-list-item a:hover {
  background: rgba(208, 0, 167, 0.08);
}

.lybSubDesc {
  margin: 0.8rem 0 0;
  color: var(--lyb-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--lyb-magenta);
    font-size: 2rem;
    line-height: 0;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    bottom: auto;
    max-height: calc(100dvh - 88px);
    padding: 14px;
    margin: 0;
    border-radius: 1rem;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    box-shadow: 0 28px 60px rgba(23, 17, 11, 0.18);
    z-index: 9998;
    align-items: stretch;
    gap: 0.35rem;
  }

  .navmenu li {
    width: 100%;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 0.75rem 0.85rem;
    font-size: 0.96rem;
    font-weight: 700;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 0.8rem;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(208, 0, 167, 0.08);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--lyb-magenta);
    background: rgba(208, 0, 167, 0.08);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    padding: 0.6rem;
    margin: 0.6rem 0 0.2rem;
    border-radius: 0.8rem;
    background: rgba(23, 17, 11, 0.03);
    border: 1px solid rgba(23, 17, 11, 0.06);
    box-shadow: none;
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9999;
    color: var(--lyb-white);
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    inset: 0;
    background: rgba(23, 17, 11, 0.52);
  }

  .mobile-nav-active .navmenu > ul {
    display: flex;
    flex-direction: column;
  }
}

.hero {
  padding: 52px 0 24px;
}

.lyb-hero-shell {
  position: relative;
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: var(--lyb-radius-card-lg);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.1), transparent 26%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 24px 70px rgba(23, 17, 11, 0.08);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lyb-hero-title {
  color: var(--lyb-ink);
  font-size: clamp(2.4rem, 1.9rem + 1.8vw, 4.25rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 1.15rem;
}

.lyb-hero-intro {
  max-width: 620px;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  font-size: 1.02rem;
  line-height: 1.8;
}

.lyb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.lyb-contact-section .lyb-hero-actions .btn-get-started {
  width: fit-content;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.05rem;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  background: var(--lyb-magenta);
  color: var(--lyb-white) !important;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 32px rgba(208, 0, 167, 0.2);
}

.hero .btn-get-started,
.about .content .read-more,
.call-to-action .cta-btn {
  width: fit-content;
  margin-top: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.05rem;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  background: var(--lyb-magenta);
  color: var(--lyb-white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 32px rgba(208, 0, 167, 0.2);
}

.lyb-hero-actions .btn-get-started:hover,
.hero .btn-get-started:hover,
.about .content .read-more:hover,
.call-to-action .cta-btn:hover {
  color: var(--lyb-white);
  background: #a00083;
  transform: translateY(-2px);
}

.lyb-contact-section .lyb-hero-actions .btn-get-started:hover {
  color: var(--lyb-white) !important;
}

.lyb-hero-actions .btn-get-started--ghost,
.hero .btn-get-started--ghost {
  border-color: rgba(23, 17, 11, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--lyb-ink);
  box-shadow: none;
}

.lyb-hero-actions .btn-get-started--ghost:hover,
.hero .btn-get-started--ghost:hover {
  background: var(--lyb-white);
  color: var(--lyb-magenta);
}

.lyb-hero-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.lyb-hero-point {
  padding: 0.95rem 1rem;
  border-radius: var(--lyb-radius-card-sm);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-hero-point strong {
  display: block;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.18rem;
}

.lyb-hero-point span {
  color: var(--lyb-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.lyb-hero-visual {
  display: grid;
  gap: 1rem;
}

.lyb-hero-feature-card,
.lyb-hero-proof-card {
  overflow: hidden;
  border-radius: var(--lyb-radius-card);
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--lyb-shadow);
}

.lyb-hero-feature-card {
  position: relative;
  padding: 1rem;
}

.lyb-hero-feature-copy,
.lyb-hero-proof-copy {
  padding: 1.1rem 1.15rem 0;
}

.lyb-hero-mini-kicker {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: var(--lyb-teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lyb-hero-feature-copy h2,
.lyb-hero-proof-copy h3 {
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
}

.lyb-hero-feature-copy h2 {
  font-size: clamp(1.6rem, 1.35rem + 0.8vw, 2.35rem);
}

.lyb-hero-feature-logo {
  display: block;
  width: min(240px, 70%);
  height: auto;
  margin-bottom: 0.7rem;
}

.lyb-hero-proof-copy h3 {
  font-size: 1rem;
  line-height: 1.35;
}

.lyb-hero-feature-copy p {
  color: var(--lyb-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.lyb-hero-feature-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 1rem;
  border-radius: var(--lyb-radius-card-sm);
}

.lyb-hero-proof-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.lyb-hero-proof-copy {
  padding-bottom: 1rem;
}

.lyb-logo-wall {
  padding: 48px 0 24px;
}

.lyb-logo-wall .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.lyb-proof-logo {
  width: 100%;
  max-width: 240px;
  max-height: 118px;
  padding: 0.55rem;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.88;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.lyb-proof-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-4px);
}

.featured-services {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.18), transparent 36%),
    #17110b;
}

.featured-services .section-title p,
.featured-services .section-title h2 {
  color: #ffffff;
}

.lyb-expertise-grid {
  --bs-gutter-x: 2.2rem;
  --bs-gutter-y: 2rem;
}

.lyb-expertise-grid > [class*="col-"] {
  display: flex;
}

.lyb-trust-grid {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1.25rem;
}

.lyb-trust-grid > [class*="col-"] {
  display: flex;
}

.featured-services .service-item,
.services .service-item,
.faq-item,
.lyb-story-card,
.lyb-image-card,
.about-images img {
  border-radius: var(--lyb-radius-card);
  box-shadow: var(--lyb-shadow);
}

.featured-services .service-item {
  height: 100%;
  width: 100%;
  padding: 1.25rem 1.35rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.lyb-trust-grid .service-item {
  padding: 1rem 1.2rem;
}

.featured-services .service-item:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 207, 51, 0.22);
  background: rgba(255, 255, 255, 0.11);
}

.featured-services .service-item .icon,
.services .service-item .icon {
  margin-right: 1rem;
}

.featured-services .service-item .icon i,
.services .service-item .icon {
  color: var(--lyb-magenta);
  font-size: 2rem;
}

.featured-services .row > [class*="col-"]:nth-child(3n + 2) .service-item .icon i {
  color: var(--lyb-green);
}

.featured-services .row > [class*="col-"]:nth-child(3n) .service-item .icon i {
  color: var(--lyb-teal);
}

.featured-services .service-item .title,
.services .service-item .title {
  color: var(--heading-color);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.featured-services .service-item .description,
.services .service-item .description {
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.about .content .who-we-are {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about .content h3 {
  font-size: clamp(2rem, 1.7rem + 1vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.about .content p {
  font-size: 1rem;
  line-height: 1.9;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about .content .read-more i {
  font-size: 1rem;
}

.about-images img,
.lyb-image-card {
  overflow: hidden;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: #fff;
}

.lyb-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.services .service-item {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 17, 11, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.services .service-item:hover {
  transform: translateY(-6px);
  border-color: rgba(208, 0, 167, 0.16);
  box-shadow: 0 28px 56px rgba(23, 17, 11, 0.12);
}

.services .service-item .icon {
  min-width: 2.5rem;
  color: var(--lyb-magenta);
}

.services .service-item .title a {
  color: var(--lyb-ink);
}

.call-to-action {
  background:
    linear-gradient(135deg, rgba(208, 0, 167, 0.86), rgba(0, 150, 199, 0.82)),
    #17110b;
}

.call-to-action .text-center {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--lyb-radius-card-lg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--lyb-shadow);
}

.call-to-action h3 {
  color: #ffffff;
  font-size: clamp(2rem, 1.6rem + 1vw, 3rem);
  font-weight: 700;
}

.call-to-action p {
  max-width: 760px;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.85;
}

.faq .faq-container {
  display: grid;
  gap: 1rem;
}

.faq-item {
  position: relative;
  padding: 1.45rem 3.8rem 1.45rem 1.45rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 17, 11, 0.08);
}

.faq-item h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}

.faq-item .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.faq-item .faq-content p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.8;
}

.faq-item .faq-toggle {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.faq-item.faq-active {
  border-color: rgba(208, 0, 167, 0.18);
}

.faq-item.faq-active .faq-content {
  max-height: 240px;
  margin-top: 1rem;
}

.faq-item.faq-active .faq-toggle {
  transform: rotate(90deg);
  background: var(--lyb-magenta);
  color: var(--lyb-white);
}

.page-title {
  position: relative;
  padding: 180px 0 96px;
  text-align: center;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(23, 17, 11, 0.8), rgba(23, 17, 11, 0.64)),
    linear-gradient(180deg, rgba(208, 0, 167, 0.2), rgba(0, 150, 199, 0.14));
}

.page-title .position-relative {
  z-index: 1;
  padding-inline: var(--lyb-text-pad);
}

.page-title h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 2rem + 1.4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.breadcrumbs a,
.breadcrumbs .current {
  color: inherit;
  font-weight: 400;
}

.lyb-story-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-story-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(208, 0, 167, 0.22);
}

.lyb-story-card--vision::before {
  background: rgba(0, 150, 199, 0.22);
}

.lyb-story-card-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.lyb-story-icon {
  flex: 0 0 auto;
}

.lyb-story-card--mission .lyb-story-icon {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-story-card--vision .lyb-story-icon {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-story-card h2 {
  font-size: clamp(1.6rem, 1.4rem + 0.8vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 0;
}

.lyb-story-card p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  line-height: 1.85;
}

.footer {
  position: relative;
  color: #f5f1ea;
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.18), transparent 30%),
    #17110b;
}

.footer .footer-top {
  padding: 72px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-about,
.footer-links,
.footer .copyright {
  padding-inline: 0.4rem;
}

.footer-brand img {
  width: min(280px, 100%);
  height: auto;
}

.footer-about p,
.footer-links ul a {
  color: rgba(245, 241, 234, 0.74);
  line-height: 1.8;
}

.footer-tagline {
  max-width: 420px;
  margin: 1.3rem 0 0;
}

.footer h4 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links li + li {
  margin-top: 0.7rem;
}

.footer .footer-links ul a:hover {
  color: #ffffff;
}

.footer .social-links a {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.footer .social-links a:hover {
  color: var(--lyb-white);
  background: var(--lyb-magenta);
  border-color: var(--lyb-magenta);
}

.footer .copyright {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 241, 234, 0.68);
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #faf8f4;
  transition: all 0.6s ease-out;
}

#preloader::before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid;
  border-color: var(--lyb-magenta) var(--lyb-teal) var(--lyb-green) var(--lyb-yellow);
  animation: spin 1s linear infinite;
}

.scroll-top {
  position: fixed;
  right: max(16px, calc(env(safe-area-inset-right, 0px) + 16px));
  bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 16px));
  z-index: 99999;
  width: 2.5rem;
  height: 2.5rem;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.75rem;
  background: var(--lyb-magenta);
  box-shadow: 0 18px 32px rgba(208, 0, 167, 0.22);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

@media (max-width: 767px) {
  .scroll-top {
    right: 12px;
    bottom: 12px;
    left: auto;
    top: auto;
    inset: auto 12px 12px auto;
  }
}

.scroll-top i {
  font-size: 1.5rem;
  color: var(--lyb-white);
  line-height: 0;
}

.scroll-top:hover {
  background: #a00083;
  transform: translateY(-2px);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.chat-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--lyb-teal);
  box-shadow: 0 18px 32px rgba(0, 150, 199, 0.22);
  color: var(--lyb-white);
  transition: all 0.3s ease;
}

.chat-float i {
  font-size: 1.2rem;
  line-height: 0;
}

.chat-float:hover {
  background: #007ea6;
  color: var(--lyb-white);
  transform: translateY(-2px);
}

.lyb-chatbox-modal .modal-dialog {
  max-width: 520px;
}

.lyb-chatbox-modal .modal-content {
  border: 0;
  border-radius: var(--lyb-radius-card-lg);
  background: transparent;
  box-shadow: none;
}

.lyb-chatbox-shell {
  overflow: hidden;
  border-radius: var(--lyb-radius-card-lg);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 28px 70px rgba(23, 17, 11, 0.18);
}

.lyb-chatbox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-chatbox-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.lyb-chatbox-brand-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 0.85rem;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 1.05rem;
  line-height: 1;
}

.lyb-chatbox-brand-icon i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
  transform: none;
}

.lyb-chatbox-brand strong,
.lyb-chatbox-brand span {
  display: block;
}

.lyb-chatbox-brand strong {
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
}

.lyb-chatbox-brand span {
  color: var(--lyb-muted);
  font-size: 0.9rem;
}

.lyb-chatbox-body {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.lyb-chat-message {
  width: fit-content;
  max-width: 92%;
  padding: 0.8rem 0.95rem;
  border-radius: 1rem 1rem 1rem 0.4rem;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  line-height: 1.65;
}

.lyb-chat-message--brand {
  background: rgba(208, 0, 167, 0.08);
}

.lyb-chat-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.lyb-chat-action {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(23, 17, 11, 0.06);
}

.lyb-chat-action i {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(23, 17, 11, 0.05);
  font-size: 1rem;
  line-height: 1;
}

.lyb-chat-action span,
.lyb-chat-action small {
  display: block;
}

.lyb-chat-action span {
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.98rem;
  font-weight: 600;
}

.lyb-chat-action small {
  color: var(--lyb-muted);
  font-size: 0.84rem;
}

.lyb-chat-action--magenta i {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-chat-action--green i {
  background: rgba(97, 197, 0, 0.12);
  color: #3d8f00;
}

.lyb-chat-action--blue i {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-chat-action--teal i {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-chat-action--ink i {
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
}

.lyb-chatbox-note {
  color: var(--lyb-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@media (max-width: 991px) {
  section,
  .section {
    padding: 72px 0;
  }

  .main {
    padding-top: 56px;
  }

  .hero {
    padding-top: 38px;
  }

  .page-title {
    padding: 164px 0 84px;
  }
}

@media (max-width: 767px) {
  .header .logo img {
    width: min(190px, 56vw);
  }

  .section-title {
    padding-bottom: 34px;
  }

  .lyb-hero-shell {
    padding: 1.2rem;
    border-radius: var(--lyb-radius-card);
  }

  .lyb-hero-title {
    font-size: clamp(2rem, 1.6rem + 1.4vw, 2.9rem);
  }

  .featured-services .service-item,
  .services .service-item,
  .faq-item,
  .lyb-story-card {
    padding: 1.35rem;
  }

  .lyb-hero-feature-copy,
  .lyb-hero-proof-copy {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }
}

.page-title--clean {
  padding: 112px 0 24px;
  text-align: left;
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 32%),
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.1), transparent 34%),
    linear-gradient(180deg, #fdfbf8 0%, #f6f2ec 100%);
}

.page-title--clean::before {
  background: none;
}

.page-title--clean .position-relative {
  display: grid;
  gap: 0.45rem;
}

.lyb-page-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.1rem;
  margin-top: 0.6rem;
}

.page-title--clean h1 {
  color: var(--lyb-ink);
  max-width: 780px;
  margin-bottom: 0;
  line-height: 1.04;
}

.page-title--clean .breadcrumbs ol {
  justify-content: flex-start;
  color: var(--lyb-muted);
  gap: 0.65rem;
  margin-top: 0;
}

.page-title--clean .breadcrumbs a {
  color: var(--lyb-teal);
}

.page-title--clean .breadcrumbs .current {
  color: var(--lyb-muted);
}

.lyb-section-tag--light {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-home-hero {
  padding: 24px 0 34px;
}

.lyb-cover-strip {
  padding: 2rem 0 1.35rem;
  position: relative;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.92), rgba(251, 250, 247, 0.9)),
    url("https://lyb1.sgp1.cdn.digitaloceanspaces.com/lyb.solutions/images/jasbarinaga-talk.png") center 18% / cover no-repeat;
}

.lyb-cover-strip-inner {
  width: 100%;
  padding: 1.3rem 1.25rem 0.3rem;
  text-align: center;
}

.lyb-cover-strip h1 {
  margin: 0;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: clamp(2rem, 1.7rem + 1.4vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.lyb-cover-strip h1 span,
.lyb-cover-strip p span {
  display: inline;
}

.lyb-cover-strip p {
  margin: 0.95rem 0 0;
  color: #66666c;
  font-family: var(--lyb-font-heading);
  font-size: clamp(1.2rem, 1.02rem + 0.8vw, 2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.lyb-share-row--cover {
  margin-top: 10px;
  padding: 0 0 0.8rem;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.9), rgba(252, 250, 247, 0.84));
}

.lyb-share-row {
  color: var(--lyb-muted);
}

.lyb-share-row--compact {
  gap: 0.45rem;
  justify-content: center;
}

.lyb-share-row--inline .lyb-share-row--compact {
  justify-content: flex-start;
}

.lyb-share-label {
  font-family: var(--lyb-font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--lyb-ink) 48%, white 52%);
}

.lyb-share-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: color-mix(in srgb, var(--lyb-ink) 58%, white 42%);
  font-family: var(--lyb-font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.46rem 0.78rem;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.lyb-share-button:hover,
.lyb-share-button:focus {
  color: var(--lyb-magenta);
  border-color: rgba(208, 0, 167, 0.16);
  background: rgba(208, 0, 167, 0.08);
  transform: translateY(-1px);
}

.lyb-share-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.16rem;
  box-sizing: content-box;
}

.lyb-share-button-icon i {
  font-size: 0.72rem;
  line-height: 1;
}

.lyb-hero-board {
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border-radius: var(--lyb-radius-card-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 26px 70px rgba(23, 17, 11, 0.08);
}

.lyb-eyebrow,
.lyb-section-tag,
.lyb-inline-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.4rem 0.72rem;
  border-radius: 0.65rem;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-family: var(--lyb-font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lyb-pill--magenta {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-pill--teal {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-pill--green {
  background: rgba(97, 197, 0, 0.12);
  color: #3d8f00;
}

.lyb-pill--yellow {
  background: rgba(244, 207, 51, 0.18);
  color: #8b6a00;
}

.lyb-display-title {
  margin: 1rem 0 1rem;
  color: var(--lyb-ink);
  font-size: clamp(2.8rem, 2.2rem + 2vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lyb-hero-support-title {
  margin: 0.9rem 0 0.8rem;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: clamp(2rem, 1.65rem + 1vw, 3.15rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.lyb-subline {
  margin: 0 0 1rem;
  color: var(--lyb-muted);
  font-family: var(--lyb-font-heading);
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.lyb-lead {
  max-width: 700px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  font-size: 1.04rem;
  line-height: 1.85;
}

.lyb-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.lyb-metric-card,
.lyb-inline-product,
.lyb-hero-spotlight,
.lyb-proof-tile,
.lyb-belief-card,
.lyb-capability-card,
.lyb-difference-card,
.lyb-side-card,
.lyb-ops-card,
.lyb-proof-card,
.lyb-solution-card,
.lyb-value-card,
.lyb-contact-card {
  border-radius: var(--lyb-radius-card);
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--lyb-shadow);
}

.lyb-metric-card {
  padding: 1rem 1.05rem;
}

.lyb-metric-card strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--lyb-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--lyb-ink);
}

.lyb-metric-card span {
  color: var(--lyb-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.lyb-inline-product {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 1.15rem 1.2rem;
}

.lyb-inline-product img {
  display: block;
  width: min(220px, 72%);
  height: auto;
  margin: 0.7rem auto 0.65rem;
}

.lyb-inline-product-shot {
  width: min(720px, 100%) !important;
  margin: 1rem auto 1rem !important;
  border-radius: var(--lyb-radius-card-sm);
}

.lyb-inline-product p,
.lyb-hero-spotlight p,
.lyb-side-card-body p,
.lyb-belief-card p,
.lyb-capability-card p,
.lyb-difference-card p,
.lyb-card-note,
.lyb-copy-block p,
.lyb-proof-card p,
.lyb-value-card p,
.lyb-contact-card p,
.lyb-contact-copy > a {
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-inline-product a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--lyb-teal);
  font-family: var(--lyb-font-heading);
  font-weight: 700;
}

.lyb-hero-spotlight {
  overflow: hidden;
  padding: 0;
}

.lyb-hero-spotlight img,
.lyb-proof-tile img,
.lyb-proof-card img,
.lyb-side-card img,
.lyb-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--lyb-radius-card-sm);
}

.lyb-side-card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lyb-hero-spotlight--philsme img {
  background: #ffffff;
  object-fit: contain;
  border-radius: 0;
}

.lyb-hero-spotlight-body,
.lyb-proof-card-body,
.lyb-side-card-body {
  padding: 1rem 0.1rem 0.1rem;
}

.lyb-hero-spotlight-body {
  padding: 1rem 1rem 1rem;
}

.lyb-hero-spotlight-body .lyb-inline-label {
  margin-bottom: 0.75rem;
}

.lyb-hero-spotlight h2,
.lyb-section-intro h2,
.lyb-proof-card h3,
.lyb-capability-card h3,
.lyb-belief-card h3,
.lyb-difference-card h3,
.lyb-side-card-body h3,
.lyb-ops-card h3,
.lyb-value-card h3,
.lyb-contact-section h2 {
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.lyb-hero-spotlight h2 {
  margin: 0.75rem 0 0.55rem;
  font-size: clamp(1.6rem, 1.35rem + 0.8vw, 2.35rem);
}

.lyb-proof-tiles {
  margin-top: 1rem;
}

.lyb-proof-tile {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.lyb-proof-tile img {
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  margin-bottom: 0;
  border-radius: 0;
}

.lyb-proof-tile > div {
  padding: 1rem 0.95rem 0.95rem;
}

.lyb-proof-tile .lyb-inline-label {
  margin-bottom: 0.75rem;
}

.lyb-proof-tile h3 {
  margin: 0;
  color: var(--lyb-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.lyb-proof-tile h3 a {
  display: inline;
  gap: 0.28rem;
  color: inherit;
}

.lyb-proof-tile h3 a i {
  display: inline-block;
  margin-left: 0.18rem;
  font-size: 0.9em;
  line-height: 1.2;
  vertical-align: baseline;
}

.lyb-brand-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 1.8rem;
  border-radius: 999px;
  overflow: hidden;
}

.lyb-brand-bar span {
  display: block;
  height: 12px;
}

.lyb-brand-bar span:nth-child(1) { background: var(--lyb-teal); }
.lyb-brand-bar span:nth-child(2) { background: var(--lyb-magenta); }
.lyb-brand-bar span:nth-child(3) { background: var(--lyb-yellow); }
.lyb-brand-bar span:nth-child(4) { background: var(--lyb-green); }

.lyb-home-hero,
.lyb-content-section,
.lyb-belief-section,
.lyb-capabilities-section,
.lyb-difference-section,
.lyb-operations-section,
.lyb-solutions-section,
.lyb-proof-section,
.lyb-contact-section,
.lyb-story-section,
.lyb-mvv-section {
  position: relative;
  overflow: hidden;
}

.lyb-home-hero {
  background:
    radial-gradient(circle at top right, rgba(208, 0, 167, 0.05), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f1eb 100%);
}

.lyb-content-section {
  background:
    radial-gradient(circle at left center, rgba(244, 207, 51, 0.08), transparent 24%),
    linear-gradient(180deg, #f6f1eb 0%, #fcfaf6 100%);
}

.lyb-belief-section {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.07), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.08), transparent 32%),
    linear-gradient(180deg, #fcfaf6 0%, #f4f8f8 100%);
}

.lyb-capabilities-section {
  background:
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.06), transparent 26%),
    linear-gradient(180deg, #f4f8f8 0%, #f8fbf8 100%);
}

.lyb-difference-section {
  background:
    radial-gradient(circle at bottom left, rgba(244, 207, 51, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbf8 0%, #faf6ef 100%);
}

.lyb-operations-section {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.06), transparent 24%),
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.08), transparent 28%),
    linear-gradient(180deg, #faf6ef 0%, #f2f7fb 100%);
}

.lyb-solutions-section {
  background:
    radial-gradient(circle at top center, rgba(97, 197, 0, 0.06), transparent 24%),
    linear-gradient(180deg, #f2f7fb 0%, #faf8f4 100%);
}

.lyb-proof-section {
  background:
    radial-gradient(circle at top left, rgba(244, 207, 51, 0.1), transparent 24%),
    radial-gradient(circle at bottom right, rgba(208, 0, 167, 0.05), transparent 28%),
    linear-gradient(180deg, #faf8f4 0%, #f5efe7 100%);
}

.lyb-contact-section {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.08), transparent 30%),
    linear-gradient(180deg, #f5efe7 0%, #fdfbf8 100%);
}

.lyb-story-section,
.lyb-mvv-section {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.05), transparent 28%),
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.05), transparent 30%),
    linear-gradient(180deg, #fdfbf8 0%, #f6f2ec 100%);
}

.lyb-section-intro {
  margin-bottom: 1.1rem;
  padding-inline: var(--lyb-text-pad);
}

.lyb-section-intro h2 {
  margin: 0.85rem 0 0;
  font-size: clamp(2rem, 1.7rem + 1vw, 3.1rem);
}

.lyb-copy-block {
  display: grid;
  gap: 1rem;
  padding-inline: var(--lyb-text-pad);
}

.lyb-copy-block p {
  margin: 0;
  font-size: 1rem;
}

.lyb-side-card {
  overflow: hidden;
  padding: 0;
}

.lyb-side-card-body {
  padding: 1rem 1rem 1rem;
}

.lyb-mini-list,
.lyb-bullet-list {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
  margin: 0.9rem 0 0;
}

.lyb-mini-list li,
.lyb-bullet-list li {
  color: var(--lyb-muted);
  line-height: 1.7;
}

.lyb-pillars-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.lyb-pillars-inline span {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-weight: 700;
}

.lyb-pillars-inline span.lyb-pill--magenta {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-pillars-inline span.lyb-pill--teal {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-pillars-inline span.lyb-pill--green {
  background: rgba(97, 197, 0, 0.12);
  color: #3d8f00;
}

.lyb-belief-card,
.lyb-capability-card,
.lyb-difference-card,
.lyb-value-card {
  height: 100%;
  padding: 1.25rem 1.25rem 1.15rem;
}

.lyb-difference-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
}

.lyb-difference-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(208, 0, 167, 0.22);
}

.lyb-difference-section .row > div:nth-child(2) .lyb-difference-card::before {
  background: rgba(0, 150, 199, 0.22);
}

.lyb-difference-section .row > div:nth-child(3) .lyb-difference-card::before {
  background: rgba(97, 197, 0, 0.24);
}

.lyb-difference-section .row > div:nth-child(4) .lyb-difference-card::before {
  background: rgba(244, 207, 51, 0.28);
}

.lyb-difference-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--lyb-muted);
  font-family: var(--lyb-font-heading);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lyb-card-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.lyb-card-head h3 {
  margin: 0;
}

.lyb-icon-wrap {
  width: 3.15rem;
  height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 1.45rem;
  margin-bottom: 1.1rem;
}

.lyb-capabilities-section .row > div:nth-child(4n + 2) .lyb-icon-wrap,
.lyb-belief-section .row > div:nth-child(3n + 2) .lyb-icon-wrap,
.lyb-proof-section .row > div:nth-child(3n + 2) .lyb-icon-wrap {
  background: rgba(97, 197, 0, 0.1);
  color: var(--lyb-green);
}

.lyb-capabilities-section .row > div:nth-child(4n + 3) .lyb-icon-wrap,
.lyb-belief-section .row > div:nth-child(3n) .lyb-icon-wrap {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-belief-card h3,
.lyb-capability-card h3,
.lyb-difference-card h3,
.lyb-value-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.28rem;
  line-height: 1.12;
}

.lyb-belief-card p {
  margin-top: 0;
}

.lyb-difference-list,
.lyb-ops-stack {
  display: grid;
  gap: 1rem;
}

.lyb-visual-stack {
  display: grid;
  gap: 1rem;
}

.lyb-image-frame {
  padding: 0.8rem;
  border-radius: var(--lyb-radius-card);
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--lyb-shadow);
}

.lyb-image-frame--tall img {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}

.lyb-highlight-quote {
  padding: 1.2rem;
  border-radius: var(--lyb-radius-card);
  background: linear-gradient(135deg, rgba(208, 0, 167, 0.08), rgba(0, 150, 199, 0.08));
  border: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-highlight-quote p {
  margin: 0.8rem 0 0;
  color: var(--lyb-ink);
  font-size: 1.02rem;
  line-height: 1.8;
}

.lyb-ops-card {
  height: 100%;
  padding: 1.25rem;
}

.lyb-ops-card h3 {
  margin: 0.8rem 0 0.7rem;
  font-size: 1.45rem;
}

.lyb-delivery-frame {
  overflow: hidden;
  height: 100%;
  border-radius: var(--lyb-radius-card);
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--lyb-shadow);
}

.lyb-delivery-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.lyb-delivery-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lyb-delivery-points {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.lyb-delivery-points span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--lyb-radius-card-sm);
  background: rgba(23, 17, 11, 0.04);
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.95rem;
  font-weight: 600;
}

.lyb-delivery-points span i {
  font-size: 1.15rem;
  line-height: 1;
}

.lyb-delivery-points span:nth-child(1) i {
  color: var(--lyb-magenta);
}

.lyb-delivery-points span:nth-child(2) i {
  color: var(--lyb-green);
}

.lyb-delivery-points span:nth-child(3) i {
  color: var(--lyb-teal);
}

.lyb-step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.lyb-step {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 0.95rem;
  border-radius: var(--lyb-radius-card-sm);
  background: rgba(23, 17, 11, 0.04);
}

.lyb-step span {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lyb-magenta);
  color: var(--lyb-white);
  font-family: var(--lyb-font-heading);
  font-size: 0.85rem;
  font-weight: 700;
}

.lyb-step strong {
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.98rem;
  font-weight: 700;
}

.lyb-card-note {
  margin: 1rem 0 0;
}

.lyb-stack-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0.9rem;
}

.lyb-logo-pill {
  padding: 0.62rem 0.9rem;
  border-radius: 0.7rem;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.92rem;
  font-weight: 700;
}

.lyb-logo-pill:nth-child(3n + 1) {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-logo-pill:nth-child(3n + 2) {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-logo-pill:nth-child(3n) {
  background: rgba(97, 197, 0, 0.12);
  color: #3d8f00;
}

.lyb-proof-card {
  overflow: hidden;
  height: 100%;
  padding: 0.85rem;
}

.lyb-proof-card-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1.22rem;
}

.lyb-solutions-grid {
  display: grid;
  gap: 1rem;
}

.lyb-solution-card {
  height: 100%;
  position: relative;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: var(--lyb-radius-card);
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--lyb-shadow);
}

.lyb-solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--lyb-radius-card) var(--lyb-radius-card) 0 0;
  background: rgba(208, 0, 167, 0.22);
}

.lyb-solutions-section .row > div:nth-child(4n + 2) .lyb-solution-card::before {
  background: rgba(0, 150, 199, 0.22);
}

.lyb-solutions-section .row > div:nth-child(4n + 3) .lyb-solution-card::before {
  background: rgba(97, 197, 0, 0.24);
}

.lyb-solutions-section .row > div:nth-child(4n) .lyb-solution-card::before {
  background: rgba(244, 207, 51, 0.28);
}

.lyb-solution-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.lyb-solution-icon {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 1rem;
  line-height: 1;
}

.lyb-solutions-section .row > div:nth-child(4n + 2) .lyb-solution-icon {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-solutions-section .row > div:nth-child(4n + 3) .lyb-solution-icon {
  background: rgba(97, 197, 0, 0.12);
  color: #3d8f00;
}

.lyb-solutions-section .row > div:nth-child(4n) .lyb-solution-icon {
  background: rgba(244, 207, 51, 0.18);
  color: #8b6a00;
}

.lyb-solution-category {
  color: var(--lyb-muted);
  font-family: var(--lyb-font-heading);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lyb-solution-card h3 {
  margin: 0;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.55;
}

.lyb-cta-panel {
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border-radius: var(--lyb-radius-card-lg);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.1), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 24px 70px rgba(23, 17, 11, 0.08);
}

.lyb-contact-section h2 {
  margin: 0.9rem 0 0.9rem;
  font-size: clamp(2rem, 1.7rem + 1vw, 3.3rem);
}

.lyb-contact-section p {
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-contact-card {
  padding: 1.2rem;
}

.lyb-contact-item + .lyb-contact-item {
  margin-top: 1rem;
}

.lyb-contact-card__channels-label {
  margin: 1rem 0 0;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.lyb-contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-magenta);
  font-size: 1.05rem;
}

.lyb-contact-icon i,
.lyb-contact-mobile-links a i {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.lyb-contact-icon--viber {
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
}

.lyb-contact-icon--messenger {
  background: rgba(0, 150, 199, 0.1);
  color: var(--lyb-teal);
}

.lyb-contact-icon--whatsapp {
  background: rgba(97, 197, 0, 0.12);
  color: var(--lyb-green);
}

.lyb-contact-icon--email {
  background: rgba(244, 207, 51, 0.16);
  color: #8b6a00;
}

.lyb-contact-icon--office {
  background: rgba(244, 207, 51, 0.16);
  color: #8b6a00;
}

.lyb-contact-copy {
  min-width: 0;
  flex: 1;
}

.lyb-contact-copy > span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-contact-item a {
  color: var(--lyb-teal);
  font-weight: 400;
}

.lyb-contact-card--support .lyb-contact-copy {
  display: grid;
  gap: 0.22rem;
  align-content: center;
  min-height: 2.5rem;
}

.lyb-contact-card--support .lyb-contact-copy > a {
  display: inline-block;
  min-height: 0;
  font-weight: 400;
}

.lyb-contact-item p {
  margin: 0;
}

.lyb-contact-mobile-links {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.45rem;
}

.lyb-contact-mobile-links a {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  font-size: 0.95rem;
}

.lyb-contact-mobile-links a:nth-child(1) {
  color: var(--lyb-magenta);
  background: rgba(208, 0, 167, 0.08);
}

.lyb-contact-mobile-links a:nth-child(2) {
  color: #3d8f00;
  background: rgba(97, 197, 0, 0.12);
}

.lyb-contact-mobile-links a:nth-child(3) {
  color: var(--lyb-teal);
  background: rgba(0, 150, 199, 0.1);
}

.lyb-story-section .section-title,
.lyb-mvv-section .section-title {
  text-align: left;
}

.lyb-story-section .section-title h2::after,
.lyb-mvv-section .section-title h2::after {
  margin-left: 0;
}

.lyb-timeline {
  display: grid;
  gap: 1.2rem;
}

.lyb-timeline-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1.4rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--lyb-radius-card);
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: 0 18px 40px rgba(23, 17, 11, 0.08);
}

.lyb-timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(208, 0, 167, 0.22);
}

.lyb-timeline-item:nth-child(4n + 2)::before {
  background: rgba(0, 150, 199, 0.22);
}

.lyb-timeline-item:nth-child(4n + 3)::before {
  background: rgba(97, 197, 0, 0.24);
}

.lyb-timeline-item:nth-child(4n)::before {
  background: rgba(244, 207, 51, 0.28);
}

.lyb-timeline-year {
  display: inline-flex;
  align-items: flex-start;
  width: fit-content;
  padding: 0.2rem 0.7rem 0.2rem 0;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: clamp(1.6rem, 1.3rem + 0.6vw, 2.1rem);
  font-weight: 700;
}

.lyb-timeline-copy h3 {
  margin: 0 0 0.35rem;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: 1.55rem;
  font-weight: 700;
}

.lyb-timeline-copy p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-value-card h3 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .lyb-step-list,
  .lyb-metric-grid {
    grid-template-columns: 1fr;
  }

  .lyb-page-meta-row {
    align-items: flex-start;
  }

  .page-title--clean {
    padding: 148px 0 72px;
  }
}

@media (max-width: 767px) {
  .lyb-cover-strip {
    padding: 1.35rem 0 0.8rem;
  }

  .lyb-page-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .lyb-share-row--cover {
    margin-top: 8px;
    padding: 0 0 0.7rem;
  }

  .lyb-cover-strip-inner {
    padding-top: 0.85rem;
  }

  .lyb-cover-strip h1 span,
  .lyb-cover-strip p span {
    display: block;
  }

  .lyb-cover-strip h1 span + span,
  .lyb-cover-strip p span + span {
    margin-top: 0.18rem;
  }

  .lyb-home-hero {
    padding-top: 20px;
  }

  .lyb-share-button {
    padding: 0.44rem 0.72rem;
  }

  .lyb-display-title {
    font-size: clamp(2.2rem, 1.8rem + 1.4vw, 3.2rem);
  }

  .lyb-timeline-item {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .lyb-cta-panel,
  .lyb-hero-board {
    padding: 1.2rem;
  }

  .lyb-belief-card,
  .lyb-capability-card,
  .lyb-difference-card,
  .lyb-ops-card,
  .lyb-proof-card,
  .lyb-value-card,
  .lyb-contact-card {
    padding: 1rem;
  }
}

.main {
  padding-top: 74px;
  background: var(--lyb-soft);
}

.header {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23, 17, 11, 0.08);
}

.scrolled .header {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.08);
}

.lyb-sitebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 62px;
}

.header .logo {
  gap: 0.95rem;
}

.header .logo img {
  width: auto;
  max-width: min(235px, 52vw);
  max-height: 52px;
  height: auto;
}

.lyb-logo-copy {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  align-items: center;
  color: var(--lyb-ink);
}

.lyb-logo-copy strong {
  font-family: var(--lyb-font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.lyb-logo-copy small {
  display: inline-flex;
  align-items: center;
  color: var(--lyb-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .navmenu ul {
    gap: 0.35rem;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 0.7rem 0.82rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .navmenu .nav-cta {
    margin-left: 0.35rem;
    padding-inline: 1rem;
    background: linear-gradient(135deg, #17110b 0%, #312218 100%);
    box-shadow: 0 14px 28px rgba(23, 17, 11, 0.16);
  }

  .navmenu .nav-cta:hover {
    background: linear-gradient(135deg, #241911 0%, #4c2c18 100%);
  }

  .navmenu .nav-cta.active,
  .navmenu .nav-cta.active:focus {
    color: var(--lyb-white);
    background: linear-gradient(135deg, #17110b 0%, #312218 100%);
  }
}

@media (max-width: 1199px) {
  .mobile-nav-active .navmenu ul {
    top: 76px;
  }

  .navmenu .nav-cta {
    justify-content: center;
    margin-top: 0.35rem;
    color: var(--lyb-white) !important;
    background: #17110b;
  }

  .navmenu .nav-cta i {
    background: rgba(255, 255, 255, 0.12);
    color: var(--lyb-white);
  }
}

.footer {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.14), transparent 26%),
    radial-gradient(circle at top right, rgba(0, 150, 199, 0.15), transparent 28%),
    linear-gradient(180deg, #17110b 0%, #21170f 100%);
}

.footer .footer-top {
  padding: 0px 0 28px;
}

.footer-brand img {
  width: min(128px, 100%);
  max-width: 128px;
  border-radius: 0.5rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.75rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.footer-brand-copy strong {
  color: #ffffff;
  font-family: var(--lyb-font-heading);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.02;
}

.footer-brand-copy small {
  color: rgba(245, 241, 234, 0.74);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.15;
}

.footer-tagline {
  max-width: 470px;
  color: rgba(245, 241, 234, 0.8);
  margin-top: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact-list span {
  color: rgba(245, 241, 234, 0.74);
}

.footer .footer-links h4 {
  font-size: 0.92rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.footer .footer-links li,
.footer .footer-links ul a,
.footer-contact-list li,
.footer-contact-list a,
.lyb-footer-bottom p,
.lyb-footer-policies a {
  font-size: 0.84rem;
  line-height: 1.3;
}

.footer-contact-button {
  min-height: auto;
  margin-top: 0.2rem;
  padding: 0.48rem 0.8rem;
  font-size: 0.72rem;
  line-height: 1.05;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.footer-contact-button:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.footer .footer-links .btn-get-started.footer-contact-button:hover,
.footer .footer-links .btn-get-started.btn-get-started--ghost.footer-contact-button:hover,
.footer .footer-links .btn-get-started.footer-contact-button:focus,
.footer .footer-links .btn-get-started.btn-get-started--ghost.footer-contact-button:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.footer-links ul,
.footer-contact-list {
  margin-top: 0;
}

.footer .footer-links li + li,
.footer-contact-list li + li {
  margin-top: 0.5rem;
}

.lyb-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 241, 234, 0.68);
}

.lyb-footer-bottom p {
  margin: 0;
}

.lyb-footer-bottom strong {
  color: #ffffff;
}

.lyb-footer-policies {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lyb-footer-policies a {
  color: rgba(245, 241, 234, 0.82);
}

.lyb-footer-policies a:hover {
  color: #ffffff;
}

.lyb-shell-page {
  padding: 132px 0 96px;
}

.lyb-shell-page__hero {
  max-width: 880px;
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.4rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.09), transparent 26%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(23, 17, 11, 0.08);
}

.lyb-shell-page__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lyb-shell-page__hero h1 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.6rem, 2.1rem + 2vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.lyb-shell-page__hero p {
  max-width: 720px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
  font-size: 1.04rem;
  line-height: 1.85;
}

.lyb-shell-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.btn-get-started {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  border-radius: 0.85rem;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #17110b 0%, #312218 100%);
  color: var(--lyb-white) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(23, 17, 11, 0.16);
}

.btn-get-started:hover {
  color: var(--lyb-white) !important;
  background: linear-gradient(135deg, #241911 0%, #4c2c18 100%);
  transform: translateY(-2px);
}

.btn-get-started--ghost {
  background: transparent !important;
  color: var(--lyb-ink) !important;
  border: 1px solid rgba(23, 17, 11, 0.12) !important;
  box-shadow: none !important;
}

.btn-get-started--ghost:hover {
  background: rgba(23, 17, 11, 0.05) !important;
  color: var(--lyb-magenta) !important;
}

.lyb-shell-page__grid {
  margin-top: 2rem;
}

.lyb-shell-card {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 45px rgba(23, 17, 11, 0.06);
}

.lyb-shell-card__label {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--lyb-teal);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lyb-shell-card h2 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .main {
    padding-top: 80px;
  }

  .lyb-sitebar {
    min-height: 68px;
  }

  .lyb-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .lyb-shell-page {
    padding: 118px 0 88px;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 76px;
  }

  .header .logo img {
    width: min(210px, 56vw);
  }

  .footer .footer-top {
    padding-top: 36px;
  }

  .lyb-shell-page {
    padding: 112px 0 76px;
  }

  .lyb-shell-page__hero {
    padding: 1.25rem;
  }
}

.lyb-home-hero-v2 {
  padding: 126px 0 30px;
}

.lyb-home-hero-v2__shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.11), transparent 24%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 246, 240, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-home-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.06);
  color: var(--lyb-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lyb-home-hero-v2 h1 {
  max-width: 760px;
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 2.1rem + 2.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lyb-home-lead {
  max-width: 700px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  font-size: 1.06rem;
  line-height: 1.9;
}

.lyb-home-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.lyb-home-hero-v2__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 1.5rem;
}

.lyb-home-hero-v2__signals span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--lyb-muted);
  font-size: 0.96rem;
}

.lyb-home-hero-v2__signals i {
  color: var(--lyb-green);
}

.lyb-home-hero-v2__panel {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 22px 50px rgba(23, 17, 11, 0.08);
}

.lyb-home-hero-v2__panel-head h2 {
  margin: 0.8rem 0 0;
  font-size: clamp(1.5rem, 1.25rem + 0.9vw, 2rem);
  line-height: 1.2;
}

.lyb-home-hero-v2__list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.lyb-home-hero-v2__list li {
  position: relative;
  padding-left: 1.45rem;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
  line-height: 1.8;
}

.lyb-home-hero-v2__list li + li {
  margin-top: 0.7rem;
}

.lyb-home-hero-v2__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lyb-magenta), var(--lyb-teal));
}

.lyb-home-hero-v2__product {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.4rem;
  padding: 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(23, 17, 11, 0.03), rgba(23, 17, 11, 0.01));
}

.lyb-home-hero-v2__product h3 {
  margin: 0.7rem 0 0.45rem;
}

.lyb-home-hero-v2__product p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-home-hero-v2__product-link {
  align-self: flex-start;
}

.lyb-proof-bar-section {
  padding: 0 0 20px;
}

.lyb-proof-bar {
  padding: 1.5rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 60px rgba(23, 17, 11, 0.06);
}

.lyb-proof-bar__intro h2 {
  margin: 0.8rem 0 0.8rem;
  font-size: clamp(1.6rem, 1.35rem + 0.9vw, 2.2rem);
}

.lyb-proof-bar__intro p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-proof-bar__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lyb-proof-bar__metrics .lyb-proof-metric:nth-child(3) {
  grid-column: 1 / -1;
}

.lyb-proof-metric {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(244, 207, 51, 0.12), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(23, 17, 11, 0.06);
}

.lyb-proof-metric strong {
  display: block;
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: clamp(1.45rem, 1.2rem + 0.8vw, 2.05rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.lyb-proof-metric span {
  display: block;
  margin-top: 0.55rem;
  color: var(--lyb-ink);
  font-weight: 700;
}

.lyb-proof-metric small {
  display: block;
  margin-top: 0.35rem;
  color: var(--lyb-muted);
  line-height: 1.6;
  margin-top: auto;
  padding-top: 0.8rem;
}

.lyb-proof-bar__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.lyb-proof-bar__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 118px;
  padding: 0.9rem 0.75rem;
  border-radius: 1rem;
  background: rgba(247, 245, 241, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.06);
}

.lyb-proof-bar__logo img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: saturate(0.9) contrast(1.02);
}

.lyb-proof-bar__logo span {
  color: var(--lyb-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.lyb-home-section {
  position: relative;
}

.lyb-home-section--soft {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 245, 241, 0.72));
}

.lyb-home-section--dark {
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.12), transparent 25%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.12), transparent 28%),
    linear-gradient(180deg, #17110b 0%, #22170f 100%);
  color: #f6f1e9;
}

.lyb-home-section--dark .lyb-section-intro h2,
.lyb-home-section--dark .lyb-section-tag,
.lyb-home-section--dark .lyb-home-section-copy {
  color: inherit;
}

.lyb-home-section--dark .lyb-home-section-copy {
  color: rgba(246, 241, 233, 0.78);
}

.lyb-home-card {
  height: 100%;
  padding: 1.55rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-home-card__meta,
.lyb-home-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  min-width: 0;
}

.lyb-home-card__step {
  display: inline-flex;
  flex: 0 0 2.5rem;
  color: var(--lyb-teal);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-home-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: rgba(208, 0, 167, 0.08);
  color: var(--lyb-magenta);
  font-size: 1.2rem;
}

.lyb-home-card h3,
.lyb-home-list-card h3,
.lyb-home-solution-card h3,
.lyb-home-reason-card h3,
.lyb-case-card h3,
.lyb-case-card h4,
.lyb-home-product-panel h2 {
  margin-top: 1rem;
}

.lyb-home-card__header h3 {
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  text-align: center;
}

.lyb-home-card p,
.lyb-home-reason-card p,
.lyb-case-card p,
.lyb-home-section-copy {
  color: color-mix(in srgb, var(--default-color), transparent 14%);
  line-height: 1.58;
}

.lyb-home-card h3 {
  margin-top: 1.15rem;
  margin-bottom: 0.65rem;
}

.lyb-home-balance-title {
  max-width: 16ch;
}

.lyb-home-list-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  height: 100%;
  padding: 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-home-list-card__check {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(97, 197, 0, 0.14);
  color: #4b9700;
}

.lyb-home-list-card h3 {
  margin: 0.2rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
}

.lyb-home-solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.lyb-home-solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1.3rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.08);
  text-align: center;
}

.lyb-home-solution-card__icon {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(23, 17, 11, 0.68);
  font-size: 2.35rem;
  line-height: 1;
}

.lyb-home-solution-card h3 {
  margin: 0;
  color: color-mix(in srgb, var(--lyb-ink), transparent 12%);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.25;
}

.lyb-process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.lyb-process-card {
  padding: 1.2rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-process-card__number {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--lyb-teal);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-process-card h3 {
  margin: 0;
  font-size: 1rem;
}

.lyb-process-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
  padding: 1.45rem 1.5rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 245, 241, 0.9));
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-process-summary__copy {
  max-width: 640px;
}

.lyb-process-summary__copy h3 {
  margin: 0.7rem 0 0.6rem;
  font-size: 1.22rem;
}

.lyb-process-summary p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-process-summary__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lyb-process-summary__points span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.04);
  border: 1px solid rgba(23, 17, 11, 0.07);
  color: var(--lyb-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-home-reason-card {
  height: 100%;
  padding: 1.45rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lyb-home-reason-card::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.24rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lyb-yellow), var(--lyb-teal));
}

.lyb-home-reason-card h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.lyb-home-reason-card p {
  color: rgba(246, 241, 233, 0.74);
  margin: 0;
  line-height: 1.8;
}

.lyb-home-showcase {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 245, 241, 0.88));
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.05);
}

.lyb-home-product-panel,
.lyb-home-product-visual {
  height: 100%;
}

.lyb-home-product-panel {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-radius: 1.3rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-home-product-panel p {
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-home-product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.1rem 0 1.35rem;
}

.lyb-home-product-features span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.04);
  border: 1px solid rgba(23, 17, 11, 0.07);
  color: var(--lyb-ink);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lyb-home-product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-home-product-visual img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.lyb-case-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-case-card__industry {
  display: inline-flex;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(0, 150, 199, 0.08);
  color: var(--lyb-teal);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lyb-case-card h3,
.lyb-case-card h4 {
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-case-card h4 {
  margin-top: 1rem;
}

.lyb-contact-card--support {
  padding: 1.35rem;
}

.lyb-contact-card__intro {
  margin-bottom: 1rem;
}

.lyb-contact-card__intro h3 {
  margin: 0.75rem 0 0.45rem;
  font-size: 1.2rem;
}

.lyb-contact-card__intro p {
  margin: 0;
}

.lyb-contact-card .lyb-contact-copy p {
  margin: 0;
  color: var(--lyb-ink);
  font-weight: 700;
  line-height: 1.6;
}

.lyb-contact-card .lyb-contact-copy .lyb-contact-copy__meta {
  color: var(--lyb-muted);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
}

.lyb-contact-card__note {
  margin: 1rem 0 0;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(23, 17, 11, 0.08);
  color: var(--lyb-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.lyb-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.lyb-industry-pill {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-industry-pill i {
  color: var(--lyb-magenta);
  font-size: 1.05rem;
}

.lyb-industry-pill span {
  color: var(--lyb-ink);
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .lyb-proof-bar__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lyb-home-solutions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lyb-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .lyb-home-hero-v2 {
    padding-top: 114px;
  }

  .lyb-proof-bar__metrics {
    grid-template-columns: 1fr;
  }

  .lyb-process-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .lyb-home-hero-v2 {
    padding-top: 104px;
  }

  .lyb-home-hero-v2__shell,
  .lyb-proof-bar,
  .lyb-home-showcase,
  .lyb-home-product-panel,
  .lyb-home-product-visual {
    padding: 1.2rem;
  }

  .lyb-home-hero-v2 h1 {
    font-size: clamp(2.3rem, 1.8rem + 2vw, 3.4rem);
  }

  .lyb-proof-bar__logos,
  .lyb-industry-grid {
    grid-template-columns: 1fr;
  }

  .lyb-home-solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .lyb-home-solution-card {
    padding: 1rem 0.85rem;
  }

  .lyb-home-solution-card__icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }

  .lyb-home-solution-card h3 {
    font-size: 0.9rem;
  }

  .lyb-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .lyb-process-card {
    padding: 0.8rem;
  }

  .lyb-process-card__number {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
  }

  .lyb-process-card h3 {
    font-size: 0.86rem;
    line-height: 1.25;
  }
}

.lyb-about-hero {
  padding: 126px 0 28px;
}

.lyb-about-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(0, 150, 199, 0.11), transparent 26%),
    radial-gradient(circle at bottom right, rgba(208, 0, 167, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 237, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-about-hero__card {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-about-hero__card p {
  margin: 0.8rem 0 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-about-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.lyb-about-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-about-media-card,
.lyb-about-founder-media {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 22px 56px rgba(23, 17, 11, 0.08);
}

.lyb-about-media-card img,
.lyb-about-founder-media img {
  display: block;
  width: 100%;
  height: auto;
}

.lyb-about-timeline {
  display: grid;
  gap: 1rem;
}

.lyb-about-timeline__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-about-timeline__year {
  display: inline-flex;
  align-items: flex-start;
  color: var(--lyb-magenta);
  font-family: var(--lyb-font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lyb-about-timeline__item h3,
.lyb-about-approach-card h3,
.lyb-about-award-card__body h3 {
  margin: 0;
}

.lyb-about-timeline__item p,
.lyb-about-belief-card p,
.lyb-about-approach-card p,
.lyb-about-reason-item p,
.lyb-about-award-card__body p {
  margin: 0.7rem 0 0;
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-about-belief-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-about-belief-card h3 {
  margin-top: 1rem;
}

.lyb-about-approach-card {
  height: 100%;
  padding: 1.2rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-about-approach-card__step {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--lyb-teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-about-reasons {
  display: grid;
  gap: 0.9rem;
}

.lyb-about-reason-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lyb-about-reason-item i {
  color: var(--lyb-green);
  font-size: 1.05rem;
}

.lyb-about-reason-item p {
  color: rgba(246, 241, 233, 0.8);
}

.lyb-about-award-card {
  overflow: hidden;
  height: 100%;
  border-radius: 1.15rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-about-award-card img {
  display: block;
  width: 100%;
  height: auto;
}

.lyb-about-award-card__body {
  padding: 1.15rem 1.2rem 1.25rem;
}

@media (max-width: 991px) {
  .lyb-about-hero {
    padding-top: 114px;
  }

  .lyb-about-timeline__item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lyb-about-hero {
    padding-top: 104px;
  }

  .lyb-about-hero__shell {
    padding: 1.25rem;
  }
}

.lyb-services-hero {
  padding: 126px 0 28px;
}

.lyb-services-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(244, 207, 51, 0.18), transparent 26%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 237, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-services-hero__card {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-services-hero__card p {
  margin: 0.8rem 0 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-services-hero__list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.lyb-services-hero__list li {
  color: color-mix(in srgb, var(--default-color), transparent 14%);
  line-height: 1.8;
}

.lyb-services-hero__list li + li {
  margin-top: 0.4rem;
}

.lyb-services-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-services-card h3 {
  margin-top: 1rem;
}

.lyb-services-card p,
.lyb-services-signal-card p {
  color: var(--lyb-muted);
  line-height: 1.82;
}

.lyb-services-signals {
  display: grid;
  gap: 1rem;
}

.lyb-services-signal-card {
  padding: 1.15rem 1.2rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-services-signal-card__number {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--lyb-magenta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-services-signal-card h3 {
  margin: 0;
  font-size: 1.04rem;
}

.lyb-services-visual-card {
  overflow: hidden;
  border-radius: 1.3rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-services-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .lyb-services-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-services-hero {
    padding-top: 104px;
  }

  .lyb-services-hero__shell {
    padding: 1.25rem;
  }
}

.lyb-solutions-hero {
  padding: 126px 0 28px;
}

.lyb-solutions-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(97, 197, 0, 0.16), transparent 26%),
    radial-gradient(circle at bottom right, rgba(208, 0, 167, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 245, 241, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-solutions-hero__card {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-solutions-hero__card p {
  margin: 0.8rem 0 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-solutions-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.lyb-solutions-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-solutions-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-solutions-card h3 {
  margin-top: 1rem;
}

.lyb-solutions-card p,
.lyb-solutions-signal-card p {
  color: var(--lyb-muted);
  line-height: 1.82;
}

.lyb-solutions-signals {
  display: grid;
  gap: 1rem;
}

.lyb-solutions-signal-card {
  padding: 1.15rem 1.2rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-solutions-signal-card__number {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--lyb-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-solutions-signal-card h3 {
  margin: 0;
  font-size: 1.04rem;
}

.lyb-solutions-visual-card {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.3rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-solutions-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .lyb-solutions-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-solutions-hero {
    padding-top: 104px;
  }

  .lyb-solutions-hero__shell {
    padding: 1.25rem;
  }
}

.lyb-contact-page-hero {
  padding: 126px 0 28px;
}

.lyb-contact-page-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.11), transparent 25%),
    radial-gradient(circle at bottom right, rgba(244, 207, 51, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 237, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-contact-page-hero__card {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-contact-page-hero__card p {
  margin: 0.8rem 0 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-contact-page-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.lyb-contact-page-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-contact-form-card,
.lyb-contact-direct-card,
.lyb-contact-page-cta-card {
  padding: 1.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-contact-form-card__note {
  margin: 0.9rem 0 1.3rem;
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-contact-form .form-label {
  margin-bottom: 0.4rem;
  color: var(--lyb-ink);
  font-weight: 700;
}

.lyb-contact-form .form-control,
.lyb-contact-form .form-select {
  min-height: 3.15rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(23, 17, 11, 0.12);
  background: rgba(247, 245, 241, 0.72);
  box-shadow: none;
}

.lyb-contact-form textarea.form-control {
  min-height: 11rem;
  padding-top: 0.9rem;
  resize: vertical;
}

.lyb-contact-form .form-control:focus,
.lyb-contact-form .form-select:focus {
  border-color: rgba(208, 0, 167, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(208, 0, 167, 0.08);
}

.lyb-contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.lyb-form-alert {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(23, 17, 11, 0.1);
  line-height: 1.7;
}

.lyb-form-alert--success {
  border-color: rgba(21, 128, 61, 0.2);
  background: rgba(240, 253, 244, 0.95);
  color: #166534;
}

.lyb-form-alert--error {
  border-color: rgba(185, 28, 28, 0.18);
  background: rgba(254, 242, 242, 0.95);
  color: #991b1b;
}

.lyb-contact-form .form-control.is-invalid,
.lyb-contact-form .form-select.is-invalid {
  border-color: rgba(185, 28, 28, 0.35);
}

.lyb-contact-form .invalid-feedback {
  display: block;
  margin-top: 0.45rem;
  color: #b91c1c;
  font-size: 0.88rem;
  line-height: 1.55;
}

.lyb-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lyb-contact-side-stack {
  display: grid;
  gap: 1rem;
}

.lyb-contact-direct-list {
  display: grid;
  gap: 0;
  margin-top: 1rem;
}

.lyb-contact-direct-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(23, 17, 11, 0.08);
  color: var(--lyb-ink);
}

.lyb-contact-direct-item:last-child {
  border-bottom: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-contact-direct-item__label {
  color: var(--lyb-ink);
  font-family: var(--lyb-font-heading);
  font-size: clamp(1.15rem, 1rem + 0.4vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
}

.lyb-contact-direct-item:hover {
  color: var(--lyb-ink);
}

.lyb-contact-address {
  margin-top: 1rem;
}

.lyb-contact-address p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-contact-address p + p {
  margin-top: 0.85rem;
}

.lyb-contact-page-cta-card h3 {
  margin: 0 0 0.9rem;
}

.lyb-contact-page-cta-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.lyb-contact-page-cta-card li {
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-contact-page-cta-card li + li {
  margin-top: 0.45rem;
}

@media (max-width: 991px) {
  .lyb-contact-page-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-contact-page-hero {
    padding-top: 104px;
  }

  .lyb-contact-page-hero__shell,
  .lyb-contact-form-card,
  .lyb-contact-direct-card,
  .lyb-contact-page-cta-card {
    padding: 1.2rem;
  }
}

.lyb-ff-hero {
  padding: 126px 0 28px;
}

.lyb-ff-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(97, 197, 0, 0.16), transparent 24%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 250, 243, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-ff-hero__logo {
  display: block;
  width: min(250px, 60vw);
  height: auto;
  margin: 1rem 0 1.1rem;
}

.lyb-ff-hero__visual,
.lyb-ff-demo-card,
.lyb-ff-proof-card {
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-ff-hero__visual {
  padding: 1rem;
}

.lyb-ff-hero__visual img,
.lyb-ff-proof-card img {
  display: block;
  width: 100%;
  height: auto;
}

.lyb-ff-panel {
  padding: 1.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-ff-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.lyb-ff-list li {
  color: color-mix(in srgb, var(--default-color), transparent 14%);
  line-height: 1.85;
}

.lyb-ff-list li + li {
  margin-top: 0.45rem;
}

.lyb-ff-feature-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-ff-feature-card h3 {
  margin-top: 1rem;
}

.lyb-ff-feature-card p,
.lyb-ff-proof-card__body p {
  color: var(--lyb-muted);
  line-height: 1.82;
}

.lyb-ff-steps {
  display: grid;
  gap: 1rem;
}

.lyb-ff-step-card {
  padding: 1.15rem 1.2rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-ff-step-card__number {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--lyb-teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-ff-step-card h3 {
  margin: 0;
  font-size: 1.02rem;
}

.lyb-ff-demo-card {
  padding: 1rem;
}

.lyb-ff-demo-frame {
  position: relative;
  width: 100%;
  padding-top: 62%;
  border-radius: 1rem;
  overflow: hidden;
  background: #0f0f10;
}

.lyb-ff-demo-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lyb-ff-proof-card__body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.lyb-ff-proof-card__body h3 {
  margin: 0;
}

@media (max-width: 991px) {
  .lyb-ff-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-ff-hero {
    padding-top: 104px;
  }

  .lyb-ff-hero__shell,
  .lyb-ff-panel,
  .lyb-ff-demo-card {
    padding: 1.2rem;
  }

  .lyb-ff-demo-frame {
    padding-top: 70%;
  }
}

.lyb-cs-hero,
.lyb-cs-detail-hero {
  padding: 126px 0 28px;
}

.lyb-cs-hero__shell,
.lyb-cs-detail-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(0, 150, 199, 0.11), transparent 25%),
    radial-gradient(circle at bottom right, rgba(244, 207, 51, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 245, 241, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-cs-hero__card,
.lyb-cs-detail-meta,
.lyb-cs-detail-card {
  padding: 1.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-cs-hero__card p,
.lyb-cs-detail-card p,
.lyb-cs-approach-card p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.85;
}

.lyb-cs-detail-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 1rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(244, 207, 51, 0.22), rgba(0, 150, 199, 0.1));
  color: #b8860b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.lyb-cs-detail-card__icon i {
  font-size: 2rem;
  line-height: 1;
}

.lyb-cs-featured-card,
.lyb-cs-project-card,
.lyb-cs-detail-visual {
  overflow: hidden;
  height: 100%;
  border-radius: 1.15rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-cs-detail-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lyb-cs-featured-card img,
.lyb-cs-detail-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lyb-cs-featured-card--padded-media img {
  padding: 1rem;
  box-sizing: border-box;
}

.lyb-cs-featured-card__body,
.lyb-cs-project-card {
  padding: 1.2rem;
}

.lyb-cs-featured-card__body h3,
.lyb-cs-project-card h3 {
  margin: 0.95rem 0 0.8rem;
}

.lyb-cs-featured-card__body p,
.lyb-cs-project-card p,
.lyb-cs-detail-meta small {
  color: var(--lyb-muted);
  line-height: 1.8;
}

.lyb-cs-featured-card__body a,
.lyb-cs-project-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  font-weight: 700;
}

.lyb-cs-approach {
  display: grid;
  gap: 1rem;
}

.lyb-cs-approach-card {
  padding: 1.15rem 1.2rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-cs-approach-card__number {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--lyb-magenta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.lyb-cs-detail-meta {
  display: grid;
  gap: 1rem;
}

.lyb-cs-detail-meta span {
  display: block;
  color: var(--lyb-muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lyb-cs-detail-meta strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.15rem;
}

.lyb-cs-detail-meta small {
  display: block;
  margin-top: 0.35rem;
}

.lyb-cs-detail-list {
  display: grid;
  gap: 0.9rem;
}

.lyb-cs-detail-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-cs-detail-list__item i {
  color: var(--lyb-teal);
  font-size: 1rem;
}

.lyb-cs-detail-list__item span {
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  line-height: 1.8;
}

@media (max-width: 991px) {
  .lyb-cs-hero,
  .lyb-cs-detail-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-cs-hero,
  .lyb-cs-detail-hero {
    padding-top: 104px;
  }

  .lyb-cs-hero__shell,
  .lyb-cs-detail-hero__shell {
    padding: 1.25rem;
  }
}

.lyb-industries-hero {
  padding: 126px 0 28px;
}

.lyb-industries-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(0, 150, 199, 0.1), transparent 25%),
    radial-gradient(circle at bottom right, rgba(97, 197, 0, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 244, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-industries-hero__card {
  padding: 1.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-industries-hero__card p,
.lyb-industries-card p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.82;
}

.lyb-industries-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-industries-card h3 {
  margin-top: 1rem;
}

.lyb-industries-visual-card {
  overflow: hidden;
  border-radius: 1.3rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-industries-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .lyb-industries-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-industries-hero {
    padding-top: 104px;
  }

  .lyb-industries-hero__shell {
    padding: 1.25rem;
  }
}

.lyb-process-page-hero {
  padding: 126px 0 28px;
}

.lyb-process-page-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(244, 207, 51, 0.16), transparent 25%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 245, 239, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-process-page-hero__card {
  padding: 1.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 20px 48px rgba(23, 17, 11, 0.06);
}

.lyb-process-page-hero__card p,
.lyb-process-page-card p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.82;
}

.lyb-process-page-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-process-page-card h3 {
  margin-top: 1rem;
}

.lyb-process-page-visual {
  overflow: hidden;
  border-radius: 1.3rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 56px rgba(23, 17, 11, 0.06);
}

.lyb-process-page-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lyb-process-page-expectations {
  display: grid;
  gap: 0.9rem;
}

.lyb-process-page-expectations__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-process-page-expectations__item i {
  color: var(--lyb-green);
  font-size: 1rem;
}

.lyb-process-page-expectations__item span {
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  line-height: 1.8;
}

@media (max-width: 991px) {
  .lyb-process-page-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-process-page-hero {
    padding-top: 104px;
  }

  .lyb-process-page-hero__shell {
    padding: 1.25rem;
  }
}

.lyb-legal-hero {
  padding: 126px 0 28px;
}

.lyb-legal-hero__shell {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(23, 17, 11, 0.08);
  background:
    radial-gradient(circle at top left, rgba(208, 0, 167, 0.08), transparent 25%),
    radial-gradient(circle at bottom right, rgba(0, 150, 199, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 245, 241, 0.95));
  box-shadow: 0 28px 80px rgba(23, 17, 11, 0.08);
}

.lyb-legal-card {
  display: grid;
  gap: 1rem;
}

.lyb-legal-card__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.08);
  box-shadow: 0 18px 45px rgba(23, 17, 11, 0.05);
}

.lyb-legal-card__item i {
  color: var(--lyb-teal);
  font-size: 1rem;
}

.lyb-legal-card__item p {
  margin: 0;
  color: var(--lyb-muted);
  line-height: 1.8;
}

@media (max-width: 991px) {
  .lyb-legal-hero {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .lyb-legal-hero {
    padding-top: 104px;
  }

  .lyb-legal-hero__shell {
    padding: 1.25rem;
  }
}

/* Homepage enterprise refinement */
.header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(23, 17, 11, 0.08);
  backdrop-filter: blur(18px);
  padding: 6px 0;
}

.lyb-sitebar {
  min-height: 58px;
}

.header .logo {
  gap: 0.85rem;
}

.header .logo img {
  width: auto;
  max-width: min(220px, 48vw);
  max-height: 48px;
  height: auto;
}

.lyb-logo-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.lyb-logo-copy small {
  font-size: 0.66rem;
  letter-spacing: 0.11em;
}

@media (min-width: 1200px) {
  .navmenu {
    margin-left: auto;
  }

  .navmenu ul {
    justify-content: flex-end;
    gap: 0.08rem;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 0.42rem 0.58rem;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    line-height: 1.02;
  }

  .navmenu .nav-cta {
    margin-left: 0.28rem;
    padding: 0.46rem 0.78rem;
    background: #17110b;
    box-shadow: none;
  }

  .navmenu .nav-cta span {
    line-height: 1.02;
  }

  .navmenu .nav-cta:hover {
    background: #2a1e15;
  }
}

.btn-get-started {
  min-height: 2.85rem;
  padding: 0.8rem 1.15rem;
  border-radius: 0.225rem;
  border: 1px solid #17110b;
  background: #17110b;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn-get-started:hover {
  background: #2a1e15;
  border-color: #2a1e15;
  transform: translateY(-1px);
}

.btn-get-started:focus-visible {
  outline: 2px solid rgba(0, 150, 199, 0.28);
  outline-offset: 2px;
}

.btn-get-started--ghost {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(23, 17, 11, 0.14) !important;
}

.btn-get-started--ghost:hover {
  background: rgba(23, 17, 11, 0.04) !important;
  color: var(--lyb-ink) !important;
}

section,
.section {
  padding: 36px 0 26px;
}

.section-title {
  padding-top: 0;
  padding-bottom: 32px;
}

.section-title h2 {
  font-size: clamp(1.85rem, 1.55rem + 0.9vw, 2.7rem);
  margin-bottom: 14px;
  letter-spacing: -0.035em;
}

.section-title h2::after {
  width: 72px;
  height: 2px;
  background: rgba(23, 17, 11, 0.14);
}

.section-title p {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.72;
}

.lyb-section-intro {
  margin-bottom: 0.8rem;
}

.lyb-section-intro h2 {
  font-size: clamp(1.85rem, 1.55rem + 0.95vw, 2.7rem);
  line-height: 1.15;
}

.lyb-home-hero-v2 {
  padding: 78px 0 22px;
}

.main > section:first-child,
.main > .section:first-child,
.main > .lyb-home-hero-v2:first-child {
  padding-top: 12px;
}

.main > .lyb-home-hero-v2:first-child {
  padding-top: 14px;
}

.lyb-home-hero-v2__shell {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 248, 245, 0.97));
  box-shadow: 0 8px 24px rgba(23, 17, 11, 0.04);
}

.lyb-home-kicker {
  padding: 0.42rem 0.68rem;
  border-radius: 0.175rem;
  background: rgba(23, 17, 11, 0.04);
  border: 1px solid rgba(23, 17, 11, 0.08);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.lyb-home-hero-v2 h1 {
  font-size: clamp(2.45rem, 1.95rem + 1.8vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.lyb-home-lead {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.68;
}

.lyb-home-hero-v2__signals {
  margin-top: 1.15rem;
}

.lyb-home-hero-v2__signals span {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.lyb-home-hero-v2__panel {
  padding: 1.3rem;
  border-radius: 0.45rem;
  background: #ffffff;
  box-shadow: none;
}

.lyb-home-hero-v2__panel-head h2 {
  font-size: clamp(1.3rem, 1.1rem + 0.6vw, 1.8rem);
}

.lyb-home-hero-v2__list li::before {
  top: 0.9rem;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--lyb-teal);
}

.lyb-home-hero-v2__product {
  padding: 1rem;
  border-radius: 0.4rem;
  background: rgba(247, 247, 247, 0.9);
  border: 1px solid rgba(23, 17, 11, 0.06);
}

.lyb-proof-bar-section {
  padding: 0 0 14px;
}

.lyb-proof-bar {
  padding: 1.35rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.lyb-proof-metric {
  padding: 1.25rem;
  border-radius: 0.4rem;
  background: #ffffff;
  border-color: rgba(23, 17, 11, 0.08);
}

.lyb-proof-bar__logos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
  width: 100%;
}

.lyb-proof-bar__logo {
  min-height: 122px;
  border-radius: 0.4rem;
  background: #fbfbfb;
}

.lyb-proof-bar__logo img {
  max-height: 64px;
  width: auto;
}

.lyb-home-section--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 242, 0.86));
}

.lyb-home-section--dark {
  background: linear-gradient(180deg, #17110b 0%, #1d160f 100%);
}

.lyb-home-card,
.lyb-home-list-card,
.lyb-process-card,
.lyb-case-card,
.lyb-industry-pill,
.lyb-home-product-panel,
.lyb-home-product-visual,
.lyb-home-showcase,
.lyb-process-summary,
.lyb-contact-card--support,
.lyb-cta-panel {
  box-shadow: none;
}

.lyb-home-card {
  padding: 1.2rem;
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.96);
}

.lyb-home-card__icon {
  border-radius: 0.375rem;
  background: rgba(23, 17, 11, 0.04);
  border: 1px solid rgba(23, 17, 11, 0.06);
  font-size: 1.05rem;
}

.lyb-home-list-card {
  padding: 1rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.96);
  min-width: 0;
}

.lyb-home-list-card__check {
  border-radius: 0.225rem;
  background: rgba(23, 17, 11, 0.05);
  color: var(--lyb-teal);
}

.lyb-process-card {
  padding: 1rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.96);
}

.lyb-process-summary {
  padding: 1.2rem 1.25rem;
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.98);
}

.lyb-process-summary__points span,
.lyb-home-product-features span {
  border-radius: 0.225rem;
  background: rgba(23, 17, 11, 0.03);
  font-size: 0.72rem;
}

.lyb-home-reason-card {
  padding: 1.15rem;
  border-radius: 0.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
  box-shadow: none;
}

.lyb-home-reason-card::before {
  width: 2.2rem;
  height: 0.18rem;
}

.lyb-home-showcase {
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.98);
}

.lyb-home-product-panel {
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.98);
}

.lyb-home-product-visual {
  border-radius: 0.45rem;
  background: rgba(248, 248, 248, 0.98);
  padding: 0.7rem;
}

.lyb-case-card {
  padding: 1.15rem;
  border-radius: 0.425rem;
  background: rgba(255, 255, 255, 0.96);
  overflow-wrap: anywhere;
}

.lyb-industry-pill {
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.96);
}

.lyb-cta-panel {
  padding: clamp(1.35rem, 2.8vw, 1.9rem);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.98);
}

.lyb-contact-section h2 {
  font-size: clamp(1.9rem, 1.55rem + 1vw, 2.9rem);
  line-height: 1.12;
}

.lyb-contact-card--support {
  padding: 1.2rem;
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.98);
}

.lyb-contact-item + .lyb-contact-item {
  margin-top: 0;
}

.lyb-contact-card--support .lyb-contact-item {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(23, 17, 11, 0.08);
}

.lyb-contact-card--support .lyb-contact-item:first-of-type {
  margin-top: 1rem;
}

.lyb-contact-card .lyb-contact-copy > a {
  color: var(--lyb-ink);
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.lyb-contact-card--support .lyb-contact-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  background: rgba(23, 17, 11, 0.04);
}

.lyb-contact-card--support .lyb-contact-copy span {
  display: block;
  margin-bottom: 0.18rem;
}

.lyb-contact-card--support .lyb-contact-copy > a:hover {
  color: var(--lyb-teal);
}

.footer-brand {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
  border-radius: 0.5rem;
}

.footer .footer-top {
  padding: 25px 0 32px;
}

.footer-badges span,
.lyb-home-kicker,
.lyb-section-tag,
.lyb-inline-label,
.lyb-home-product-features span,
.lyb-process-summary__points span,
.lyb-contact-page-hero__chips span,
.lyb-home-hero-v2__signals span {
  border-radius: 0.225rem;
}

.lyb-shell-page__hero,
.lyb-shell-card,
.lyb-contact-card,
.lyb-metric-card,
.lyb-inline-product,
.lyb-hero-spotlight,
.lyb-proof-tile,
.lyb-belief-card,
.lyb-capability-card,
.lyb-difference-card,
.lyb-side-card,
.lyb-ops-card,
.lyb-proof-card,
.lyb-solution-card,
.lyb-value-card,
.lyb-about-hero__shell,
.lyb-about-hero__card,
.lyb-about-media-card,
.lyb-about-founder-media,
.lyb-about-timeline__item,
.lyb-about-belief-card,
.lyb-about-approach-card,
.lyb-about-reason-item,
.lyb-about-award-card,
.lyb-services-hero__shell,
.lyb-services-hero__card,
.lyb-services-card,
.lyb-services-signal-card,
.lyb-services-visual-card,
.lyb-solutions-hero__shell,
.lyb-solutions-hero__card,
.lyb-solutions-card,
.lyb-solutions-signal-card,
.lyb-solutions-visual-card,
.lyb-contact-page-hero__shell,
.lyb-contact-page-hero__card,
.lyb-contact-form-card,
.lyb-contact-direct-card,
.lyb-contact-page-cta-card,
.lyb-ff-hero__shell,
.lyb-ff-hero__visual,
.lyb-ff-panel,
.lyb-ff-feature-card,
.lyb-ff-step-card,
.lyb-ff-demo-card,
.lyb-ff-demo-frame,
.lyb-ff-proof-card,
.lyb-cs-hero__shell,
.lyb-cs-detail-hero__shell,
.lyb-cs-hero__card,
.lyb-cs-detail-meta,
.lyb-cs-detail-card,
.lyb-cs-featured-card,
.lyb-cs-project-card,
.lyb-cs-detail-visual,
.lyb-cs-approach-card,
.lyb-cs-detail-list__item,
.lyb-industries-hero__shell,
.lyb-industries-hero__card,
.lyb-industries-card,
.lyb-industries-visual-card,
.lyb-process-page-hero__shell,
.lyb-process-page-hero__card,
.lyb-process-page-card,
.lyb-process-page-visual,
.lyb-process-page-expectations__item,
.lyb-services-hero__list,
.lyb-solutions-hero__chips span,
.lyb-contact-page-hero__chips span,
.lyb-ff-list,
.lyb-cs-featured-card__body,
.lyb-cs-project-card,
.lyb-industries-card,
.lyb-process-page-card,
.lyb-legal-hero__shell,
.lyb-legal-card__item,
.lyb-image-frame,
.lyb-highlight-quote,
.lyb-delivery-frame,
.lyb-step,
.lyb-ops-card,
.lyb-home-product-visual img {
  border-radius: 0.5rem;
  min-width: 0;
}

.lyb-home-card__icon,
.lyb-contact-icon,
.lyb-home-list-card__check,
.lyb-contact-card--support .lyb-contact-icon,
.form-control,
.form-select,
.lyb-contact-form .form-control,
.lyb-contact-form .form-select {
  border-radius: 0.25rem;
}

.lyb-home-card,
.lyb-home-list-card,
.lyb-process-card,
.lyb-case-card,
.lyb-industry-pill,
.lyb-proof-metric,
.lyb-proof-bar__logo,
.lyb-home-product-panel,
.lyb-home-product-visual,
.lyb-contact-card--support,
.lyb-contact-card .lyb-contact-copy,
.lyb-home-product-panel,
.lyb-process-summary__copy {
  min-width: 0;
}

.lyb-home-card p,
.lyb-home-reason-card p,
.lyb-case-card p,
.lyb-home-section-copy,
.lyb-home-list-card h3,
.lyb-proof-bar__logo span,
.lyb-home-hero-v2__list li {
  overflow-wrap: anywhere;
}

.lyb-home-card h3,
.lyb-home-list-card h3,
.lyb-home-reason-card h3,
.lyb-case-card h3,
.lyb-case-card h4,
.lyb-home-product-panel h2,
.lyb-about-belief-card h3,
.lyb-about-approach-card h3,
.lyb-about-award-card__body h3,
.lyb-services-card h3,
.lyb-services-signal-card h3,
.lyb-solutions-card h3,
.lyb-solutions-signal-card h3,
.lyb-ff-feature-card h3,
.lyb-ff-step-card h3,
.lyb-ff-proof-card__body h3,
.lyb-cs-featured-card__body h3,
.lyb-cs-project-card h3,
.lyb-industries-card h3,
.lyb-process-page-card h3,
.lyb-shell-card h2,
.lyb-proof-metric span {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.lyb-home-card h3,
.lyb-case-card h3,
.lyb-case-card h4,
.lyb-home-product-panel h2 {
  margin-top: 0.65rem;
}

.lyb-home-card h3 {
  margin-bottom: 0.45rem;
}

.lyb-process-summary {
  margin-top: 1rem;
}

.lyb-home-product-features {
  margin: 0.8rem 0 1rem;
}

.footer-tagline {
  margin-top: 0.45rem;
}

.footer-badges {
  margin-top: 0.6rem;
}

@media (max-width: 1199px) {
  .lyb-proof-bar__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .index-page .main > :nth-child(n + 3),
  .index-page #footer {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  .index-page .lyb-home-hero-v2__panel {
    display: none;
  }

  .mobile-nav-active .navmenu ul {
    top: 72px;
    left: 12px;
    right: 12px;
    max-height: calc(100dvh - 84px);
    padding: 12px;
  }

  section,
  .section {
    padding: 34px 0 23px;
  }

  .main {
    padding-top: 64px;
  }

  .footer-brand {
    gap: 0.7rem;
    padding: 0.7rem 0.8rem;
  }

  .footer-brand img {
    width: 84px;
    max-width: 84px;
  }

  .lyb-home-hero-v2 {
    padding: 74px 0 18px;
  }

  .main > section:first-child,
  .main > .section:first-child,
  .main > .lyb-home-hero-v2:first-child {
    padding-top: 14px;
  }

  .main > .lyb-home-hero-v2:first-child {
    padding-top: 16px;
  }

  .lyb-home-hero-v2__shell,
  .lyb-proof-bar,
  .lyb-home-showcase,
  .lyb-home-product-panel,
  .lyb-home-product-visual {
    padding: 1.05rem;
  }

  .lyb-home-card,
  .lyb-home-list-card,
  .lyb-process-card,
  .lyb-case-card,
  .lyb-contact-card--support {
    padding: 0.95rem;
  }

  .lyb-process-summary,
  .lyb-cta-panel {
    padding: 1rem;
  }

  .lyb-home-hero-v2 h1 {
    font-size: clamp(2.15rem, 1.8rem + 1.5vw, 3.1rem);
  }

  .header .logo img {
    width: auto;
    max-width: min(210px, 56vw);
    max-height: 42px;
    height: auto;
  }

  .footer .footer-top {
    padding: 26px 0 24px;
  }
}
