@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --lp-bg: #0a0e17;
  --lp-surface: #111827;
  --lp-surface-2: #1a2234;
  --lp-text: #f1f5f9;
  --lp-text-muted: #94a3b8;
  --lp-border: rgba(148, 163, 184, 0.12);
  --lp-accent: #06b6d4;
  --lp-edts: #ceca06;
  --lp-edts-soft: rgba(206, 202, 6, 0.15);
  --lp-hedas: #f9666e;
  --lp-hedas-soft: rgba(249, 102, 110, 0.15);
  --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.lp-page {
  font-family: 'Outfit', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lp-hero-wrap {
  position: relative;
  background: linear-gradient(165deg, #0a0e17 0%, #111827 45%, #0f172a 100%) !important;
  overflow: hidden;
  background-image: none !important;
}

.lp-hero-wrap.landing-dark-bg {
  background-color: #0a0e17 !important;
}

.lp-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(6, 182, 212, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 30%, rgba(206, 202, 6, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 40% 50% at 0% 70%, rgba(249, 102, 110, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.lp-hero-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 14, 23, 0.35) 0%, rgba(10, 14, 23, 0.55) 100%),
    radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 42px 42px;
  pointer-events: none;
}

.lp-hero-wrap > .landing-header,
.lp-hero-wrap > .lp-hero-content {
  position: relative;
  z-index: 3;
}

.lp-hero-wrap .landing-header .container {
  position: relative;
  z-index: 3;
}

body:not([data-kt-sticky-landing-header=on]) .lp-hero-wrap .landing-header .menu-link {
  color: rgba(255, 255, 255, 0.88) !important;
}

body:not([data-kt-sticky-landing-header=on]) .lp-hero-wrap .landing-header .menu-link.active,
body:not([data-kt-sticky-landing-header=on]) .lp-hero-wrap .landing-header .menu-link:hover {
  color: #ffffff !important;
}

body:not([data-kt-sticky-landing-header=on]) .lp-hero-wrap .landing-header #kt_landing_menu_toggle,
body:not([data-kt-sticky-landing-header=on]) .lp-hero-wrap .landing-header #kt_landing_menu_toggle .ki-duotone {
  color: #ffffff !important;
}

.lp-hero-content {
  position: relative;
  z-index: 3;
}

.lp-hero-eyebrow {
  color: rgba(255, 255, 255, 0.9) !important;
}

.lp-hero-heading {
  color: #ffffff !important;
}

.lp-hero-lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82) !important;
}

.lp-hero-title {
  background: linear-gradient(135deg, #22d3ee 0%, #fde047 48%, #fb7185 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-hero-actions .lp-btn-login {
  background: linear-gradient(135deg, #12ce5d 0%, #0ea5e9 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 0.65rem 1.35rem !important;
  border-radius: 0.65rem !important;
  box-shadow: 0 4px 24px rgba(18, 206, 93, 0.45);
}

.lp-hero-actions .lp-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(8px);
  font-weight: 600;
  padding: 0.65rem 1.35rem !important;
  border-radius: 0.65rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.lp-hero-actions .lp-btn-outline:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  color: #ffffff !important;
}

.lp-hero-wrap .lp-btn-login {
  background: linear-gradient(135deg, #12ce5d 0%, #0ea5e9 100%) !important;
  border: none !important;
  color: #ffffff !important;
}

.lp-btn-login {
  background: linear-gradient(135deg, #12ce5d 0%, #0ea5e9 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  padding: 0.65rem 1.35rem !important;
  border-radius: 0.65rem !important;
  box-shadow: 0 4px 20px rgba(18, 206, 93, 0.35);
  transition: transform 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease);
}

.lp-btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(18, 206, 93, 0.45);
  color: #fff !important;
}

.lp-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(8px);
  font-weight: 600;
  padding: 0.65rem 1.35rem !important;
  border-radius: 0.65rem !important;
  transition: background 0.2s var(--lp-ease), border-color 0.2s var(--lp-ease);
}

.lp-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}

.lp-product-card {
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: 1.25rem;
  padding: 2rem;
  height: 100%;
  transition: transform 0.35s var(--lp-ease), box-shadow 0.35s var(--lp-ease), border-color 0.35s var(--lp-ease);
  position: relative;
  overflow: hidden;
}

.lp-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0.85;
}

.lp-product-card.edts::before {
  background: linear-gradient(90deg, var(--lp-edts), transparent);
}

