/* Services hub v4 — cinematic brand page */

body.page-id-26,
body.elementor-page-26 {
  --l-blue: #004282;
  --l-blue-deep: #001a38;
  --l-orange: #ea5501;
  --l-orange-dk: #c44700;
  --l-ink: #0e141c;
  --l-muted: #5c6878;
  --l-line: #d5dde8;
  --l-paper: #edf1f6;
  --l-white: #fff;
  font-family: "Peyda", Tahoma, sans-serif;
  color: var(--l-ink);
  background: var(--l-paper);
}

body.page-id-26 .entry-title,
body.page-id-26 .page-title {
  display: none !important;
}

body.page-id-26 #content,
body.page-id-26 .site-main,
body.elementor-page-26 .elementor-26 {
  overflow-x: clip;
}

.lsv {
  direction: rtl;
  text-align: right;
  font-family: "Peyda", Tahoma, sans-serif;
}

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

.lsv a {
  color: inherit;
  text-decoration: none;
}

/* -------- Hero (full-bleed) -------- */
.lsv-hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.lsv-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lsv-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 40%;
  transform: scale(1.06);
  animation: lsvKen 18s ease-out forwards;
  filter: saturate(0.92) contrast(1.05);
}

.lsv-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(0, 18, 40, 0.92) 0%, rgba(0, 36, 78, 0.78) 42%, rgba(0, 26, 56, 0.45) 68%, rgba(0, 20, 44, 0.55) 100%),
    linear-gradient(0deg, rgba(0, 14, 32, 0.75) 0%, transparent 42%);
}

.lsv-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 10vw, 120px) 0 clamp(48px, 7vw, 72px);
  animation: lsvRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lsv-hero__brand {
  margin: 0 0 18px;
  font-size: clamp(3.2rem, 9vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: #fff;
}

.lsv-hero__brand span {
  color: var(--l-orange);
}

.lsv-hero__h {
  margin: 0 0 14px;
  max-width: 22ch;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
}

.lsv-hero__lead {
  margin: 0 0 28px;
  max-width: 32rem;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.lsv-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lsv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  border: 0;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.lsv-btn:hover {
  transform: translateY(-2px);
}

.lsv-btn--solid {
  background: var(--l-orange);
  color: #fff !important;
}

.lsv-btn--solid:hover {
  background: var(--l-orange-dk);
  color: #fff !important;
}

.lsv-btn--line {
  background: transparent;
  color: #fff !important;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.55);
}

.lsv-btn--line:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

/* -------- Trust rail -------- */
.lsv-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: -28px auto 0;
  position: relative;
  z-index: 3;
  background: var(--l-white);
  border: 1px solid var(--l-line);
  box-shadow: 0 18px 40px rgba(10, 24, 48, 0.08);
}

.lsv-rail p {
  margin: 0;
  padding: 18px 20px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--l-muted);
  border-left: 1px solid var(--l-line);
}

.lsv-rail p:last-child {
  border-left: 0;
}

.lsv-rail strong {
  display: block;
  margin: 0 0 2px;
  color: var(--l-blue);
  font-size: 0.95rem;
  font-weight: 800;
}

/* -------- Directory -------- */
.lsv-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 24px;
}

.lsv-dirhead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--l-line);
}

.lsv-dirhead h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--l-ink);
}

.lsv-dirhead p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--l-muted);
}

.lsv-groups {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.lsv-group {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 28px 36px;
  align-items: start;
}

.lsv-group__meta {
  position: sticky;
  top: 96px;
}

.lsv-group__num {
  display: block;
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--l-orange);
}

.lsv-group__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: var(--l-ink);
}

.lsv-group__list {
  background: var(--l-white);
  border-right: 3px solid var(--l-blue);
}

.lsv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--l-line);
  transition: background 0.25s ease, padding 0.25s ease;
}

.lsv-row:last-child {
  border-bottom: 0;
}

.lsv-row:hover {
  background: linear-gradient(270deg, #fff8f3 0%, #fff 55%);
  padding-right: 30px;
}

.lsv-row__title {
  display: block;
  margin: 0 0 5px;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--l-ink);
  line-height: 1.35;
}

.lsv-row__desc {
  display: block;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--l-muted);
}

.lsv-row__go {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--l-orange-dk);
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lsv-row:hover .lsv-row__go {
  opacity: 1;
  transform: translateX(-4px);
}

.lsv-row__arrow {
  font-size: 1.05rem;
}

/* -------- End band -------- */
.lsv-end {
  margin-top: 28px;
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(234, 85, 1, 0.22), transparent 55%),
    linear-gradient(135deg, var(--l-blue-deep) 0%, var(--l-blue) 55%, #0a3d73 100%);
  color: #fff;
}

.lsv-end__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 72px) 0;
}

.lsv-end__brand {
  margin: 0 0 10px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--l-orange);
}

.lsv-end h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
}

.lsv-end p {
  margin: 0 0 24px;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}

.lsv-end__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* -------- Reveal -------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@keyframes lsvKen {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}

@keyframes lsvRise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .lsv-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lsv-group__meta {
    position: static;
    display: flex;
    align-items: baseline;
    gap: 12px;
  }

  .lsv-group__num {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .lsv-hero {
    min-height: min(78vh, 640px);
  }

  .lsv-hero__h {
    max-width: none;
  }

  .lsv-rail {
    grid-template-columns: 1fr;
    margin-top: -18px;
  }

  .lsv-rail p {
    border-left: 0;
    border-bottom: 1px solid var(--l-line);
  }

  .lsv-rail p:last-child {
    border-bottom: 0;
  }

  .lsv-dirhead {
    flex-direction: column;
    align-items: flex-start;
  }

  .lsv-row {
    padding: 18px 16px;
    align-items: flex-start;
  }

  .lsv-row__go span:first-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lsv-hero__media img,
  .lsv-hero__inner,
  [data-reveal] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* -------- SEO article -------- */
.lsv-seo {
  background: var(--l-white);
  border-top: 1px solid var(--l-line);
  margin-top: 0;
}
.lsv-seo__inner {
  width: min(800px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 72px) 0 80px;
}
.lsv-seo__eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--l-orange);
}
.lsv-seo__head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  color: var(--l-ink);
  line-height: 1.4;
}
.lsv-seo__head > p {
  margin: 0 0 24px;
  color: var(--l-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.lsv-seo__figure {
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid var(--l-line);
}
.lsv-seo__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
}
.lsv-seo__body {
  direction: rtl;
  text-align: justify;
  text-justify: inter-word;
  color: var(--l-ink);
  font-size: 1.02rem;
  line-height: 2;
}
.lsv-seo__body h2 {
  margin: 2rem 0 0.85rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--l-blue);
  text-align: right;
}
.lsv-seo__body h3 {
  margin: 1.4rem 0 0.7rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--l-ink);
  text-align: right;
}
.lsv-seo__body p {
  margin: 0 0 1rem;
}
.lsv-seo__body a {
  color: var(--l-orange-dk);
  border-bottom: 1px solid rgba(234, 85, 1, 0.35);
  font-weight: 600;
}
.lsv-seo__body a:hover {
  color: var(--l-orange);
}
.lsv-hero__h { max-width: 22ch; }