/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #f6f7f9;
  color: #1f2937;
}

.page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 20px 12px 28px;
}

.container {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

h1 {
  margin: 0;
  font-size: 24px;
}

.intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 6px;
}

.intro-brand {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #0f766e;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.intro-title {
  margin: 0;
  font-size: 31px;
  line-height: 1.15;
}

.intro-subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #111827;
}

.intro-helper {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #4b5563;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.field-helper {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.35;
}

.checkbox-field {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.checkbox-field input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
}

button {
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  background: #0f766e;
  color: #ffffff;
  cursor: pointer;
}

button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.error {
  margin: 0;
  color: #b91c1c;
}

.results {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.result {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
}

.result-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.result-title-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.result-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

h2 {
  margin: 0;
  font-size: 16px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
}

.section-badge-epost {
  background: #e6f7ef;
  color: #166534;
  border-color: #bbf7d0;
}

.section-badge-sms {
  background: #ecfdf5;
  color: #065f46;
  border-color: #a7f3d0;
}

.section-badge-oppfolging {
  background: #f3f4f6;
  color: #374151;
  border-color: #d1d5db;
}

.result p {
  margin: 0;
  white-space: pre-wrap;
}

.result-content p {
  margin: 0 0 10px;
}

.result-content p:last-child {
  margin-bottom: 0;
}

.result-content-tight p {
  margin-bottom: 6px;
}

.result-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 8px 0 12px 0;
}

.result-helper {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
}

.feedback {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feedback-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.feedback-option {
  border: 1px solid #d1d5db;
  background: #f9fafb;
  color: #111827;
}

.feedback-option.selected {
  border-color: #0f766e;
  background: #ccfbf1;
}

.success {
  margin: 10px 0 0;
  color: #0f766e;
}

@media (max-width: 640px) {
  .page {
    padding: 14px 10px 24px;
  }

  .intro-title {
    font-size: 26px;
  }

  .intro-subtitle {
    font-size: 16px;
  }

  .form,
  .feedback,
  .result {
    border-radius: 8px;
    padding: 10px;
  }
}

