:root {
  --landing-primary: #1976d2;
  --landing-primary-deep: #0f4fa8;
  --landing-ink: #10233d;
  --landing-copy: #4f637d;
  --landing-surface: #ffffff;
  --landing-soft: #f4f8fd;
  --landing-line: rgba(25, 118, 210, 0.12);
  --landing-shadow: 0 24px 60px rgba(16, 35, 61, 0.12);
  --landing-page-width: 1180px;
}

body.landing-page {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--landing-ink);
  background:
    radial-gradient(circle at top left, rgba(25, 118, 210, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 26%, #f8fbff 100%);
}

.landing-page p,
.landing-page li,
.landing-page a,
.landing-page span {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

.landing-page .app-text {
  color: var(--landing-primary);
}

.landing-page .app-color {
  background: linear-gradient(135deg, var(--landing-primary), #3f93ee);
  border: none;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 30px rgba(25, 118, 210, 0.22);
}

.landing-page .app-color:hover,
.landing-page .app-color:focus {
  color: #ffffff;
  background: linear-gradient(135deg, var(--landing-primary-deep), var(--landing-primary));
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(25, 118, 210, 0.26);
}

.landing-page .app-outline {
  color: var(--landing-primary);
  border: 1.5px solid rgba(25, 118, 210, 0.22);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
}

.landing-page .app-outline:hover,
.landing-page .app-outline:focus {
  background: rgba(25, 118, 210, 0.08);
  color: var(--landing-primary-deep);
  border-color: rgba(25, 118, 210, 0.34);
  box-shadow: none;
}

.landing-page .custom-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 14px 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 35, 61, 0.06);
}

.landing-page .navbar {
  width: 88%;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 14px 24px;
}

.landing-page .navbar-nav {
  width: 100%;
  justify-content: center;
}

.landing-page .navbar-collapse {
  flex-grow: 1;
}

.landing-page .navbar .signup-btn {
  margin-left: 10px;
}

.landing-page .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--landing-ink);
  font-size: 1.2rem;
  font-weight: 800;
}

.landing-page .navbar-brand img {
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(25, 118, 210, 0.18);
}

.landing-page .nav-link {
  color: #36506d !important;
  font-weight: 700;
  padding: 10px 14px !important;
}

.landing-page .nav-link:hover,
.landing-page .nav-link:focus {
  color: var(--landing-primary) !important;
}

.landing-page .announcement-wrapper {
  margin: 12px auto 0;
  max-width: var(--landing-page-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(16, 35, 61, 0.95), rgba(25, 118, 210, 0.92));
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(16, 35, 61, 0.18);
}

.landing-page .announcement-text {
  font-size: 1rem;
  line-height: 1.5;
}

.landing-page .close-announcement {
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
}

.landing-hero {
  width: 100%;
  max-width: var(--landing-page-width);
  margin: 28px auto 0;
  padding: 0 18px;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.landing-hero-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(16, 35, 61, 0.18);
}

.landing-hero-banner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.landing-hero-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 36px;
  background: linear-gradient(180deg, rgba(9, 22, 38, 0.08) 0%, rgba(9, 22, 38, 0.78) 100%);
  color: #ffffff;
}

.landing-banner-carousel {
  width: 100%;
}

.landing-banner-carousel .carousel-inner,
.landing-banner-carousel .carousel-item {
  min-height: 180px;
}

.landing-banner-carousel .carousel-item {
  padding-right: 12px;
}

.landing-hero-banner-overlay span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 0.92rem;
  font-weight: 700;
}

.landing-hero-banner-overlay h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.5rem, 2.25vw, 2.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-hero-copy,
.landing-hero-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(25, 118, 210, 0.08);
  border-radius: 28px;
  box-shadow: var(--landing-shadow);
}

.landing-hero-copy {
  padding: 48px;
}

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(25, 118, 210, 0.08);
  color: var(--landing-primary-deep);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.landing-hero-copy h1 {
  margin: 20px 0 18px;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.landing-hero-copy p {
  max-width: 690px;
  color: var(--landing-copy);
  font-size: 1.16rem;
  line-height: 1.72;
  margin-bottom: 0;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.landing-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.landing-proof-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--landing-soft);
  border: 1px solid var(--landing-line);
}

