/* line 18, /app/app/assets/stylesheets/pages.scss */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 20, /app/app/assets/stylesheets/pages.scss */
html {
  scroll-behavior: smooth;
}

/* line 22, /app/app/assets/stylesheets/pages.scss */
body {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 16px;
  color: #2D2E32;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

/* line 31, /app/app/assets/stylesheets/pages.scss */
.lp-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* line 39, /app/app/assets/stylesheets/pages.scss */
.lp-header {
  width: 100%;
  padding: 0 40px;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E6EA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

/* line 55, /app/app/assets/stylesheets/pages.scss */
.lp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
/* line 61, /app/app/assets/stylesheets/pages.scss */
.lp-logo:hover {
  text-decoration: none;
}

/* line 64, /app/app/assets/stylesheets/pages.scss */
.lp-logo-icon {
  width: 32px;
  height: 38px;
  flex-shrink: 0;
}

/* line 70, /app/app/assets/stylesheets/pages.scss */
.lp-logo-text {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #2D2E32;
  text-transform: uppercase;
}
/* line 78, /app/app/assets/stylesheets/pages.scss */
.lp-logo-text strong {
  font-weight: 700;
  color: #0056B3;
}

/* line 84, /app/app/assets/stylesheets/pages.scss */
.lp-nav-login {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0056B3;
  text-decoration: none;
  padding: 8px 20px;
  border: 1.5px solid #0056B3;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
/* line 95, /app/app/assets/stylesheets/pages.scss */
.lp-nav-login:hover {
  background: #0056B3;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 103, /app/app/assets/stylesheets/pages.scss */
.lp-hero {
  padding: 140px 0 80px;
  background: #FFFFFF;
}
/* line 107, /app/app/assets/stylesheets/pages.scss */
.lp-hero .lp-container {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: center;
}

/* line 115, /app/app/assets/stylesheets/pages.scss */
.lp-hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0056B3;
  background: rgba(0, 86, 179, 0.08);
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 128, /app/app/assets/stylesheets/pages.scss */
.lp-hero-title {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.18;
  color: #2D2E32;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

/* line 138, /app/app/assets/stylesheets/pages.scss */
.lp-hero-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #70757A;
  margin-bottom: 36px;
  max-width: 520px;
}

/* line 146, /app/app/assets/stylesheets/pages.scss */
.lp-hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 153, /app/app/assets/stylesheets/pages.scss */
.lp-btn-primary {
  display: inline-block;
  background: #0056B3;
  color: #FFFFFF;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  letter-spacing: 0.01em;
}
/* line 166, /app/app/assets/stylesheets/pages.scss */
.lp-btn-primary:hover {
  background: #004494;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-1px);
}

/* line 174, /app/app/assets/stylesheets/pages.scss */
.lp-btn-ghost {
  display: inline-block;
  color: #70757A;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 14px 20px;
  text-decoration: none;
  transition: color 0.15s;
}
/* line 184, /app/app/assets/stylesheets/pages.scss */
.lp-btn-ghost:hover {
  color: #2D2E32;
  text-decoration: none;
}

/* line 187, /app/app/assets/stylesheets/pages.scss */
.lp-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 193, /app/app/assets/stylesheets/pages.scss */
.lp-hero-shield {
  width: 240px;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F8FA;
  border-radius: 24px;
  border: 1px solid #E2E6EA;
  box-shadow: 0 8px 32px rgba(0, 86, 179, 0.08);
  padding: 32px;
}

/* line 206, /app/app/assets/stylesheets/pages.scss */
.lp-shield-svg {
  width: 100%;
  height: 100%;
}

/* line 212, /app/app/assets/stylesheets/pages.scss */
.lp-section {
  padding: 80px 0;
  background: #FFFFFF;
}

/* line 217, /app/app/assets/stylesheets/pages.scss */
.lp-section-alt {
  background: #F7F8FA;
}

/* line 221, /app/app/assets/stylesheets/pages.scss */
.lp-section-header {
  text-align: center;
  margin-bottom: 52px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* line 229, /app/app/assets/stylesheets/pages.scss */
.lp-section-title {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #2D2E32;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

/* line 238, /app/app/assets/stylesheets/pages.scss */
.lp-section-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #70757A;
}

/* line 245, /app/app/assets/stylesheets/pages.scss */
.lp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* line 251, /app/app/assets/stylesheets/pages.scss */
.lp-card {
  background: #FFFFFF;
  border: 1px solid #E2E6EA;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
}
/* line 259, /app/app/assets/stylesheets/pages.scss */
.lp-card:hover {
  box-shadow: 0 6px 20px rgba(0, 86, 179, 0.09);
  transform: translateY(-2px);
}

/* line 265, /app/app/assets/stylesheets/pages.scss */
.lp-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
/* line 274, /app/app/assets/stylesheets/pages.scss */
.lp-card-icon svg {
  width: 22px;
  height: 22px;
}
/* line 276, /app/app/assets/stylesheets/pages.scss */
.lp-card-icon.lp-icon-primary {
  background: rgba(0, 86, 179, 0.1);
  color: #0056B3;
}
/* line 277, /app/app/assets/stylesheets/pages.scss */
.lp-card-icon.lp-icon-cobalt {
  background: rgba(0, 86, 179, 0.16);
  color: #004494;
}
/* line 278, /app/app/assets/stylesheets/pages.scss */
.lp-card-icon.lp-icon-slate {
  background: rgba(45, 46, 50, 0.08);
  color: #2D2E32;
}

/* line 281, /app/app/assets/stylesheets/pages.scss */
.lp-card-title {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2D2E32;
  margin-bottom: 10px;
}

/* line 289, /app/app/assets/stylesheets/pages.scss */
.lp-card-text {
  font-size: 0.93rem;
  line-height: 1.65;
  color: #70757A;
}

/* line 296, /app/app/assets/stylesheets/pages.scss */
.lp-benefits {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: center;
}

/* line 303, /app/app/assets/stylesheets/pages.scss */
.lp-benefits-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: #70757A;
  margin-bottom: 28px;
}

/* line 310, /app/app/assets/stylesheets/pages.scss */
.lp-benefits-text .lp-section-title {
  text-align: left;
  margin-bottom: 14px;
}

/* line 315, /app/app/assets/stylesheets/pages.scss */
.lp-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* line 321, /app/app/assets/stylesheets/pages.scss */
.lp-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2D2E32;
}

/* line 331, /app/app/assets/stylesheets/pages.scss */
.lp-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: rgba(0, 86, 179, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
/* line 342, /app/app/assets/stylesheets/pages.scss */
.lp-check svg {
  width: 11px;
  height: 11px;
  color: #0056B3;
}

/* line 349, /app/app/assets/stylesheets/pages.scss */
.lp-metrics-card {
  background: #2D2E32;
  border-radius: 16px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 8px 32px rgba(45, 46, 50, 0.18);
}

/* line 359, /app/app/assets/stylesheets/pages.scss */
.lp-metric {
  padding: 22px 0;
  text-align: center;
}

/* line 364, /app/app/assets/stylesheets/pages.scss */
.lp-metric-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

/* line 369, /app/app/assets/stylesheets/pages.scss */
.lp-metric-value {
  display: block;
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #3380CC;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

/* line 379, /app/app/assets/stylesheets/pages.scss */
.lp-metric-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* line 388, /app/app/assets/stylesheets/pages.scss */
.lp-metrics-tagline {
  text-align: center;
  margin-top: 20px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #70757A;
}

/* line 397, /app/app/assets/stylesheets/pages.scss */
.lp-contact-wrap {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

/* line 403, /app/app/assets/stylesheets/pages.scss */
.lp-contact-header {
  margin-bottom: 36px;
}

/* line 407, /app/app/assets/stylesheets/pages.scss */
.lp-contact-card {
  background: #FFFFFF;
  border: 1px solid #E2E6EA;
  border-radius: 16px;
  padding: 40px 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: left;
}

/* line 416, /app/app/assets/stylesheets/pages.scss */
.lp-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 418, /app/app/assets/stylesheets/pages.scss */
.lp-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 420, /app/app/assets/stylesheets/pages.scss */
.lp-form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #2D2E32;
  letter-spacing: 0.02em;
}

/* line 427, /app/app/assets/stylesheets/pages.scss */
.lp-form-control {
  width: 100%;
  border: 1.5px solid #E2E6EA;
  border-radius: 8px;
  padding: 11px 14px;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.95rem;
  color: #2D2E32;
  background: #FFFFFF;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
  resize: vertical;
}
/* line 440, /app/app/assets/stylesheets/pages.scss */
.lp-form-control::placeholder {
  color: #979ba0;
}
/* line 442, /app/app/assets/stylesheets/pages.scss */
.lp-form-control:focus {
  border-color: #0056B3;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}

/* line 448, /app/app/assets/stylesheets/pages.scss */
.lp-btn-submit {
  width: 100%;
  background: #0056B3;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  letter-spacing: 0.02em;
}
/* line 462, /app/app/assets/stylesheets/pages.scss */
.lp-btn-submit:hover {
  background: #004494;
  transform: translateY(-1px);
}

/* line 469, /app/app/assets/stylesheets/pages.scss */
.lp-footer {
  background: #2D2E32;
  padding: 36px 0;
}

/* line 474, /app/app/assets/stylesheets/pages.scss */
.lp-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* line 482, /app/app/assets/stylesheets/pages.scss */
.lp-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
/* line 488, /app/app/assets/stylesheets/pages.scss */
.lp-footer-logo:hover {
  text-decoration: none;
}

/* line 491, /app/app/assets/stylesheets/pages.scss */
.lp-footer-logo-icon {
  width: 28px;
  height: 34px;
  flex-shrink: 0;
}

/* line 497, /app/app/assets/stylesheets/pages.scss */
.lp-footer-logo-text {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
/* line 505, /app/app/assets/stylesheets/pages.scss */
.lp-footer-logo-text strong {
  font-weight: 700;
  color: #3380CC;
}

/* line 511, /app/app/assets/stylesheets/pages.scss */
.lp-footer-copy {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 900px) {
  /* line 518, /app/app/assets/stylesheets/pages.scss */
  .lp-hero .lp-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* line 523, /app/app/assets/stylesheets/pages.scss */
  .lp-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 524, /app/app/assets/stylesheets/pages.scss */
  .lp-hero-actions {
    justify-content: center;
  }

  /* line 525, /app/app/assets/stylesheets/pages.scss */
  .lp-hero-visual {
    display: none;
  }

  /* line 527, /app/app/assets/stylesheets/pages.scss */
  .lp-cards {
    grid-template-columns: 1fr;
  }

  /* line 529, /app/app/assets/stylesheets/pages.scss */
  .lp-benefits {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  /* line 534, /app/app/assets/stylesheets/pages.scss */
  .lp-benefits-text .lp-section-title {
    text-align: center;
  }

  /* line 535, /app/app/assets/stylesheets/pages.scss */
  .lp-benefits-intro {
    text-align: center;
  }

  /* line 537, /app/app/assets/stylesheets/pages.scss */
  .lp-metrics-card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 20px;
  }

  /* line 538, /app/app/assets/stylesheets/pages.scss */
  .lp-metric {
    padding: 16px 24px;
  }

  /* line 539, /app/app/assets/stylesheets/pages.scss */
  .lp-metric-divider {
    display: none;
  }
}
@media (max-width: 640px) {
  /* line 543, /app/app/assets/stylesheets/pages.scss */
  .lp-header {
    padding: 0 20px;
  }

  /* line 545, /app/app/assets/stylesheets/pages.scss */
  .lp-hero {
    padding: 110px 0 60px;
  }
  /* line 548, /app/app/assets/stylesheets/pages.scss */
  .lp-hero .lp-container {
    gap: 32px;
  }

  /* line 551, /app/app/assets/stylesheets/pages.scss */
  .lp-hero-title {
    font-size: 1.9rem;
  }

  /* line 553, /app/app/assets/stylesheets/pages.scss */
  .lp-section {
    padding: 60px 0;
  }

  /* line 555, /app/app/assets/stylesheets/pages.scss */
  .lp-contact-card {
    padding: 28px 20px;
  }

  /* line 557, /app/app/assets/stylesheets/pages.scss */
  .lp-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}
