/* How to Buy Furniture From China (21 Sep 2026): ten-step icon cards, payment rules, Incoterm line, container boxes, docs list. */
.sf-bf-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.sf-bf-step details { position: relative; height: 100%; border: 1.5px dashed #d5cec5; border-radius: 16px; background: #fffdf9; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.sf-bf-step details:hover { transform: translateY(-4px) rotate(-.3deg); border-color: #c8102e; box-shadow: 0 24px 46px -36px rgba(31,35,40,.5); }
.sf-bf-step details[open] { border-style: solid; border-color: #1f2328; background: #fff; }
.sf-bf-step.is-hot details { background: #fbe9ec; border-color: #c8102e; border-style: solid; }
.sf-bf-step.is-hot details::before { content: "MONEY PROTECTED"; position: absolute; top: -10px; left: 14px; padding: 3px 8px; border-radius: 4px; background: #c8102e; color: #fff; font: 800 9px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: .14em; }
.sf-bf-step summary { position: relative; display: block; padding: 18px 16px 16px; cursor: pointer; list-style: none; }
.sf-bf-step summary::-webkit-details-marker { display: none; }
.sf-bf-step summary i { display: block; color: #c8102e; font: 800 13px/1 "Plus Jakarta Sans", sans-serif; font-style: normal; letter-spacing: .12em; }
.sf-bf-step summary time { position: absolute; right: 42px; top: 16px; color: #858a90; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.sf-bf-step summary svg { display: block; width: 100%; height: 96px; margin: 8px 0 8px; }
.sf-bf-step summary b { display: block; font: 800 16px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-bf-step summary em { display: block; margin-top: 6px; color: #5f6368; font-size: 12.5px; font-style: normal; line-height: 1.45; }
.sf-bf-step__more { position: absolute; right: 12px; top: 12px; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #e4e4e4; color: #858a90; font: 700 15px/22px "Plus Jakarta Sans", sans-serif; text-align: center; background: #fff; transition: transform .2s; }
.sf-bf-step details[open] .sf-bf-step__more { transform: rotate(45deg); color: #c8102e; border-color: #c8102e; }
.sf-bf-step details > p { margin: 0; padding: 0 16px 16px; color: #3d4247; font-size: 13.5px; line-height: 1.55; }
.sf-bf-steps__note { margin: 22px 0 0; color: #5f6368; font-size: 14.5px; }
.sf-bf-steps__note b { color: #c8102e; }

/* Payment rules */
.sf-bf-rules { margin-top: 40px; padding: 28px 30px 26px; border-radius: 18px; background: #1f2328; color: #fff; }
.sf-bf-rules h3 { margin: 0 0 20px; font: 800 24px/1.15 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-bf-rules h3 .sf-qc-kicker { display: block; margin-bottom: 8px; color: #e7596e; }
.sf-bf-rules ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.sf-bf-rules li { padding: 16px 16px 14px; border-radius: 12px; background: #272b30; border: 1px solid #3b3f44; }
.sf-bf-rules li svg { width: 100%; height: 80px; margin-bottom: 8px; }
.sf-bf-rules li svg rect[fill="#fff"], .sf-bf-rules li svg circle[fill="#fff"] { fill: #f7f5f2; }
.sf-bf-rules li b { display: block; margin-bottom: 4px; font: 800 14.5px/1.3 "Plus Jakarta Sans", sans-serif; }
.sf-bf-rules li span { color: #b9bec3; font-size: 12.5px; line-height: 1.5; }

/* Incoterm hand-over line */
.sf-bf-term h3 { margin: 0 0 12px; font: 800 24px/1.15 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-bf-term__line { display: block; width: 100%; height: auto; margin: 0 0 18px; }
.sf-bf-term .sf-fg-price li { background: #fff; border-color: #e9e4dd; }
.sf-bf-term .sf-fg-price li b { color: #c8102e; }
.sf-bf-term .sf-fg-price li span { color: #1f2328; }

/* Container boxes */
.sf-bf-boxes { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 14px; margin-top: 18px; }
.sf-bf-boxes article { padding: 18px 20px 20px; border: 1.5px dashed #d5cec5; border-radius: 16px; background: #fff; }
.sf-bf-boxes article.is-pick { border-style: solid; border-color: #c8102e; background: #fffdf9; }
.sf-bf-boxes svg { display: block; width: 100%; height: 110px; margin-bottom: 8px; }
.sf-bf-boxes b { display: block; font: 800 19px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-bf-boxes em { display: block; margin: 2px 0 8px; color: #c8102e; font-size: 13px; font-style: normal; font-weight: 700; }
.sf-bf-boxes p { margin: 0; color: #3d4247; font-size: 13.5px; line-height: 1.55; }

/* Docs list */
.sf-fg-cost li > div { min-width: 0; }
.sf-fg-cost li > div b { display: block; }
.sf-fg-cost li > div span { display: block; margin-top: 3px; color: #5f6368; font-size: 12.5px; line-height: 1.45; }
.sf-bf-docs-fig { margin: 18px 0 0; }
.sf-bf-docs-fig img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.sf-bf-docs-fig figcaption { margin-top: 8px; color: #858a90; font-size: 13px; }

/* Mistakes: CTA sketch */
.sf-fg-risks .sf-qc-sketch.is-cta { background: #1f2328; color: #fff; border-color: #1f2328; }
.sf-fg-risks .sf-qc-sketch.is-cta b, .sf-fg-risks .sf-qc-sketch.is-cta p { color: #fff; }
.sf-fg-risks .sf-qc-sketch.is-cta span { border-top: 0; padding-top: 6px; }

@media (max-width: 1024px) {
  .sf-bf-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sf-bf-rules ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-bf-boxes { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .sf-bf-steps { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sf-bf-step summary { padding: 16px 12px 12px; }
  .sf-bf-step summary svg { height: 72px; }
  .sf-bf-step summary time { right: 40px; font-size: 10px; }
  .sf-bf-rules { padding: 22px 18px; }
  .sf-bf-rules ol { grid-template-columns: 1fr; }
}

/* Inline quote form + case-note row on bespoke guide pages (22 Sep 2026) */
.sf-inline-brief .sf-qc-wrap { display: block; }
.sf-inline-brief__card { max-width: 820px; margin: 0 auto; }
.sf-inline-brief .sf-home-brief__heading h2 { font-size: clamp(24px, 2.4vw, 30px); }
.sf-page--od .sf-bf-boxes, .sf-page--ht .sf-bf-boxes { margin-top: 0; }
.sf-od-steps .sf-qc-note b, .sf-od-steps .sf-qc-note p { color: #1f2328; }
@media (max-width: 820px) { .sf-page--od .sf-bf-boxes, .sf-page--ht .sf-bf-boxes { grid-template-columns: 1fr !important; } }
