#ap-rc-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
#ap-rc-wrap {
  font-family: 'Hanken Grotesk', sans-serif;
  background: #F3ECE4;
  color: #2F4F5F;
  padding: 2.5rem 2rem 3.5rem;
  max-width: 740px;
  margin: 0 auto;
}
#ap-rc-wrap .ap-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  color: #2F4F5F;
}
#ap-rc-wrap .ap-header {
  border-bottom: 2px solid #C56C4A;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
#ap-rc-wrap .ap-title {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 30px;
  color: #2F4F5F;
  line-height: 1.3;
  margin-top: 1.2rem;
}
#ap-rc-wrap .ap-intro {
  font-size: 14px;
  line-height: 1.8;
  color: #2F4F5F;
  margin-top: 0.75rem;
  opacity: 0.85;
}
#ap-rc-wrap .ap-progress-bar {
  height: 3px;
  background: #D1C3B6;
  margin: 1.2rem 0 0;
}
#ap-rc-wrap .ap-progress-fill {
  height: 3px;
  background: #C56C4A;
  width: 0%;
  transition: width 0.3s ease;
}
#ap-rc-wrap .ap-section-label {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 16px;
  color: #C56C4A;
  margin: 1.8rem 0 0.8rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D1C3B6;
}
#ap-rc-wrap .ap-question {
  background: #ffffff;
  border-left: 3px solid #D1C3B6;
  padding: 1rem 1.2rem;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s;
}
#ap-rc-wrap .ap-question.answered {
  border-left-color: #C56C4A;
}
#ap-rc-wrap .ap-q-text {
  font-size: 14px;
  line-height: 1.65;
  color: #2F4F5F;
  margin-bottom: 0.6rem;
  font-weight: 400;
}
#ap-rc-wrap .ap-q-sub {
  font-size: 12.5px;
  color: #2F4F5F;
  opacity: 0.6;
  margin-bottom: 0.75rem;
  font-style: italic;
  line-height: 1.6;
}
#ap-rc-wrap .ap-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#ap-rc-wrap .ap-opt {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12.5px;
  padding: 6px 14px;
  border: 1px solid #D1C3B6;
  background: transparent;
  color: #2F4F5F;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.15s;
  white-space: normal;
  text-align: left;
}
#ap-rc-wrap .ap-opt:hover {
  border-color: #2F4F5F;
  background: #F3ECE4;
}
#ap-rc-wrap .ap-opt.sel-0 {
  background: #E8F5E9;
  border-color: #4CAF50;
  color: #1B5E20;
}
#ap-rc-wrap .ap-opt.sel-1 {
  background: #FFF8E1;
  border-color: #FFC107;
  color: #5D4037;
}
#ap-rc-wrap .ap-opt.sel-2 {
  background: #FBE9E7;
  border-color: #C56C4A;
  color: #7B2D00;
}
#ap-rc-wrap .ap-gap-note {
  font-size: 12px;
  margin-top: 8px;
  padding: 6px 10px;
  background: #F3ECE4;
  border-left: 2px solid #C56C4A;
  display: none;
  color: #2F4F5F;
  opacity: 0.85;
  line-height: 1.6;
}
#ap-rc-wrap .ap-gap-note.visible { display: block; }
#ap-rc-wrap .ap-submit-wrap {
  margin-top: 2rem;
  text-align: center;
}
#ap-rc-wrap .ap-submit {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #2F4F5F;
  color: #ffffff;
  border: none;
  padding: 13px 36px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: opacity 0.2s;
  border-radius: 3px;
}
#ap-rc-wrap .ap-submit:hover { opacity: 0.88; }
#ap-rc-wrap .ap-submit:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#ap-rc-wrap .ap-results { display: none; }
#ap-rc-wrap .ap-score-block {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-top: 3px solid #C56C4A;
  margin-bottom: 1.5rem;
}
#ap-rc-wrap .ap-score-num {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 56px;
  color: #2F4F5F;
  line-height: 1;
}
#ap-rc-wrap .ap-score-sub {
  font-size: 13px;
  color: #2F4F5F;
  opacity: 0.55;
  margin-top: 4px;
}
#ap-rc-wrap .ap-verdict {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 21px;
  color: #2F4F5F;
  margin-top: 1rem;
  line-height: 1.4;
}
#ap-rc-wrap .ap-verdict-body {
  font-size: 13.5px;
  line-height: 1.75;
  color: #2F4F5F;
  opacity: 0.8;
  margin-top: 0.6rem;
  text-align: left;
}
#ap-rc-wrap .ap-areas-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 17px;
  color: #2F4F5F;
  margin: 1.8rem 0 0.9rem;
}
#ap-rc-wrap .ap-area-card {
  background: #ffffff;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  border-left: 4px solid #D1C3B6;
}
#ap-rc-wrap .ap-area-card.low { border-left-color: #4CAF50; }
#ap-rc-wrap .ap-area-card.med { border-left-color: #FFC107; }
#ap-rc-wrap .ap-area-card.high { border-left-color: #C56C4A; }
#ap-rc-wrap .ap-area-name {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 15px;
  color: #2F4F5F;
  margin-bottom: 3px;
}
#ap-rc-wrap .ap-area-risk {
  font-size: 11.5px;
  font-weight: 500;
  margin-bottom: 6px;
}
#ap-rc-wrap .ap-bar-track {
  height: 4px;
  background: #F3ECE4;
  margin: 6px 0 8px;
}
#ap-rc-wrap .ap-bar-fill {
  height: 4px;
  width: 0%;
  transition: width 0.7s ease;
}
#ap-rc-wrap .ap-area-note {
  font-size: 12.5px;
  line-height: 1.6;
  color: #2F4F5F;
  opacity: 0.72;
}
#ap-rc-wrap .ap-area-flag {
  font-size: 12px;
  color: #C56C4A;
  font-style: italic;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #F3ECE4;
  line-height: 1.5;
}
#ap-rc-wrap .ap-cta-box {
  background: #D1C3B6;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  text-align: center;
}
#ap-rc-wrap .ap-cta-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 26px;
  color: #2F4F5F;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#ap-rc-wrap .ap-cta-body {
  font-size: 14px;
  line-height: 1.75;
  color: #2F4F5F;
  opacity: 0.88;
  margin-bottom: 1.75rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#ap-rc-wrap .ap-cta-btn {
  display: inline-block;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #C56C4A;
  color: #ffffff !important;
  border: none;
  padding: 16px 40px;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: opacity 0.2s;
}
#ap-rc-wrap .ap-cta-btn:hover { opacity: 0.88; }
#ap-rc-wrap .ap-restart-btn {
  font-family: 'Hanken Grotesk', sans-serif;
  background: none;
  border: 1px solid #D1C3B6;
  color: #2F4F5F;
  font-size: 12.5px;
  padding: 7px 18px;
  cursor: pointer;
  display: block;
  margin: 1.25rem auto 0;
  border-radius: 3px;
  transition: border-color 0.15s;
}
#ap-rc-wrap .ap-restart-btn:hover { border-color: #2F4F5F; }
#ap-rc-wrap .ap-footer {
  font-size: 11px;
  text-align: center;
  color: #2F4F5F;
  opacity: 0.45;
  margin-top: 2.5rem;
}
#ap-rc-wrap .ap-footer a {
  color: #2F4F5F;
  opacity: 0.7;
  text-decoration: none;
}
