/* About Us page — hero (lp-about), Our Story (lp-story), Our Team (lp-team),
   Recent News (lp-news). Shared .lp-wrap centering base lives in landing.css;
   the max-width/text-align tweaks below are scoped per-section so they don't
   leak into other pages that also load landing.css. */

/* Space Grotesk is only used for the team-card quotes below; every other
   font in this module falls back from --font-main ("M PLUS 1") to the
   system sans-serif stack (that family was never actually @imported
   anywhere in this module), so we don't re-import it here either. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* Shared button/arrow (this page doesn't load sections/pricing.css, which is
   where .lp-btn/.lp-btn-primary normally come from). */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid transparent;
}
.lp-btn-primary {
  background: #4788ff;
  color: #fff;
}
.lp-arrow {
  font-size: 22px;
  line-height: 0;
}

/* Decorative zigzag line repeated in every section on this page (unlike
   home.php, each section here has its own opaque background, so a single
   page-spanning line behind everything would be invisible past the first
   section — this local copy sits between that section's own background and
   its .lp-wrap content, which already gets z-index:1 from landing.css). */
.lp-section-bgline {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: .9;
  pointer-events: none;
  z-index: 0;
}
.lp-section-bgline--story {
  transform: translateY(-6%) scale(1.08);
}

/* ================= ABOUT HERO ================= */
.lp-about {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background:
    radial-gradient(1200px 600px at 80% 8%, rgba(169, 53, 147, .25) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #2A1643 0%, #1C1230 100%);
  color: #fff;
}
.lp-about .lp-wrap {
  max-width: 90%;
}
.lp-about-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 44px;
  align-items: center;
}
.lp-about-kicker {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #7879F1;
  padding-bottom: 14px;
}
.lp-about-title {
  margin: 0 0 30px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.4px;
}
.lp-blue { color: #4788FF; }
.lp-about-text {
  margin: 0 0 24px;
  color: #ADB2B1;
  font-size: 22px;
  line-height: 26px;
  max-width: 42.8ch;
}
.lp-about-right {
  display: flex;
  justify-content: flex-end;
}
.lp-about-illustration {
  width: 550px;
  height: auto;
  display: block;
}
@media (max-width: 980px) {
  .lp-about-grid { grid-template-columns: 1fr; gap: 28px; }
  .lp-about-right { justify-content: center; }
  .lp-about-title { font-size: 42px; line-height: 46px; letter-spacing: -1.05px; }
}

/* ================= OUR STORY ================= */
.lp-story {
  position: relative;
  overflow: hidden;
  padding: 78px 0 92px;
  background:
    radial-gradient(1200px 600px at 80% 8%, rgba(169, 53, 147, .25) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #2A1643 0%, #1C1230 100%);
  color: #fff;
}
.lp-story .lp-wrap {
  max-width: 90%;
}
.lp-story-wrap {
  text-align: center;
}
.lp-story-title {
  margin: 0 0 40px;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}
.lp-story-video {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.lp-story-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
@media (max-width: 980px) {
  .lp-story-title { font-size: 34px; line-height: 40px; }
  .lp-story-video { max-width: 100%; border-radius: 14px; }
}

/* ================= OUR TEAM ================= */
.lp-team {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(900px 500px at 70% 0%, rgba(169, 53, 147, .25) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #2A1643 0%, #1C1230 100%);
  color: #fff;
}
.lp-team .lp-wrap {
  max-width: 90%;
}
.lp-team-head {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 56px;
}
.lp-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #7879F1;
}
.lp-team-head h2 {
  margin: 0 0 18px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.4px;
}
.lp-accent { color: #4788FF; }
.lp-team-sub {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  color: #ADB2B1;
}
.lp-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 373px));
  gap: 30px;
  justify-content: center;
}
@media (max-width: 980px) {
  .lp-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .lp-team-grid { grid-template-columns: 1fr; }
}
.lp-team-card {
  max-width: 373px;
  max-height: 538px;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-align: left;
  border-radius: 32px;
  border: 2px solid #A93593;
  background: rgba(49, 29, 58, .37);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .10);
  backdrop-filter: blur(37.5px);
  display: flex;
  flex-direction: column;
}
.lp-team-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, .08);
}
.lp-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-team-card h4 {
  margin: 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}
.lp-team-role {
  display: block;
  margin: 14px 16px 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #4788FF;
}
.lp-team-card p {
  margin: 0 16px 16px;
  font-size: 14px;
  line-height: 160%;
  color: #F9F6FF;
  font-family: "Space Grotesk", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* ================= RECENT NEWS ================= */
.lp-news {
  position: relative;
  overflow: hidden;
  padding: 90px 0 110px;
  background:
    radial-gradient(900px 500px at 75% 0%, rgba(169, 53, 147, .25) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #2A1643 0%, #1C1230 100%);
  color: #fff;
}
.lp-news .lp-wrap {
  max-width: 1140px;
}
.lp-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.lp-news-head h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}
.lp-news-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 32px;
}
.lp-news-slider {
  position: relative;
  overflow: hidden;
}
.lp-news-slider.is-dragging {
  cursor: grabbing;
}
.lp-news-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 6px;
  cursor: grab;
}
.lp-news-track::-webkit-scrollbar { display: none; }
.lp-news-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.lp-news-media {
  width: 100%;
  height: 100vh;
  max-height: 428px;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}
.lp-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-news-content {
  display: grid;
  grid-template-columns: 140px 1.1fr 1.3fr;
  gap: 22px;
  align-items: start;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .lp-news-content { grid-template-columns: 1fr; gap: 12px; }
}
.lp-news-date {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #7879F1;
}
.lp-news-content h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.lp-news-content p {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  color: #ADB2B1;
}
.lp-news-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.lp-news-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  transition: width .22s ease, background-color .22s ease;
}
.lp-news-dot:hover {
  background: rgba(255, 255, 255, .6);
}
.lp-news-dot:focus,
.lp-news-dot.is-active {
  width: 22px;
  background: #fff;
  outline: none;
}
