.c-lp {
  background: #f6f8fb;
}

.c-lp .container {
  max-width: 1180px;
}

.c-lp-hero {
  background: #ffffff;
  padding: 60px 0;
  border-bottom: 1px solid #e7ebf0;
}

.c-lp-hero__grid {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.c-lp-hero__copy {
  flex: 1 1 520px;
}

.c-lp-hero__card {
  flex: 0 1 320px;
  background: #f0f4f9;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e1e7ef;
}

.c-lp-hero__card h2 {
  font-size: 18px;
  margin: 0 0 12px;
}

.c-lp-hero__card ul {
  margin: 0 0 12px;
  padding-left: 18px;
}

.c-lp-hero__note {
  margin: 0;
  font-weight: 600;
}

.c-lp-eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #1b5f9d;
  margin-bottom: 8px;
}

.c-lp-title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.c-lp-subtitle {
  font-size: 16px;
  color: #4d5b6a;
  margin-bottom: 20px;
}

.c-lp-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-lp-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2c3e50;
}

.c-lp-trust li {
  margin-bottom: 6px;
}

.c-lp-section-header {
  text-align: center;
  margin-bottom: 28px;
}

.c-lp-section-header h2 {
  margin-bottom: 8px;
}

.c-lp-benefits,
.c-lp-steps,
.c-lp-cert,
.c-lp-guarantee,
.c-lp-pricing,
.c-lp-form,
.c-lp-faq,
.c-lp-final {
  padding: 56px 0;
}

.c-lp-pricing {
  padding-bottom: 36px;
}

.c-lp-form {
  padding-top: 36px;
}

.c-lp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.c-lp-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  border: 1px solid #e1e7ef;
  box-shadow: 0 8px 24px rgba(32, 45, 64, 0.06);
}

.c-lp-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.c-lp-steps__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.c-lp-steps__list li {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e1e7ef;
}

.c-lp-steps__list strong {
  display: block;
  margin-bottom: 6px;
}

.c-lp-checklist {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
}

.c-lp-checklist li {
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 12px;
  border: 1px solid #e1e7ef;
}

.c-lp-guarantee {
  background: #ffffff;
  border-top: 1px solid #e7ebf0;
  border-bottom: 1px solid #e7ebf0;
}

.c-lp-pricing__table-wrap {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  overflow: hidden;
}

.c-lp-pricing__table {
  width: 100%;
  border-collapse: collapse;
}

.c-lp-pricing__body tr {
  display: table-row;
}

.c-lp-pricing__body tr:nth-child(n+7) {
  display: none;
}

.c-lp-pricing__body.is-expanded tr {
  display: table-row;
}

.c-lp-pricing__table th,
.c-lp-pricing__table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e7ebf0;
  text-align: left;
}

.c-lp-pricing__table th {
  background: #f6f8fb;
  font-weight: 600;
}

.c-lp-pricing__table tbody tr:nth-child(even) td {
  background: #fcfdff;
}

.c-lp-pricing__table tbody tr:last-child td {
  border-bottom: 0;
}

.c-lp-pricing__actions {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.c-lp-pricing__toggle {
  background: #fff;
  border: 1px solid #e1e7ef;
  color: #1b5f9d;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 600;
  cursor: pointer;
}

.c-lp-pricing__toggle:hover {
  background: #f6f8fb;
}

.c-lp-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.c-lp-form__fill {
  margin: 20px 0 16px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e1e7ef;
}

.c-lp-mini-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.c-lp-mini-cards--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.c-lp-mini-card {
  background: #f6f8fb;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e1e7ef;
}

.c-lp-mini-cards--grid .c-lp-mini-card--wide {
  grid-column: span 2;
}

.c-lp-mini-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.c-lp-mini-card span {
  font-size: 12px;
  color: #5a6a79;
}

.c-lp-form__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-lp-form__bullets li {
  margin-bottom: 6px;
  color: #2c3e50;
}

.c-lp-form__card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  box-shadow: 0 8px 24px rgba(32, 45, 64, 0.08);
}

.c-lp-form .webform-client-form {
  margin: 0;
}

.c-lp-form .form-item {
  margin-bottom: 16px;
}

.c-lp-form .form-text,
.c-lp-form .form-select,
.c-lp-form textarea {
  width: 100%;
  max-width: 100%;
}

.c-lp-form .form-submit {
  width: 100%;
  padding: 12px 16px;
  font-weight: 600;
}

.c-lp-faq__list {
  max-width: 780px;
  margin: 0 auto;
}

.c-lp-faq details {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e1e7ef;
  padding: 14px 18px;
  margin-bottom: 12px;
}

.c-lp-final__box {
  background: #0d3b66;
  color: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.c-lp-final__box h2 {
  margin-bottom: 16px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .c-lp-form__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .c-lp-title {
    font-size: 28px;
  }
}
