@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Manrope:wght@400;500;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050505;
}

.lp-page {
  background: #050505;
  color: #f5f5f7;
  min-height: 100vh;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.lp-page * {
  box-sizing: border-box;
}

:where(.lp-page) :where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin: 0;
}

:where(.lp-page) :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
}

:where(.lp-page) :where(ol, ul, menu) {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.lp-page) :where(button, input, optgroup, select, textarea) {
  margin: 0;
  font: inherit;
  color: inherit;
}

:where(.lp-page) :where(button, [type="button"], [type="reset"], [type="submit"]) {
  background-image: none;
}

:where(.lp-page) :where(img, svg, video, canvas) {
  display: block;
  vertical-align: middle;
}

:where(.lp-page) :where(img, video) {
  max-width: 100%;
  height: auto;
}

.lp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.lp-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-logo img {
  height: 34px;
  width: auto;
  display: block;
  border-radius: 8px;
}

.lp-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.lp-nav-links a {
  color: rgba(245, 245, 247, 0.75);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s ease;
}

.lp-nav-links a:hover,
.lp-nav-links a.is-active {
  color: #bf5af2;
}

.lp-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lp-btn-lang {
  min-width: 48px;
  text-align: center;
  padding: 8px 14px;
}

.lp-btn-login {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.25s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp-btn-login:hover {
  border-color: #bf5af2;
  background: #bf5af2;
}

.lp-dropdown {
  position: relative;
  display: inline-flex;
}

.lp-dropdown::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  width: max(100%, 200px);
  height: 10px;
}

.lp-dropdown-content {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #121212;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.lp-dropdown:hover .lp-dropdown-content,
.lp-dropdown:focus-within .lp-dropdown-content {
  display: block;
}

.lp-dropdown.is-open .lp-dropdown-content {
  display: block;
}

.lp-dropdown-content a {
  display: block;
  padding: 11px 14px;
  color: #e9e9ef;
  text-decoration: none;
  font-size: 13px;
}

.lp-dropdown-content a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffd60a;
}

.lp-dropdown-divider {
  height: 1px;
  margin: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.lp-mobile-nav-link {
  display: none;
}

.lp-hero {
  padding-top: 148px;
  padding-bottom: 92px;
  min-height: 78vh;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.lp-hero h1,
.lp-section-title,
.lp-slide-title,
.lp-biz-title {
  font-family: "Sora", "Manrope", sans-serif;
}

.lp-hero h1 {
  font-size: clamp(48px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -2px;
  margin-bottom: 20px;
  background-image: linear-gradient(135deg, #ffffff 20%, #bf5af2 70%, #ffd60a 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-hero p {
  font-size: 20px;
  color: #a1a1a6;
  max-width: 620px;
  margin: 0 0 36px;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/peoplechill.jpg');
  background-size: cover;
  background-position: center 38%;
  opacity: 0.22;
  z-index: 0;
}

.lp-bg-blur {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  height: 880px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(191, 90, 242, 0.2) 0%, rgba(255, 214, 10, 0.05) 42%, rgba(5, 5, 5, 0) 70%);
  pointer-events: none;
}

.lp-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 580px);
  align-items: center;
  gap: clamp(34px, 4vw, 56px);
}

.lp-hero-content.lp-container {
  max-width: 1360px;
}

.lp-hero-copy {
  max-width: 680px;
}

.lp-hero-shorts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  width: min(100%, 580px);
  justify-self: end;
}

.lp-short-card {
  position: relative;
  aspect-ratio: 9 / 16;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(10, 10, 14, 0.86);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.48),
    0 0 44px rgba(191, 90, 242, 0.22);
}

.lp-short-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 18%, rgba(0, 0, 0, 0.2));
}

.lp-short-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-hero .lp-cta {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.25s ease;
}

.lp-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #bf5af2, #8e44ad);
  box-shadow: 0 12px 28px rgba(191, 90, 242, 0.28);
}

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

.lp-btn-secondary {
  color: #f5f5f7;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.lp-btn-secondary:hover {
  border-color: #ffd60a;
  color: #ffd60a;
}

.lp-scroll-trigger {
  position: relative;
  transition: transform 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.lp-nav-links .lp-scroll-trigger {
  display: inline-block;
}

.lp-btn.lp-scroll-trigger {
  overflow: hidden;
}

.lp-btn.lp-scroll-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
  opacity: 0;
  pointer-events: none;
}

.lp-scroll-trigger.is-scrolling {
  transform: translateY(1px) scale(0.97);
}

.lp-nav-links .lp-scroll-trigger.is-scrolling {
  color: #ffd60a;
}

.lp-btn.lp-scroll-trigger.is-scrolling {
  box-shadow: 0 0 0 10px rgba(191, 90, 242, 0.14);
}