.landing-proof-item strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.landing-proof-item span {
  color: var(--landing-copy);
  font-size: 0.98rem;
}

.landing-hero-panel {
  width: 100%;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(25, 118, 210, 0.06), rgba(255, 255, 255, 0.96));
  max-width: none;
}

.hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hero-panel-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.hero-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(25, 118, 210, 0.1);
  color: var(--landing-primary-deep);
  font-size: 0.85rem;
  font-weight: 800;
}

.hero-panel-stack {
  display: grid;
  gap: 14px;
}

.hero-module-card,
.hero-kpi-card,
.hero-activity-card {
  background: #ffffff;
  border: 1px solid rgba(16, 35, 61, 0.08);
  border-radius: 22px;
  padding: 18px;
}

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

.hero-module-card h4,
.hero-kpi-card h4,
.hero-activity-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
}

.hero-module-card p,
.hero-kpi-card p,
.hero-activity-card p,
.hero-activity-card li {
  margin: 0;
  color: var(--landing-copy);
  line-height: 1.6;
}

.hero-module-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hero-module-list span {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--landing-soft);
  color: #234260;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-kpi-card strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--landing-ink);
}

.hero-activity-card ul {
  padding-left: 18px;
  margin: 10px 0 0;
}

.landing-section {
  max-width: var(--landing-page-width);
  margin: 34px auto 0;
  padding: 0 15px;
}

.landing-section-intro {
  max-width: 720px;
  margin-bottom: 24px;
}

.landing-section-intro h2 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-section-intro p {
  margin: 0;
  color: var(--landing-copy);
  font-size: 1.08rem;
  line-height: 1.7;
}

.landing-feature-grid,
.landing-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.landing-feature-card,
.landing-benefit-card {
  height: 100%;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(16, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(16, 35, 61, 0.08);
}

.landing-feature-card .feature-icon,
.landing-benefit-card .feature-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(25, 118, 210, 0.1);
  color: var(--landing-primary);
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.landing-feature-card h3,
.landing-benefit-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.landing-page #updates h3,
.landing-page #aboutus h3,
.landing-page #templates h3,
.landing-page #pricing h3,
.landing-page #policy h3 {
  font-size: 1.55rem;
}

.landing-feature-card p,
.landing-benefit-card p {
  margin: 0;
  color: var(--landing-copy);
  line-height: 1.7;
  font-size: 1rem;
}

.landing-workflow {
  margin-top: 20px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(16, 35, 61, 0.96), rgba(25, 118, 210, 0.9));
  color: #ffffff;
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.18);
}

.landing-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-step {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-step small {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.landing-step h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
}

.landing-step p {
  margin: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.landing-page #updates,
.landing-page #aboutus,
.landing-page #templates,
.landing-page #pricing,
.landing-page #policy {
  background: transparent;
}

.landing-page #updates {
  max-width: var(--landing-page-width);
  margin: 30px auto 0;
  padding: 0 15px;
}

.landing-page #updates > h3 {
  margin-bottom: 18px;
}

.landing-page #updatesCarousel {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(25, 118, 210, 0.08), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(25, 118, 210, 0.1);
  box-shadow: 0 20px 48px rgba(16, 35, 61, 0.1);
}

.landing-page #updatesCarousel .carousel-item {
  padding: 4px 0 26px;
}

.landing-page #updatesCarousel .row {
  margin: 0;
}

.landing-page #updatesCarousel .update-image,
.landing-page #updatesCarousel .update-description {
  padding-left: 12px;
  padding-right: 12px;
}

.landing-page #updatesCarousel .update-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  background: #f7fbff;
  border-radius: 22px;
  overflow: hidden;
}

.landing-page #updatesCarousel .update-image img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 22px !important;
  border: 1px solid rgba(16, 35, 61, 0.08);
  box-shadow: 0 18px 34px rgba(16, 35, 61, 0.1);
}

.landing-page #updatesCarousel .update-description {
  padding-top: 8px;
}

.landing-page .update-heading {
  margin-bottom: 10px;
}

.landing-page .update-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--landing-ink);
}

.landing-page #updatesCarousel p {
  margin-bottom: 0;
  color: var(--landing-copy);
  font-size: 1rem;
  line-height: 1.72;
}

