.offer-form-page {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 2rem;
}

.offer-form-panel {
  margin-top: 24px;
}

.offer-form-hero {
  background: linear-gradient(135deg, #183f3a 0%, #1a6c63 100%);
  color: #fff;
  border-radius: 20px;
  padding: 2rem 1.75rem;
  margin-bottom: 1.75rem;
}

.offer-form-hero .section-kicker {
  color: #d6ead0;
  letter-spacing: 0.16em;
}

.offer-form-hero h2 {
  margin: 10px 0 8px;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
}

.offer-form-hero p {
  margin: 0;
  opacity: 0.92;
  max-width: 560px;
  line-height: 1.55;
  font-size: 14px;
}

.offer-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem;
  border: 1px solid var(--line, #d9ebe6);
  box-shadow: 0 12px 28px rgba(24, 63, 58, 0.06);
}

.form-field {
  margin-bottom: 1.25rem;
}

.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-deep, #183f3a);
  margin-bottom: 4px;
}

.form-field .field-hint {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: var(--text-muted, #758b88);
  margin-bottom: 6px;
}

.form-field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.form-field-label-row label {
  margin-bottom: 0;
}

.copy-from-contractant-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  color: #1a6c63;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

.copy-from-contractant-btn:hover {
  color: #183f3a;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line, #d9ebe6);
  font-size: 14px;
  font-family: inherit;
  color: var(--brand-deep, #183f3a);
  background: #fbfdfc;
}

.form-field textarea {
  resize: vertical;
  min-height: 84px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #1a6c63;
  background: #fff;
}

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

.form-row--three {
  grid-template-columns: repeat(3, 1fr);
}

.form-row--four {
  grid-template-columns: repeat(4, 1fr);
}

.form-section-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a6c63;
  margin: 1.75rem 0 0.75rem;
}

.form-section-title:first-child {
  margin-top: 0;
}

.form-section-title--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5rem;
}

.whatsapp-submit {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.email-submit {
  background: linear-gradient(135deg, #1a6c63, #183f3a);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.print-submit {
  background: #fff;
  color: var(--brand-deep, #183f3a);
  border: 1px solid var(--line, #d9ebe6);
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.form-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-muted, #758b88);
  line-height: 1.5;
}

.form-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: var(--brand-deep, #183f3a);
  cursor: pointer;
}

.form-consent__label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #1a6c63;
}

.form-consent__label > span {
  padding-left: 2px;
}

.form-consent__label a {
  color: #1a6c63;
  font-weight: 800;
}

.coasigurat-block {
  border: 1px solid var(--line, #d9ebe6);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  background: #f8fbfa;
}

.coasigurat-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.coasigurat-block__title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a6c63;
}

.remove-coasigurat-btn {
  background: none;
  border: 1px solid var(--line, #d9ebe6);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #b6614d;
  cursor: pointer;
}

.add-coasigurat-btn {
  background: #fff;
  border: 1px dashed #1a6c63;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  color: #1a6c63;
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.radio-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  color: var(--brand-deep, #183f3a);
  cursor: pointer;
}

.radio-option > span,
.checkbox-option > span {
  padding-left: 2px;
}

.radio-option input[type="radio"] {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  flex: 0 0 16px;
  padding: 0;
  margin: 1px 0 0;
  accent-color: #1a6c63;
}

.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  color: var(--brand-deep, #183f3a);
  cursor: pointer;
}

.checkbox-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
  margin: 1px 0 0;
  accent-color: #1a6c63;
}

.checkbox-option--fixed {
  color: var(--text-muted, #758b88);
  cursor: default;
}

.info-text {
  font-size: 11px;
  font-style: italic;
  color: var(--text-muted, #758b88);
  margin: 0.25rem 0 1rem;
}

.fund-group {
  border: 1px solid var(--line, #d9ebe6);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  background: #f8fbfa;
}

.fund-group-header {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-deep, #183f3a);
  margin-bottom: 0.75rem;
}

.radio-group--stacked {
  flex-direction: column;
  gap: 0;
}

.radio-group--stacked .info-text {
  margin: 0.25rem 0 0.75rem 28px;
}

.radio-group--stacked .radio-option {
  margin-bottom: 0.1rem;
  align-items: center;
}

.radio-group--stacked .radio-option input[type="radio"] {
  margin-top: 0;
}

.coverage-panel {
  border: 1px solid var(--line, #d9ebe6);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #f8fbfa;
}

.coverage-subpanel {
  margin-top: 1rem;
}

.form-subfield {
  margin: -0.25rem 0 0.6rem 24px;
}

.form-subfield label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-deep, #183f3a);
  margin-bottom: 4px;
}

.form-subfield select {
  width: 100%;
  max-width: 260px;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line, #d9ebe6);
  font-size: 13px;
  font-family: inherit;
  color: var(--brand-deep, #183f3a);
  background: #fbfdfc;
}

@media (max-width: 640px) {
  .offer-form-hero,
  .offer-form-card {
    padding: 1.25rem;
    border-radius: 16px;
  }

  .form-row,
  .form-row--three,
  .form-row--four {
    grid-template-columns: 1fr;
  }

  .form-actions {
    display: grid;
  }

  .whatsapp-submit,
  .email-submit,
  .print-submit {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }
}

@media print {
  .sidebar,
  .topbar,
  .offer-form-hero,
  .form-actions,
  .form-note {
    display: none;
  }
}