.lp-btn.lp-scroll-trigger.is-scrolling::after {
  animation: lpScrollRipple 0.42s ease;
}

@keyframes lpScrollRipple {
  from {
    opacity: 0.7;
    transform: scale(0.75);
  }
  to {
    opacity: 0;
    transform: scale(1.18);
  }
}

.lp-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  padding: 28px 0;
}

.lp-stats-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-stat-item {
  text-align: center;
}

.lp-stat-num {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.lp-stat-label {
  display: block;
  margin-top: 5px;
  color: #bf5af2;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lp-section {
  padding: 108px 0;
  position: relative;
}

.lp-users,
.lp-business,
.lp-pricing {
  background-size: cover;
  background-position: center 38%;
}

.lp-users {
  background-image: url('/user_back.png');
}

.lp-business {
  background-image: url('/isletme_back.png');
}

.lp-pricing {
  background-image: url('/packs_back.png');
}

.lp-users::before,
.lp-business::before,
.lp-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.84);
}

.lp-users .lp-container,
.lp-business .lp-container,
.lp-pricing .lp-container {
  position: relative;
  z-index: 2;
}

.lp-users-grid,
.lp-business-grid {
  display: flex;
  align-items: center;
  gap: 58px;
}

.lp-phone-area {
  width: min(348px, 100%);
  flex-shrink: 0;
  position: relative;
}

.lp-phone-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border-radius: 44px;
  overflow: visible;
  background: radial-gradient(circle at 50% 18%, rgba(191, 90, 242, 0.16), rgba(10, 10, 14, 0) 68%);
}

.lp-phone-slide {
  display: none;
  width: min(100%, 320px);
  margin: 0 auto;
  height: auto;
}

.lp-phone-slide.active {
  display: block;
  animation: lpCarouselFadeIn 0.34s ease;
}

.lp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
}

.lp-arrow:hover {
  background: #bf5af2;
  border-color: #bf5af2;
}

.lp-arrow-left {
  left: -58px;
}

.lp-arrow-right {
  right: -58px;
}

.lp-mobile-carousel-controls {
  display: none;
}

.lp-text-area {
  flex: 1;
  min-width: 300px;
}

.lp-badge {
  display: inline-block;
  border: 1px solid rgba(191, 90, 242, 0.35);
  color: #bf5af2;
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 18px;
}

.lp-slide {
  display: none;
}

.lp-slide.active {
  display: block;
  animation: lpCarouselFadeIn 0.34s ease;
}

.lp-slide-title {
  font-size: 45px;
  line-height: 1.08;
  margin: 0 0 18px;
}

.lp-slide-desc {
  margin: 0 0 24px;
  color: #a1a1a6;
  font-size: 17px;
}

.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-feature-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
  background: rgba(20, 20, 20, 0.7);
}

.lp-feature-card h4 {
  margin: 0 0 6px;
  font-size: 15px;
}

.lp-feature-card p {
  margin: 0;
  font-size: 12px;
  color: #c5c5cc;
}

.lp-store-row {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lp-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.lp-store-icon {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.lp-store-btn.apple {
  background: #fff;
  color: #000;
  border: none;
}

.lp-store-btn.google {
  color: #fff;
}

.lp-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.lp-contact-modal[hidden] {
  display: none !important;
}

.lp-contact-card {
  width: min(470px, 100%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(160deg, rgba(19, 19, 24, 0.98), rgba(10, 10, 10, 0.98));
  padding: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  position: relative;
}

.lp-contact-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #f5f5f7;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.lp-contact-close:hover {
  border-color: #bf5af2;
  color: #bf5af2;
}

.lp-contact-title {
  margin: 0 0 8px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1.15;
}

.lp-contact-subtitle {
  margin: 0;
  color: #a8a8b0;
  font-size: 14px;
}

.lp-contact-plan {
  margin: 10px 0 0;
  color: #ffd60a;
  font-size: 13px;
  font-weight: 700;
}

.lp-contact-actions {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.lp-contact-option {
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
  transition: 0.2s ease;
}

.lp-contact-option:hover {
  transform: translateY(-1px);
}

.lp-contact-option.whatsapp {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.4);
}

.lp-contact-option.whatsapp:hover {
  background: rgba(37, 211, 102, 0.2);
}

.lp-contact-option.mail {
  background: rgba(66, 133, 244, 0.12);
  border-color: rgba(66, 133, 244, 0.4);
}

.lp-contact-option.mail:hover {
  background: rgba(66, 133, 244, 0.2);
}

.lp-contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.lp-dots {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.lp-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #53535a;
  border: 0;
  cursor: pointer;
}

.lp-dot.active {
  width: 24px;
  background: #bf5af2;
}

.lp-biz-image-area {
  flex: 1;
  min-height: 550px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-biz-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.lp-biz-image.active {
  opacity: 1;
  animation: lpCarouselFadeIn 0.34s ease;
}

.lp-biz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-biz-image-area .lp-arrow {
  z-index: 5;
  top: auto;
  bottom: 16px;
  transform: none;
}

.lp-biz-image-area .lp-arrow-left {
  left: 16px;
}

.lp-biz-image-area .lp-arrow-right {
  right: 16px;
}

.lp-biz-text {
  flex: 1;
  min-height: 390px;
}

.lp-biz-slide {
  display: none;
}

.lp-biz-slide.active {
  display: block;
  animation: lpCarouselFadeIn 0.34s ease;
}

@keyframes lpCarouselFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-biz-title {
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 1.1;
}

.lp-biz-desc {
  margin: 0 0 22px;
  color: #a1a1a6;
  font-size: 17px;
}

.lp-biz-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.lp-biz-list li {
  margin-bottom: 10px;
  color: #ddd;
  font-size: 14px;
}

.lp-biz-list li strong {
  color: #fff;
}

.lp-section-title {
  text-align: center;
  font-size: 40px;
  margin: 0 0 34px;
}

.lp-pricing-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.lp-plan-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(160deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.96));
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.lp-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 90, 242, 0.74);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.lp-plan-card h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.5px;
}