.landing-page .update-date {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--landing-primary-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.landing-page #updatesCarousel .carousel-control-prev,
.landing-page #updatesCarousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: auto;
  bottom: 14px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid rgba(25, 118, 210, 0.12);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(16, 35, 61, 0.12);
}

.landing-page #updatesCarousel .carousel-control-prev {
  left: auto;
  right: 64px;
}

.landing-page #updatesCarousel .carousel-control-next {
  right: 12px;
}

.landing-page #updatesCarousel .carousel-control-prev-icon,
.landing-page #updatesCarousel .carousel-control-next-icon {
  filter: invert(26%) sepia(72%) saturate(1532%) hue-rotate(194deg) brightness(95%) contrast(96%);
}

.landing-page #updates h3,
.landing-page #aboutus h3,
.landing-page #templates h3,
.landing-page #pricing h3,
.landing-page #policy h3 {
  font-weight: 800;
}

.landing-page #updatesCarousel .carousel-item,
.landing-page #updatesCarousel .carousel-item.active {
  min-height: auto;
}

.landing-page .update-description,
.landing-page .service-app p,
.landing-page .service-app h2,
.landing-page .text-justify,
.landing-page .card-body {
  color: var(--landing-copy);
}

.landing-page .card,
.landing-page .box-shadow {
  border: 1px solid rgba(16, 35, 61, 0.08);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(16, 35, 61, 0.08);
}

.landing-page .card-header.app-color {
  border-radius: 22px 22px 0 0;
}

.landing-page .page-footer {
  background: #00bfff;
}

.landing-page .page-footer p,
.landing-page .page-footer h5,
.landing-page .page-footer .footer-copyright,
.landing-page .page-footer .list-unstyled li a,
.landing-page .page-footer .list-inline-item a,
.landing-page .page-footer .back-top {
  color: #ffffff;
}

.landing-page .page-footer .footer-copyright {
  position: relative;
  padding: 22px 160px 22px 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.landing-page .page-footer .back-top {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 24px rgba(0, 89, 128, 0.18);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-page .page-footer .back-top:hover,
.landing-page .page-footer .back-top:focus {
  background: #ffffff;
  color: #0099d8;
  text-decoration: none;
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 16px 28px rgba(0, 89, 128, 0.24);
}

.landing-page .customer-logos .slide img {
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .landing-hero-grid,
  .landing-feature-grid,
  .landing-benefit-grid,
  .landing-workflow-grid,
  .landing-proof-strip {
    grid-template-columns: 1fr;
  }

  .landing-hero-copy {
    padding: 32px 24px;
  }

  .landing-page .custom-navbar {
    padding: 12px 0;
  }

  .landing-page .navbar {
    border-radius: 0;
    padding: 12px 16px;
  }
}

@media (max-width: 767.98px) {
  .landing-page #updatesCarousel {
    padding: 18px;
    border-radius: 22px;
  }

  .landing-page .page-footer .footer-copyright {
    padding: 18px 16px 20px;
  }

  .landing-page .page-footer .back-top {
    position: static;
    transform: none;
    margin: 14px auto 0;
  }

  .landing-page #updatesCarousel .carousel-item {
    padding-bottom: 66px;
  }

  .landing-page #updatesCarousel .update-image img {
    height: 220px;
  }

  .landing-page #updatesCarousel .update-image {
    min-height: 220px;
  }

  .landing-page .update-title {
    font-size: 1.05rem;
  }

  .landing-page #updatesCarousel .carousel-control-prev {
    right: 60px;
  }

  .landing-page .announcement-wrapper {
    margin: 12px 15px 0;
    align-items: flex-start;
  }

  .landing-hero {
    padding: 0 12px;
  }

  .landing-hero-banner,
  .landing-hero-banner img {
    min-height: 300px;
    height: 300px;
    border-radius: 24px;
  }

  .landing-hero-banner-overlay {
    padding: 24px;
  }

  .landing-banner-carousel .carousel-inner,
  .landing-banner-carousel .carousel-item {
    min-height: 150px;
  }

  .hero-kpi-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero-copy h1 {
    font-size: 1.75rem;
  }

  .landing-page #updates h3,
  .landing-page #aboutus h3,
  .landing-page #templates h3,
  .landing-page #pricing h3,
  .landing-page #policy h3 {
    font-size: 1.35rem;
  }
}