/* Scoped to the shortcode: never changes the surrounding Elementor page. */
.faq {
  --faq-green: #27ad7c; --faq-dark: #183d31; --faq-ink: #20342c;
  --faq-muted: #61716a; --faq-line: #dbe4dc; --faq-paper: #fbfcf9;
  container: falslund / inline-size;
  display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.65fr);
  width: 100%; max-width: 1180px; margin: 0 auto; padding: 0;
  color: var(--faq-ink); background: #fff; border: 1px solid #dfe6df;
  border-radius: 24px; overflow: hidden; isolation: isolate;
  font-family: inherit; font-size: 15px; line-height: 1.6;
  box-shadow: 0 18px 60px -30px #183d3133;
}
.faq *, .faq *::before, .faq *::after { box-sizing: border-box; }
.faq [hidden] { display: none !important; }
.faq h2, .faq h3, .faq p, .faq ol, .faq ul, .faq dl { margin: 0; padding: 0; }
.faq button, .faq input, .faq textarea, .faq select { font: inherit; letter-spacing: normal; text-transform: none; }
.faq button { cursor: pointer; appearance: none; margin: 0; width: auto; min-width: 0; box-shadow: none; }
.faq button:disabled { cursor: wait; opacity: .65; }
.faq a { text-decoration: none; }
.faq svg { flex-shrink: 0; vertical-align: middle; }
.faq :focus-visible { outline: 3px solid #168257; outline-offset: 4px; }
.faq .faq__sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.faq .faq__aside { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 38px 32px 32px; background: var(--faq-dark); color: #fff; overflow: hidden; }
.faq .faq__aside > :not(.faq__landscape) { position: relative; z-index: 1; }
.faq .faq__intro { padding-top: 0; }
.faq .faq__headline { margin: 0 0 16px; color: #fff; font-size: clamp(28px, 3.1cqi, 38px); line-height: 1.16; letter-spacing: -1.1px; font-weight: 650; }
.faq .faq__intro p { color: #c3d5ca; font-size: 14px; line-height: 1.75; }
.faq .faq__steps { list-style: none; margin: 40px 0; }
.faq .faq__steps li { display: flex; align-items: center; position: relative; gap: 14px; padding: 15px 0; color: #b3c7bc; font-size: 15px; font-weight: 600; transition: color .2s; }
.faq .faq__steps li + li::before { content: ''; position: absolute; top: -16px; left: 18px; width: 1px; height: 30px; background: #5d7a6a66; }
.faq .faq__steps small { display: block; margin-top: 1px; font-size: 13px; color: #a6bfb0; font-weight: 400; }
.faq .faq__step-number { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; background: var(--faq-dark); border: 1px solid #6b8f7980; border-radius: 50%; font-size: 13px; font-weight: 500; z-index: 1; transition: background .2s, color .2s, box-shadow .2s; }
.faq .faq__steps [aria-current] { color: #fff; }
.faq .faq__steps [aria-current] .faq__step-number { color: #173e2f; background: #b6ebbd; border-color: #b6ebbd; box-shadow: 0 0 0 5px #b6ebbd12; }
.faq .faq__step-check { display: none; margin-left: auto; color: #9cdfb1; }
.faq .faq__step-check svg { width: 17px; height: 17px; }
.faq .faq__steps .is-complete .faq__step-check { display: block; }
.faq .faq__steps .is-complete .faq__step-number { border-color: #8ace9d; color: #b8edc2; }
.faq .faq__aside-bottom { margin-top: auto; padding-top: 30px; }
.faq .faq__aside-bottom p { color: #b9cdbf; font-size: 13px; }
.faq .faq__aside-bottom a { display: inline-flex; align-items: center; gap: 9px; margin: 6px 0 12px; color: #fff; font-weight: 600; font-size: 21px; }
.faq .faq__aside-bottom a:hover { color: #b6ebbd; }
.faq .faq__aside-bottom a svg { width: 17px; height: 17px; }
.faq .faq__aside-bottom > span { display: block; color: #a9c4b4; font-size: 13px; }
.faq .faq__landscape { pointer-events: none; position: absolute; width: 580px; height: 580px; left: -250px; bottom: -390px; border: 1px solid #9adbab26; border-radius: 42%; transform: rotate(32deg); box-shadow: 0 0 0 28px #173d31, 0 0 0 29px #9adbab18, 0 0 0 64px #173d31, 0 0 0 65px #9adbab16, 0 0 0 101px #173d31, 0 0 0 102px #9adbab12; }
.faq .faq__main { min-width: 0; padding: 36px 40px 30px; background: var(--faq-paper); }
.faq .faq__progress { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 31px; color: #657268; font-size: 13px; }
.faq .faq__progress > span:first-child { font-weight: 700; letter-spacing: 1.3px; color: #3b6b51; }
.faq .faq__progress-track { width: 100%; height: 3px; border-radius: 5px; background: #e4eae2; overflow: hidden; }
.faq .faq__progress-track span { display: block; height: 100%; width: 33.333%; background: var(--faq-green); border-radius: inherit; transition: width .35s ease; }
.faq .faq__panel { animation: faq-reveal .24s ease both; }
.faq .faq__title { margin: 0 0 7px; font-size: 27px; font-weight: 650; line-height: 1.22; letter-spacing: -.65px; color: var(--faq-ink); }
.faq .faq__title:focus { outline: none; }
.faq .faq__subtitle { color: var(--faq-muted); font-size: 13px; margin-bottom: 24px; line-height: 1.65; }
.faq .faq__field { display: block; min-width: 0; margin: 0 0 23px; padding: 0; border: 0; }
.faq .faq__field > label, .faq .faq__field > legend { display: block; margin: 0 0 9px; padding: 0; color: var(--faq-ink); font-size: 13px; line-height: 1.5; font-weight: 600; width: auto; }
.faq .faq__type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.faq .faq__choice { position: relative; display: block; margin: 0; cursor: pointer; font-size: 13px; line-height: 1.35; user-select: none; }
.faq .faq__choice > input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.faq .faq__choice-body { position: relative; display: flex; min-height: 49px; align-items: center; padding: 12px 14px; gap: 9px; border: 1px solid var(--faq-line); border-radius: 10px; background: #fff; color: #34453b; transition: border-color .18s, background .18s, box-shadow .18s, transform .18s; }
.faq .faq__choice--type .faq__choice-body { min-height: 99px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 15px 13px 12px; font-size: 13px; font-weight: 600; gap: 10px; }
.faq .faq__choice-icon { display: grid; place-items: center; width: 27px; height: 27px; color: #708176; transition: color .18s; }
.faq .faq__tick { display: grid; place-items: center; position: absolute; top: 13px; right: 12px; width: 16px; height: 16px; border: 1px solid #d4dfd4; border-radius: 5px; background: #fff; transition: background .18s, border .18s; }
.faq .faq__tick svg { width: 11px; height: 11px; opacity: 0; color: #fff; stroke-width: 2.4; transform: scale(.5); transition: opacity .18s, transform .18s; }
.faq .faq__choice input:checked + .faq__choice-body { background: #edf7ed; border-color: #479c6c; box-shadow: 0 0 0 1px #479c6c; color: #204e34; }
.faq .faq__choice input:checked + .faq__choice-body .faq__choice-icon { color: #27744b; }
.faq .faq__choice input:checked + .faq__choice-body .faq__tick { border-color: #25875a; background: #25875a; }
.faq .faq__choice input:checked + .faq__choice-body .faq__tick svg { opacity: 1; transform: scale(1); }
.faq .faq__choice input:focus-visible + .faq__choice-body { outline: 3px solid #1d8258; outline-offset: 3px; }
.faq .faq__choice:active .faq__choice-body { transform: scale(.98); }
.faq .faq__radio-row { display: flex; flex-wrap: wrap; gap: 9px; }
.faq .faq__choice--pill .faq__choice-body { padding: 11px 14px; font-size: 13px; min-height: 46px; }
.faq .faq__radio-dot { width: 15px; height: 15px; flex-shrink: 0; border: 1px solid #b5c6b9; border-radius: 50%; background: #fff; }
.faq input:checked + .faq__choice-body .faq__radio-dot { background: #278458; border-color: #278458; box-shadow: inset 0 0 0 3px #fff; }
.faq .faq__field input:not([type=checkbox]):not([type=radio]):not([type=file]), .faq .faq__field textarea, .faq .faq__field select { display: block; width: 100%; max-width: 100%; min-height: 48px; margin: 0; padding: 12px 13px; border: 1px solid #d5dfd6; border-radius: 9px; background: #fff; color: var(--faq-ink); font-size: 14px; line-height: 1.5; box-shadow: none; transition: border-color .18s, box-shadow .18s; }
.faq .faq__field textarea { resize: vertical; min-height: 124px; }
.faq .faq__field input::placeholder, .faq .faq__field textarea::placeholder { color: #657369; opacity: 1; }
.faq .faq__field input:focus, .faq .faq__field textarea:focus, .faq .faq__field select:focus { border-color: #4c9a6d; outline: none; box-shadow: 0 0 0 3px #47a9761c; }
.faq .faq__field-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 7px; color: #626f64; font-size: 13px; }
.faq .faq__field-meta > :last-child { flex-shrink: 0; }
.faq .faq__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq .faq__select-wrap { position: relative; }
.faq .faq__select-wrap select { appearance: none; padding-right: 38px; cursor: pointer; }
.faq .faq__select-wrap > svg { pointer-events: none; position: absolute; top: 16px; right: 13px; width: 18px; height: 18px; fill: none; stroke: #446d53; stroke-width: 1.7; }
.faq .faq__optional { display: inline-block; margin-left: 5px; font-size: 13px; color: #626f64; font-weight: 400; }
.faq .faq__hint { margin: -3px 0 12px; font-size: 13px; color: var(--faq-muted); }
.faq .faq__uploads { animation: faq-reveal .2s ease; }
.faq .faq__dropzone { position: relative; display: flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; min-height: 166px; padding: 22px 16px !important; background: #f2f6ef; border: 1.5px dashed #aac3ad; border-radius: 12px; cursor: pointer; transition: background .2s, border-color .2s; }
.faq .faq__dropzone > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.faq .faq__dropzone:focus-within { outline: 3px solid #248555; outline-offset: 3px; }
.faq .faq__upload-icon { color: #4b8560; }
.faq .faq__dropzone strong { color: #2c7048; font-size: 13px; font-weight: 600; }
.faq .faq__dropzone strong span { color: var(--faq-muted); font-weight: 400; }
.faq .faq__dropzone small { color: var(--faq-muted); font-size: 13px; font-weight: 400; line-height: 1.7; }
.faq .faq__dropzone.is-dragging { border-color: #218455; background: #e2f3df; }
.faq .faq__file-list { list-style: none; }
.faq .faq__file { display: flex; align-items: center; gap: 10px; margin: 9px 0; padding: 10px; background: #fff; border: 1px solid var(--faq-line); border-radius: 9px; animation: faq-reveal .2s ease; }
.faq .faq__file img, .faq .faq__file-badge { width: 40px; height: 40px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.faq .faq__file-badge { display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #356346; background: #edf3e8; }
.faq .faq__file-info { min-width: 0; flex: 1; }
.faq .faq__file-info strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 600; }
.faq .faq__file-info small { display: block; font-size: 13px; color: #657269; }
.faq .faq__remove { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 6px; color: #66776b; background: transparent; font-size: 24px; }
.faq .faq__review { padding: 18px; margin: 4px 0 20px; border: 1px solid #dce6d7; border-radius: 12px; background: #f2f6ed; }
.faq .faq__review-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; font-size: 13px; }
.faq .faq__edit { padding: 4px 0; min-height: 32px; border: 0; background: transparent; color: #367147; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.faq .faq__summary-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.faq .faq__summary-tags span { padding: 3px 8px; border-radius: 5px; background: #e0edd9; color: #395e35; font-size: 13px; }
.faq .faq__summary { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 6px 14px; font-size: 13px; line-height: 1.6; }
.faq .faq__summary dt { margin: 0; color: #5f7055; font-weight: 400; }
.faq .faq__summary dd { margin: 0; overflow-wrap: anywhere; white-space: pre-line; color: #3f5140; }
.faq .faq__privacy { font-size: 13px; color: #6c796f; line-height: 1.75; margin-bottom: 20px; }
.faq .faq__privacy a { color: #3b7150; text-decoration: underline; }
.faq .faq__navigation { display: flex; align-items: center; gap: 16px; padding-top: 22px; border-top: 1px solid #e4e9e0; margin-top: 6px; }
.faq .faq__nav-note { margin-right: auto; color: #626f64; font-size: 13px; }
.faq .faq__primary { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 49px; padding: 13px 22px; margin-left: auto; border: 1px solid var(--faq-dark); border-radius: 9px; background: var(--faq-dark); color: #fff; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .18s, transform .18s, box-shadow .18s; }
.faq .faq__primary svg { width: 18px; height: 18px; transition: transform .18s; }
.faq .faq__primary:active { transform: translateY(1px); }
.faq .faq__back { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px 0; border: 0; background: transparent; color: #647567; font-size: 13px; }
.faq .faq__back svg { width: 17px; height: 17px; transform: rotate(180deg); }
.faq .faq__submit.is-loading svg { display: none; }
.faq .faq__submit.is-loading::after { content: ''; width: 17px; height: 17px; border: 2px solid #ffffff4a; border-top-color: #fff; border-radius: 50%; animation: faq-spin .75s linear infinite; }
.faq .faq__hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.faq .faq__field-error { margin: 7px 0 0; color: #a1362d; font-size: 13px; }
.faq .is-invalid input:not([type=radio]):not([type=checkbox]), .faq .is-invalid textarea, .faq .is-invalid select { border-color: #b45549 !important; }
.faq .is-invalid .faq__choice-body { border-color: #b45549; }
.faq .faq__error-summary, .faq .faq__notice { margin-bottom: 22px; padding: 14px 16px; background: #fff0e9; border: 1px solid #edb5a6; border-radius: 10px; color: #90392b; font-size: 13px; overflow-wrap: anywhere; }
.faq .faq__loading { color: #62796b; padding: 20px 0; }
.faq .faq__success { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: 570px; padding: 24px 10px; animation: faq-reveal .3s ease; }
.faq .faq__success-icon { display: grid; place-items: center; width: 65px; height: 65px; margin-bottom: 28px; border-radius: 50%; color: #257547; background: #e1f0db; box-shadow: 0 0 0 10px #e1f0db55; }
.faq .faq__success-icon svg { width: 30px; height: 30px; }
.faq .faq__success h3 { margin: 12px 0 18px; color: var(--faq-ink); font-size: 42px; line-height: 1.1; letter-spacing: -1.2px; font-weight: 650; }
.faq .faq__success p { color: #62796b; font-size: 15px; max-width: 420px; }
.faq .faq__reference { display: block; margin-top: 16px; font-size: 13px; color: #5b755f; }
.faq .faq__success-contact { margin-top: 28px; border-top: 1px solid var(--faq-line); width: 100%; padding-top: 22px; }
.faq .faq__success-contact > span { display: block; font-size: 13px; color: #6e8072; }
.faq .faq__success-contact a { display: inline-flex; align-items: center; gap: 9px; margin: 5px 0 20px; font-size: 19px; font-weight: 600; color: #2c6947; }
.faq .faq__success-contact svg { width: 18px; height: 18px; }
.faq .faq__restart { display: flex; gap: 9px; align-items: center; border: 0; background: transparent; padding: 8px 0; color: #396d4c; font-size: 13px; }
.faq .faq__restart svg { width: 16px; height: 16px; }
@media (hover: hover) {
  .faq .faq__choice:hover .faq__choice-body { border-color: #8caf92; background: #f4f8ef; transform: translateY(-2px); }
  .faq .faq__choice input:checked + .faq__choice-body { background: #edf7ed; }
  .faq .faq__primary:hover { background: #245b43; border-color: #245b43; box-shadow: 0 5px 12px #173d3118; }
  .faq .faq__primary:hover svg { transform: translateX(3px); }
  .faq .faq__dropzone:hover { background: #eaf2e3; border-color: #76a07f; }
  .faq .faq__remove:hover { background: #f9e8e3; color: #b04836; }
}
@container falslund (max-width: 1000px) {
  .faq .faq__aside { padding: 30px 24px; }
  .faq .faq__main { padding: 30px; }
  .faq .faq__type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq .faq__row { grid-template-columns: 1fr; gap: 0; }
  .faq .faq__headline { font-size: 31px; }
}
@container falslund (max-width: 760px) {
  .faq .faq__aside, .faq .faq__main { grid-column: 1 / -1; }
  .faq .faq__aside { padding: 24px 28px 18px; }
  .faq .faq__intro { padding-top: 0; }
  .faq .faq__intro p, .faq .faq__steps small, .faq .faq__step-check, .faq .faq__aside-bottom { display: none !important; }
  .faq .faq__headline { font-size: 27px; letter-spacing: -.6px; margin: 0; }
  .faq .faq__steps { display: flex; justify-content: space-between; gap: 12px; margin: 21px 0 0; }
  .faq .faq__steps li { font-size: 13px; padding: 0; gap: 8px; }
  .faq .faq__steps li::before { display: none; }
  .faq .faq__step-number { width: 28px; height: 28px; font-size: 13px; }
  .faq .faq__main { padding: 28px; }
  .faq .faq__progress { margin-bottom: 25px; }
  .faq .faq__title { font-size: 25px; }
  .faq .faq__type-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq .faq__choice--type .faq__choice-body { min-height: 94px; }
  .faq .faq__row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .faq .faq__success { min-height: 420px; padding: 15px 0; }
}
@container falslund (max-width: 480px) {
  .faq .faq__aside { padding: 22px 20px 20px; }
  .faq .faq__main { padding: 24px 20px; }
  .faq .faq__headline { font-size: 25px; }
  .faq .faq__type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .faq .faq__row { grid-template-columns: 1fr; gap: 0; }
  .faq .faq__field input:not([type=checkbox]):not([type=radio]):not([type=file]), .faq .faq__field textarea, .faq .faq__field select { font-size: 16px; }
  .faq .faq__subtitle { font-size: 13px; }
  .faq .faq__choice--type .faq__choice-body { font-size: 13px; min-height: 92px; }
  .faq .faq__nav-note, .faq .faq__dropzone strong span { display: none; }
  .faq .faq__steps { gap: 8px; }
  .faq .faq__steps li { gap: 6px; font-size: 13px; }
  .faq .faq__field-meta { font-size: 13px; }
  .faq .faq__field-meta > :last-child { display: none; }
  .faq .faq__navigation { gap: 12px; }
  .faq .faq__primary { flex: 1; padding: 13px 16px; }
  .faq .faq__summary { grid-template-columns: 90px minmax(0,1fr); gap: 7px 9px; }
  .faq .faq__review { padding: 14px; }
  .faq .faq__review-top { align-items: flex-start; font-size: 13px; }
  .faq .faq__edit { font-size: 13px; padding: 0; }
  .faq .faq__success h3 { font-size: 36px; }
}
@keyframes faq-reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes faq-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .faq *, .faq *::before, .faq *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .faq .faq__choice input:checked + .faq__choice-body { outline: 2px solid Highlight; }
  .faq .faq__choice input:checked + .faq__choice-body .faq__tick svg { color: Highlight; }
}
