/* Landing page — layout scoped; colors/fonts from theme common.css */
.landingpg {
  overflow-x: hidden;
}

/* Header top bar: black text when not sticky (visible over light hero) */
body.landing-page:not(.fixed-header) .mainheader .top-head .follow-list li,
body.landing-page:not(.fixed-header) .mainheader .top-head .follow-list li p,
body.landing-page:not(.fixed-header) .mainheader .top-navigation nav > ul > li > a {
  color: #000;
}

body.landing-page:not(.fixed-header) .mainheader .top-head .follow-list a img {
  filter: brightness(0);
}

body.landing-page:not(.fixed-header) .mainheader .top-head .top-navigation nav > ul > li:hover > a,
body.landing-page:not(.fixed-header) .mainheader .top-head .top-navigation nav > ul > li.active > a {
  background: var(--purple-color);
  color: #fff;
}

body.landing-page:not(.fixed-header) .mainheader .top-head .desk_lang,
body.landing-page:not(.fixed-header) .mainheader .top-head .desk_lang a {
  color: #000;
}

.landingpg .landing-hero {
  position: relative;
  padding: 70px 0 90px;
  background: var(--light-blue-color);
  overflow: hidden;
}

@media (min-width: 992px) {
  .landingpg .landing-hero {
    padding-top: 150px;
  }
}

.landingpg .landing-hero .pattern-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.35;
  pointer-events: none;
}

.landingpg .landing-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.landingpg .landing-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--purple-color);
  margin-bottom: 16px;
}

.landingpg .landing-hero h1 {
  margin-bottom: 20px;
}

.landingpg .landing-hero h1 .accent {
  color: var(--orange-color);
  font-style: italic;
}

.landingpg .landing-lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 560px;
}

.landingpg .landing-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.landingpg .landing-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px dashed #CAD5E6;
}

.landingpg .landing-hero-trust .item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landingpg .landing-hero-trust .fc-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--purple-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box-shadow);
}

.landingpg .landing-hero-trust .fc-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.landingpg .landing-hero-trust strong {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 22px;
  color: var(--primary-color);
  line-height: 1.2;
}

.landingpg .landing-hero-trust small {
  font-size: 13px;
  color: var(--secondary-color);
}

.landingpg .landing-hero-visual {
  position: relative;
}

.landingpg .landing-hero-img-wrap {
  border-radius: 50% 50% 50% 24px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  aspect-ratio: 1 / 1;
  background: var(--purple-color);
}

.landingpg .landing-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landingpg .landing-floating-card {
  position: absolute;
  background: var(--white-color);
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.landingpg .landing-floating-card.fc-top {
  top: 8%;
  left: -20px;
}

.landingpg .landing-floating-card.fc-bottom {
  bottom: 8%;
  right: -10px;
}

.landingpg .landing-floating-card .fc-text strong {
  display: block;
  font-size: 15px;
  color: var(--primary-color);
}

.landingpg .landing-floating-card .fc-text small {
  font-size: 12px;
  color: var(--secondary-color);
}

.landingpg .landing-trustbar {
  padding: 50px 0;
  background: var(--white-color);
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

.landingpg .landing-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.landingpg .landing-trust-item .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--light-blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.landingpg .landing-trust-item .icon img {
  max-width: 32px;
  max-height: 32px;
}

.landingpg .landing-trust-item strong {
  display: block;
  font-family: 'Merriweather', serif;
  color: var(--primary-color);
  margin-bottom: 4px;
  line-height: 1.35;
}

.landingpg .landing-trust-item small {
  color: var(--secondary-color);
  font-size: 14px;
}

.landingpg .landing-section {
  padding: 80px 0;
}

.landingpg .landing-section.alt {
  background: var(--light-blue-color);
}

.landingpg .landing-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.landingpg .landing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.landingpg .landing-card {
  background: var(--white-color);
  padding: 28px 24px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.landingpg .landing-card:hover {
  transform: translateY(-6px);
}

.landingpg .landing-card .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--purple-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.landingpg .landing-card .card-icon img {
  max-width: 28px;
  max-height: 28px;
  filter: brightness(0) invert(1);
}

.landingpg .landing-card.accent .card-icon {
  background: var(--orange-color);
}

.landingpg .landing-card h3 {
  margin-bottom: 10px;
}

.landingpg .landing-card .learn-more {
  margin-top: 14px;
  display: inline-flex;
  gap: 6px;
  font-weight: bold;
  color: var(--purple-color);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
}

.landingpg .landing-ba-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.landingpg .landing-ba-card {
  background: var(--white-color);
  padding: 16px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  border: 1px solid #E5E7EB;
}

.landingpg .landing-ba-composite {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--light-blue-color);
}

.landingpg .landing-ba-composite img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.landingpg .landing-ba-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--white-color);
  color: var(--purple-color);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.landingpg .landing-ba-label.after {
  left: auto;
  right: 10px;
  color: var(--orange-color);
}

.landingpg .landing-video-block {
  background: var(--white-color);
  padding: 36px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  border: 1px solid #E5E7EB;
  box-shadow: var(--box-shadow);
}

.landingpg .landing-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  background: var(--light-blue-color);
  color: var(--purple-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.landingpg .landing-video-player {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: var(--primary-color);
}

.landingpg .landing-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.landingpg .landing-video-player.is-playing .landing-video-poster {
  display: none;
}

.landingpg .landing-video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.landingpg .landing-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landingpg .landing-video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.landingpg .landing-video-player.is-playing .landing-video-embed {
  display: block;
}

.landingpg .landing-video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.landingpg .landing-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  line-height: 0;
  transition: transform 0.25s ease;
}

.landingpg .landing-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.landingpg .landing-play-btn img {
  display: block;
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.landingpg .landing-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.landingpg .landing-stat {
  text-align: center;
  padding: 24px;
  background: var(--white-color);
  border-radius: 10px;
  border: 1px solid #E5E7EB;
}

.landingpg .landing-stat .num {
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: normal;
  color: var(--purple-color);
  line-height: 1;
  margin-bottom: 8px;
}

.landingpg .landing-cta-banner {
  background: var(--purple-color);
  color: var(--white-color);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.landingpg .landing-cta-banner h2 {
  color: var(--white-color);
  margin-bottom: 14px;
}

.landingpg .landing-cta-banner p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 28px;
  font-size: 18px;
}

.landingpg .landing-cta-banner .btnlist {
  justify-content: center;
}

.landingpg .landing-cta-banner .btn-border {
  color: var(--white-color);
  border-color: var(--white-color);
  background: transparent;
}

.landingpg .landing-cta-banner .btn-border:hover {
  background: var(--white-color);
  color: var(--purple-color);
}

@media (max-width: 980px) {
  .landingpg .landing-hero-grid,
  .landingpg .landing-video-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .landingpg .landing-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landingpg .landing-floating-card {
    position: static;
    margin-top: 14px;
    display: inline-flex;
  }
}

@media (max-width: 540px) {
  .landingpg .landing-trust-grid {
    grid-template-columns: 1fr;
  }

  .landingpg .landing-section {
    padding: 60px 0;
  }

  .landingpg .landing-video-block {
    padding: 24px;
  }
}
