/* ==========================================================================
   BaleCRM Landing Page — Light Theme
   Scoped to body.page-landing to avoid affecting user dashboard
   ========================================================================== */

body.page-landing {
  --body-bg: 0 0% 100%;
  --body-color: 220 9% 46%;
  --heading-color: 220 13% 9%;
  --section-bg: 220 14% 97%;
  --section-bg-two: 220 14% 96%;
  --border-color: 220 13% 91%;
  --header-box-shadow: var(--shadow-sm);
  --box-shadow: var(--shadow-base);
  --landing-radius: 16px;
  --landing-radius-lg: 24px;
  background-color: hsl(var(--body-bg));
  color: hsl(var(--body-color));
}

body.page-landing h1,
body.page-landing h2,
body.page-landing h3,
body.page-landing h4,
body.page-landing h5,
body.page-landing h6 {
  color: hsl(var(--heading-color));
}

/* ── Shared landing buttons ──────────────────────────────────────────── */

body.page-landing .lp-btn {
  --lp-btn-pad-y: 0.7rem;
  --lp-btn-pad-x: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: var(--lp-btn-pad-y) var(--lp-btn-pad-x);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

body.page-landing .lp-btn i {
  font-size: 1.05em;
  line-height: 1;
}

body.page-landing .lp-btn:active {
  transform: scale(0.97);
}

body.page-landing .lp-btn--sm {
  --lp-btn-pad-y: 0.45rem;
  --lp-btn-pad-x: 0.9rem;
  font-size: 0.8125rem;
}

body.page-landing .lp-btn--lg {
  --lp-btn-pad-y: 0.9rem;
  --lp-btn-pad-x: 1.5rem;
  font-size: 0.95rem;
}

body.page-landing .lp-btn--block {
  width: 100%;
}

body.page-landing .lp-btn--primary {
  background: hsl(var(--base)) !important;
  color: var(--color-neutral-0) !important;
  border-color: transparent !important;
  box-shadow: var(--shadow-sm);
}

body.page-landing .lp-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
  background: hsl(var(--base-d-200)) !important;
  color: var(--color-neutral-0) !important;
}

body.page-landing .lp-btn--ghost {
  background: hsl(var(--white)) !important;
  color: hsl(var(--heading-color)) !important;
  border-color: hsl(var(--border-color)) !important;
  box-shadow: 0 1px 2px hsl(152 30% 20% / 0.04);
}

body.page-landing .lp-btn--ghost:hover {
  border-color: hsl(var(--base) / 0.45) !important;
  color: hsl(var(--base)) !important;
  background: hsl(var(--base) / 0.05) !important;
  transform: translateY(-1px);
}

body.page-landing .lp-btn--soft {
  background: hsl(var(--white) / 0.16) !important;
  color: #fff !important;
  border-color: hsl(var(--white) / 0.28) !important;
  backdrop-filter: blur(8px);
}

body.page-landing .lp-btn--soft:hover {
  background: hsl(var(--white) / 0.24) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Hero CTA uses same button system */
body.page-landing .banner-content__button .btn,
body.page-landing .banner-content__button .lp-btn {
  border-radius: 999px;
  padding: 0.95rem 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-d-200)) 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 28px hsl(var(--base) / 0.32);
}

body.page-landing .banner-content__button .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px hsl(var(--base) / 0.4);
}

/* ── Header / Navigation ─────────────────────────────────────────────── */

body.page-landing .header.site-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  z-index: 1040;
  background: transparent !important;
  border: 0 !important;
  padding: 14px 0 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.page-landing .header.site-header.fixed-header {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 0 0;
  animation: none;
}

body.page-landing .site-nav-shell {
  background: hsl(var(--white) / 0.86);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  box-shadow: 0 10px 40px hsl(152 30% 20% / 0.08);
  padding: 10px 14px;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

body.page-landing .header.fixed-header .site-nav-shell {
  background: hsl(var(--white) / 0.96);
  box-shadow: 0 12px 36px hsl(152 30% 20% / 0.1);
}

body.page-landing .site-nav {
  padding: 0 !important;
  gap: 12px;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100%;
}

body.page-landing .site-nav__mobile {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.page-landing .site-nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-inline-start: auto;
}

body.page-landing .site-nav__desktop {
  width: 100%;
  align-items: center;
  gap: 16px;
}

body.page-landing .site-nav__toggle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--border-color));
  border-radius: 10px;
  background: hsl(var(--white));
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.page-landing .site-nav__toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px hsl(var(--base) / 0.15);
}

body.page-landing .site-nav__toggle:hover {
  border-color: hsl(var(--base) / 0.35);
  background: hsl(var(--base) / 0.04);
}

body.page-landing .site-nav__burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 16px;
}

body.page-landing .site-nav__burger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: hsl(var(--heading-color));
  transition: transform 0.25s ease, opacity 0.2s ease;
}

body.page-landing .site-nav__toggle.is-active .site-nav__burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.page-landing .site-nav__toggle.is-active .site-nav__burger span:nth-child(2) {
  opacity: 0;
}

body.page-landing .site-nav__toggle.is-active .site-nav__burger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body.page-landing .site-nav__brand {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  line-height: 0;
}

body.page-landing .site-nav__brand img {
  max-height: 40px;
  width: auto;
  display: block;
}

body.page-landing .site-nav__menu {
  gap: 2px;
  margin: 0 auto;
  padding: 4px;
  background: hsl(152 25% 96%);
  border-radius: 999px;
  border: 1px solid hsl(var(--border-color));
}

body.page-landing .site-nav__menu .nav-item {
  padding: 0 !important;
}

body.page-landing .site-nav__menu .nav-link {
  color: hsl(var(--body-color)) !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  padding: 0.55rem 1rem !important;
  border-radius: 999px !important;
  line-height: 1.2;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.page-landing .site-nav__menu .nav-link::before {
  display: none !important;
}

body.page-landing .site-nav__menu .nav-item.active .nav-link,
body.page-landing .site-nav__menu .nav-item:hover .nav-link {
  color: hsl(var(--base)) !important;
  background: hsl(var(--white)) !important;
  box-shadow: 0 2px 10px hsl(152 30% 20% / 0.08);
}

body.page-landing .site-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-inline-start: auto;
  flex-shrink: 0;
}

body.page-landing .site-nav__auth {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.page-landing .site-nav__lang {
  border: 1px solid hsl(var(--border-color));
  border-radius: 999px;
  background: hsl(var(--white));
  padding: 2px 6px;
}

/* ── Mobile slide drawer ─────────────────────────────────────────────── */

body.page-landing .site-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: hsl(152 30% 10% / 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

body.page-landing .site-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

body.page-landing .site-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(300px, 86vw);
  z-index: 1055;
  display: flex;
  flex-direction: column;
  background: hsl(var(--white));
  overflow: hidden;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

/* RTL: drawer sits on the right and slides in from the right */
html[dir="rtl"] body.page-landing .site-drawer {
  left: auto;
  right: 0;
  transform: translate3d(100%, 0, 0);
  box-shadow: -8px 0 40px hsl(152 30% 20% / 0.15);
}

/* LTR: drawer sits on the left and slides in from the left */
html[dir="ltr"] body.page-landing .site-drawer {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
  box-shadow: 8px 0 40px hsl(152 30% 20% / 0.15);
}

html[dir="rtl"] body.page-landing .site-drawer.is-open,
html[dir="ltr"] body.page-landing .site-drawer.is-open {
  transform: translate3d(0, 0, 0);
}

body.page-landing.site-drawer-open {
  overflow: hidden;
}

body.page-landing .site-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid hsl(var(--border-color));
  flex-shrink: 0;
}

body.page-landing .site-drawer__logo img {
  max-height: 34px;
  width: auto;
  display: block;
}

body.page-landing .site-drawer__close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--border-color));
  border-radius: 10px;
  background: hsl(var(--white));
  color: hsl(var(--heading-color));
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.page-landing .site-drawer__close:hover {
  background: hsl(var(--base) / 0.08);
  border-color: hsl(var(--base) / 0.3);
  color: hsl(var(--base));
}

body.page-landing .site-drawer__nav {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
  -webkit-overflow-scrolling: touch;
}

body.page-landing .site-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

body.page-landing .site-drawer__menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 12px;
  color: hsl(var(--heading-color));
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  text-align: start;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

body.page-landing .site-drawer__menu a i {
  width: 22px;
  font-size: 1.15rem;
  color: hsl(var(--body-color));
  transition: color 0.2s ease;
}

body.page-landing .site-drawer__menu li.active a,
body.page-landing .site-drawer__menu a:hover {
  background: hsl(var(--base) / 0.08);
  color: hsl(var(--base));
}

body.page-landing .site-drawer__menu li.active a i,
body.page-landing .site-drawer__menu a:hover i {
  color: hsl(var(--base));
}

body.page-landing .site-drawer__foot {
  flex-shrink: 0;
  padding: 16px 18px 22px;
  border-top: 1px solid hsl(var(--border-color));
  background: hsl(152 28% 98%);
  display: grid;
  gap: 12px;
}

body.page-landing .site-drawer__lang {
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
  background: hsl(var(--white));
  padding: 4px 8px;
}

body.page-landing .site-drawer__auth {
  display: grid;
  gap: 8px;
}

