/*
Theme Name: Ownerpicks Field Notes
Theme URI: https://ownerpicks.com/
Author: Ownerpicks
Description: A lightweight, evidence-led editorial theme for software buying guides.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: ownerpicks
*/

:root {
  --ink: #17211f;
  --muted: #64716d;
  --paper: #f7f7f2;
  --card: #ffffff;
  --line: #dce4df;
  --brand: #0e7064;
  --brand-dark: #08463f;
  --accent: #e6b85c;
  --max: 1160px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(20, 43, 38, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--brand-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--brand); }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 20; padding: 10px 14px; background: #fff; border-radius: 8px; }

.site-notice {
  padding: 9px 20px;
  color: #eaf9f4;
  background: var(--brand-dark);
  font-size: .84rem;
  text-align: center;
}
.site-notice a { color: #fff; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(247,247,242,.94); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { color: var(--ink); font-size: 1.28rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand span { color: var(--brand); }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .92rem; font-weight: 650; }
.site-nav a { color: var(--ink); text-decoration: none; }
.site-nav a:hover { color: var(--brand); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--brand);
  border-radius: 999px;
  padding: 11px 18px;
  color: #fff !important;
  background: var(--brand);
  font-weight: 750;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(14,112,100,.16);
}
.button:hover, .nav-cta:hover { color: #fff !important; background: var(--brand-dark); }
.button.secondary { color: var(--brand-dark) !important; background: transparent; box-shadow: none; }
.button.secondary:hover { color: #fff !important; background: var(--brand-dark); }

.hero { padding: 96px 0 74px; background: radial-gradient(circle at 85% 16%, rgba(230,184,92,.23), transparent 30%), linear-gradient(135deg, #f7f7f2 0%, #e9f2ed 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; color: var(--ink); line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 760px; font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.35rem; }
.hero-copy { max-width: 650px; color: #4e5d58; font-size: 1.15rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-card { position: relative; padding: 26px; border: 1px solid rgba(14,112,100,.18); border-radius: 24px; background: rgba(255,255,255,.76); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: -8px 28px auto auto; width: 56px; height: 56px; border-radius: 50%; background: var(--accent); opacity: .85; }
.hero-card h2 { position: relative; font-size: 1.65rem; }
.signal-list { display: grid; gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; }
.signal-list li { display: flex; gap: 11px; align-items: flex-start; color: #40504b; }
.signal-list strong { display: block; color: var(--ink); }
.tick { flex: 0 0 auto; width: 23px; height: 23px; margin-top: 2px; border-radius: 50%; color: #fff; background: var(--brand); font-size: .8rem; text-align: center; line-height: 23px; }

.section { padding: 82px 0; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-header p { max-width: 580px; margin: 0; color: var(--muted); }
.topic-grid, .feature-grid, .proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.topic-card, .feature-card, .proof-card { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 7px 24px rgba(20,43,38,.04); }
.topic-card { display: flex; flex-direction: column; justify-content: space-between; }
.topic-card p, .feature-card p, .proof-card p { color: var(--muted); }
.topic-card a { margin-top: 22px; font-weight: 750; }
.topic-card:nth-child(2n) { background: #eff6f1; }
.topic-card:nth-child(3n) { background: #fff8e9; }
.number { color: var(--accent); font-size: .85rem; font-weight: 850; letter-spacing: .1em; }
.proof-band { color: #eaf9f4; background: var(--brand-dark); }
.proof-band h2, .proof-band h3 { color: #fff; }
.proof-band .proof-card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.07); box-shadow: none; }
.proof-band .proof-card p { color: #bbd2cb; }
.article-preview { display: grid; grid-template-columns: 1fr 1.15fr; gap: 22px; align-items: stretch; }
.article-preview > * { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.preview-label { color: var(--brand); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.page-shell { padding: 68px 0 90px; }
.page-header { max-width: 760px; margin-bottom: 40px; }
.page-header p { color: var(--muted); font-size: 1.1rem; }
.post-list { display: grid; gap: 18px; }
.post-card { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.post-card p { margin: 0; color: var(--muted); }
.post-meta { color: var(--muted); font-size: .86rem; }
.article-wrap { max-width: 820px; margin-inline: auto; }
.article-header { margin-bottom: 40px; }
.article-header h1 { font-size: clamp(2.45rem, 5vw, 4.3rem); }
.article-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 20px; color: var(--muted); font-size: .82rem; }
.article-trust span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.article-trust strong { color: var(--brand-dark); }
.article-content { font-size: 1.07rem; }
.article-content h2 { margin-top: 52px; }
.article-content h3 { margin-top: 32px; }
.article-content p, .article-content ul, .article-content ol { margin: 0 0 20px; }
.article-content li { margin: 7px 0; }
.article-content strong { color: var(--brand-dark); }
.article-content blockquote { margin: 30px 0; padding: 22px 26px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: #fff8e9; }
.article-content table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: .95rem; }
.article-content th, .article-content td { padding: 14px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { color: #fff; background: var(--brand-dark); }
.article-content tr:nth-child(even) td { background: #f3f7f4; }
.callout { margin: 30px 0; padding: 23px 26px; border: 1px solid #b9d9cd; border-radius: var(--radius); background: #eff8f3; }
.callout h3 { margin-bottom: 8px; font-size: 1.1rem; }
.article-disclosure { margin: 26px 0; padding: 14px 16px; border-radius: 12px; color: #5b4a27; background: #fff4d5; font-size: .9rem; }
.article-footer { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); }
.site-footer { margin-top: 50px; padding: 42px 0; color: #c7d8d2; background: #102925; }
.site-footer a { color: #eaf9f4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(2, 1fr); gap: 30px; }
.footer-grid h3 { color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.footer-grid p { margin: 0; }
.footer-links { display: grid; gap: 8px; }
.site-footer small { display: block; margin-top: 34px; color: #8fb0a5; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { align-items: flex-start; padding: 18px 0; flex-direction: column; }
  .site-nav { flex-wrap: wrap; gap: 13px 18px; }
  .hero { padding: 64px 0 52px; }
  .hero-grid, .article-preview { grid-template-columns: 1fr; gap: 30px; }
  .topic-grid, .feature-grid, .proof-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .section-header { align-items: flex-start; flex-direction: column; }
  .post-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .article-content table { display: block; overflow-x: auto; white-space: normal; }
}

/* Buying guides: readable sections, anchored navigation and contextual offers. */
.article-shell { padding: 42px 0 72px; }
.article-shell .article-wrap { width: min(calc(100% - 40px), 1160px); max-width: none; }
.article-breadcrumb { margin-bottom: 26px; color: var(--muted); font-size: .82rem; }
.article-header { max-width: 900px; }
.article-header h1 { max-width: 900px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; }
.article-header .article-disclosure { padding: 0; background: none; color: var(--muted); font-size: .82rem; max-width: 720px; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 48px; align-items: start; }
.article-sidebar { position: sticky; top: 24px; }
.mobile-toc { display: none; }
.article-toc { border-left: 2px solid var(--line); padding-left: 18px; max-height: calc(100vh - 48px); overflow: auto; }
.article-toc > p { margin: 0 0 14px; font-weight: 800; }
.article-toc ol { list-style: none; padding: 0; margin: 0; }
.article-toc li { margin-bottom: 12px; font-size: .82rem; line-height: 1.45; }
.article-toc a { color: var(--muted); text-decoration: none; }
.article-toc a:hover { color: var(--brand); text-decoration: underline; }
.article-content { min-width: 0; font-size: 1.02rem; line-height: 1.8; }
.article-content h2 { font-size: clamp(1.55rem, 2.5vw, 2rem); line-height: 1.25; letter-spacing: -.025em; padding-top: 24px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.article-content h3 { font-size: 1.2rem; line-height: 1.4; }
.article-content table { display: block; max-width: 100%; overflow-x: auto; white-space: normal; border-radius: 12px; font-size: .85rem; line-height: 1.55; }
.article-content th, .article-content td { min-width: 140px; max-width: 260px; padding: 15px; }
.article-content td .button { font-size: .78rem; padding: 9px 12px; box-shadow: none; border-radius: 8px; }
.article-content .quick-picks { margin: 28px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.article-content .quick-picks.single-pick { grid-template-columns: 1fr; }
.article-content .pick-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; align-items: flex-start; }
.pick-card .pick-label { font-size: .72rem; font-weight: 800; color: var(--brand); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.article-content .pick-card h3 { margin: 0 0 10px; font-size: 1.4rem; }
.article-content .pick-card p { font-size: .9rem; line-height: 1.65; margin-bottom: 16px; }
.article-content .pick-card .button { margin-top: auto; font-size: .86rem; border-radius: 9px; }
.article-content .partner-offer { margin: 30px 0; padding: 26px; border: 1px solid #b6d7cc; border-radius: 16px; background: #edf6f1; }
.article-content .partner-offer h3 { margin: 0 0 10px; }
.article-content .partner-offer p { margin-bottom: 14px; }
.partner-offer .button-row { margin-top: 16px; }
.article-content .partner-note { display: block; margin-top: 12px; font-size: .75rem; color: var(--muted); }
.article-content .partner-offer .button { border-radius: 9px; }
.article-content a:focus-visible, .article-toc a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
@media (max-width: 960px) {
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .article-sidebar { position: static; }
  .desktop-toc { display: none; }
  .mobile-toc { display: block; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
  .mobile-toc summary { padding: 14px 18px; cursor: pointer; font-weight: 750; }
  .mobile-toc .article-toc { border: 0; }
  .article-toc { max-height: 240px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
  .article-toc ol { columns: 2; column-gap: 24px; }
  .article-toc li { break-inside: avoid; }
}
@media (max-width: 560px) {
  .article-shell .article-wrap { width: calc(100% - 32px); }
  .article-content .quick-picks { grid-template-columns: 1fr; }
  .article-toc ol { columns: 1; }
  .article-content .partner-offer { padding: 20px; }
  .partner-offer .button-row { align-items: stretch; flex-direction: column; }
}

/* Site navigation and publisher information. Native disclosure keeps mobile usable without JS. */
.desktop-navigation ul { display: flex; gap: 22px; padding: 0; margin: 0; list-style: none; }
.mobile-navigation { display: none; }
.site-header a:focus-visible, .site-footer a:focus-visible, .mobile-navigation summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.site-footer { padding: 54px 0 24px; }
.footer-topline { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid #36514b; }
.footer-topline h2 { max-width: 560px; margin: 0; color: #fff; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.footer-topline .eyebrow { color: #9fd2c3; }
.footer-topline .button { flex-shrink: 0; }
.footer-grid { grid-template-columns: 1.35fr 1.1fr .85fr 1fr; gap: 32px; }
.footer-brand .brand { display: inline-block; margin-bottom: 18px; font-size: 1.6rem; color: #fff; }
.footer-brand .brand span { color: #8dd5bf; }
.footer-brand p { font-size: .9rem; max-width: 300px; }
.footer-links { align-content: start; gap: 12px; font-size: .88rem; }
.footer-links h3 { margin-bottom: 6px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #36514b; font-size: .78rem; }
.footer-bottom small, .footer-bottom p { margin: 0; color: #b3c8c0; }
.page-shell:not(.article-shell) > .article-wrap { width: min(calc(100% - 40px), 820px); }
.about-intro { border-left: 4px solid var(--brand); padding-left: 24px; }
.about-lead { font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.4; font-weight: 700; color: var(--brand-dark); }
.about-coverage { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 26px 0; }
.about-coverage section { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.about-coverage h3 { margin-top: 0; }
.about-coverage p { font-size: .92rem; margin-bottom: 0; }
.about-steps { padding-left: 24px; }
.about-steps li { padding-left: 8px; margin-bottom: 18px; }
.post-card h2 { font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.25; }
.post-card h2 a, .topic-card h3 a { text-decoration: none; }
.pagination { margin-top: 36px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.pagination .page-numbers { display: inline-block; padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.pagination .current { color: #fff; background: var(--brand); }
.topic-navigation { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; scroll-margin-top: 24px; }
.topic-navigation a { padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; font-size: .88rem; }
.topic-navigation a[aria-current] { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.guide-search { margin-bottom: 24px; max-width: 650px; }
.guide-search label { display: block; margin-bottom: 8px; font-size: .85rem; font-weight: 700; }
.guide-search > div { display: flex; gap: 10px; }
.guide-search input[type="search"] { min-width: 0; width: 100%; padding: 12px 14px; border: 1px solid #a9bbb2; border-radius: 10px; font: inherit; background: #fff; }
.guide-search .button { cursor: pointer; border-radius: 10px; box-shadow: none; font: inherit; font-weight: 700; }
.related-heading { font-size: 1.5rem; }
.related-guides { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 20px 0 28px; }
.related-guides a { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 650; text-decoration: none; }
.related-guides a { display: flex; flex-direction: column; gap: 12px; }
.related-guides a:hover { border-color: var(--brand); background: #f1f7f3; }
.related-guides a:focus-visible, .related-reading a:focus-visible, .topic-link:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.related-summary, .related-intro { color: var(--muted); font-weight: 400; font-size: .92rem; line-height: 1.6; }
.related-action { margin-top: auto; color: var(--brand); font-size: .85rem; }
.topic-link { display: block; margin: 0 0 22px; font-weight: 650; }
.article-content .related-reading { margin: 30px 0; padding: 22px 24px; border: 1px solid #c4dacf; border-left: 4px solid var(--brand); border-radius: 12px; background: #edf5ef; }
.article-content .related-reading p { margin: 0 0 10px; }
.article-content .related-reading ul { margin: 0; padding-left: 20px; }
.article-content .related-reading li { margin: 8px 0 0; }
@media (max-width: 600px) { .related-guides { grid-template-columns: 1fr; } }
.article-content [id] { scroll-margin-top: 24px; }
@media (max-width: 960px) {
  .desktop-navigation { display: none; }
  .header-inner { position: relative; flex-direction: row; align-items: center; padding: 14px 0; min-height: 70px; }
  .mobile-navigation { display: block; }
  .mobile-navigation summary { cursor: pointer; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; font-weight: 650; list-style: none; }
  .mobile-navigation summary::-webkit-details-marker { display: none; }
  .mobile-navigation summary span { margin-left: 10px; }
  .mobile-navigation nav { position: absolute; z-index: 10; top: calc(100% - 4px); left: 0; right: 0; display: grid; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .mobile-navigation nav a { padding: 12px; text-decoration: none; border-radius: 6px; }
  .mobile-navigation nav a:hover { background: #edf6f1; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .footer-topline { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .about-coverage { grid-template-columns: 1fr; }
  .page-shell:not(.article-shell) > .article-wrap { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Homepage: an editorial starting point, not an imitation software dashboard. */
.home-hero { padding: 76px 0 68px; }
.home-hero .hero-grid { grid-template-columns: minmax(0,1.25fr) minmax(320px,.85fr); gap: 54px; }
.home-hero h1 { font-size: clamp(2.6rem,4.8vw,4.1rem); line-height: 1.08; letter-spacing: -.055em; }
.home-hero h1 span { color: var(--brand); }
.home-hero .hero-copy { font-size: 1.05rem; max-width: 550px; }
.home-text-link { display: inline-flex; align-items: center; padding: 10px 0; font-weight: 650; text-decoration: none; }
.home-benefits { display: flex; flex-wrap: wrap; gap: 9px 20px; padding: 0; margin: 28px 0 0; list-style: none; color: #4d6259; font-size: .77rem; }
.home-benefits li::before { content: '✓'; color: var(--brand); margin-right: 7px; }
.workflow-card { padding: 28px; border: 1px solid #284f43; border-radius: 24px; color: #e4eee8; background: #123d31; box-shadow: 0 22px 50px #123d3120; }
.workflow-card-top { display: flex; align-items: center; gap: 10px; color: #a9d0ba; font-size: .7rem; font-weight: 750; letter-spacing: .14em; }
.workflow-dot { width: 7px; height: 7px; border-radius: 50%; background: #e6b85c; }
.workflow-card h2 { margin: 20px 0 26px; color: #fff; font-size: 1.8rem; line-height: 1.15; }
.workflow-steps { padding: 0; margin: 0; list-style: none; display: grid; gap: 12px; }
.workflow-steps li { display: flex; align-items: center; gap: 14px; padding: 14px 0; }
.workflow-number { flex-shrink: 0; width: 32px; height: 32px; border: 1px solid #658376; border-radius: 10px; text-align: center; line-height: 30px; font-size: .75rem; }
.workflow-steps strong { display: block; font-size: .93rem; font-weight: 650; color: #fff; }
.workflow-steps small { display: block; margin-top: 4px; color: #bed4c8; font-size: .8rem; line-height: 1.5; }
.workflow-steps .workflow-highlight { margin-inline: -12px; padding: 16px 12px; background: #eff5e3; border-radius: 12px; }
.workflow-highlight strong { color: #193a2d; }
.workflow-highlight small { color: #4c6354; }
.workflow-highlight .workflow-number { color: #193a2d; border-color: #b5c6ae; }
.workflow-footnote { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid #426556; font-size: .76rem; color: #bed4c8; }
.business-section { padding: 54px 0; background: #fff; border-block: 1px solid var(--line); }
.business-section h2 { max-width: 640px; font-size: clamp(1.7rem,3vw,2.35rem); }
.business-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.business-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); font-weight: 650; text-decoration: none; }
.business-card:hover { background: #edf6f1; border-color: #9dc6b8; }
@media (max-width: 960px) {
  .home-hero .hero-grid { grid-template-columns: minmax(0,1fr) minmax(290px,.8fr); gap: 26px; }
  .business-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .home-hero { padding: 48px 0; }
  .home-hero .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .workflow-card { padding: 24px; }
  .business-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .business-card { padding: 14px; font-size: .9rem; }
}
