.faq-hero {
  padding: 160px 0 92px;
  color: white;
  background:
    radial-gradient(circle at 78% 25%, rgb(216 199 94 / 14%), transparent 24%),
    linear-gradient(135deg, #123a59, #0a2940 68%);
}
.faq-hero-inner { max-width: 850px; }
.faq-hero .eyebrow { color: #d8c75e; }
.faq-hero h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(58px, 8vw, 94px); }
.faq-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgb(255 255 255 / 74%); font-size: 16px; line-height: 1.65; }
.faq-hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 30px; }
.faq-hero-links .text-link { color: white; }

.faq-ratings { background: #e9e5d8; border-bottom: 1px solid #d5d0c0; }
.faq-rating-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-top: 36px; }
.faq-rating-panel { padding: 28px; background: rgb(255 253 248 / 76%); border: 1px solid #d7d1c3; border-radius: 18px; }
.faq-panel-label { margin: 0 0 18px; color: #b64c35; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.faq-rating-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 0; }
.faq-rating-list div { position: relative; padding: 13px 14px 13px 22px; background: white; border: 1px solid #e5e0d6; border-radius: 10px; }
.faq-rating-list div::before { content: ""; position: absolute; top: 17px; left: 11px; width: 5px; height: 5px; border-radius: 50%; background: #72817d; }
.faq-rating-list .exact::before { background: #b9a541; box-shadow: 0 0 0 3px #f3edcc; }
.faq-rating-list .very-close::before { background: #4f8b61; box-shadow: 0 0 0 3px #e5f0e5; }
.faq-rating-list .similar-style::before { background: #5f8295; box-shadow: 0 0 0 3px #e3edf2; }
.faq-rating-list .color-alternative::before { background: #ba8154; box-shadow: 0 0 0 3px #f6eadf; }
.faq-rating-list dt { margin-bottom: 4px; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.faq-rating-list dd { margin: 0; color: #66716e; font-size: 9px; line-height: 1.5; }
.faq-status-definition { padding: 15px 16px; background: white; border: 1px solid #e5e0d6; border-radius: 10px; }
.faq-status-definition + .faq-status-definition { margin-top: 11px; }
.faq-status-definition strong { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; font-family: Georgia, serif; font-size: 14px; font-weight: 500; }
.faq-status-definition p { margin: 0; color: #66716e; font-size: 9px; line-height: 1.55; }

.faq-section { background: #f8f5ed; }
.faq-layout { display: grid; grid-template-columns: .42fr 1fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-intro h2 { margin-bottom: 14px; }
.faq-intro > p:last-child { max-width: 300px; color: #66716e; font-size: 11px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: white; border: 1px solid #ded9cf; border-radius: 12px; }
.faq-list summary { position: relative; padding: 19px 52px 19px 20px; cursor: pointer; list-style: none; font: 500 18px/1.25 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #b64c35; font: 500 23px/1 Georgia, serif; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details[open] summary { border-bottom: 1px solid #ebe7de; }
.faq-list details > p { margin: 0; padding: 17px 20px 20px; color: #5f6b67; font-size: 11px; line-height: 1.65; }
.faq-list details > a { display: inline-flex; margin: 0 20px 20px; color: #123a59; font-size: 10px; font-weight: 850; text-underline-offset: 4px; }

.faq-correction { padding: 62px 0; color: white; background: #123a59; }
.faq-correction-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; }
.faq-correction .eyebrow { color: #d8c75e; }
.faq-correction h2 { margin-bottom: 8px; font-size: 42px; }
.faq-correction p:last-child { max-width: 660px; margin: 0; color: rgb(255 255 255 / 68%); font-size: 11px; }

@media (max-width: 900px) {
  .faq-rating-columns { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .faq-correction-inner { grid-template-columns: 1fr; }
  .faq-correction-inner .button { justify-self: start; }
}

@media (max-width: 720px) {
  .faq-hero { padding: 132px 0 75px; }
  .faq-hero h1 { font-size: clamp(50px, 15vw, 69px); }
  .faq-hero p:not(.eyebrow) { font-size: 15px; }
  .faq-rating-panel { padding: 21px; }
  .faq-rating-list { grid-template-columns: 1fr; }
  .faq-list summary { padding: 17px 48px 17px 17px; font-size: 17px; }
  .faq-list details > p { padding: 15px 17px 18px; }
  .faq-correction h2 { font-size: 35px; }
}
