/* The directory has its own layout; shared navigation and site colors stay intact. */
.tx-tools main h1, .tx-tools main h2, .tx-tools main h3 { color: var(--ink); font-family: var(--sans); letter-spacing: -.025em; }
.tx-tools main h1 { margin: 0; font-size: clamp(2rem, 3.6vw, 2.75rem); line-height: 1.15; }
.tx-tools main h2 { margin: 0 0 1.1rem; font-size: 1.45rem; line-height: 1.3; }
.tx-tools main h3 { margin: 0 0 .6rem; font-size: 1.2rem; line-height: 1.3; }
.tx-tools main p { margin: 0; line-height: 1.6; }
.tx-tools main a:focus-visible { outline: 3px solid #176ed3; outline-offset: 4px; }
.tools-intro { padding-block: 2rem 1.6rem; }
.tools-intro > p { margin-top: .65rem !important; color: var(--muted); font-size: 1rem; }
.tools-intro nav { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 1.15rem; font-size: .9rem; }
.tools-intro nav a, .tool-links > a:not(.tool-primary), .tools-bundle a { color: #135dab; text-decoration: underline; text-underline-offset: 3px; }
.tools-section { padding-block: 1.6rem 2rem; border-top: 1px solid var(--line); scroll-margin-top: 5rem; }
.tool-product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 2rem; align-items: center; padding-block: .5rem 1.75rem; }
.tool-product + .tool-product { border-top: 1px solid var(--line); padding-top: 1.75rem; }
.tool-product-image { display: block; overflow: hidden; border: 1px solid #b7c9db; border-radius: 5px; background: white; }
.tool-product-image img { display: block; width: 100%; height: auto; }
.tx-tools .tool-product h3 { font-size: clamp(1.5rem, 2.5vw, 1.85rem); }
.tool-product-copy > p { max-width: 38rem; font-size: .975rem; color: #40566b; }
.tx-tools .tool-meta { margin-top: .55rem; font-size: .85rem; color: var(--muted); }
.tx-tools .tool-price { margin-top: .6rem; font-weight: 700; color: var(--ink); }
.tool-links { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem 1.15rem; margin-top: 1rem; font-size: .875rem; }
.tool-links .tool-primary { display: inline-flex; align-items: center; justify-content: center; padding: .65rem .9rem; min-height: 44px; border: 1px solid #176ed3; border-radius: 5px; background: #176ed3; color: white; font-weight: 600; line-height: 1.4; }
.tool-links .tool-primary:hover { background: #125bb1; border-color: #125bb1; }
.tool-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .45fr); gap: 1.5rem; align-items: center; padding-block: 1.2rem; border-top: 1px solid var(--line); }
.tool-row p { max-width: 48rem; font-size: .925rem; color: #40566b; }
.tool-row .tool-links { margin-top: 0; justify-content: flex-start; }
.tools-section-note { color: var(--muted); padding-bottom: 1rem; }
.tools-download-list .tool-row { padding-block: 1rem; }
.tx-tools .tools-download-list h3 { font-size: 1.05rem; }
.tools-bundle { padding-top: 1rem; border-top: 1px solid var(--line); font-size: .925rem; }
@media (max-width: 760px) {
  .tool-product { grid-template-columns: 1fr; gap: 1.1rem; }
  .tool-product-copy { grid-row: 1; }
  .tool-product-image { max-width: 600px; }
  .tool-row { grid-template-columns: 1fr; gap: .75rem; }
  .tools-intro { padding-top: 1.5rem; }
  .tools-section { padding-block: 1.3rem 1.6rem; }
}
