.content-page { background: #f7faf9; padding: clamp(54px, 8vw, 96px) 0; }
.content-page article { background: #fff; border: 1px solid #dbe4e8; border-radius: 24px; box-shadow: 0 18px 55px rgba(16,44,66,.08); margin: 0 auto; max-width: 900px; padding: clamp(24px, 5vw, 58px); }
.content-page h1 { color: #102c42; font-size: clamp(2.1rem, 6vw, 4rem); letter-spacing: -.045em; line-height: 1; margin: 0 0 28px; }
.content-page h2 { color: #102c42; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.025em; line-height: 1.15; margin: 42px 0 14px; }
.content-page h3 { color: #193b53; font-size: 1.15rem; margin: 28px 0 8px; }
.content-page p,
.content-page li { color: #3e5362; font-size: 1rem; line-height: 1.75; }
.content-page p { margin: 0 0 18px; }
.content-page ul,
.content-page ol { margin: 0 0 22px; padding-left: 24px; }
.content-page li { margin-bottom: 8px; }
.content-page a { color: #a93723; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.content-page blockquote { background: #fff5f1; border-left: 4px solid #e65335; border-radius: 0 12px 12px 0; color: #304957; margin: 26px 0; padding: 18px 22px; }
.content-page table { border-collapse: collapse; margin: 24px 0; width: 100%; }
.content-page th,
.content-page td { border: 1px solid #dbe4e8; color: #3e5362; line-height: 1.5; padding: 12px; text-align: left; vertical-align: top; }
.content-page th { background: #eef4f4; color: #102c42; }
.guide-lead { color: #385264 !important; font-size: 1.15rem !important; line-height: 1.7 !important; }
.guide-note { background: #eaf5f1; border-radius: 14px; margin: 24px 0; padding: 18px 20px; }
.guide-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; }
.guide-card { background: #f4f8f8; border: 1px solid #dbe4e8; border-radius: 14px; padding: 18px; }
.guide-card h3 { margin-top: 0; }
.guide-card p:last-child { margin-bottom: 0; }
.guide-cta { background: #102c42; border-radius: 18px; color: #fff; margin: 38px 0 6px; padding: 24px; }
.guide-cta h2,
.guide-cta p { color: #fff; margin-top: 0; }
.guide-cta .button-link { background: #e65335; color: #fff; display: inline-flex; text-decoration: none; }
.spp-contact { margin-top: 28px; }
.spp-contact form { display: grid; gap: 18px; }
.spp-contact__grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.spp-contact label { display: grid; gap: 7px; }
.spp-contact label > span { color: #102c42; font-size: .85rem; font-weight: 800; }
.spp-contact input,
.spp-contact textarea { background: #f4f8f8; border: 1px solid #cfdcdf; border-radius: 10px; color: #102c42; font: inherit; padding: 12px 13px; width: 100%; }
.spp-contact input:focus,
.spp-contact textarea:focus { border-color: #e65335; box-shadow: 0 0 0 3px rgba(230,83,53,.15); outline: none; }
.spp-contact__consent { align-items: start; display: flex !important; font-size: .86rem; grid-template-columns: 20px 1fr; }
.spp-contact__consent input { accent-color: #e65335; flex: 0 0 18px; height: 18px; margin: 3px 0 0; padding: 0; width: 18px; }
.spp-contact .button { border: 0; cursor: pointer; justify-self: start; }
.spp-contact .button:disabled { cursor: wait; opacity: .7; }
.spp-contact__trap { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.spp-contact__notice { border-radius: 10px; font-weight: 700; padding: 12px 14px; }
.spp-contact__notice.is-success { background: #eaf5f1; color: #1d604e; }
.spp-contact__notice.is-error { background: #fff0ec; color: #9f341f; }
@media (max-width: 680px) {
  .guide-grid,
  .spp-contact__grid { grid-template-columns: 1fr; }
  .content-page article { border-radius: 16px; }
  .content-page table { display: block; overflow-x: auto; }
}
