:root {
  --jg-blue: #1268f3;
  --jg-blue-dark: #0b3f9f;
  --jg-blue-soft: #eaf2ff;
  --jg-ink: #07152f;
  --jg-muted: #63708a;
  --jg-line: #dbe7fb;
}

body {
  background: #ffffff;
}

.landing-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(18, 104, 243, 0.12), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 52%, #ffffff 100%);
  color: var(--jg-ink);
  min-height: 100vh;
  overflow: hidden;
}

.landing-hero {
  min-height: 720px;
  position: relative;
}

.landing-hero-bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.landing-hero-bg::before {
  background:
    linear-gradient(90deg, rgba(18, 104, 243, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 104, 243, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
  position: absolute;
}

.landing-brand {
  color: var(--jg-ink);
  font-size: 1rem;
  font-weight: 850;
  gap: 0.65rem;
  text-decoration: none;
}

.landing-brand-icon {
  align-items: center;
  background: var(--jg-blue);
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.landing-btn-blue {
  background: var(--jg-blue);
  box-shadow: 0 16px 34px rgba(18, 104, 243, 0.24);
  color: #ffffff;
}

.landing-btn-blue:hover,
.landing-brand:hover {
  color: #ffffff;
}

.landing-hero-content {
  min-height: 640px;
  position: relative;
  z-index: 2;
}

.landing-kicker {
  background: var(--jg-blue-soft);
  border: 1px solid #d4e4ff;
  color: var(--jg-blue-dark);
  font-size: 0.82rem;
  padding: 0.52rem 0.78rem;
}

.landing-title {
  color: var(--jg-ink);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0 0 1.25rem;
}

.landing-title span {
  color: var(--jg-blue);
}

.landing-copy,
.section-heading p,
.landing-feature-card p,
.workflow-card p {
  color: var(--jg-muted);
}

.landing-copy {
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 0 1.8rem;
  max-width: 610px;
}

.proof-item {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--jg-line);
  border-radius: 18px;
  padding: 1rem;
}

.proof-item strong {
  color: var(--jg-ink);
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.2rem;
}

.proof-item span {
  color: var(--jg-muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.app-showcase {
  min-height: 570px;
  max-width: 520px;
  position: relative;
}

.phone-frame {
  background: #07152f;
  border: 10px solid #07152f;
  border-radius: 42px;
  box-shadow: 0 32px 80px rgba(7, 21, 47, 0.24);
  height: 560px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 288px;
  z-index: 2;
}

.phone-screen {
  background: #f6f9ff;
  border-radius: 32px;
  height: 100%;
  overflow: hidden;
  padding: 1.05rem;
}

.phone-avatar {
  background: var(--jg-blue);
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.15rem;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
}

.phone-card-main {
  background: linear-gradient(135deg, var(--jg-blue), #62a0ff);
  border-radius: 24px;
  color: #ffffff;
  margin-bottom: 1rem;
  padding: 1.25rem;
}

.phone-card-main span,
.phone-mini span,
.phone-list small {
  display: block;
  font-size: 0.72rem;
  opacity: 0.78;
}

.phone-card-main strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  margin-top: 0.35rem;
}

.phone-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}

.phone-mini,
.phone-list {
  background: #ffffff;
  border: 1px solid #e8eefb;
}

.phone-mini {
  border-radius: 18px;
  color: var(--jg-ink);
  padding: 0.85rem;
}

.phone-mini strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0.25rem;
}

.phone-list {
  border-radius: 20px;
  padding: 0.85rem;
}

.phone-list-row {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  padding: 0.55rem 0;
}

.phone-list-row:not(:last-child) {
  border-bottom: 1px solid #eef3fc;
}

.phone-dot {
  background: var(--jg-blue-soft);
  border-radius: 12px;
  color: var(--jg-blue);
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.floating-card {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(7, 21, 47, 0.13);
  padding: 1rem;
  position: absolute;
  width: 230px;
  z-index: 3;
}

.floating-sales {
  left: 0;
  top: 86px;
}

.floating-expenses {
  bottom: 64px;
  right: 215px;
}

.floating-card span {
  color: var(--jg-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.floating-card strong {
  color: var(--jg-ink);
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
}

.py-lg-6 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  color: var(--jg-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

.landing-feature-card {
  border-radius: 28px;
  min-height: 260px;
  padding: 1.5rem;
}

.feature-icon {
  align-items: center;
  background: var(--jg-blue-soft);
  border-radius: 18px;
  color: var(--jg-blue);
  display: flex;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 1.3rem;
  width: 58px;
}

.landing-feature-card h3,
.workflow-card h3 {
  color: var(--jg-ink);
  font-weight: 850;
  letter-spacing: 0;
}

.landing-feature-card h3 {
  font-size: 1.28rem;
}

.landing-feature-card p {
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

.workflow-section {
  background: #f2f7ff;
}

.workflow-card {
  border: 1px solid var(--jg-line);
  border-radius: 24px;
  padding: 1.25rem;
}

.workflow-number {
  align-items: center;
  background: var(--jg-blue);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 42px;
}

.workflow-card h3 {
  font-size: 1rem;
}

.workflow-card p {
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0;
}

.cta-card {
  background: var(--jg-blue);
  border-radius: 36px;
  color: #ffffff;
  overflow: hidden;
  padding: 3rem;
  position: relative;
}

.cta-card::after {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 320px;
  position: absolute;
  right: -90px;
  top: -110px;
  width: 320px;
}

.cta-card h2,
.cta-card p,
.cta-card .btn {
  position: relative;
  z-index: 2;
}

.cta-card h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 720px;
}

.cta-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

@media (max-width: 991px) {
  .landing-hero {
    min-height: auto;
  }

  .app-showcase {
    min-height: 540px;
  }

  .phone-frame {
    margin: 0 auto;
  }

  .floating-sales {
    left: 0;
  }

  .floating-expenses {
    right: 0;
  }
}

@media (max-width: 640px) {
  .landing-page {
    overflow: visible;
  }

  .landing-brand {
    font-size: 0.92rem;
  }

  .landing-brand-icon {
    border-radius: 12px;
    height: 38px;
    width: 38px;
  }

  .landing-title {
    font-size: 2.45rem;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .landing-copy {
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
  }

  .landing-hero-content {
    min-height: auto;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .landing-hero-actions .btn {
    width: 100%;
  }

  .proof-item {
    border-radius: 14px;
    padding: 0.75rem;
  }

  .proof-item strong {
    font-size: 1rem;
  }

  .proof-item span {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .app-showcase {
    min-height: 480px;
  }

  .phone-frame {
    height: 500px;
    width: 262px;
  }

  .floating-card {
    display: none;
  }

  .py-lg-6 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .section-heading h2 {
    font-size: 1.9rem;
  }

  .landing-feature-card {
    border-radius: 20px;
    min-height: auto;
    padding: 1.15rem;
  }

  .feature-icon {
    border-radius: 16px;
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
  }

  .workflow-card {
    border-radius: 20px;
    padding: 1rem;
  }

  .cta-card {
    border-radius: 24px;
    padding: 1.5rem;
  }

  .cta-card h2 {
    font-size: 1.9rem;
  }
}