.lp-product-card.hedas::before {
  background: linear-gradient(90deg, var(--lp-hedas), transparent);
}

.lp-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.lp-product-card.edts:hover {
  border-color: rgba(206, 202, 6, 0.35);
}

.lp-product-card.hedas:hover {
  border-color: rgba(249, 102, 110, 0.35);
}

.lp-product-card h3 {
  color: #fff !important;
}

.lp-contact-box a.text-white:hover {
  color: var(--lp-accent) !important;
}

.lp-wa-icon {
  flex-shrink: 0;
  opacity: 0.85;
}

.lp-references-section {
  background: #f8fafc;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.lp-reference-card {
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: 1.25rem;
  padding: 2rem 2.5rem;
  min-width: 280px;
  max-width: 420px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s var(--lp-ease), box-shadow 0.3s var(--lp-ease);
}

.lp-reference-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.lp-reference-logo {
  max-height: 72px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.lp-reference-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: 0.01em;
}
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
}

.lp-product-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.lp-product-badge.edts {
  background: var(--lp-edts-soft);
  color: var(--lp-edts);
}

.lp-product-badge.hedas {
  background: var(--lp-hedas-soft);
  color: var(--lp-hedas);
}

.lp-feature-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.lp-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.45rem 0;
  color: var(--lp-text-muted);
  font-size: 0.95rem;
}

.lp-feature-list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 0.55rem;
}

.lp-product-card.edts .lp-feature-list li::before {
  background: var(--lp-edts);
}

.lp-product-card.hedas .lp-feature-list li::before {
  background: var(--lp-hedas);
}

.lp-detail-section {
  padding: 5rem 0;
}

.lp-detail-section.edts {
  background: linear-gradient(180deg, #fff 0%, #fefce8 100%);
}

.lp-detail-section.hedas {
  background: linear-gradient(180deg, #fff 0%, #fff1f2 100%);
}

.lp-detail-visual {
  border-radius: 1.25rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.lp-detail-visual.edts {
  background: linear-gradient(145deg, var(--lp-edts-soft), rgba(206, 202, 6, 0.05));
  border: 1px solid rgba(206, 202, 6, 0.2);
}

.lp-detail-visual.hedas {
  background: linear-gradient(145deg, var(--lp-hedas-soft), rgba(249, 102, 110, 0.05));
  border: 1px solid rgba(249, 102, 110, 0.2);
}

.lp-detail-visual img {
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.15));
}

.lp-platform-card {
  background: var(--lp-surface-2);
  border: 1px solid var(--lp-border);
  border-radius: 1rem;
  padding: 1.75rem;
  height: 100%;
  transition: transform 0.3s var(--lp-ease), border-color 0.3s var(--lp-ease);
}

.lp-platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 182, 212, 0.35);
}

.lp-platform-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 182, 212, 0.12);
  color: var(--lp-accent);
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.lp-platform-section {
  background: var(--lp-bg);
  color: var(--lp-text);
  padding: 5rem 0;
  position: relative;
}

.lp-platform-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(6, 182, 212, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.lp-contact-section {
  background: linear-gradient(165deg, #0f172a 0%, #111827 100%);
  color: var(--lp-text);
  padding: 4rem 0 2rem;
}

.lp-contact-box {
  border: 1px solid var(--lp-border);
  border-radius: 1rem;
  padding: 2rem;
  background: rgba(17, 24, 39, 0.6);
  backdrop-filter: blur(12px);
}

.lp-footer-copy {
  border-top: 1px solid var(--lp-border);
  padding-top: 1.5rem;
  margin-top: 2rem;
  color: var(--lp-text-muted);
  font-size: 0.875rem;
}

.lp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--lp-ease), transform 0.7s var(--lp-ease);
}

.lp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-section-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-accent);
  margin-bottom: 0.5rem;
}

.lp-detail-section .lp-section-label.edts {
  color: #a89f05;
}

.lp-detail-section .lp-section-label.hedas {
  color: #e0454d;
}

.lp-link-detail {
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.lp-product-card.edts .lp-link-detail {
  color: #a89f05;
}

.lp-product-card.hedas .lp-link-detail {
  color: #e0454d;
}

.lp-link-detail:hover {
  opacity: 0.75;
}

.landing-header .logo-default {
  height: 36px !important;
}

.landing-header .logo-sticky {
  height: 32px !important;
}

@media (max-width: 991.98px) {
  .lp-detail-section {
    padding: 3.5rem 0;
  }

  .lp-platform-section {
    padding: 3.5rem 0;
  }
}