@media (min-width: 992px) {
  body.page-landing .site-nav__desktop {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  body.page-landing .site-nav__mobile,
  body.page-landing .site-drawer,
  body.page-landing .site-drawer-overlay {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  body.page-landing .header.site-header {
    padding: 8px 0 0 !important;
  }

  body.page-landing .header.site-header.fixed-header {
    padding: 6px 0 0 !important;
  }

  body.page-landing .site-nav-shell {
    border-radius: 14px;
    padding: 6px 10px;
    box-shadow: 0 4px 20px hsl(152 30% 20% / 0.06);
  }

  body.page-landing .site-nav {
    display: block;
  }

  body.page-landing .site-nav__mobile {
    display: flex !important;
  }

  body.page-landing .site-nav__desktop {
    display: none !important;
  }

  body.page-landing .site-nav__brand img {
    max-height: 32px;
  }

  body.page-landing .site-nav__mobile-actions .lp-btn--sm {
    --lp-btn-pad-y: 0.35rem;
    --lp-btn-pad-x: 0.75rem;
    font-size: 0.78rem;
    min-height: 34px;
  }

  body.page-landing .site-nav__toggle {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  body.page-landing .site-nav__burger {
    width: 14px;
    gap: 3px;
  }
}

/* ── Banner / Hero — cinema-first layout ───────────────────────────────── */

body.page-landing .banner-section--cinema {
  position: relative;
  overflow: hidden;
  padding-top: clamp(20px, 3.5vh, 36px);
  padding-bottom: 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, hsl(var(--base) / 0.14) 0%, transparent 68%),
    radial-gradient(ellipse 35% 28% at 12% 18%, hsl(var(--base) / 0.07) 0%, transparent 62%),
    radial-gradient(ellipse 30% 24% at 88% 22%, hsl(var(--base) / 0.06) 0%, transparent 58%),
    hsl(var(--body-bg));
}

body.page-landing .banner-section__glow {
  pointer-events: none;
  position: absolute;
  inset: 8% 10% auto;
  height: min(52vh, 480px);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, hsl(var(--base) / 0.16) 0%, transparent 68%);
  filter: blur(48px);
  opacity: 0.75;
  z-index: 0;
}

body.page-landing .banner-section--cinema > .container {
  position: relative;
  z-index: 1;
}

body.page-landing .banner-cinema {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vh, 22px);
  min-height: calc(100svh - 108px);
  padding-bottom: clamp(12px, 2vh, 20px);
}

body.page-landing .banner-cinema__hint {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  color: hsl(var(--mute-color));
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.22s ease, transform 0.22s ease;
}

body.page-landing .banner-cinema__hint:hover {
  color: hsl(var(--base));
  transform: translateY(2px);
}

body.page-landing .banner-cinema__hint-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--border-color));
  background: hsl(var(--white) / 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px hsl(152 30% 20% / 0.08);
  animation: bannerHintBounce 2.4s ease-in-out infinite;
}

body.page-landing .banner-cinema__hint-icon i {
  font-size: 18px;
  line-height: 1;
}

body.page-landing .banner-story {
  scroll-margin-top: 96px;
  padding: clamp(2.75rem, 7vw, 4.75rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  position: relative;
}

body.page-landing .banner-story::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline: 12%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    hsl(var(--border-color)) 20%,
    hsl(var(--border-color)) 80%,
    transparent 100%
  );
}

body.page-landing .banner-story__inner {
  text-align: center;
}

body.page-landing .banner-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--base));
  background: hsl(var(--base) / 0.08);
  border: 1px solid hsl(var(--base) / 0.16);
}

body.page-landing .banner-story__title {
  margin-bottom: 16px;
}

body.page-landing .banner-story__desc {
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 22px;
}

body.page-landing .banner-story__cta {
  margin-top: 4px;
}

@keyframes bannerHintBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

body.page-landing .banner-section::after {
  display: none;
}

@media screen and (max-width: 991px) {
  body.page-landing .banner-cinema {
    min-height: auto;
    padding-top: 4px;
    padding-bottom: 8px;
  }

  body.page-landing .banner-story {
    scroll-margin-top: 80px;
    padding-top: 2.25rem;
  }
}

body.page-landing .banner-content__title {
  color: hsl(var(--heading-color));
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

body.page-landing .banner-content__desc {
  color: hsl(var(--body-color));
  font-weight: 400;
  line-height: 1.7;
}

body.page-landing .banner-content__button .btn {
  border-radius: 14px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 20px hsl(var(--base) / 0.3);
}

@media screen and (min-width: 992px) {
  body.page-landing .banner-story__title {
    font-size: clamp(1.65rem, 2.4vw, 2.15rem) !important;
    line-height: 1.28;
  }

  body.page-landing .banner-story__desc {
    font-size: 1rem;
    line-height: 1.65;
  }

  body.page-landing .lp-hero-video {
    margin-top: 0;
    width: 100%;
    max-width: min(980px, 92vw);
  }

  body.page-landing .lp-hero-video__viewport {
    max-height: min(54vh, 520px);
  }
}

body.page-landing .banner-thumb {
  margin-top: 48px;
  position: relative;
}

body.page-landing .banner-thumb img {
  border-radius: var(--landing-radius-lg);
  box-shadow:
    0 24px 64px hsl(152 30% 20% / 0.12),
    0 0 0 1px hsl(var(--border-color));
}

/* Hero video player */
body.page-landing .lp-hero-video {
  margin-top: 0;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}

body.page-landing .banner-cinema .lp-hero-video {
  filter: drop-shadow(0 24px 48px hsl(152 30% 20% / 0.14));
}

body.page-landing .lp-hero-video--awaiting .lp-hero-video__play {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}

body.page-landing .lp-hero-video__shell {
  border-radius: clamp(14px, 2vw, 20px);
  padding: clamp(6px, 1vw, 10px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow:
    0 20px 56px hsl(152 30% 20% / 0.12),
    0 0 0 1px hsl(var(--border-color));
}

body.page-landing .lp-hero-video__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: clamp(12px, 1.8vw, 18px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 70% at 50% 20%, rgba(99, 102, 241, 0.22) 0%, transparent 55%),
    linear-gradient(160deg, #0f172a 0%, #1e293b 48%, #0f172a 100%);
}

body.page-landing .lp-hero-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0f172a;
}

body.page-landing .lp-hero-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.28) 100%);
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

body.page-landing .lp-hero-video__play {
  position: relative;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition:
    transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.22s ease,
    box-shadow 0.22s ease;
}

body.page-landing .lp-hero-video__play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.page-landing .lp-hero-video__play-icon i {
  font-size: 20px;
  line-height: 1;
  margin-inline-start: 2px;
}

body.page-landing .lp-hero-video__play:hover {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body.page-landing .lp-hero-video__play:active {
  transform: scale(0.96);
}

body.page-landing .lp-hero-video__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.35);
  z-index: 2;
}

body.page-landing .lp-hero-video__spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  animation: lpHeroVideoSpin 0.8s linear infinite;
}

body.page-landing .lp-hero-video__controls {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.82) 100%);
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

