.tools-page { background: var(--md-surface-container-lowest); color: var(--md-on-surface); }
.tools-page section { padding-top: 0; padding-bottom: 70px; }
.tools-hero { padding-top: 56px; padding-bottom: 46px; }
.tools-eyebrow, .tools-section-head > p { color: var(--md-primary); font-size: .76rem; font-weight: 800; letter-spacing: .16em; }
.tools-hero h1 { margin: 8px 0 18px; font-size: clamp(2.25rem, 5vw, 3.8rem); line-height: 1.25; }
.tools-hero > p:not(.tools-eyebrow) { max-width: 720px; font-size: 1.08rem; line-height: 1.8; }
.tools-section-head { margin-bottom: 24px; }
.tools-section-head h2 { margin: 5px 0 0; font-size: clamp(1.5rem, 3vw, 2rem); }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tool-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--md-outline-variant); border-radius: var(--md-corner-xl); background: var(--md-surface-container-lowest); box-shadow: var(--md-elev-soft); }
.tool-card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.tool-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--md-primary); color: var(--md-on-primary); font-weight: 800; }
.tool-stage { color: var(--md-on-surface-variant); font-size: .8rem; }
.tool-card h2 { margin: 0; font-size: 1.55rem; }
.tool-card .tool-lead { margin: 7px 0 8px; color: var(--md-primary); font-weight: 800; }
.tool-card > p:not(.tool-lead) { margin-top: 0; line-height: 1.7; }
.tool-card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 20px; }
.tool-card-bottom > span { color: var(--md-on-surface-variant); font-size: .8rem; }
.tool-card-bottom .btn { white-space: nowrap; }
.tools-privacy { margin: 22px 0 0; color: var(--md-on-surface-variant); font-size: .86rem; line-height: 1.7; }
.tools-next { max-width: 900px; }
.tools-next h2 { font-size: 1.35rem; }
.tools-next p { line-height: 1.75; }
.check-page .tools-hero { padding-bottom: 30px; }
.check-notice { padding: 14px 18px; border-radius: var(--md-corner-m); background: var(--md-primary-container); font-size: .9rem !important; }
.check-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 24px; align-items: start; }
.check-group { border: 1px solid var(--md-outline-variant); border-radius: var(--md-corner-xl); margin: 0 0 18px; padding: 18px 24px 24px; background: var(--md-surface-container-lowest); }
.check-group legend { padding: 0 8px; font-size: 1.2rem; font-weight: 800; }
.check-group legend span { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: 8px; border-radius: 50%; background: var(--md-primary); color: var(--md-on-primary); font-size: .85rem; }
.check-question + .check-question { border-top: 1px solid var(--md-outline-variant); margin-top: 22px; padding-top: 18px; }
.check-question > p { margin: 0 0 12px; font-weight: 700; line-height: 1.6; }
.check-options { display: flex; flex-wrap: wrap; gap: 8px; }
.check-options label { position: relative; cursor: pointer; }
.check-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check-options span { display: block; padding: 8px 12px; border: 1px solid var(--md-outline); border-radius: var(--md-corner-full); background: var(--md-surface-container-lowest); font-size: .88rem; }
.check-options input:checked + span { background: var(--md-primary); border-color: var(--md-primary); color: var(--md-on-primary); }
.check-options input:focus-visible + span { outline: 3px solid var(--md-primary-container); outline-offset: 2px; }
.check-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.check-actions button { cursor: pointer; font: inherit; }
.check-actions .sp-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 8px 18px; min-height: 44px; border: 1px solid var(--md-primary); border-radius: var(--md-corner-full); background: transparent; color: var(--md-primary); font-weight: 700; }
.check-error { min-height: 1.5em; color: var(--md-error); font-weight: 700; }
.check-aside { position: sticky; top: 92px; padding: 22px; border-radius: var(--md-corner-l); background: var(--md-surface); line-height: 1.7; }
.check-aside h2 { margin-top: 0; font-size: 1.1rem; }
.tools-page .check-result { padding: 28px; margin-bottom: 50px; border-radius: var(--md-corner-xl); background: var(--md-primary-container); scroll-margin-top: 90px; }
.check-result[hidden] { display: none !important; }
.check-result h2 { margin: 3px 0 8px; font-size: 1.7rem; }
.check-priority-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 24px 0; }
.check-priority-list li { padding: 18px; background: var(--md-surface-container-lowest); border-radius: var(--md-corner-m); }
.check-priority-tag { color: var(--md-primary); font-size: .78rem; font-weight: 800; }
.check-priority-list h3 { margin: 7px 0; font-size: 1rem; line-height: 1.45; }
.check-priority-list p { margin: 0 0 12px; font-size: .9rem; line-height: 1.6; }
.check-result-notice { font-size: .85rem; }
.check-consult { margin-bottom: 0; }
.check-sources { max-width: 900px; line-height: 1.7; }
.check-sources h2 { font-size: 1.25rem; }
@media (max-width: 880px) { .tool-grid, .check-priority-list { grid-template-columns: 1fr; } .check-layout { grid-template-columns: 1fr; } .check-aside { position: static; } }
@media (max-width: 620px) { .tools-hero { padding-top: 34px; padding-bottom: 30px; } .tool-card { padding: 22px; } .tool-card-bottom { align-items: stretch; flex-direction: column; } .tool-card-bottom .btn { text-align: center; } .check-group { padding: 16px; } .check-options { display: grid; grid-template-columns: 1fr 1fr; } .check-options span { text-align: center; padding: 9px 7px; } .check-actions > * { flex: 1 1 100%; } }

