/* Furniture Shipping from China — visual logistics landing page. Prefix: .sf-sh- */
.sf-page--shipping { color: #1f2328; background: #fff; font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif; }
.sf-sh-wrap { width: min(100% - 48px, 1200px); margin: 0 auto; }
.sf-sh-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #c8102e; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.sf-sh-kicker::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.sf-sh-h2 { margin: 0; font: 800 clamp(28px, 3.1vw, 42px)/1.08 "Plus Jakarta Sans", sans-serif; letter-spacing: -.035em; text-wrap: balance; }
.sf-sh-lead { margin: 14px 0 0; color: #5f6368; font-size: 16px; line-height: 1.6; max-width: 560px; }
.sf-sh-lead a { color: #b80e2b; text-decoration: underline; }
.sf-sh-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.sf-sh-head > p { max-width: 400px; margin: 0; color: #5f6368; font-size: 15px; line-height: 1.55; text-align: right; }
.sf-sh-head--center { flex-direction: column; align-items: center; text-align: center; gap: 0; }
.sf-sh-head--center .sf-sh-h2 { max-width: 720px; }
.sf-sh-band { border-top: 1px solid #ebe8e4; padding: 84px 0 88px; }
.sf-sh-band--white { background: #fff; }
.sf-sh-band--warm { background: #f7f5f2; }
.sf-sh-band--dark { color: #fff; background: #1f2328; border-top: 0; }
.sf-sh-band--dark .sf-sh-kicker { color: #e7596e; }
.sf-sh-center { margin: 36px 0 0; text-align: center; }
.sf-sh-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease; }
.sf-sh-btn:hover { transform: translateY(-1px); }
.sf-sh-btn--red { color: #fff !important; background: #c8102e; }
.sf-sh-btn--red:hover { background: #a80c26; }
.sf-sh-btn--dark { color: #fff !important; background: #1f2328; }
.sf-sh-btn--dark:hover { background: #c8102e; }
.sf-sh-btn--outline { color: #1f2328 !important; border: 1px solid #1f2328; }
.sf-sh-btn--outline:hover { color: #fff !important; background: #1f2328; }
.sf-sh-btn--ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.45); }
.sf-sh-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Hero */
.sf-sh-hero { background: linear-gradient(180deg, #fbf8f4 0%, #fff 75%); border-bottom: 1px solid #ebe8e4; }
.sf-sh-hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(36px, 5vw, 72px); align-items: center; padding: 64px 0 60px; }
.sf-sh-hero h1 { margin: 0 0 18px; font: 800 clamp(36px, 4vw, 56px)/1.03 "Plus Jakarta Sans", sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.sf-sh-hero__lede { max-width: 540px; margin: 0 0 26px; color: #5f6368; font-size: 17.5px; line-height: 1.6; }
.sf-sh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px 14px; margin-bottom: 26px; }
.sf-sh-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sf-sh-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid #e4e4e4; border-radius: 100px; background: #fff; font-size: 13px; }
.sf-sh-chips li::before { content: "✓"; color: #c8102e; font-weight: 800; }
.sf-sh-hero__media { position: relative; margin: 0; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -40px rgba(31,35,40,.55); background: #e7e6e2; }
.sf-sh-hero__media img { display: block; width: 100%; height: auto; }
.sf-sh-hero__stats { position: absolute; left: 16px; right: 16px; bottom: 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.sf-sh-hero__stats li { padding: 12px 14px; border-radius: 10px; background: rgba(31,35,40,.86); color: #fff; backdrop-filter: blur(6px); }
.sf-sh-hero__stats b { display: block; font: 800 22px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-sh-hero__stats span { display: block; margin-top: 4px; color: #c9cdd1; font-size: 11.5px; line-height: 1.3; }

/* Pains */
.sf-sh-pains { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sf-sh-pain { padding: 28px 28px 30px; border-radius: 16px; }
.sf-sh-pain--sand { background: #f3ebe3; }
.sf-sh-pain--sage { background: #e9efe6; }
.sf-sh-pain--sky { background: #e6edf2; }
.sf-sh-pain__art { height: 120px; margin-bottom: 20px; }
.sf-sh-pain__art svg { width: 150px; height: 120px; }
.sf-sh-pain h3 { margin: 0 0 8px; font: 800 20px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-sh-pain p { margin: 0; color: #3d4247; font-size: 15px; line-height: 1.55; }

/* Steps */
.sf-sh-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.sf-sh-steps li { display: flex; flex-direction: column; border: 1px solid #e4e4e4; border-radius: 14px; background: #fff; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.sf-sh-steps li:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -34px rgba(31,35,40,.55); }
.sf-sh-steps figure { margin: 0; aspect-ratio: 4 / 4.6; background: #e7e6e2; overflow: hidden; }
.sf-sh-steps img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sf-sh-steps__n { margin: 16px 16px 4px; color: #c8102e; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sf-sh-steps h3 { margin: 0 16px 6px; font: 800 16.5px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-sh-steps p { margin: 0 16px 18px; color: #5f6368; font-size: 13.5px; line-height: 1.5; }

/* Foshan base */
.sf-sh-base { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.sf-sh-base__art { padding: 24px; border: 1px solid #ebe8e4; border-radius: 18px; background: linear-gradient(135deg, #fbf8f4, #fff); }
.sf-sh-base__art svg { width: 100%; height: auto; display: block; }
.sf-sh-points { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.sf-sh-points li { display: grid; gap: 4px; padding: 16px 18px 16px 22px; border-left: 3px solid #c8102e; background: #faf9f7; border-radius: 0 10px 10px 0; }
.sf-sh-points b { font: 800 16px/1.25 "Plus Jakarta Sans", sans-serif; }
.sf-sh-points span { color: #5f6368; font-size: 14.5px; line-height: 1.5; }

/* Categories */
.sf-sh-cats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sf-sh-cat { position: relative; margin: 0; aspect-ratio: 1 / 1.05; border-radius: 14px; overflow: hidden; background: #1f2328; }
.sf-sh-cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sf-sh-cat:hover img { transform: scale(1.05); }
.sf-sh-cat figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 18px 18px; background: linear-gradient(180deg, rgba(31,35,40,0), rgba(31,35,40,.85)); color: #fff; }
.sf-sh-cat figcaption b { display: block; font: 800 18px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-sh-cat figcaption span { display: block; margin-top: 3px; color: #d5d9dd; font-size: 12.5px; }
.sf-sh-cat--more { display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; padding: 22px; color: #fff; background: #c8102e; text-decoration: none; }
.sf-sh-cat--more b { font: 800 22px/1.15 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-sh-cat--more span { color: #fbd7dd; font-size: 14px; line-height: 1.5; }
.sf-sh-cat--more em { margin-top: 8px; font-style: normal; font-weight: 700; font-size: 14px; }
.sf-sh-cat--more:hover { background: #a80c26; }

/* How it works */
.sf-sh-how { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: how; }
.sf-sh-how::before { content: ""; position: absolute; left: 10%; right: 10%; top: 34px; height: 2px; background: repeating-linear-gradient(90deg, #d9d2c9 0 8px, transparent 8px 16px); }
.sf-sh-how li { position: relative; text-align: center; padding: 0 8px; counter-increment: how; }
.sf-sh-how__icon { position: relative; z-index: 1; display: inline-flex; width: 70px; height: 70px; align-items: center; justify-content: center; margin-bottom: 16px; border: 2px solid #1f2328; border-radius: 50%; background: #fff; color: #1f2328; }
.sf-sh-how__icon svg { width: 36px; height: 36px; }
.sf-sh-how__icon::after { content: counter(how); position: absolute; right: -6px; top: -6px; width: 24px; height: 24px; border-radius: 50%; background: #c8102e; color: #fff; font: 800 12px/24px "Plus Jakarta Sans", sans-serif; }
.sf-sh-how b { display: block; margin-bottom: 6px; font: 800 16.5px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-sh-how p { margin: 0; color: #5f6368; font-size: 13.5px; line-height: 1.5; }

/* Terms + destinations (dark) */
.sf-sh-terms { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.sf-sh-terms__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.sf-sh-terms__cards article { position: relative; padding: 22px 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.05); }
.sf-sh-terms__cards article.is-featured { border-color: #e7596e; background: rgba(200,16,46,.18); }
.sf-sh-terms__cards em { position: absolute; right: 12px; top: -11px; padding: 4px 10px; border-radius: 100px; background: #c8102e; color: #fff; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sf-sh-terms__cards b { display: block; margin-bottom: 8px; color: #e7596e; font: 800 12px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: .12em; }
.sf-sh-terms__cards h3 { margin: 0 0 8px; font: 800 18px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-sh-terms__cards p { margin: 0; color: #b9bec3; font-size: 13.5px; line-height: 1.5; }
.sf-sh-dest { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.sf-sh-dest li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.05); }
.sf-sh-dest b { font-size: 14px; }
.sf-sh-dest span { color: #e7596e; font: 800 14px/1 "Plus Jakarta Sans", sans-serif; white-space: nowrap; }
.sf-sh-dest__note { margin: 16px 0 0; color: #b9bec3; font-size: 13.5px; line-height: 1.5; }
.sf-sh-dest__note a { color: #fff; text-decoration: underline; }

/* Projects */
.sf-sh-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sf-sh-projects figure { margin: 0; border: 1px solid #e4e4e4; border-radius: 16px; overflow: hidden; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.sf-sh-projects figure:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -38px rgba(31,35,40,.6); }
.sf-sh-projects img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #e7e6e2; }
.sf-sh-projects figcaption { padding: 18px 22px 20px; }
.sf-sh-projects figcaption b { display: block; font: 800 19px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.015em; }
.sf-sh-projects figcaption span { display: block; margin-top: 5px; color: #5f6368; font-size: 14px; line-height: 1.5; }

/* Why clients choose us (photo band) */
.sf-sh-why { position: relative; color: #fff; overflow: hidden; }
.sf-sh-why__media { position: absolute; inset: 0; }
.sf-sh-why__media img { width: 100%; height: 100%; object-fit: cover; }
.sf-sh-why__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,35,40,.55), rgba(31,35,40,.85)); }
.sf-sh-why__inner { position: relative; padding: 96px 0 100px; text-align: center; }
.sf-sh-why .sf-sh-kicker { color: #e7596e; }
.sf-sh-why__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 40px; text-align: left; }
.sf-sh-why__cards article { padding: 24px 24px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(31,35,40,.55); backdrop-filter: blur(8px); }
.sf-sh-why__cards b { display: block; margin-bottom: 8px; font: 800 18px/1.2 "Plus Jakarta Sans", sans-serif; }
.sf-sh-why__cards p { margin: 0; color: #d5d9dd; font-size: 14.5px; line-height: 1.55; }

/* FAQ */
.sf-sh-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.sf-sh-faq details { padding: 0 20px; border: 1px solid #e4e4e4; border-radius: 10px; background: #fff; margin-bottom: 10px; }
.sf-sh-faq summary { position: relative; padding: 16px 40px 16px 0; cursor: pointer; list-style: none; font: 700 16px/1.4 "Plus Jakarta Sans", sans-serif; }
.sf-sh-faq summary::-webkit-details-marker { display: none; }
.sf-sh-faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #c8102e; font-size: 24px; line-height: 1; }
.sf-sh-faq details[open] summary::after { content: "−"; }
.sf-sh-faq details p { margin: 0 0 18px; color: #3d4247; font-size: 15px; line-height: 1.6; }

/* CTA */
.sf-sh-cta { padding: 0 0 90px; background: #f7f5f2; }
.sf-sh-cta__box { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; padding: 48px 52px; border-radius: 20px; color: #fff; background: #1f2328; }
.sf-sh-cta__box .sf-sh-kicker { color: #e7596e; }
.sf-sh-cta__box h2 { margin: 0 0 12px; font: 800 clamp(26px, 2.6vw, 34px)/1.12 "Plus Jakarta Sans", sans-serif; letter-spacing: -.03em; }
.sf-sh-cta__box p { margin: 0; color: #b9bec3; font-size: 15.5px; line-height: 1.6; }
.sf-sh-cta__actions { display: grid; gap: 10px; }

@media (max-width: 1100px) {
  .sf-sh-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sf-sh-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sf-sh-how { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .sf-sh-how p { display: none; }
}
@media (max-width: 900px) {
  .sf-sh-hero__inner { grid-template-columns: 1fr; padding: 40px 0 44px; }
  .sf-sh-head { display: block; }
  .sf-sh-head > p { margin-top: 14px; text-align: left; }
  .sf-sh-pains, .sf-sh-terms, .sf-sh-terms__cards, .sf-sh-why__cards, .sf-sh-faq, .sf-sh-base, .sf-sh-projects, .sf-sh-cta__box { grid-template-columns: 1fr; }
  .sf-sh-how { grid-template-columns: 1fr; gap: 14px; }
  .sf-sh-how::before { display: none; }
  .sf-sh-how li { display: grid; grid-template-columns: 56px 1fr; gap: 4px 16px; align-items: center; text-align: left; }
  .sf-sh-how__icon { width: 56px; height: 56px; margin: 0; grid-row: 1 / span 2; }
  .sf-sh-how__icon svg { width: 28px; height: 28px; }
  .sf-sh-how p { display: block; }
  .sf-sh-band { padding: 56px 0 60px; }
  .sf-sh-why__inner { padding: 64px 0 68px; }
  .sf-sh-cta__box { padding: 32px 24px; }
}
@media (max-width: 640px) {
  .sf-sh-wrap { width: min(100% - 40px, 680px); }
  .sf-sh-steps { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sf-sh-cats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sf-sh-dest { grid-template-columns: 1fr; }
  .sf-sh-hero__stats { left: 10px; right: 10px; bottom: 10px; gap: 6px; }
  .sf-sh-hero__stats li { padding: 9px 10px; }
  .sf-sh-hero__stats b { font-size: 18px; }
  .sf-sh-pain { padding: 22px 20px 24px; }
}

/* Consolidation version: direct answer, numbers flow, stage detail, costs, risks, calculator */
.sf-sh-answer { max-width: 600px; font-size: 16.5px; color: #3d4247; }
.sf-sh-answer strong { color: #c8102e; font-weight: 800; }
.sf-sh-band--tight { padding: 64px 0 68px; }
.sf-sh-flow { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.sf-sh-flow li { position: relative; padding: 18px 14px 16px; border: 1px solid #e4e4e4; border-radius: 12px; background: #fff; }
.sf-sh-flow li:not(:last-child)::after { content: "→"; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); color: #c8102e; font-weight: 800; z-index: 1; }
.sf-sh-flow b { display: block; font: 800 24px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-sh-flow span { display: block; margin-top: 8px; color: #5f6368; font-size: 12.5px; line-height: 1.45; }
.sf-sh-flow li.is-result { background: #1f2328; color: #fff; border-color: #1f2328; }
.sf-sh-flow li.is-result b { color: #e7596e; }
.sf-sh-flow li.is-result span { color: #c9cdd1; }
.sf-sh-note { margin: 18px 0 0; color: #858a90; font-size: 13px; text-align: center; }
.sf-sh-detail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin-top: 40px; border: 1px solid #e4e4e4; border-radius: 12px; background: #e4e4e4; overflow: hidden; }
.sf-sh-detail > div { padding: 18px 18px 20px; background: #fff; }
.sf-sh-detail b { display: block; margin-bottom: 6px; font: 700 14.5px/1.25 "Plus Jakarta Sans", sans-serif; }
.sf-sh-detail span { display: block; color: #5f6368; font-size: 13px; line-height: 1.5; }
.sf-sh-detail a { color: #b80e2b; text-decoration: underline; }
.sf-sh-costs { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 4vw, 64px); align-items: start; }
.sf-sh-table { width: 100%; border-collapse: collapse; font-size: 14.5px; line-height: 1.5; background: #fff; border: 1px solid #e4e4e4; border-radius: 12px; overflow: hidden; }
.sf-sh-table th, .sf-sh-table td { padding: 13px 16px; border-bottom: 1px solid #ebe8e4; text-align: left; vertical-align: top; }
.sf-sh-table thead th { background: #1f2328; color: #fff; font-weight: 700; }
.sf-sh-table td:first-child { font-weight: 700; }
.sf-sh-table td:last-child { color: #c8102e; font-weight: 700; }
.sf-sh-table tbody tr:last-child td { border-bottom: 0; }
.sf-sh-risks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.sf-sh-risks article { padding: 24px 24px 22px; border: 1px solid #e4e4e4; border-left: 3px solid #c8102e; border-radius: 12px; background: #fff; }
.sf-sh-risks b { display: block; margin-bottom: 6px; font: 800 17px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-sh-risks p { margin: 0 0 12px; color: #858a90; font-size: 13.5px; font-style: italic; line-height: 1.5; }
.sf-sh-risks span { display: block; padding-top: 12px; border-top: 1px solid #ebe8e4; color: #3d4247; font-size: 14px; line-height: 1.55; }
.sf-sh-calc { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 4vw, 64px); align-items: start; }
.sf-sh-calc__legend { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.sf-sh-calc__legend li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; border: 1px solid #e4e4e4; border-radius: 8px; background: #fff; font-size: 14px; }
.sf-sh-calc__legend b { font-weight: 800; }
.sf-sh-calc__legend span { color: #5f6368; }
.sf-sh-calc__form { padding: 28px; border: 1px solid #e4e4e4; border-radius: 16px; background: #fff; box-shadow: 0 24px 50px -40px rgba(31,35,40,.5); }
.sf-sh-calc__rows { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sf-sh-calc__rows label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #5f6368; }
.sf-sh-calc__rows input { width: 100%; min-height: 46px; padding: 10px 14px; border: 1px solid #d9d5cf; border-radius: 8px; font: 500 16px/1 "Hanken Grotesk", sans-serif; color: #1f2328; }
.sf-sh-calc__rows input:focus { outline: 2px solid #c8102e; outline-offset: 1px; border-color: #c8102e; }
.sf-sh-calc__result { margin: 20px 0; padding: 18px 20px; border-radius: 10px; background: #1f2328; color: #fff; }
.sf-sh-calc__result b { display: block; font: 800 32px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; color: #e7596e; }
.sf-sh-calc__result p { margin: 8px 0 0; color: #d5d9dd; font-size: 14.5px; line-height: 1.55; }
@media (max-width: 1100px) { .sf-sh-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; } .sf-sh-flow li:not(:last-child)::after { display: none; } .sf-sh-detail { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sf-sh-risks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .sf-sh-costs, .sf-sh-calc { grid-template-columns: 1fr; } .sf-sh-table { display: block; overflow-x: auto; } }
@media (max-width: 640px) { .sf-sh-flow { grid-template-columns: 1fr 1fr; } .sf-sh-detail { grid-template-columns: 1fr; } .sf-sh-risks { grid-template-columns: 1fr; } .sf-sh-calc__rows { grid-template-columns: 1fr; } .sf-sh-calc__form { padding: 20px; } }