body.page-landing .lp-hero-video.is-started .lp-hero-video__controls,
body.page-landing .lp-hero-video.show-controls .lp-hero-video__controls,
body.page-landing .lp-hero-video.is-loading .lp-hero-video__controls {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.page-landing .lp-hero-video__ctrl {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

body.page-landing .lp-hero-video__ctrl:hover {
  background: rgba(255, 255, 255, 0.22);
}

body.page-landing .lp-hero-video__ctrl i {
  font-size: 18px;
  line-height: 1;
}

body.page-landing .lp-hero-video__ctrl--play [data-lp-icon-pause],
body.page-landing .lp-hero-video.is-playing .lp-hero-video__ctrl--play [data-lp-icon-play] {
  display: none;
}

body.page-landing .lp-hero-video.is-playing .lp-hero-video__ctrl--play [data-lp-icon-pause] {
  display: inline;
}

body.page-landing .lp-hero-video [data-lp-icon-muted],
body.page-landing .lp-hero-video.is-muted [data-lp-icon-vol] {
  display: none;
}

body.page-landing .lp-hero-video.is-muted [data-lp-icon-muted] {
  display: inline;
}

body.page-landing .lp-hero-video__progress {
  flex: 1 1 auto;
  min-width: 0;
  height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

body.page-landing .lp-hero-video__progress-track {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

body.page-landing .lp-hero-video__progress-buffer,
body.page-landing .lp-hero-video__progress-fill {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  height: 100%;
  border-radius: inherit;
  width: 0;
}

body.page-landing .lp-hero-video__progress-buffer {
  background: rgba(255, 255, 255, 0.28);
}

body.page-landing .lp-hero-video__progress-fill {
  background: #fff;
  z-index: 1;
}

body.page-landing .lp-hero-video__time {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  min-width: 72px;
  text-align: center;
  opacity: 0.92;
}

@keyframes lpHeroVideoPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.85;
  }

  70% {
    transform: scale(1.08);
    opacity: 0;
  }

  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

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

@media screen and (max-width: 767px) {
  body.page-landing .lp-hero-video__play {
    width: 48px;
    height: 48px;
  }

  body.page-landing .lp-hero-video__play-icon i {
    font-size: 18px;
  }

  body.page-landing .lp-hero-video__shell {
    padding: 6px;
    border-radius: 16px;
  }

  body.page-landing .lp-hero-video__controls {
    gap: 6px;
    padding: 10px 10px 12px;
  }

  body.page-landing .lp-hero-video__ctrl {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  body.page-landing .lp-hero-video__ctrl i {
    font-size: 16px;
  }

  body.page-landing .lp-hero-video__time {
    display: none;
  }

  body.page-landing .lp-hero-video__progress {
    height: 20px;
  }
}

/* ── Section headings & rhythm ─────────────────────────────────────────── */

body.page-landing {
  --lp-section-pad: clamp(3.5rem, 7vw, 5.5rem);
  --lp-section-pad-tight: clamp(2.75rem, 5vw, 4rem);
  --lp-heading-gap: clamp(2rem, 4vw, 3rem);
}

body.page-landing .section-heading {
  margin-bottom: var(--lp-heading-gap);
}

body.page-landing .section-heading__title {
  color: hsl(var(--heading-color));
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
}

body.page-landing .section-heading__desc {
  color: hsl(var(--body-color));
  max-width: 580px;
  margin-inline: auto;
  line-height: 1.75;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
}

body.page-landing .lp-section-heading {
  position: relative;
  z-index: 1;
}

body.page-landing .lp-section {
  position: relative;
}

/* ── How It Works ──────────────────────────────────────────────────────── */

body.page-landing .how-work-section.lp-how-work {
  background: hsl(var(--section-bg));
  padding-block: var(--lp-section-pad);
}

@media screen and (max-width: 767px) {
  body.page-landing .how-work-section.lp-how-work {
    padding-block: var(--lp-section-pad-tight);
  }
}

body.page-landing .how-work-section .shape-bg {
  opacity: 0.12;
}

body.page-landing .how-work-section .lp-section-heading {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.page-landing .how-work-item {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--landing-radius);
  padding: 28px 20px;
  box-shadow: var(--box-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  margin-top: 0;
}

body.page-landing .how-work-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px hsl(152 30% 20% / 0.1);
}

body.page-landing .how-work-item__icon {
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border-radius: 14px;
}

body.page-landing .how-work-item__title {
  color: hsl(var(--heading-color));
}

body.page-landing .how-work-item__desc {
  color: hsl(var(--body-color));
}

/* ── Features ──────────────────────────────────────────────────────────── */

body.page-landing .feature-section.lp-feature-section {
  background: hsl(var(--body-bg));
  padding-block: var(--lp-section-pad);
  border-top: 1px solid hsl(var(--border-color) / 0.6);
}

@media screen and (max-width: 767px) {
  body.page-landing .feature-section.lp-feature-section {
    padding-block: var(--lp-section-pad-tight);
  }
}

body.page-landing .feature-section .row {
  --bs-gutter-x: 1.25rem;
}

body.page-landing .feature-item.lp-feature-card {
  position: relative;
  overflow: hidden;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  box-shadow: 0 8px 28px hsl(152 30% 20% / 0.06);
  backdrop-filter: none;
  padding: 28px 24px;
  height: 100%;
  animation: lp-feature-float 7s ease-in-out infinite;
  animation-delay: var(--lp-delay, 0s);
  transition: box-shadow 0.45s ease, border-color 0.45s ease, transform 0.45s ease;
}

body.page-landing .feature-item.lp-feature-card::before {
  content: "";
  position: absolute;
  inset-inline-end: -28px;
  top: -28px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, hsl(var(--base) / 0.12) 0%, transparent 70%);
  pointer-events: none;
}

body.page-landing .feature-item.lp-feature-card:hover {
  animation-play-state: paused;
  transform: translateY(-6px);
  box-shadow: 0 16px 40px hsl(152 30% 20% / 0.1);
  border-color: hsl(var(--base) / 0.28);
}

body.page-landing .lp-feature-card__icon.feature-item__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(145deg, hsl(var(--base) / 0.14) 0%, hsl(var(--base) / 0.04) 100%);
  color: hsl(var(--base));
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px hsl(var(--base) / 0.12);
}

body.page-landing .lp-feature-card__icon.feature-item__icon i,
body.page-landing .lp-feature-card__icon.feature-item__icon svg {
  font-size: 1.45rem;
  width: 1.45rem;
  height: 1.45rem;
  fill: hsl(var(--base));
  stroke: hsl(var(--base));
  color: hsl(var(--base));
}

body.page-landing .feature-item__title {
  color: hsl(var(--heading-color));
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 10px;
  text-align: start;
}

body.page-landing .feature-item__desc {
  color: hsl(var(--body-color));
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.85;
  margin: 0;
  font-size: 0.92rem;
}

@keyframes lp-feature-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-landing .feature-item.lp-feature-card {
    animation: none;
  }
}

@media (max-width: 575.98px) {
  body.page-landing .feature-item.lp-feature-card {
    padding: 22px 18px;
    border-radius: 18px;
  }
}

/* ── Pricing (shared — pricing-cards.css loaded via layout) ──────────── */

body.page-landing .lp-pricing-panel.lp-pricing-section {
  padding-block: var(--lp-section-pad);
}

@media screen and (max-width: 767px) {
  body.page-landing .lp-pricing-panel.lp-pricing-section {
    padding-block: var(--lp-section-pad-tight);
  }
}

body.page-landing .lp-pricing-panel .lp-section-heading {
  margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

/* ── Testimonials ──────────────────────────────────────────────────────── */

body.page-landing .testimonials.lp-testimonials {
  background: hsl(var(--body-bg));
  padding-block: var(--lp-section-pad);
  border-top: 1px solid hsl(var(--border-color) / 0.6);
}

@media screen and (max-width: 767px) {
  body.page-landing .testimonials.lp-testimonials {
    padding-block: var(--lp-section-pad-tight);
  }
}

body.page-landing .testimonials .shape-bg {
  opacity: 0.08;
}

body.page-landing .testimonials .lp-section-heading {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.page-landing .lp-testimonials__slider {
  max-width: 920px;
  margin-inline: auto;
}

body.page-landing .feedback-item {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--landing-radius-lg);
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

body.page-landing .feedback-content__text {
  color: hsl(var(--heading-color));
}

body.page-landing .feedback-content .name {
  color: hsl(var(--base)) !important;
}

/* ── FAQ ───────────────────────────────────────────────────────────────── */

body.page-landing .faq-section.lp-faq {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, hsl(var(--base) / 0.08), transparent 55%),
    hsl(var(--section-bg));
  padding-top: var(--lp-section-pad);
  padding-bottom: var(--lp-section-pad);
  scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.page-landing .faq-section.lp-faq {
    padding-top: var(--lp-section-pad-tight);
    padding-bottom: var(--lp-section-pad-tight);
  }
}

body.page-landing .faq-section .section-heading__title {
  color: hsl(var(--heading-color));
}

body.page-landing .faq-section .section-heading__desc {
  color: hsl(var(--body-color));
  max-width: 640px;
  margin-inline: auto;
}

body.page-landing .faq-section__top {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
  width: 100%;
}

body.page-landing .lp-faq__tabs.custom--tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 560px;
  padding: 8px;
  margin: 0 auto;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 18px;
  box-shadow: 0 8px 28px hsl(152 30% 20% / 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.page-landing .lp-faq__tabs.custom--tab::-webkit-scrollbar {
  display: none;
}

body.page-landing .lp-faq__tabs.custom--tab .nav-item {
  flex: 1 1 0;
  min-width: 0;
}

body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  color: hsl(var(--heading-color));
  background: hsl(var(--body-bg));
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px 14px;
  border: 1px solid hsl(var(--border-color));
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: hsl(var(--base-d-400));
  background: hsl(var(--base) / 0.12);
}

body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link:hover {
  border-color: hsl(var(--base) / 0.35);
  color: hsl(var(--base-d-500));
}

body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link.active,
body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link.active:hover {
  background: hsl(var(--base-d-500)) !important;
  color: #fff !important;
  border-color: hsl(var(--base-d-600)) !important;
  box-shadow: 0 10px 24px hsl(var(--base-d-500) / 0.35);
  transform: translateY(-1px);
}

body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link.active i {
  color: hsl(var(--base-d-600));
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  body.page-landing .lp-faq__tabs.custom--tab {
    max-width: 100%;
    border-radius: 16px;
    gap: 6px;
    padding: 6px;
  }

  body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link {
    flex-direction: column;
    gap: 6px;
    min-height: 64px;
    padding: 10px 6px;
    font-size: 0.78rem;
    border-radius: 12px;
  }

  body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link i {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  body.page-landing .lp-faq__tabs.custom--tab .nav-item .nav-link span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-item {
  background: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--border-color)) !important;
  border-radius: 14px !important;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px hsl(var(--black) / 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: hsl(var(--base) / 0.25) !important;
  box-shadow: 0 4px 16px hsl(var(--base) / 0.08);
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-button {
  background: hsl(var(--white)) !important;
  color: hsl(var(--heading-color));
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: start;
  padding: 20px 56px 20px 20px;
  box-shadow: none !important;
}

[dir="rtl"] body.page-landing .lp-faq__accordion.custom--accordion .accordion-button {
  padding: 20px 20px 20px 56px;
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-button:not(.collapsed) {
  background: hsl(var(--base) / 0.05) !important;
  color: hsl(var(--base));
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-body {
  background: hsl(var(--white)) !important;
  padding: 0 20px 20px;
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-body .text {
  color: hsl(var(--body-color));
  max-width: 100%;
  line-height: 1.75;
  text-align: start;
  font-weight: 400;
  font-size: 0.9375rem;
}

body.page-landing .lp-faq__accordion.custom--accordion .accordion-button[aria-expanded="true"]::after,
body.page-landing .lp-faq__accordion.custom--accordion .accordion-button[aria-expanded="false"]::after {
  right: 16px;
  left: auto;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  font-size: 0.75rem;
}

[dir="rtl"] body.page-landing .lp-faq__accordion.custom--accordion .accordion-button[aria-expanded="true"]::after,
[dir="rtl"] body.page-landing .lp-faq__accordion.custom--accordion .accordion-button[aria-expanded="false"]::after {
  right: auto;
  left: 16px;
}

body.page-landing .custom--tab:not(.lp-faq__tabs) .nav-item .nav-link {
  color: hsl(var(--body-color));
  border-radius: 10px;
  font-weight: 600;
}

body.page-landing .custom--tab:not(.lp-faq__tabs) .nav-item .nav-link.active {
  background: hsl(var(--base-d-500));
  color: #fff !important;
}

body.page-landing .accordion-item {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color)) !important;
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

body.page-landing .accordion-button {
  background: hsl(var(--white));
  color: hsl(var(--heading-color));
  font-weight: 600;
  box-shadow: none !important;
}

body.page-landing .accordion-button:not(.collapsed) {
  background: hsl(var(--base) / 0.06);
  color: hsl(var(--base));
}

body.page-landing .accordion-body .text {
  color: hsl(var(--body-color));
}

/* ── CTA ───────────────────────────────────────────────────────────────── */

body.page-landing .cta-section {
  background: linear-gradient(135deg, hsl(var(--base-d-700)) 0%, hsl(var(--base)) 50%, hsl(var(--base-l-200)) 100%);
  border-radius: var(--landing-radius-lg);
  margin: 0 16px 60px;
  overflow: hidden;
}

@media (min-width: 768px) {
  body.page-landing .cta-section {
    margin: 0 24px 80px;
  }
}

@media (min-width: 1200px) {
  body.page-landing .cta-section {
    margin: 0 auto 80px;
    max-width: calc(100% - 48px);
  }

  body.page-landing .cta-section .container {
    max-width: 1140px;
  }
}

body.page-landing .cta-section .shape-bg {
  opacity: 0.2;
}

body.page-landing .cta-section .section-heading__title,
body.page-landing .cta-section .section-heading__desc {
  color: hsl(var(--white));
}

body.page-landing .cta-section .btn--base {
  background: hsl(var(--white)) !important;
  color: hsl(var(--base)) !important;
  border: none !important;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 4px 16px hsl(0 0% 0% / 0.15);
}

body.page-landing .cta-section .btn--base:hover {
  background: hsl(var(--white) / 0.9) !important;
  transform: translateY(-2px);
}

/* ── Blog ──────────────────────────────────────────────────────────────── */

body.page-landing .blog {
  background: hsl(var(--body-bg));
}

body.page-landing .blog.banner-bg::after {
  display: none;
}

body.page-landing .blog-item {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--landing-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-landing .blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px hsl(152 30% 20% / 0.1);
}

body.page-landing .blog-item__title-link {
  color: hsl(var(--heading-color));
}

body.page-landing .blog-item__desc {
  color: hsl(var(--body-color));
}

/* ── Footer ────────────────────────────────────────────────────────────── */

body.page-landing .footer-area.site-footer {
  position: relative;
  margin-top: 0;
  padding-top: 24px;
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, hsl(var(--base) / 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, hsl(var(--base) / 0.08) 0%, transparent 50%),
    linear-gradient(180deg, hsl(var(--body-bg)) 0%, hsl(152 28% 97%) 18%, hsl(152 22% 94%) 100%);
  border-top: none;
  overflow: hidden;
}

body.page-landing .site-footer .shape-bg,
body.page-landing .site-footer__glow {
  display: none;
}

body.page-landing .site-footer__inner {
  position: relative;
  z-index: 1;
  padding: 32px 0 28px;
}

body.page-landing .site-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  margin-bottom: 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, hsl(var(--base-d-600)) 0%, hsl(var(--base)) 55%, hsl(var(--base-l-200)) 100%);
  box-shadow: 0 18px 48px hsl(var(--base) / 0.28);
  color: #fff;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.page-landing .site-footer__cta {
    margin-bottom: 36px;
    padding: 24px 20px;
  }
}

body.page-landing .site-footer__cta::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: hsl(0 0% 100% / 0.12);
  pointer-events: none;
}

body.page-landing .site-footer__cta-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

body.page-landing .site-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: hsl(0 0% 100% / 0.16);
  border: 1px solid hsl(0 0% 100% / 0.2);
  font-size: 0.8rem;
  font-weight: 700;
}

body.page-landing .site-footer__cta-title {
  color: #fff !important;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.35;
}

body.page-landing .site-footer__cta-desc {
  margin: 0;
  color: hsl(0 0% 100% / 0.88);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.page-landing .site-footer__cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

body.page-landing .site-footer__cta .lp-btn--primary {
  background: #fff !important;
  color: hsl(var(--base-d-400)) !important;
  box-shadow: 0 8px 24px hsl(0 0% 0% / 0.15);
}

body.page-landing .site-footer__cta .lp-btn--primary:hover {
  background: hsl(0 0% 100% / 0.94) !important;
  color: hsl(var(--base-d-500)) !important;
}

body.page-landing .site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.1fr;
  gap: 32px 28px;
  margin-bottom: 36px;
}

body.page-landing .site-footer__logo img {
  max-height: 44px;
  width: auto;
  margin-bottom: 14px;
}

body.page-landing .site-footer__desc {
  color: hsl(var(--body-color));
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 360px;
}

body.page-landing .site-footer__newsletter {
  padding: 18px;
  border-radius: 18px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  box-shadow: 0 8px 24px hsl(152 30% 20% / 0.05);
}

body.page-landing .site-footer__newsletter-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 800;
  color: hsl(var(--heading-color));
}

