/* --- block 1 --- */
.page-hero h1 .gold { color: #C9A961; }
        .tool-section { padding: 80px 0; }
        .tool-section:nth-child(odd) { background: var(--white); }
        .tool-section:nth-child(even) { background: var(--off-white); }
        .tool-section-header { margin-bottom: 32px; }
        .tool-section-header .section-accent { display: inline-block; width: 40px; height: 4px; border-radius: 2px; margin-bottom: 16px; }
        .tool-section-header h2 { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; color: var(--black); margin-bottom: 6px; }
        .tool-section-header p { font-size: 0.95rem; color: var(--gray-500); line-height: 1.7; }
        .accent-gold { background: #C9A961; }
        .tool-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: 12px; padding: 36px; max-width: 720px; }
        .tool-card label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--black); margin-bottom: 6px; }
        .tab-bar { display: flex; gap: 0; margin-bottom: 24px; border-bottom: 2px solid var(--gray-100); }
        .tab-btn { padding: 12px 24px; font-size: 0.88rem; font-weight: 600; color: var(--section-text); background: none; border: none; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s; font-family: var(--font-body); }
        .tab-btn:hover { color: var(--black); }
        .tab-btn.active { color: var(--red); border-bottom-color: var(--red); }
        .tab-panel { display: none; }
        .tab-panel.active { display: block; }
        .checklist-item { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; font-size: 0.95rem; color: var(--section-text); line-height: 1.6; }
        .checklist-item input[type="checkbox"] { accent-color: var(--red); margin-top: 3px; flex-shrink: 0; }
        .progress-bar { height: 10px; border-radius: 5px; background: var(--gray-100); overflow: hidden; margin-top: 16px; }
        .progress-fill { height: 100%; border-radius: 5px; background: var(--red); transition: width 0.3s; width: 0; }
        .progress-label { font-size: 0.82rem; font-weight: 600; color: var(--section-text); margin-top: 6px; }
        .comp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
        .comp-table { width: 100%; border-collapse: collapse; font-size: 0.82rem; min-width: 700px; }
        .comp-table th, .comp-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--gray-100); }
        .comp-table th { font-weight: 700; color: var(--black); background: var(--gray-50); position: sticky; top: 0; font-size: 0.82rem; }
        .comp-table th:first-child { font-weight: 600; color: var(--section-text); }
        .comp-table td:first-child { font-weight: 600; color: var(--black); white-space: nowrap; }
        .comp-table tr:hover td { background: rgba(205,0,26,0.02); }
        .privacy-banner { background: rgba(14,154,167,0.1); padding: 40px 0; position: relative; overflow: hidden; }
        .privacy-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
        .privacy-left { display: flex; align-items: center; gap: 16px; }
        .privacy-icon-wrap { width: 48px; height: 48px; border-radius: 10px; background: rgba(14,154,167,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .privacy-icon-wrap svg { width: 24px; height: 24px; color: #0E9AA7; }
        .privacy-text h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--black); margin-bottom: 2px; }
        .privacy-text p { font-size: 0.88rem; color: var(--section-text); margin: 0; }
        .privacy-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: var(--white); padding: 12px 24px; border-radius: 6px; font-weight: 600; font-size: 0.88rem; flex-shrink: 0; transition: all 0.25s; white-space: nowrap; }
        .privacy-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
        .tab-btn:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
        @media (max-width: 1024px) { .privacy-inner { flex-direction: column; text-align: center; } .privacy-left { flex-direction: column; align-items: center; } }
        @media (max-width: 768px) { .tool-section { padding: 60px 0; } .tool-card { padding: 24px; } .privacy-banner { padding: 32px 0; } }
        @media (max-width: 480px) { .comp-table { font-size: 0.78rem; } }