/* Free tools hub: use the same hero and section rhythm as the service pages. */
.tools-impact .tools-impact-head { background:radial-gradient(780px 520px at 88% 42%,rgba(23,202,211,.3),transparent 68%),linear-gradient(180deg,#082f47 0%,#075a7b 64%,#5f8991 76%,#c9c7b8 88%,#fcfbf7 100%); }
.tools-impact .tools-impact-head .impact-head-main { grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr); }
.tools-impact .tools-impact-head .impact-head-word { right:-10px; top:-10px; }
.tools-art-frame { position:relative; width:min(100%,420px); padding:26px 26px 30px; border:10px solid rgba(255,255,255,.94); border-radius:36px 7px 36px 7px; background:#fbfcf8; color:#123d52; box-shadow:24px 24px 0 rgba(3,32,49,.25); transform:rotate(1.5deg); }
.tools-art-heading { display:flex; align-items:center; gap:14px; padding-bottom:20px; border-bottom:2px solid #dce9e8; font-size:1.25rem; font-weight:800; }
.tools-art-heading small,.tools-art-row small { display:block; margin-top:4px; color:#62818a; font-size:.62rem; font-weight:800; letter-spacing:.09em; }
.tools-art-mark { display:grid; place-items:center; flex:none; width:46px; height:46px; border-radius:12px 2px 12px 2px; background:#075a7b; color:#fff; font:900 1.7rem/1 Georgia,serif; }
.tools-art-row { display:grid; grid-template-columns:37px 1fr 22px; gap:12px; align-items:center; min-height:70px; border-bottom:1px solid #dce9e8; font-size:.91rem; font-weight:800; }
.tools-art-row b { color:#13aabd; font:900 1.25rem/1 Arial,sans-serif; }
.tools-art-row i { color:#e5b52a; font-size:1.4rem; font-style:normal; }
.tools-impact .impact-head-facts { margin-bottom:0; }
.tools-hub { background:#fcfbf7; }
.tools-hub .tools-choice { padding:72px 0 82px; scroll-margin-top:80px; }
.tools-hub .tools-section-head { margin:0 auto 38px; text-align:center; }
.tools-hub .tools-section-head > p:first-child { margin:0 0 10px; font-size:.76rem; letter-spacing:.2em; }
.tools-hub .tools-section-head h2 { font-size:clamp(1.65rem,3.2vw,2.4rem); line-height:1.45; color:#123d52; }
.tools-section-line { display:block; width:92px; height:6px; margin:18px auto 0; background:#ffd65c; transform:skewX(-22deg); }
.tools-section-lead { margin:18px 0 0; color:#526b72; font-size:.95rem; line-height:1.7; }
.tools-hub .tool-grid { gap:22px; }
.tools-hub .tool-card { position:relative; overflow:hidden; padding:30px 28px 28px; border:1px solid #dce7e7; border-top:5px solid #0a8da1; border-radius:26px 5px 26px 5px; box-shadow:0 13px 32px rgba(8,47,71,.08); }
.tools-hub .tool-card:nth-child(2) { border-top-color:#d7a72a; }
.tools-hub .tool-card:nth-child(3) { border-top-color:#37aaa0; }
.tools-hub .tool-number { width:42px; height:42px; background:#e3f3f2; color:#075a7b; font-size:.95rem; }
.tools-hub .tool-stage { color:#526b72; font-weight:700; }
.tools-hub .tool-card h2 { color:#123d52; font-size:clamp(1.3rem,1.8vw,1.58rem); line-height:1.45; }
.tools-hub .tool-card .tool-lead { color:#0a7890; }
.tools-hub .tool-card > p:not(.tool-lead) { color:#465d66; line-height:1.85; }
.tools-hub .tool-card-bottom { border-top:1px solid #e6eeee; }
.tools-hub .tool-card-bottom .btn { min-height:48px; height:auto; padding:10px 20px; background:#075a7b; }
.tools-hub .tool-card-bottom .btn:hover { background:#06445f; }
.tools-hub .tools-privacy { max-width:880px; margin:28px auto 0; text-align:center; }
.tools-hub .tools-next { max-width:none; padding:64px 0 72px; background:#edf5f5; }
.tools-next-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.tools-next-inner > div { max-width:710px; }
.tools-next-eyebrow { margin:0 0 8px; color:#0a7890; font-size:.75rem; font-weight:800; letter-spacing:.18em; }
.tools-hub .tools-next h2 { margin:0 0 17px; color:#123d52; font-size:clamp(1.5rem,2.6vw,2rem); }
.tools-hub .tools-next p:not(.tools-next-eyebrow) { margin:0 0 10px; color:#465d66; }
.tools-next-inner > .btn { flex:none; background:#075a7b; }
@media (max-width:980px) { .tools-impact .tools-impact-head .impact-head-main { grid-template-columns:1fr; gap:28px; } .tools-impact .tools-head-art { width:min(100%,470px); } .tools-hub .tool-grid { grid-template-columns:1fr; max-width:680px; margin:0 auto; } .tools-hub .tool-card { min-height:0; } .tools-next-inner { align-items:flex-start; flex-direction:column; gap:20px; } }
@media (max-width:700px) { .tools-impact .tools-impact-head .impact-head-main { padding-bottom:35px; } .tools-impact .tools-impact-head .impact-head-word { font-size:4.5rem; } .tools-art-frame { width:min(100%,350px); padding:17px 18px 20px; border-width:7px; box-shadow:16px 16px 0 rgba(3,32,49,.25); } .tools-art-heading { font-size:1.05rem; } .tools-art-row { min-height:61px; font-size:.79rem; } .tools-impact .impact-head-facts { display:none !important; } .tools-hub .tools-choice { padding:54px 0 62px; } .tools-hub .tools-next { padding:52px 0 58px; } .tools-hub .tools-privacy { text-align:left; } }