body.page-landing .site-footer__newsletter-title i {
  color: hsl(var(--base));
  font-size: 1.2rem;
}

body.page-landing .site-footer__form {
  margin-bottom: 8px;
  width: 100%;
}

body.page-landing .site-footer__input-wrap {
  position: relative;
  width: 100%;
}

body.page-landing .site-footer__input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding-inline: 18px;
  padding-inline-end: 56px;
  border-radius: 999px;
  border: 1px solid hsl(var(--border-color));
  background: hsl(152 30% 98%);
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
  outline: none;
  text-align: start;
  direction: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-landing .site-footer__input:focus {
  border-color: hsl(var(--base) / 0.45);
  box-shadow: 0 0 0 4px hsl(var(--base) / 0.1);
}

body.page-landing .site-footer__submit {
  position: absolute;
  inset-inline-end: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-d-200)) 100%);
  box-shadow: 0 4px 14px hsl(var(--base) / 0.35);
  transition: transform 0.18s ease, box-shadow 0.2s ease;
}

body.page-landing .site-footer__submit:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 6px 18px hsl(var(--base) / 0.45);
}

body.page-landing .site-footer__submit:active {
  transform: translateY(-50%) scale(0.96);
}

body.page-landing .site-footer__submit i {
  font-size: 1.05rem;
  line-height: 1;
}

body.page-landing .site-footer__newsletter-hint {
  margin: 0;
  font-size: 0.78rem;
  color: hsl(var(--body-color));
  line-height: 1.5;
}

body.page-landing .site-footer__heading {
  margin: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 800;
  color: hsl(var(--heading-color));
  position: relative;
  padding-bottom: 10px;
  text-align: start;
}

body.page-landing .site-footer__heading::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(to left, hsl(var(--base)), hsl(var(--base) / 0.2));
}

html[dir="ltr"] body.page-landing .site-footer__heading::after {
  background: linear-gradient(to right, hsl(var(--base)), hsl(var(--base) / 0.2));
}

body.page-landing .site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

body.page-landing .site-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: hsl(var(--body-color));
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  text-align: start;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.page-landing .site-footer__chevron {
  font-size: 0.85rem;
  opacity: 0.55;
  order: -1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* RTL: chevron points left (←) on the start side */
html[dir="rtl"] body.page-landing .site-footer__chevron {
  transform: none;
}

/* LTR: flip chevron to point right (→) */
html[dir="ltr"] body.page-landing .site-footer__chevron {
  transform: scaleX(-1);
}

body.page-landing .site-footer__links a:hover {
  color: hsl(var(--base));
}

html[dir="rtl"] body.page-landing .site-footer__links a:hover {
  transform: translateX(-3px);
}

html[dir="ltr"] body.page-landing .site-footer__links a:hover {
  transform: translateX(3px);
}

body.page-landing .site-footer__links a:hover .site-footer__chevron {
  opacity: 1;
}

body.page-landing .site-footer__desc,
body.page-landing .site-footer__newsletter-hint,
body.page-landing .site-footer__newsletter-title {
  text-align: start;
}

body.page-landing .site-footer__newsletter-title {
  flex-direction: row;
}

body.page-landing .site-footer__contact {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 10px;
}

body.page-landing .site-footer__contact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.page-landing .site-footer__contact-card:hover {
  border-color: hsl(var(--base) / 0.35);
  box-shadow: 0 8px 20px hsl(152 30% 20% / 0.06);
  transform: translateY(-2px);
}

body.page-landing .site-footer__contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: hsl(var(--base) / 0.12);
  color: hsl(var(--base));
  font-size: 1.15rem;
}

