:root{ --qp-bg:#FDF3EF; --qp-padding-top:96px; --qp-padding-bottom:96px; }
.quiz-philosophy{ background:var(--qp-bg); padding:var(--qp-padding-top) 36px var(--qp-padding-bottom); border-top:1px solid #EAD9CF; }
.quiz-philosophy__inner{ max-width:680px; margin:0 auto; text-align:center; }
.quiz-philosophy__eyebrow{ font-family:'Inter',sans-serif; font-size:14px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#C0417F; display:block; margin-bottom:18px; }
.quiz-philosophy__heading{ font-family:'Libre Baskerville',serif; font-weight:400; font-size:clamp(28px,3.2vw,39px); letter-spacing:.01em; margin:0 0 26px; color:#87184E; }
.quiz-philosophy__body{ font-family:'Inter',sans-serif; font-style:italic; font-size:clamp(20px,2vw,23px); color:#5B3A48; line-height:1.6; }
.quiz-philosophy__body p{ margin:0 0 16px; }
.quiz-philosophy__body p:last-child{ margin-bottom:0; }