.lp-plan-card.starter h3 {
  color: #fff;
}

.lp-plan-card.elite h3 {
  color: #bf5af2;
}

.lp-plan-card.exclusive h3 {
  color: #ffd60a;
}

.lp-plan-desc {
  margin: 0;
  color: #a1a1a6;
  min-height: 44px;
}

.lp-plan-list {
  margin: 0;
  padding-left: 18px;
  color: #d8d8de;
  font-size: 14px;
  flex: 1;
}

.lp-plan-list li + li {
  margin-top: 8px;
}

.lp-plan-cta {
  margin-top: auto;
  align-self: flex-start;
  min-width: 148px;
  justify-content: center;
}

.lp-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #020202;
  padding: 68px 0 34px;
}

.lp-footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.lp-footer h4 {
  margin: 0 0 12px;
  font-size: 14px;
}

.lp-footer p,
.lp-footer a {
  color: #a0a0a7;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.lp-footer a:hover {
  color: #ffd60a;
}

.lp-footer-copy {
  margin-top: 28px;
  font-size: 12px;
  color: #6f6f77;
}

@media (max-width: 1100px) {
  .lp-hero {
    padding-top: 150px;
    padding-bottom: 96px;
    min-height: auto;
    text-align: center;
  }

  .lp-section {
    padding: 90px 0;
  }

  .lp-nav-links {
    display: none;
  }

  .lp-mobile-nav-link {
    display: block;
  }

  .lp-hero-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lp-hero-copy {
    max-width: 720px;
    margin: 0 auto;
  }

  .lp-hero h1 {
    font-size: 42px;
  }

  .lp-hero p {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-hero .lp-cta {
    justify-content: center;
    flex-wrap: wrap;
  }

  .lp-hero-shorts {
    width: min(100%, 460px);
    justify-self: center;
    gap: 12px;
  }

  .lp-short-card {
    min-height: 260px;
    border-radius: 22px;
  }

  .lp-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-users-grid,
  .lp-business-grid {
    flex-direction: column-reverse;
  }

  .lp-users-grid,
  .lp-biz-text {
    touch-action: pan-y;
  }

  .lp-business-grid {
    gap: 26px;
  }

  .lp-feature-grid {
    grid-template-columns: 1fr;
  }

  .lp-arrow-left {
    left: -18px;
  }

  .lp-arrow-right {
    right: -18px;
  }

  .lp-biz-image-area .lp-arrow-left {
    left: 12px;
  }

  .lp-biz-image-area .lp-arrow-right {
    right: 12px;
  }

  .lp-pricing-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 1fr);
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .lp-pricing-grid::-webkit-scrollbar {
    height: 8px;
  }

  .lp-pricing-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
  }

  .lp-pricing-grid::-webkit-scrollbar-thumb {
    background: rgba(191, 90, 242, 0.6);
    border-radius: 999px;
  }

  .lp-plan-card {
    scroll-snap-align: start;
    padding: 24px 20px;
  }

  .lp-plan-cta {
    width: 100%;
  }

  .lp-plan-card:hover {
    transform: none;
  }

  .lp-biz-image-area {
    display: none;
  }

  .lp-mobile-carousel-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
  }

  .lp-mobile-carousel-controls .lp-arrow {
    position: static;
    width: 40px;
    height: 40px;
    transform: none;
  }

  .lp-footer-grid {
    grid-template-columns: 1fr;
  }

  .lp-contact-card {
    padding: 22px 20px;
  }

  .lp-contact-title {
    font-size: 24px;
  }

}