body.page-landing .site-footer__contact-card small {
  display: block;
  font-size: 0.72rem;
  color: hsl(var(--body-color));
  margin-bottom: 2px;
}

body.page-landing .site-footer__contact-card strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  color: hsl(var(--heading-color));
  word-break: break-word;
}

body.page-landing .site-footer__referral {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(160deg, hsl(var(--white)) 0%, hsl(var(--base) / 0.08) 100%);
  border: 1px solid hsl(var(--base) / 0.18);
  box-shadow: 0 10px 28px hsl(var(--base) / 0.08);
}

body.page-landing .site-footer__referral-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

body.page-landing .site-footer__referral-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: hsl(var(--base));
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 6px 16px hsl(var(--base) / 0.3);
}

body.page-landing .site-footer__referral-head h5 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: hsl(var(--heading-color));
}

body.page-landing .site-footer__referral p {
  margin: 0 0 14px;
  font-size: 0.84rem;
  color: hsl(var(--body-color));
  line-height: 1.6;
}

body.page-landing .site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid hsl(var(--border-color));
}

body.page-landing .site-footer__copy {
  font-size: 0.84rem;
  color: hsl(var(--body-color));
  font-weight: 600;
}

body.page-landing .site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.page-landing .site-footer__social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--heading-color));
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.page-landing .site-footer__social a:hover {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  body.page-landing .site-footer__grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  body.page-landing .site-footer__col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  body.page-landing .site-footer__cta {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    text-align: center;
  }

  body.page-landing .site-footer__cta-copy {
    max-width: none;
  }

  body.page-landing .site-footer__cta-actions {
    justify-content: center;
  }

  body.page-landing .site-footer__cta-actions .lp-btn {
    flex: 1 1 auto;
    min-width: 140px;
  }

  body.page-landing .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  body.page-landing .site-footer__brand {
    grid-column: 1 / -1;
  }

  body.page-landing .site-footer__desc {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  body.page-landing .site-footer__inner {
    padding: 32px 0 20px;
  }

  body.page-landing .site-footer__cta {
    border-radius: 18px;
    margin-bottom: 28px;
  }

  body.page-landing .site-footer__cta-actions {
    flex-direction: column;
  }

  body.page-landing .site-footer__cta-actions .lp-btn {
    width: 100%;
  }

  body.page-landing .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.page-landing .site-footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}

/* ── Landing sliders (blog + testimonials) ─────────────────────────────── */

/* No side arrows on landing — swipe + minimal dots only */
body.page-landing .blog-slider .slick-arrow,
body.page-landing .feedback-slider .slick-arrow,
body.page-landing .lp-slider__arrow {
  display: none !important;
}

body.page-landing .lp-blog__track,
body.page-landing .lp-feedback__track {
  position: relative;
  padding-inline: 0;
  margin-inline: 0;
}

body.page-landing .lp-blog .blog-slider .slick-list,
body.page-landing .lp-feedback .feedback-slider .slick-list {
  margin: 0;
}

body.page-landing .lp-blog .blog-item,
body.page-landing .lp-feedback .feedback-item {
  margin: 0 6px;
}

body.page-landing .lp-blog .blog-item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  box-shadow: 0 10px 32px hsl(152 30% 20% / 0.07);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

body.page-landing .lp-blog .blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px hsl(152 30% 20% / 0.1);
}

body.page-landing .lp-blog .blog-item__thumb {
  border-radius: 0;
  overflow: hidden;
  height: 200px;
  max-height: 200px;
}

body.page-landing .lp-blog .blog-item__thumb-link,
body.page-landing .lp-blog .blog-item__thumb-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-landing .lp-blog .blog-item__thumb-link img {
  transition: transform 0.6s ease;
}

body.page-landing .lp-blog .blog-item:hover .blog-item__thumb-link img {
  transform: scale(1.05);
}

body.page-landing .lp-blog .blog-item__content {
  padding: 20px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.page-landing .lp-blog .blog-item__title-link {
  color: hsl(var(--heading-color));
  font-weight: 800;
  text-align: start;
}

body.page-landing .lp-blog .blog-item__desc {
  color: hsl(var(--body-color));
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.75;
  flex: 1;
}

body.page-landing .lp-blog .blog-item__bottom .content-list__item {
  color: hsl(var(--base));
  font-size: 0.8125rem;
  font-weight: 700;
}

/* Testimonials — creative card */
body.page-landing .lp-feedback .feedback-item {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 36px hsl(152 30% 20% / 0.08);
  min-height: 280px;
}

body.page-landing .lp-feedback .feedback-left {
  width: 42%;
  flex-shrink: 0;
}

body.page-landing .lp-feedback .feedback-right {
  width: 58%;
  flex: 1;
  display: flex;
  align-items: center;
}

body.page-landing .lp-feedback .feedback-thumb {
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

body.page-landing .lp-feedback .feedback-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-landing .lp-feedback .feedback-content {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  text-align: start;
  max-width: none;
}

body.page-landing .lp-feedback .feedback-content__text {
  color: hsl(var(--heading-color));
  text-align: start;
  line-height: 1.85;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
}

@media screen and (max-width: 991px) {
  body.page-landing .lp-feedback .feedback-item {
    flex-direction: column;
    min-height: 0;
  }

  body.page-landing .lp-feedback .feedback-left,
  body.page-landing .lp-feedback .feedback-right {
    width: 100%;
  }

  body.page-landing .lp-feedback .feedback-thumb {
    min-height: 220px;
    height: 220px;
  }
}

body.page-landing .lp-feedback .feedback-content__bottom {
  text-align: start;
}

body.page-landing .lp-feedback .feedback-content .name {
  margin-bottom: 4px;
  font-weight: 800;
}

body.page-landing .lp-feedback .feedback-content__rating {
  margin-top: 8px;
  justify-content: flex-start;
}

body.page-landing .lp-blog__footer,
body.page-landing .lp-feedback__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 4px;
}

body.page-landing .lp-blog__dots,
body.page-landing .lp-feedback__dots {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
}

body.page-landing .lp-blog__dots .slick-dots,
body.page-landing .lp-feedback__dots .slick-dots {
  position: static;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  left: auto;
  bottom: auto;
}

body.page-landing .lp-blog__dots .slick-dots li,
body.page-landing .lp-feedback__dots .slick-dots li {
  display: inline-flex;
  margin: 0;
  width: auto;
  height: auto;
}

body.page-landing .lp-blog__dots .slick-dots li button,
body.page-landing .lp-feedback__dots .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: hsl(var(--base) / 0.22);
  text-indent: -9999px;
  overflow: hidden;
  transition: width 0.3s ease, background 0.3s ease;
}

body.page-landing .lp-blog__dots .slick-dots li.slick-active button,
body.page-landing .lp-feedback__dots .slick-dots li.slick-active button {
  width: 24px;
  background: hsl(var(--base));
}

body.page-landing .lp-blog__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1.5px solid hsl(var(--border-color));
  background: hsl(var(--white));
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

body.page-landing .lp-blog__more:hover {
  border-color: hsl(var(--base) / 0.4);
  color: hsl(var(--base));
  background: hsl(var(--base) / 0.05);
  box-shadow: 0 4px 16px hsl(var(--base) / 0.1);
  transform: translateY(-1px);
}

body.page-landing .lp-blog__more i {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

html[dir="rtl"] body.page-landing .lp-blog__more:hover i {
  transform: translateX(-3px);
}

html[dir="ltr"] body.page-landing .lp-blog__more:hover i {
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  body.page-landing .lp-blog .blog-item,
  body.page-landing .lp-feedback .feedback-item {
    margin: 0;
  }

  body.page-landing .lp-blog .blog-item__thumb {
    height: 210px;
    max-height: 210px;
  }

  body.page-landing .lp-feedback .feedback-thumb {
    height: 200px;
  }

  body.page-landing .lp-blog__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 20px;
  }

  body.page-landing .lp-blog__dots {
    order: 2;
  }

  body.page-landing .lp-blog__more {
    order: 1;
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 0.92rem;
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-d-200)) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 20px hsl(var(--base) / 0.28);
  }

  body.page-landing .lp-blog__more:hover {
    color: #fff;
    background: linear-gradient(135deg, hsl(var(--base-d-200)) 0%, hsl(var(--base-d-300)) 100%);
    transform: translateY(-2px);
  }

  body.page-landing .lp-feedback__footer {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  body.page-landing .lp-blog__footer {
    justify-content: space-between;
    padding-inline: 4px;
  }

  body.page-landing .lp-feedback .feedback-item {
    flex-direction: row;
    align-items: stretch;
  }

  body.page-landing .lp-feedback .feedback-left {
    flex: 0 0 42%;
    max-width: 42%;
  }

  body.page-landing .lp-feedback .feedback-thumb {
    height: 100%;
    min-height: 280px;
  }

  body.page-landing .lp-feedback .feedback-right {
    flex: 1;
    display: flex;
    align-items: center;
  }

  body.page-landing .lp-feedback .feedback-content {
    padding: 28px 32px;
  }
}

