
.skip-link { position: absolute; top: -40px; left: 0; background: #0E7C66; color: white; padding: 8px 16px; z-index: 9999; text-decoration: none; border-radius: 0 0 4px 0; }
.skip-link:focus { top: 0; }

* { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'DM Sans', system-ui, sans-serif; background: #fff; color: #1f2937; line-height: 1.6; }
.site-header { background: #0E7C66; color: white; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; }
.site-header a { color: white; text-decoration: none; }
.site-header .logo { font-weight: 600; font-size: 18px; }
.site-header nav { display: flex; gap: 18px; font-size: 14px; align-items: center; }
.site-header nav a { opacity: 0.9; }
.lang-switch { background: rgba(255,255,255,0.15); padding: 5px 10px; border-radius: 4px; font-size: 13px; }
.site-footer { background: #f9fafb; padding: 32px 20px; margin-top: 60px; border-top: 1px solid #e5e7eb; font-size: 14px; color: #6b7280; }
.site-footer .container { max-width: 880px; margin: 0 auto; }
.site-footer h3 { font-size: 14px; color: #374151; margin: 0 0 10px 0; }
.site-footer .row { display: flex; flex-wrap: wrap; gap: 32px; margin-bottom: 24px; }
.site-footer .col { flex: 1; min-width: 180px; }
.site-footer a { color: #0E7C66; text-decoration: none; }
.site-footer .disclaimer { padding-top: 16px; border-top: 1px solid #e5e7eb; font-size: 12px; color: #9ca3af; }

.quiz-container { max-width: 720px; margin: 0 auto; padding: 24px 20px; }
.quiz-card { background: white; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px 28px; margin-top: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.progress-bar { background: #e5e7eb; border-radius: 999px; height: 8px; margin-bottom: 24px; overflow: hidden; }
.progress-fill { background: #0E7C66; height: 100%; transition: width 0.3s ease; border-radius: 999px; }
.progress-text { font-size: 13px; color: #6b7280; margin-bottom: 16px; }
.question-text { font-size: 22px; font-weight: 600; color: #1f2937; margin: 0 0 20px 0; line-height: 1.35; }
.question-hint { font-size: 14px; color: #6b7280; margin: 0 0 24px 0; }
.option-btn { display: block; width: 100%; background: white; border: 2px solid #e5e7eb; border-radius: 8px; padding: 16px 18px; margin-bottom: 12px; text-align: left; font-size: 16px; font-family: inherit; color: #1f2937; cursor: pointer; transition: all 0.15s ease; }
.option-btn:hover { border-color: #0E7C66; background: #F0FDF4; }
.option-btn:active { transform: scale(0.99); }
.option-btn .check { display: inline-block; width: 22px; height: 22px; border: 2px solid #d1d5db; border-radius: 50%; margin-right: 12px; vertical-align: middle; position: relative; top: -1px; }
.option-btn:hover .check { border-color: #0E7C66; }
.btn-back { background: none; border: none; color: #6b7280; font-size: 14px; cursor: pointer; padding: 0; margin-top: 16px; font-family: inherit; }
.btn-back:hover { color: #1f2937; }

.result-settlement { background: #FEF3C7; border-color: #F59E0B; }
.result-consolidation { background: #DBEAFE; border-color: #3B82F6; }
.result-bankruptcy { background: #FEE2E2; border-color: #DC2626; }
.result-diy { background: #ECFDF5; border-color: #10B981; }
.result-dmp { background: #F3E8FF; border-color: #9333EA; }
.result-sol { background: #E0F2FE; border-color: #0EA5E9; }
.result-pro { background: #FEF3C7; border-color: #F59E0B; }

.result-header { text-align: center; margin-bottom: 24px; }
.result-icon { font-size: 56px; margin-bottom: 8px; }
.result-title { font-size: 26px; font-weight: 700; margin: 8px 0; color: #1f2937; }
.result-summary { font-size: 16px; margin: 16px 0 24px 0; line-height: 1.7; }
.next-steps { background: white; border-radius: 8px; padding: 20px; margin: 20px 0; }
.next-steps h3 { font-size: 16px; margin: 0 0 12px 0; color: #1f2937; }
.next-steps ul { margin: 0; padding-left: 20px; line-height: 1.8; }
.cta-button { display: inline-block; padding: 14px 28px; background: #0E7C66; color: white; text-decoration: none; border-radius: 6px; font-weight: 600; margin: 8px 4px; transition: background 0.15s; }
.cta-button:hover { background: #065F46; }
.cta-button.secondary { background: white; color: #0E7C66; border: 2px solid #0E7C66; }
.cta-button.secondary:hover { background: #f3f6f4; }

.share-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e5e7eb; text-align: center; }
.share-section p { font-size: 14px; color: #6b7280; margin: 0 0 8px 0; }
.btn-restart { background: white; border: 1px solid #d1d5db; border-radius: 6px; padding: 10px 20px; font-size: 14px; color: #4b5563; cursor: pointer; font-family: inherit; }
.btn-restart:hover { background: #f3f4f6; }

.disclaimer-banner { background: #fef3c7; border-left: 3px solid #f59e0b; padding: 12px 16px; border-radius: 4px; font-size: 13px; color: #78350F; margin-top: 20px; }

@media (max-width: 600px) {
  .site-header nav { gap: 12px; font-size: 13px; }
  .site-header nav .nav-link { display: none; }
  .site-header nav .lang-switch { display: inline-block; }
  .quiz-card { padding: 24px 20px; }
  .question-text { font-size: 19px; }
  .result-icon { font-size: 48px; }
  .result-title { font-size: 22px; }
}

/* Respect reduced motion and long localized labels. */
@media(prefers-reduced-motion:reduce){.progress-fill{transition:none}html{scroll-behavior:auto}}
.quiz-container{min-width:0}.option-btn,.cta-button{overflow-wrap:anywhere}.option-btn:focus-visible,.btn-back:focus-visible,.btn-restart:focus-visible{outline:3px solid #1e3a8a;outline-offset:3px}
