.wrap { max-width: 1120px; }
a { color: var(--brand-deep); text-underline-offset: 3px; }
.nav { gap: 20px; }
.nav nav { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; font-size: 15px; font-weight: 600; }
.nav nav a { color: var(--ink-2); text-decoration: none; }
.skip-link { position: absolute; left: 16px; top: -80px; padding: 12px; background: white; z-index: 10; }
.skip-link:focus { top: 12px; }
.breadcrumbs { margin: 26px 0 24px; font-size: 13px; }
.breadcrumbs ol { padding: 0; display: flex; flex-wrap: wrap; list-style: none; gap: 6px 10px; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: '/'; margin-right: 10px; color: var(--muted); }
.breadcrumbs a { color: var(--ink-2); }
.hero { padding: 20px 0 36px; }
.tagline, .eyebrow { display: block; color: var(--brand-deep); font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
a.tagline { width: fit-content; text-decoration: none; }
h1 { max-width: 850px; font-size: clamp(34px,5.3vw,60px); line-height: 1.06; margin: 18px 0 22px; letter-spacing: -.045em; }
h2 { font-size: clamp(24px,3.4vw,31px); line-height: 1.2; }
h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; line-height: 1.35; }
.lead { font-size: 20px; max-width: 70ch; }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 10px; }
.fine { color: var(--muted); font-size: 14px; }
.stats { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 24px 0; font-size: 15px; color: var(--ink-2); }
.stats strong { color: var(--brand-deep); }
.scope { background: linear-gradient(120deg,#edf3ff,#f1faff); border: 1px solid #cddcf8; border-radius: 20px; padding: 26px 30px; margin: 0 0 52px; }
.scope h2 { margin: 8px 0 12px; font-size: 23px; }
.scope p { max-width: 82ch; }
.scope p:last-child { margin-bottom: 0; }
main > section:not(.hero):not(.closing) { margin-top: 52px; }
.asks { list-style: none; padding: 0; margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.asks li { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 24px; }
.idea-number { font-size: 13px; font-weight: 700; color: var(--brand-deep); display: block; margin-bottom: 16px; }
.ask::before { content: '\201C'; }.ask::after { content: '\201D'; }
.got { font-size: 15px; margin: 12px 0 0; }
.how { list-style: none; counter-reset: step; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 24px; }
.how li { counter-increment: step; margin: 0; }
.how li::before { content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--grad); color: white; font-weight: 700; margin-bottom: 16px; }
.how p { font-size: 15px; }
.section-link { display: block; font-size: 15px; margin: 20px 0 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 600; }
.faq details p { margin: 12px 0 0; max-width: 78ch; font-size: 16px; }
.related { border-top: 1px solid var(--line); padding-top: 32px; }
.link-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.link-list li { margin: 0; }
.link-list a { display: block; padding: 8px 13px; border: 1px solid #d4def0; border-radius: 10px; background: var(--surface); font-size: 14px; font-weight: 600; text-decoration: none; }
.link-list a:hover, .software-grid a:hover { border-color: var(--brand); background: #f6f9ff; }
.industry-jump { margin-bottom: 36px; }
.industry-jump .link-list a { font-size: 13px; }
.hub { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.industry-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); scroll-margin-top: 108px; }
.industry-heading { display: flex; gap: 12px; justify-content: space-between; align-items: start; }
.industry-heading h2 { margin: 0 0 12px; font-size: 22px; }
.industry-heading h2 a { color: var(--ink); text-decoration: none; }
.industry-heading h2 a:hover { text-decoration: underline; }
.count { white-space: nowrap; font-size: 12px; color: var(--muted); padding-top: 4px; }
.industry-card > p { font-size: 15px; }
.industry-card .link-list a { padding: 6px 10px; font-size: 13px; }
.software-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 24px 0; }
.software-grid li { margin: 0; }
.software-grid a { display: flex; flex-direction: column; height: 100%; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; text-decoration: none; }
.software-grid h3 { display: flex; gap: 10px; justify-content: space-between; }
.software-grid h3 span { color: var(--brand-deep); }
.software-grid p { font-size: 15px; }
.read-guide { font-size: 14px; font-weight: 600; margin-top: auto; padding-top: 16px; }
.closing { padding: 32px; margin: 54px 0 32px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.closing h2 { margin: 0 0 14px; }
.disclaimer { margin-top: 36px; max-width: 100%; color: var(--muted); font-size: 13px; }
footer { display: flex; flex-wrap: wrap; gap: 12px 18px; padding: 24px 0 48px; }
footer a { margin: 0; font-size: 14px; }
@media (max-width: 800px) { .software-grid { grid-template-columns: 1fr 1fr; } .hub { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .wrap { padding: 0 18px; } .nav { align-items: start; } .brand img { width: 120px; height: auto; } .nav nav { gap: 8px 14px; font-size: 13px; justify-content: flex-end; } .hero { padding: 12px 0 28px; } .lead { font-size: 18px; } .scope, .closing { padding: 22px; } .asks, .how, .software-grid { grid-template-columns: 1fr; } .industry-card { padding: 22px; } .btn { font-size: 15px; } .ctas .btn { max-width: 100%; } .breadcrumbs { font-size: 12px; } }

/* Typography, colours and spacing follow the supplied Tweaksy brand tokens. */
h1, h2, h3 { font-family: 'Inter Display', 'Inter', system-ui, sans-serif; }
h1 { font-weight: 700; }
.comparison { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 24px; }
.comparison article { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.comparison h3 { margin-top: 12px; }
.comparison p { font-size: 15px; }
@media (max-width: 800px) { .comparison { grid-template-columns: 1fr; } }

/* A quieter directory: search first, with every crawlable guide still in the HTML. */
.directory-tools { margin: 16px 0 28px !important; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.directory-heading h2 { margin: 0 0 8px; font-size: 26px; }
.directory-heading p { margin-bottom: 22px; font-size: 16px; }
.directory-search label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.search-field { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 0 16px; border: 1px solid #c9d3e5; background: #f8faff; border-radius: 12px; }
.search-field:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px #075bff18; }
.search-field svg { flex: none; color: var(--muted); }
.search-field input { min-width: 0; width: 100%; border: 0; outline: 0; font: inherit; font-size: 16px; background: transparent; color: var(--ink); min-height: 54px; }
.search-field input::-webkit-search-cancel-button { display: none; }
.search-field button { border: 0; padding: 10px 4px; min-height: 44px; background: transparent; color: var(--brand-deep); font: 600 14px Inter, sans-serif; cursor: pointer; }
#directory-results { font-size: 13px; color: var(--muted); min-height: 20px; margin: 10px 0 18px; }
.industry-jump { margin: 0; border-top: 1px solid var(--line); padding-top: 16px; }
.industry-jump summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; list-style: none; cursor: pointer; min-height: 44px; font-weight: 600; font-size: 14px; }
.industry-jump summary::-webkit-details-marker { display: none; }
.industry-jump summary span { font-size: 22px; font-weight: 400; transition: transform 180ms ease; }
.industry-jump[open] summary span { transform: rotate(45deg); }
.industry-jump .link-list { margin-bottom: 4px; }
.directory-empty { padding: 34px; border: 1px dashed #c9d3e5; border-radius: 18px; text-align: center; }
.directory-empty p { margin: 8px auto 0; }
.directory-scope { margin-top: 44px; margin-bottom: 0; }
#software-directory [hidden], #software-directory .industry-card[hidden], .directory-search[hidden], .directory-empty[hidden], #clear-software-search[hidden] { display: none; }
@media (max-width: 600px) { .wrap { padding-left: 20px; padding-right: 20px; }.directory-tools { padding: 20px; }.breadcrumbs { margin-top: 20px; }.hero h1 { font-size: clamp(34px,8vw,46px); } }

.directory-hero { padding-bottom: 16px; }
.directory-hero h1 { font-size: clamp(34px,4.4vw,52px); max-width: 780px; }
.directory-hero .stats { margin-bottom: 0; }