/* ── Scroll to top ─────────────────────────────────────────────────────── */

body.page-landing .scroll-top {
  background: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 12px;
  box-shadow: 0 4px 16px hsl(var(--base) / 0.3);
}

/* ── General utilities ───────────────────────────────────────────────────── */

body.page-landing .banner-bg::after,
body.page-landing .section-shape::before {
  display: none;
}

body.page-landing .text--base {
  color: hsl(var(--base)) !important;
}

body.page-landing .py-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body.page-landing .py-100 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

body.page-landing .pb-100 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body.page-landing .pb-100 {
    padding-bottom: 56px;
  }
}

/* Preloader on landing */
body.page-landing .preloader {
  background: hsl(var(--white));
}

/* ── Inner frontend pages (features, pricing, contact, blog) ───────────── */

/* Page hero — replaces dark breadcrumb banner */
body.page-landing.page-inner .header.site-header {
  padding-top: 10px !important;
}

body.page-landing.page-inner .site-nav-shell {
  background: hsl(var(--white) / 0.94);
  box-shadow: 0 8px 28px hsl(152 30% 20% / 0.07);
}

body.page-landing .lp-page-hero {
  position: relative;
  padding: 12px 0 36px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body.page-landing .lp-page-hero {
    padding: 8px 0 28px;
  }
}

body.page-landing .lp-page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, hsl(var(--base) / 0.1), transparent 55%),
    radial-gradient(ellipse 60% 70% at 0% 100%, hsl(var(--base) / 0.06), transparent 50%),
    linear-gradient(180deg, hsl(var(--section-bg)) 0%, hsl(var(--body-bg)) 100%);
  pointer-events: none;
}

body.page-landing .lp-page-hero .container {
  position: relative;
  z-index: 1;
}

body.page-landing .lp-page-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: 600;
}

body.page-landing .lp-page-hero__crumb a {
  color: hsl(var(--body-color));
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-landing .lp-page-hero__crumb a:hover {
  color: hsl(var(--base));
}

body.page-landing .lp-page-hero__crumb-sep {
  color: hsl(var(--base) / 0.5);
  font-size: 0.75rem;
  line-height: 1;
}

html[dir="ltr"] body.page-landing .lp-page-hero__crumb-sep i {
  transform: rotate(180deg);
}

body.page-landing .lp-page-hero__crumb-current {
  color: hsl(var(--base));
}

body.page-landing .lp-page-hero__title {
  margin: 0 auto 10px;
  max-width: 760px;
  text-align: center;
  color: hsl(var(--heading-color));
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

body.page-landing .lp-page-hero__title--sm {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
}

body.page-landing .lp-page-hero__desc {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
  color: hsl(var(--body-color));
  font-size: 1rem;
  line-height: 1.75;
}

/* Blog page hero */
body.page-landing .lp-page-hero--blog {
  padding: 16px 0 40px;
}

body.page-landing .lp-page-hero--blog .lp-page-hero__bg {
  background:
    radial-gradient(circle at 85% 15%, hsl(var(--base) / 0.14), transparent 42%),
    radial-gradient(circle at 10% 85%, hsl(var(--base) / 0.08), transparent 40%),
    linear-gradient(180deg, hsl(var(--section-bg)) 0%, hsl(var(--body-bg)) 100%);
}

body.page-landing .lp-page-hero__decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0);
}

body.page-landing .lp-page-hero__decor--one {
  width: 120px;
  height: 120px;
  top: 18%;
  inset-inline-start: 6%;
  background: hsl(var(--base) / 0.08);
  animation: lp-blog-float 8s ease-in-out infinite;
}

body.page-landing .lp-page-hero__decor--two {
  width: 80px;
  height: 80px;
  bottom: 12%;
  inset-inline-end: 8%;
  background: hsl(var(--base) / 0.12);
  animation: lp-blog-float 6s ease-in-out infinite reverse;
}

@keyframes lp-blog-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

body.page-landing .lp-page-hero--blog__body {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

body.page-landing .lp-page-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  margin-bottom: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: hsl(var(--base));
  background: hsl(var(--white));
  border: 1px solid hsl(var(--base) / 0.2);
  border-radius: 999px;
  box-shadow: 0 4px 14px hsl(var(--base) / 0.1);
}

body.page-landing .lp-page-hero--blog__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

body.page-landing .lp-page-hero--blog__stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: hsl(var(--heading-color));
  background: hsl(var(--white) / 0.85);
  border: 1px solid hsl(var(--border-color));
  border-radius: 999px;
}

body.page-landing .lp-page-hero--blog__stat i {
  color: hsl(var(--base));
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  body.page-landing .lp-page-hero--blog {
    padding: 12px 0 28px;
  }

  body.page-landing .lp-page-hero__decor {
    display: none;
  }

  body.page-landing .lp-page-hero--blog__stats {
    flex-direction: column;
    align-items: center;
  }
}

/* Hide legacy dark breadcrumb styles */
body.page-landing.page-inner .breadcrumb::before,
body.page-landing.page-inner .breadcrumb::after {
  display: none !important;
}

body.page-landing .key-feature-section,
body.page-landing .contact-section,
body.page-landing .breadcrumb-section {
  background: hsl(var(--body-bg));
}

body.page-landing .key-feature-section.banner-bg::after,
body.page-landing .contact-section.banner-bg::after {
  display: none;
}

body.page-landing .key-feature-wrapper {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--landing-radius-lg);
  box-shadow: var(--box-shadow);
}

body.page-landing .key-feature-wrapper__title,
body.page-landing .key-feature-wrapper__top {
  color: hsl(var(--heading-color));
}

body.page-landing .key-feature-wrapper__desc {
  color: hsl(var(--body-color));
}

body.page-landing .breadcrumb-section {
  border-bottom: 1px solid hsl(var(--border-color));
}

body.page-landing .breadcrumb-section .page-title,
body.page-landing .breadcrumb-section .breadcrumb-item,
body.page-landing .breadcrumb-section .breadcrumb-item a {
  color: hsl(var(--heading-color));
}

body.page-landing .contact-card,
body.page-landing .contact-form-wrapper {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: var(--landing-radius);
  box-shadow: var(--box-shadow);
}

/* ── Contact page ────────────────────────────────────────────────────────── */

body.page-landing .contact-section.lp-contact {
  padding-top: 8px;
  padding-bottom: 80px;
  background:
    radial-gradient(ellipse 60% 40% at 0% 100%, hsl(var(--base) / 0.06), transparent 55%),
    hsl(var(--body-bg));
}

@media screen and (max-width: 767px) {
  body.page-landing .contact-section.lp-contact {
    padding-bottom: 56px;
  }
}

body.page-landing .lp-contact__form-card {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 22px;
  padding: 28px 28px 32px;
  box-shadow:
    0 4px 6px -1px hsl(var(--black) / 0.04),
    0 18px 40px -12px hsl(var(--base) / 0.12);
  position: relative;
  overflow: hidden;
}

body.page-landing .lp-contact__form-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base) / 0.7), hsl(var(--base)));
}

@media screen and (max-width: 575px) {
  body.page-landing .lp-contact__form-card {
    padding: 22px 18px 26px;
    border-radius: 18px;
  }
}

body.page-landing .lp-contact__form-head {
  margin-bottom: 22px;
}

body.page-landing .lp-contact__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(var(--base));
  background: hsl(var(--base) / 0.1);
  border: 1px solid hsl(var(--base) / 0.15);
  border-radius: 999px;
}

