.acri-interest-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #0d516e;
  font-weight: 800;
  text-decoration: none;
}

.acri-interest-back::before {
  content: "<";
  margin-right: 0.45rem;
}

.acri-interest-section {
  padding: 1.7rem;
  border: 1px solid #dbe6ec;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fcfe 0%, #ffffff 100%);
  box-shadow: 0 16px 36px rgba(18, 37, 51, 0.05);
}

.acri-interest-page {
  margin-top: 0;
}

.acri-interest-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: 1.25rem;
}

.acri-interest-summary {
  position: sticky;
  top: 1.25rem;
  padding: 1.35rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(21, 123, 112, 0.1), transparent 34%),
    #083044;
  color: #fff;
}

.acri-interest-summary-title,
.acri-interest-panel-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.acri-interest-summary-time {
  display: inline-flex;
  margin: 0.75rem 0 0;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 800;
}

.acri-interest-summary ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.acri-interest-summary li {
  margin-top: 0.7rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.acri-interest-summary-note {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.acri-interest-summary-link {
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  margin-top: 1rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.acri-interest-summary-link:focus-visible,
.acri-interest-summary-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.acri-interest-form {
  padding: 1.35rem;
  border: 1px solid #dbe6ec;
  border-radius: 18px;
  background: #fff;
}

.acri-form-step {
  padding-top: 1.1rem;
  margin-top: 1.1rem;
  border-top: 1px solid #e3edf2;
}

.acri-form-step:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.acri-form-step-heading {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 0.95rem;
}

.acri-form-step-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e1f3f0;
  color: #0d516e;
  font-weight: 900;
}

.acri-form-step-heading h2 {
  margin: 0;
  color: #163246;
  font-size: 1.16rem;
  line-height: 1.25;
}

.acri-form-step-heading p {
  margin: 0.22rem 0 0;
  color: #526371;
  line-height: 1.55;
}

.acri-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.acri-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.acri-form-field-full {
  grid-column: 1 / -1;
}

.acri-form-field span {
  color: #163246;
  font-size: 0.93rem;
  font-weight: 700;
}

.acri-form-field input,
.acri-form-field select {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 0.95rem;
  border: 1px solid #cfdbe3;
  border-radius: 12px;
  color: #1d2a38;
  background: #fdfefe;
}

.acri-form-field input:focus,
.acri-form-field select:focus {
  border-color: #157b70;
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 123, 112, 0.12);
}

.acri-interest-condition-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: #f6fafc;
}

.acri-interest-panel-header p {
  margin: 0.25rem 0 0;
  color: #526371;
  line-height: 1.6;
}

.acri-interest-panel-note {
  max-width: 680px;
}

.acri-interest-condition-groups {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.acri-interest-condition-group {
  margin: 0;
  padding: 0.95rem;
  border: 1px solid #dbe6ec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.acri-interest-condition-group legend {
  padding: 0 0.35rem;
  color: #0d516e;
  font-size: 0.9rem;
  font-weight: 900;
}

.acri-interest-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin-top: 0.6rem;
}

.acri-interest-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid #dbe6ec;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.acri-interest-check input {
  margin-top: 0.2rem;
}

.acri-interest-check span {
  color: #163246;
  line-height: 1.45;
}

.acri-interest-attestation {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-left: 4px solid #157b70;
  border-radius: 12px;
  background: #eef8f7;
}

.acri-interest-attestation p {
  margin: 0;
  color: #395162;
  line-height: 1.7;
}

.acri-interest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.15rem;
}

.acri-interest-disclaimer {
  margin: 0;
  color: #6c7d89;
  font-size: 0.92rem;
}

.acri-interest-thank-you {
  max-width: 820px;
  margin: 2.5rem auto 0;
  padding: 2rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(18, 68, 97, 0.96), rgba(21, 123, 112, 0.9)),
    url("../../images/about-img.jpg") center / cover;
  color: #fff;
  box-shadow: 0 22px 52px rgba(14, 44, 60, 0.16);
}

.acri-interest-thank-you .acri-section-kicker,
.acri-interest-thank-you h1,
.acri-interest-thank-you p {
  color: #fff;
}

.acri-interest-thank-you h1 {
  margin: 0.4rem 0 0.8rem;
  font-size: 2.2rem;
  line-height: 1.12;
}

.acri-interest-thank-you p {
  max-width: 680px;
  margin: 0;
  line-height: 1.75;
}

@media only screen and (max-width: 992px) {
  .acri-interest-layout,
  .acri-form-grid,
  .acri-interest-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .acri-interest-summary {
    position: static;
  }
}

@media only screen and (max-width: 600px) {
  .acri-interest-section {
    padding: 1.1rem;
  }

  .acri-interest-form,
  .acri-interest-summary {
    padding: 1rem;
  }

  .acri-interest-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .acri-form-step-heading {
    gap: 0.65rem;
  }

  .acri-interest-thank-you {
    padding: 1.5rem 1.25rem;
  }

  .acri-interest-thank-you h1 {
    font-size: 1.8rem;
  }
}
