.assessment-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(7, 86, 159, .08), transparent 29%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.assessment-shell {
  overflow: hidden;
  border: 1px solid #dfe7ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(3, 42, 76, .12);
}

.assessment-intro {
  position: relative;
  min-height: 100%;
  padding: 48px 42px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(4, 45, 83, .94), rgba(7, 86, 159, .92)),
    url('../img/bg/BackFooter.png') center/cover no-repeat;
}

.assessment-intro::before,
.assessment-intro::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}

.assessment-intro::before {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -85px;
}

.assessment-intro::after {
  width: 150px;
  height: 150px;
  left: -70px;
  bottom: 80px;
}

.assessment-intro-inner {
  position: relative;
  z-index: 1;
}

.assessment-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.10);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.assessment-eyebrow i { color: #f5a623; }

.assessment-intro h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.03;
}

.assessment-intro-lead {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  line-height: 1.75;
}

.assessment-benefit-list {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.assessment-benefit-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
}

.assessment-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #f5a623;
  font-size: 14px;
}

.assessment-benefit-list strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 15px;
}

.assessment-benefit-list p {
  margin: 0;
  color: rgba(255,255,255,.73);
  font-size: 13px;
  line-height: 1.55;
}

.assessment-contact-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.17);
}

.assessment-contact-mini a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.assessment-contact-mini i { color: #f5a623; }

.assessment-form-wrap {
  padding: 45px 42px;
}

.assessment-form-header {
  margin-bottom: 30px;
}

.assessment-form-header h2 {
  margin-bottom: 8px;
  color: #032b4e;
}

.assessment-form-header p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.assessment-alert {
  padding: 14px 17px;
  margin-bottom: 23px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

.assessment-alert--error {
  color: #8b1e27;
  border: 1px solid #f3c6cb;
  background: #fff0f2;
}

.assessment-section {
  padding-bottom: 29px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e7edf3;
}

.assessment-section:last-of-type {
  border-bottom: 0;
}

.assessment-section-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #032b4e;
  font-size: 20px;
}

.assessment-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #f5a623;
  font-size: 13px;
}

.assessment-field label,
.assessment-group-label {
  display: block;
  margin-bottom: 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.assessment-required { color: #d26400; }

.assessment-control {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cfd9e3;
  border-radius: 12px;
  color: #24384b;
  background: #fff;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

textarea.assessment-control {
  min-height: 125px;
  resize: vertical;
}

.assessment-control:focus {
  border-color: #07569f;
  box-shadow: 0 0 0 4px rgba(7,86,159,.10);
}

.assessment-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.assessment-service-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.assessment-service-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.assessment-service-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid #d8e1ea;
  border-radius: 14px;
  color: #334155;
  background: #fff;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.assessment-service-card:hover {
  transform: translateY(-1px);
  border-color: #94b6d5;
}

.assessment-service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #07569f;
  background: #eaf3fb;
  font-size: 16px;
}

.assessment-service-card-title {
  color: #032b4e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.assessment-service-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #c6d2dd;
  border-radius: 50%;
  color: transparent;
  font-size: 9px;
}

.assessment-service-option input:checked + .assessment-service-card {
  border-color: #f5a623;
  background: #fff8ec;
  box-shadow: 0 0 0 3px rgba(245,166,35,.11);
}

.assessment-service-option input:checked + .assessment-service-card .assessment-service-card-icon {
  color: #fff;
  background: #f5a623;
}

.assessment-service-option input:checked + .assessment-service-card .assessment-service-check {
  color: #fff;
  border-color: #f5a623;
  background: #f5a623;
}

.assessment-inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assessment-pill-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.assessment-pill-option input {
  position: absolute;
  opacity: 0;
}

.assessment-pill-option span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #d5dee7;
  border-radius: 999px;
  color: #526476;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.assessment-pill-option input:checked + span {
  color: #fff;
  border-color: #07569f;
  background: #07569f;
}

.assessment-consent {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

.assessment-consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #07569f;
}

.assessment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #07569f 0%, #003b73 100%);
  box-shadow: 0 14px 28px rgba(7,86,159,.20);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}

.assessment-submit:hover { transform: translateY(-1px); }
.assessment-submit:disabled { opacity: .6; cursor: wait; transform: none; }

.assessment-form-note {
  margin: 12px 0 0;
  color: #7a8b9c;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.assessment-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.assessment-success-card {
  max-width: 760px;
  padding: 52px 42px;
  margin: 0 auto;
  border: 1px solid #dfe7ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(3,42,76,.12);
  text-align: center;
}

.assessment-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  background: #f5a623;
  font-size: 34px;
}

.assessment-success-card h1 { color: #032b4e; }
.assessment-success-card p { color: #64748b; font-size: 16px; line-height: 1.7; }

@media (max-width: 991px) {
  .assessment-intro,
  .assessment-form-wrap { padding: 38px 30px; }
}

@media (max-width: 575px) {
  .assessment-shell { border-radius: 18px; }
  .assessment-intro,
  .assessment-form-wrap { padding: 30px 20px; }
  .assessment-service-grid { grid-template-columns: 1fr; }
  .assessment-intro h1 { font-size: 38px; }
  .assessment-success-card { padding: 40px 22px; }
}