body.page-landing .lp-contact__form-title {
  margin: 0 0 8px;
  color: hsl(var(--heading-color));
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

body.page-landing .lp-contact__form-desc {
  margin: 0;
  color: hsl(var(--body-color));
  font-size: 0.9375rem;
  line-height: 1.65;
}

body.page-landing .lp-contact__form.contact-form {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

body.page-landing .lp-contact__form .form-group label {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 6px;
}

body.page-landing .lp-contact__form .form--control {
  height: 48px;
  padding: 12px 16px;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
  color: hsl(var(--heading-color));
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.page-landing .lp-contact__form .form--control:focus {
  background: hsl(var(--white)) !important;
  border-color: hsl(var(--base));
  box-shadow: 0 0 0 3px hsl(var(--base) / 0.15) !important;
  color: hsl(var(--heading-color));
}

body.page-landing .lp-contact__form .form--control::placeholder {
  color: hsl(var(--body-color) / 0.55) !important;
}

body.page-landing .lp-contact__textarea.form--control {
  height: auto;
  min-height: 140px;
  resize: vertical;
  line-height: 1.6;
}

body.page-landing .lp-contact__form .lp-btn {
  min-height: 48px;
  margin-top: 4px;
}

body.page-landing .lp-contact__aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.page-landing .lp-contact__info-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 18px 20px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 18px;
  box-shadow: 0 4px 18px hsl(152 30% 20% / 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-landing .lp-contact__info-card:hover {
  transform: translateY(-2px);
  border-color: hsl(var(--base) / 0.22);
  box-shadow: 0 10px 28px hsl(var(--base) / 0.1);
}

body.page-landing .lp-contact__info-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  font-size: 1.35rem;
}

body.page-landing .lp-contact__info-title {
  margin: 0 0 4px;
  color: hsl(var(--heading-color));
  font-size: 1rem;
  font-weight: 800;
}

body.page-landing .lp-contact__info-desc {
  margin: 0 0 12px;
  color: hsl(var(--body-color));
  font-size: 0.875rem;
  line-height: 1.6;
}

body.page-landing .lp-contact__link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: hsl(var(--heading-color));
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-landing .lp-contact__link:last-child {
  margin-bottom: 0;
}

body.page-landing .lp-contact__link i {
  color: hsl(var(--base));
  font-size: 1.1rem;
}

body.page-landing .lp-contact__link:hover {
  color: hsl(var(--base));
}

body.page-landing .lp-contact__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.55;
}

body.page-landing .lp-contact__meta i {
  color: hsl(var(--base));
  margin-top: 2px;
}

body.page-landing .lp-contact__hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body.page-landing .lp-contact__hours > div {
  padding: 10px 12px;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
}

body.page-landing .lp-contact__hours small {
  display: block;
  color: hsl(var(--body-color));
  font-size: 0.75rem;
  margin-bottom: 4px;
}

body.page-landing .lp-contact__hours strong {
  display: block;
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
  font-weight: 700;
}

body.page-landing .lp-contact__quick {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

body.page-landing .lp-contact__quick-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, hsl(var(--base) / 0.08), hsl(var(--base) / 0.03));
  border: 1px solid hsl(var(--base) / 0.16);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-landing .lp-contact__quick-card:not(.lp-contact__quick-card--static):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px hsl(var(--base) / 0.12);
}

body.page-landing .lp-contact__quick-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 1.2rem;
}

body.page-landing .lp-contact__quick-card strong {
  display: block;
  color: hsl(var(--heading-color));
  font-size: 0.9375rem;
  font-weight: 800;
  margin-bottom: 2px;
}

body.page-landing .lp-contact__quick-card small {
  display: block;
  color: hsl(var(--body-color));
  font-size: 0.8125rem;
  line-height: 1.45;
}

body.page-landing .lp-contact__quick-arrow {
  margin-inline-start: auto;
  color: hsl(var(--base));
  font-size: 1.1rem;
}

html[dir="ltr"] body.page-landing .lp-contact__quick-arrow {
  transform: rotate(180deg);
}

body.page-landing .blog-details,
body.page-landing .blog-card {
  background: hsl(var(--white));
  color: hsl(var(--body-color));
}

body.page-landing .blog-details__title,
body.page-landing .blog-card__title {
  color: hsl(var(--heading-color));
}

/* ── Blog listing & detail pages ─────────────────────────────────────────── */

body.page-landing .lp-blog-page {
  padding-top: 0;
  padding-bottom: 80px;
  background: hsl(var(--body-bg));
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  body.page-landing .lp-blog-page {
    padding-bottom: 56px;
    margin-top: 0;
  }
}

body.page-landing .lp-blog-page__featured {
  margin-bottom: 36px;
}

body.page-landing .lp-blog-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  border-radius: 22px !important;
  min-height: 320px;
}

body.page-landing .lp-blog-card--featured .blog-item__thumb {
  max-height: none;
  min-height: 100%;
  position: relative;
}

body.page-landing .lp-blog-card--featured .blog-item__thumb-link,
body.page-landing .lp-blog-card--featured .blog-item__thumb-link img {
  height: 100%;
  min-height: 280px;
}

body.page-landing .lp-blog-card--featured .blog-item__content {
  justify-content: center;
  padding: 28px 28px 32px;
}

body.page-landing .lp-blog-card--featured .blog-item__title-link {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  -webkit-line-clamp: 3;
}

body.page-landing .lp-blog-card--featured .blog-item__desc {
  -webkit-line-clamp: 4;
  font-size: 1rem;
}

body.page-landing .lp-blog-card__badge {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  z-index: 2;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(var(--white));
  background: hsl(var(--base));
  border-radius: 999px;
  box-shadow: 0 4px 12px hsl(var(--base) / 0.35);
}

@media screen and (max-width: 991px) {
  body.page-landing .lp-blog-card--featured {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.page-landing .lp-blog-card--featured .blog-item__thumb-link img {
    min-height: 220px;
    height: 220px;
  }

  body.page-landing .lp-blog-card--featured .blog-item__content {
    padding: 22px 20px 24px;
  }
}

body.page-landing .lp-blog-page__grid-head {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 8px;
}

body.page-landing .lp-blog-page__grid-title {
  margin: 0 0 8px;
  color: hsl(var(--heading-color));
  font-size: clamp(1.2rem, 2.8vw, 1.5rem);
  font-weight: 800;
}

body.page-landing .lp-blog-page__grid-desc {
  margin: 0 auto;
  max-width: 520px;
  color: hsl(var(--body-color));
  font-size: 0.9375rem;
  line-height: 1.65;
}

body.page-landing .lp-blog-page__grid {
  --bs-gutter-x: 1.25rem;
}

@media screen and (max-width: 575px) {
  body.page-landing .lp-blog-page__grid .col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.page-landing .lp-blog-card .blog-item__thumb-link img {
    height: 200px;
  }

  body.page-landing .lp-blog-card .blog-item__content {
    padding: 18px 16px 20px;
  }
}

body.page-landing .lp-blog-page--related {
  padding-top: 0;
  padding-bottom: 80px;
  border-top: 1px solid hsl(var(--border-color));
}

body.page-landing .lp-blog-page__related-head {
  margin-bottom: 28px;
  text-align: center;
}

body.page-landing .lp-blog-page__related-title {
  margin: 0;
  color: hsl(var(--heading-color));
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
}

body.page-landing .lp-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--border-color)) !important;
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px hsl(152 30% 20% / 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.page-landing .lp-blog-card .blog-item__thumb {
  position: relative;
  overflow: hidden;
}

body.page-landing .lp-blog-card .blog-item__thumb-link img {
  transition: transform 0.45s ease;
}

body.page-landing .lp-blog-card:hover .blog-item__thumb-link img {
  transform: scale(1.05);
}

body.page-landing .lp-blog-card:hover {
  transform: translateY(-4px);
  border-color: hsl(var(--base) / 0.25) !important;
  box-shadow: 0 14px 36px hsl(var(--base) / 0.1);
}

body.page-landing .lp-blog-card .blog-item__thumb {
  max-height: 220px;
  border-radius: 0;
}

body.page-landing .lp-blog-card .blog-item__thumb-link img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

body.page-landing .lp-blog-card .blog-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 22px;
}

body.page-landing .lp-blog-card__meta {
  order: -1;
  margin-bottom: 10px;
}

body.page-landing .lp-blog-card__meta .content-list__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: hsl(var(--base));
  font-size: 0.8125rem;
  font-weight: 600;
}

body.page-landing .lp-blog-card .blog-item__title-link {
  color: hsl(var(--heading-color));
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-landing .lp-blog-card .blog-item__title-link:hover {
  color: hsl(var(--base));
}

body.page-landing .lp-blog-card .blog-item__desc {
  color: hsl(var(--body-color));
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-landing .lp-blog-card__read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: hsl(var(--base));
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.2s ease;
}

body.page-landing .lp-blog-card__read:hover {
  gap: 10px;
  color: hsl(var(--base-d-400, var(--base)));
}

body.page-landing .lp-blog-page__empty {
  text-align: center;
  padding: 48px 24px;
  background: hsl(var(--white));
  border: 1px dashed hsl(var(--border-color));
  border-radius: 16px;
  color: hsl(var(--body-color));
}

body.page-landing .lp-blog-page__empty i {
  font-size: 2.5rem;
  color: hsl(var(--base) / 0.4);
  margin-bottom: 12px;
}

body.page-landing .lp-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

body.page-landing .lp-pagination .pagination {
  gap: 6px;
}

body.page-landing .lp-pagination .page-link {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--heading-color));
  border-radius: 10px;
  min-width: 40px;
  text-align: center;
}

body.page-landing .lp-pagination .page-item.active .page-link {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

body.page-landing .lp-pagination .page-link:hover {
  background: hsl(var(--base) / 0.08);
  border-color: hsl(var(--base) / 0.3);
  color: hsl(var(--base));
}

body.page-landing .lp-blog-details {
  padding-top: 8px;
  padding-bottom: 56px;
  background: hsl(var(--body-bg));
}

body.page-landing .lp-blog-details__article {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px hsl(152 30% 20% / 0.06);
}

body.page-landing .lp-blog-details__article .blog-details__thumb {
  max-height: 420px;
  overflow: hidden;
}

body.page-landing .lp-blog-details__article .blog-details__thumb img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

body.page-landing .lp-blog-details__article .blog-details__content {
  padding: 28px 28px 32px;
}

@media screen and (max-width: 767px) {
  body.page-landing .lp-blog-details__article .blog-details__content {
    padding: 20px 18px 24px;
  }
}

body.page-landing .lp-blog-details__body,
body.page-landing .lp-blog-details__body p,
body.page-landing .lp-blog-details__body li {
  color: hsl(var(--body-color));
  line-height: 1.8;
}

body.page-landing .lp-blog-details__body h1,
body.page-landing .lp-blog-details__body h2,
body.page-landing .lp-blog-details__body h3,
body.page-landing .lp-blog-details__body h4 {
  color: hsl(var(--heading-color));
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

body.page-landing .lp-blog-details__share {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid hsl(var(--border-color));
}

body.page-landing .lp-blog-details__share .social-share__title {
  color: hsl(var(--heading-color));
  font-weight: 700;
  margin-bottom: 16px;
}

body.page-landing .lp-blog-details__share .social-list__link {
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--heading-color));
  border-radius: 12px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.page-landing .lp-blog-details__share .social-list__link:hover,
body.page-landing .lp-blog-details__share .social-list__link.active {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ── Auth pages (login / register) ─────────────────────────────────────── */

body.page-landing .account.lp-auth {
  position: relative;
  padding-top: 20px;
  padding-bottom: 48px;
  background: hsl(var(--body-bg));
  overflow: hidden;
}

body.page-landing .account.lp-auth.lp-auth--compact {
  padding-top: 12px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  body.page-landing .account.lp-auth {
    padding-top: 12px;
    padding-bottom: 36px;
  }
}

body.page-landing .account.lp-auth .lp-auth__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 15% 0%, hsl(var(--base) / 0.1), transparent 55%),
    radial-gradient(ellipse 45% 40% at 85% 100%, hsl(var(--base) / 0.07), transparent 50%);
}

body.page-landing .account.lp-auth.banner-bg::after,
body.page-landing .account.lp-auth.section-shape::before {
  display: none;
}

body.page-landing .account.lp-auth .account-inner.lp-auth__card {
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 22px;
  box-shadow:
    0 4px 6px -1px hsl(var(--black) / 0.04),
    0 16px 40px -12px hsl(var(--base) / 0.16);
  overflow: hidden;
}

body.page-landing .account.lp-auth.lp-auth--compact .account-inner.lp-auth__card {
  max-width: 440px;
}

body.page-landing .account.lp-auth.lp-auth--register .account-inner.lp-auth__card {
  max-width: 560px;
}

body.page-landing .account.lp-auth .account-inner.lp-auth__card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, hsl(var(--base-d-500)), hsl(var(--base)), hsl(var(--base-d-500)));
  z-index: 2;
}

body.page-landing .account.lp-auth .lp-auth__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

body.page-landing .account.lp-auth .lp-auth__deco-dot {
  position: absolute;
  border-radius: 50%;
  background: hsl(var(--base) / 0.08);
}

body.page-landing .account.lp-auth .lp-auth__deco-dot--one {
  width: 140px;
  height: 140px;
  top: -40px;
  inset-inline-end: -30px;
}

body.page-landing .account.lp-auth .lp-auth__deco-dot--two {
  width: 90px;
  height: 90px;
  bottom: -20px;
  inset-inline-start: -20px;
  background: hsl(var(--base) / 0.06);
}

body.page-landing .account.lp-auth .lp-auth__form {
  position: relative;
  z-index: 1;
  padding: 28px 26px 30px;
}

@media screen and (max-width: 575px) {
  body.page-landing .account.lp-auth .lp-auth__form {
    padding: 22px 18px 24px;
  }
}

body.page-landing .account.lp-auth .lp-auth__head--center {
  text-align: center;
  margin-bottom: 1.25rem;
}

body.page-landing .account.lp-auth .lp-auth__icon-ring {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, hsl(var(--base) / 0.15), hsl(var(--base) / 0.05));
  border: 1px solid hsl(var(--base) / 0.2);
  color: hsl(var(--base-d-500));
  font-size: 1.5rem;
  box-shadow: 0 8px 20px hsl(var(--base) / 0.12);
}

body.page-landing .account.lp-auth .lp-auth__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  color: hsl(var(--base-d-500));
  background: hsl(var(--base) / 0.08);
  border-radius: 999px;
  border: 1px solid hsl(var(--base) / 0.15);
}

body.page-landing .account.lp-auth .account-form__title {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  font-weight: 800;
  color: hsl(var(--heading-color));
  margin-bottom: 6px;
  line-height: 1.35;
}

body.page-landing .account.lp-auth .account-form__desc {
  color: hsl(var(--body-color));
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 360px;
  margin-inline: auto;
}

body.page-landing .account.lp-auth .lp-auth__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

body.page-landing .account.lp-auth .lp-auth__highlights span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: hsl(var(--heading-color));
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--border-color));
  border-radius: 999px;
}

body.page-landing .account.lp-auth .lp-auth__highlights span i {
  color: hsl(var(--base));
  font-size: 0.85rem;
}

body.page-landing .account.lp-auth .lp-auth__input-wrap {
  position: relative;
}

body.page-landing .account.lp-auth .lp-auth__input-wrap .lp-auth__input-icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 14px;
  transform: translateY(-50%);
  color: hsl(var(--base) / 0.75);
  font-size: 1.05rem;
  pointer-events: none;
  z-index: 1;
}

body.page-landing .account.lp-auth .lp-auth__input-wrap .form--control {
  padding-inline-start: 42px;
}

body.page-landing .account.lp-auth .lp-auth__input-wrap .password-show-hide {
  inset-inline-end: 14px;
}

body.page-landing .account.lp-auth .lp-auth__fields .form-group {
  margin-bottom: 0;
}

body.page-landing .account.lp-auth .lp-auth__fields .row {
  --bs-gutter-y: 0.65rem;
}

body.page-landing .account.lp-auth .lp-auth__extras {
  margin-top: 2px;
  gap: 8px;
}

body.page-landing .account.lp-auth .form-group label {
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}

body.page-landing .account.lp-auth .form--control {
  height: 46px;
  padding: 10px 14px;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
  color: hsl(var(--heading-color));
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.page-landing .account.lp-auth .form--control.form-control:focus,
body.page-landing .account.lp-auth .form--control:focus {
  background: hsl(var(--white)) !important;
  border-color: hsl(var(--base));
  box-shadow: 0 0 0 3px hsl(var(--base) / 0.14) !important;
  color: hsl(var(--heading-color));
}

body.page-landing .account.lp-auth .form--control::placeholder {
  color: hsl(var(--body-color) / 0.55) !important;
  font-size: 0.8125rem;
}

body.page-landing .account.lp-auth .form--control[type="password"] {
  padding-inline-end: 42px;
}

body.page-landing .account.lp-auth .password-show-hide {
  color: hsl(var(--body-color));
}

body.page-landing .account.lp-auth .password-show-hide:hover {
  color: hsl(var(--base));
}

body.page-landing .account.lp-auth .form--check .form-check-input {
  border-color: hsl(var(--border-color));
  background-color: hsl(var(--white));
}

body.page-landing .account.lp-auth .form--check .form-check-input:checked {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

body.page-landing .account.lp-auth .form--check .form-check-label {
  color: hsl(var(--body-color));
  font-size: 0.8125rem;
}

body.page-landing .account.lp-auth .forgot-password__link,
body.page-landing .account.lp-auth .have-account__link,
body.page-landing .account.lp-auth .text--base {
  color: hsl(var(--base-d-500));
  font-weight: 600;
  font-size: 0.8125rem;
}

body.page-landing .account.lp-auth .forgot-password__link:hover,
body.page-landing .account.lp-auth .have-account__link:hover {
  color: hsl(var(--base-d-600));
}

body.page-landing .account.lp-auth .have-account__text {
  color: hsl(var(--body-color));
  text-align: center;
  font-size: 0.875rem;
  margin-top: 4px;
}

body.page-landing .account.lp-auth .social-link-wrapper {
  margin-top: 4px;
}

body.page-landing .account.lp-auth .social-link-wrapper .text {
  color: hsl(var(--body-color));
  font-size: 0.75rem;
  margin-bottom: 12px;
}

body.page-landing .account.lp-auth .social-link-wrapper .text::before,
body.page-landing .account.lp-auth .social-link-wrapper .text::after {
  background: hsl(var(--border-color));
}

body.page-landing .account.lp-auth .social-link-wrapper .social-btn-link {
  background: hsl(var(--body-bg));
  color: hsl(var(--heading-color));
  border: 1px solid hsl(var(--border-color));
  border-radius: 10px;
  width: 36px;
  height: 36px;
  font-size: 1rem;
}

body.page-landing .account.lp-auth .social-link-wrapper .social-btn-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px hsl(var(--black) / 0.08);
  border-color: hsl(var(--base) / 0.3);
}

body.page-landing .account.lp-auth .btn--base.lp-btn {
  margin-top: 2px;
  min-height: 46px;
  font-size: 0.9375rem;
  gap: 8px;
}

body.page-landing .account.lp-auth .btn--base.lp-btn i {
  font-size: 1.1rem;
}

body.page-landing .account.lp-auth .captcha {
  margin-bottom: 0;
}

body.page-landing .account.lp-auth .captcha img {
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  body.page-landing .account.lp-auth .lp-auth__highlights {
    gap: 6px;
  }

  body.page-landing .account.lp-auth .lp-auth__highlights span {
    font-size: 0.68rem;
    padding: 4px 8px;
  }

  body.page-landing .account.lp-auth.lp-auth--register .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
