:root {
  --pro-ink: #102942;
  --pro-muted: #62758a;
  --pro-line: #dce4eb;
  --pro-paper: #f4f7f9;
  --pro-red: #d02828;
  --pro-blue: #002d62;
  --pro-mint: #84d7bc;
}

.pro-site { color: var(--pro-ink); }
.pro-skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; padding: 10px 14px; background: #fff; color: var(--pro-blue); border: 2px solid var(--pro-blue); border-radius: 8px; }
.pro-skip-link:focus { top: 12px; }
.pro-header .header-inner { min-height: 82px; }
.pro-header .brand-logo-img { height: 66px; }
.pro-header .pro-nav { gap: clamp(12px, 1.5vw, 22px); }
.pro-header .pro-buyer-link { color: var(--pro-muted); font-size: .82rem; }
.pro-header-actions { gap: 9px; }
.pro-header-actions .btn { white-space: nowrap; padding: 10px 14px; font-size: .84rem; }
.pro-hero { position: relative; overflow: hidden; background: var(--pro-paper); padding: clamp(62px, 8vw, 112px) 0 74px; }
.pro-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); align-items: center; gap: clamp(38px, 7vw, 100px); }
.pro-hero-copy { position: relative; z-index: 1; max-width: 670px; }
.pro-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--pro-blue); font-size: .72rem; line-height: 1.4; font-weight: 800; letter-spacing: .13em; }
.pro-eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--pro-red); box-shadow: 0 0 0 4px rgba(208,40,40,.1); }
.pro-hero h1 { max-width: 720px; margin: 0; color: var(--pro-blue); font: 800 clamp(2.8rem, 5.2vw, 5rem)/1.04 var(--font-family-display); letter-spacing: -.055em; }
.pro-hero h1 em { color: var(--pro-red); font-style: normal; }
.pro-hero-lead { max-width: 570px; margin: 24px 0 0; color: #465d73; font-size: clamp(1.06rem, 1.5vw, 1.25rem); line-height: 1.65; }
.pro-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.pro-hero-actions .btn { min-height: 52px; padding: 14px 20px; }
.pro-hero-actions .pro-demo-cta { border: 1px solid #b9cadb; background: #fff; color: var(--pro-blue); box-shadow: none; }
.pro-hero-actions .pro-demo-cta:hover { border-color: var(--pro-blue); background: #f6f9fc; color: var(--pro-blue); }
.pro-text-link { color: var(--pro-blue); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.pro-text-link:hover { color: var(--pro-red); }
.pro-hero-facts { display: flex; flex-wrap: wrap; gap: 20px 30px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--pro-line); list-style: none; }
.pro-hero-facts li { display: grid; gap: 3px; }
.pro-hero-facts strong { color: var(--pro-blue); font-size: .87rem; }
.pro-hero-facts span { color: var(--pro-muted); font-size: .76rem; }

/* The stock-card borrows its visual language from a vehicle condition sheet, not a generic SaaS dashboard. */
.pro-workbench { position: relative; z-index: 1; max-width: 540px; width: 100%; justify-self: end; padding: 22px; background: #fff; border: 1px solid #d7e0e8; border-radius: 15px; box-shadow: 0 28px 70px rgba(15,43,68,.14); transform: rotate(.7deg); }
.workbench-topline, .workbench-heading, .workbench-list-title, .workbench-row { display: flex; align-items: center; justify-content: space-between; }
.workbench-topline { padding-bottom: 17px; border-bottom: 1px solid #edf1f4; }
.workbench-brand { display: flex; align-items: center; gap: 8px; color: var(--pro-blue); font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.workbench-mark { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; background: var(--pro-blue); color: white; font-size: .65rem; letter-spacing: -.04em; }
.workbench-demo { color: #718397; font-size: .61rem; font-weight: 800; letter-spacing: .1em; }
.workbench-heading { align-items: end; padding: 22px 0 18px; }
.workbench-heading > div > span { color: #8b9bac; font-size: .63rem; font-weight: 800; letter-spacing: .12em; }
.workbench-heading h2 { margin: 5px 0 0; color: var(--pro-blue); font: 750 1.3rem/1.2 var(--font-family-display); letter-spacing: -.03em; }
.workbench-period { padding: 8px 10px; border: 1px solid var(--pro-line); border-radius: 7px; color: #617388; font-size: .68rem; }
.workbench-period b { margin-left: 8px; color: var(--pro-blue); }
.workbench-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.workbench-metrics > div { display: grid; gap: 8px; min-height: 69px; padding: 11px; background: #f4f7f9; border-radius: 8px; }
.workbench-metrics span { color: #708196; font-size: .64rem; }
.workbench-metrics strong { color: var(--pro-blue); font: 800 1.16rem/1 var(--font-family-display); }
.workbench-list-title { padding: 22px 0 10px; color: var(--pro-blue); font-size: .75rem; font-weight: 800; }
.workbench-list-title a { color: #566d84; font-size: .67rem; text-decoration: none; }
.workbench-row { justify-content: flex-start; gap: 10px; min-height: 62px; border-top: 1px solid #edf1f4; }
.car-chip { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; color: white; font-size: 1.1rem; }
.car-chip-blue { background: #2465a0; }
.car-chip-red { background: #b44040; }
.workbench-car { display: grid; flex: 1; gap: 3px; min-width: 0; }
.workbench-car strong { overflow: hidden; color: var(--pro-ink); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.workbench-car span { color: #78899a; font-size: .65rem; }
.workbench-status { padding: 5px 7px; border-radius: 5px; font-size: .58rem; font-weight: 750; white-space: nowrap; }
.is-ready { background: #e5f4ed; color: #267051; }
.is-pending { background: #fff2dc; color: #8b5b15; }
.workbench-foot { display: flex; align-items: center; gap: 7px; margin-top: 13px; padding-top: 12px; border-top: 1px dashed #d9e1e8; color: #78899a; font-size: .62rem; }
.workbench-foot-dot { width: 6px; height: 6px; border-radius: 50%; background: #d49a33; }
.pro-hero-road { position: absolute; right: -6%; bottom: -84px; display: flex; gap: 25px; width: 56%; height: 130px; padding: 54px 0 0 17%; border-radius: 50% 0 0; background: #e6edf2; transform: rotate(-5deg); opacity: .65; }
.pro-hero-road span { height: 3px; width: 48px; border-radius: 3px; background: white; }

.pro-proof-strip { background: var(--pro-blue); color: #fff; }
.pro-proof-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 68px; }
.pro-proof-inner span { font-size: .79rem; font-weight: 650; }
.pro-proof-inner i { width: 5px; height: 5px; border-radius: 50%; background: var(--pro-mint); }
.pro-section { padding: 98px 0 108px; background: #fff; }
.pro-section-heading { max-width: 700px; margin: 0 auto 44px; text-align: center; }
.pro-eyebrow-light { justify-content: center; color: #96bce4; }
.pro-section-heading h2, .pro-how-heading h2, .pro-faq-grid h2 { margin: 0; color: var(--pro-blue); font: 800 clamp(2.1rem, 4vw, 3.3rem)/1.1 var(--font-family-display); letter-spacing: -.045em; }
.pro-section-heading > p:last-child { max-width: 610px; margin: 16px auto 0; color: var(--pro-muted); font-size: 1rem; line-height: 1.7; }
.pro-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pro-tool-card { position: relative; min-height: 225px; padding: 27px 25px 24px; border: 1px solid var(--pro-line); border-radius: 11px; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.pro-tool-card:hover { transform: translateY(-3px); border-color: #9db6cb; box-shadow: 0 16px 34px rgba(16,41,66,.07); }
.pro-tool-icon { display: inline-grid; place-items: center; width: 36px; height: 34px; margin-bottom: 22px; border-left: 3px solid var(--pro-red); background: #f2f5f7; color: var(--pro-blue); font: 800 .68rem/1 var(--font-family-display); }
.pro-tool-card h3 { margin: 0; color: var(--pro-blue); font: 750 1.17rem/1.3 var(--font-family-display); }
.pro-tool-card p { max-width: 340px; margin: 10px 0 18px; color: var(--pro-muted); font-size: .88rem; line-height: 1.65; }
.tool-foot { color: #7a8b9d; font-size: .72rem; font-weight: 650; }
.pro-capability-note { max-width: 850px; margin: 22px auto 0; color: #738397; font-size: .75rem; line-height: 1.6; text-align: center; }

.pro-how { padding: 86px 0; background: #f2f5f7; }
.pro-how-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 112px); align-items: center; }
.pro-how-heading h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
.pro-how-heading > p:not(.pro-eyebrow) { max-width: 450px; margin: 16px 0 24px; color: var(--pro-muted); line-height: 1.7; }
.pro-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9e1e8; }
.pro-steps li { display: grid; grid-template-columns: 43px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid #d9e1e8; }
.pro-steps li > span { color: var(--pro-red); font: 800 .77rem/1.5 var(--font-family-display); }
.pro-steps h3 { margin: 0; color: var(--pro-blue); font: 750 1rem/1.3 var(--font-family-display); }
.pro-steps p { margin: 5px 0 0; color: var(--pro-muted); font-size: .84rem; line-height: 1.55; }

.pro-cost-check { padding: 76px 0; background: #fff; }
.pro-cost-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(36px, 7vw, 88px); }
.pro-cost-intro h2 { max-width: 480px; margin: 0; color: var(--pro-blue); font: 800 clamp(2rem, 3.8vw, 3rem)/1.1 var(--font-family-display); letter-spacing: -.045em; }
.pro-cost-intro > p:not(.pro-eyebrow) { max-width: 440px; margin: 15px 0 18px; color: var(--pro-muted); line-height: 1.65; }
.pro-cost-card { padding: 24px; border: 1px solid var(--pro-line); border-radius: 10px; background: #f7f9fa; }
.pro-cost-input + .pro-cost-input { margin-top: 19px; }
.pro-cost-input label { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; color: var(--pro-blue); font-size: .81rem; font-weight: 750; }
.pro-cost-input output { color: var(--pro-red); font: 800 1rem/1.2 var(--font-family-display); white-space: nowrap; }
.pro-cost-input input { display: block; width: 100%; margin: 14px 0 0; accent-color: var(--pro-red); }
.pro-cost-input input:focus-visible { outline: 3px solid rgba(208,40,40,.25); outline-offset: 4px; }
.pro-cost-result { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 6px 14px; margin-top: 21px; padding: 18px 0 0; border-top: 1px solid var(--pro-line); }
.pro-cost-result > span { color: var(--pro-muted); font-size: .74rem; }
.pro-cost-result strong { color: #267051; font: 800 clamp(1.5rem, 3vw, 2.15rem)/1 var(--font-family-display); letter-spacing: -.04em; }
.pro-cost-result p { grid-column: 1 / -1; margin: 0; color: var(--pro-blue); font-size: .74rem; font-weight: 750; }
.pro-cost-disclaimer { margin: 15px 0 0; color: #738397; font-size: .68rem; line-height: 1.6; }

.pro-plans { padding: 98px 0 92px; background: var(--pro-blue); color: #fff; }
.pro-plans-heading h2 { color: #fff; }
.pro-plans-heading > p:last-child { color: #d3e0ec; }
.pro-billing { display: flex; justify-content: center; gap: 4px; width: fit-content; max-width: 100%; margin: 0 auto; padding: 5px; border: 1px solid rgba(255,255,255,.23); border-radius: 9px; background: rgba(255,255,255,.08); }
.pro-billing button { display: flex; align-items: center; gap: 9px; min-height: 40px; padding: 8px 14px; border: 0; border-radius: 6px; background: transparent; color: #e3edf5; font: 700 .77rem/1.2 var(--font-family-ui); cursor: pointer; }
.pro-billing button.is-selected { background: #fff; color: var(--pro-blue); box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.pro-billing button span { font-size: .63rem; font-weight: 600; }
.pro-tax-note { margin: 13px auto 23px; color: #c5d7e8; font-size: .73rem; line-height: 1.5; text-align: center; }
.pro-plan-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; align-items: stretch; }
.pro-plan-card { position: relative; display: flex; flex-direction: column; grid-column: span 2; min-width: 0; padding: 21px 20px 19px; border: 1px solid #cfdbe7; border-radius: 9px; background: #fff; color: var(--pro-ink); }
.pro-plan-card:nth-child(4) { grid-column: 2 / span 2; }
.pro-plan-card:nth-child(5) { grid-column: 4 / span 2; }
.pro-plan-card.is-popular { border: 2px solid var(--pro-red); padding: 20px 19px 18px; box-shadow: 0 14px 36px rgba(0,0,0,.17); }
.plan-ribbon { position: absolute; top: -12px; right: 16px; padding: 5px 8px; border-radius: 3px; background: var(--pro-red); color: white; font-size: .59rem; font-weight: 850; letter-spacing: .08em; }
.plan-audience { min-height: 33px; color: #728398; font-size: .69rem; line-height: 1.5; }
.pro-plan-card h3 { margin: 6px 0 0; color: var(--pro-blue); font: 800 1.16rem/1.25 var(--font-family-display); }
.plan-price { display: flex; align-items: baseline; gap: 5px; margin: 19px 0 4px; color: var(--pro-blue); }
.plan-price strong { font: 800 2rem/1 var(--font-family-display); letter-spacing: -.055em; }
.plan-price span { color: #6b7e90; font-size: .73rem; }
.plan-annual-equivalent { min-height: 20px; color: #587188; font-size: .68rem; }
.plan-capacity { display: flex; gap: 8px; margin: 15px 0; padding: 10px 0; border-top: 1px solid #e6ebef; border-bottom: 1px solid #e6ebef; color: var(--pro-blue); font-size: .73rem; font-weight: 750; }
.plan-capacity span + span::before { content: "·"; margin-right: 8px; color: #98a7b6; }
.plan-features { display: grid; gap: 9px; flex: 1; margin: 0 0 18px; padding: 0; list-style: none; }
.plan-features li { position: relative; padding-left: 18px; color: #50657a; font-size: .73rem; line-height: 1.5; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: #268264; font-weight: 800; }
.pro-plan-card .btn { min-height: 42px; padding: 11px 12px; font-size: .77rem; text-align: center; }
.plan-cta-note { margin: 9px 0 0; color: #78899a; font-size: .63rem; line-height: 1.45; text-align: center; }
.plan-consult-link { display: block; margin-top: 11px; color: var(--pro-blue); font-size: .72rem; font-weight: 750; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.plan-consult-link:hover { color: var(--pro-red); }
.pro-plan-terms { max-width: 950px; margin: 21px auto 0; padding: 15px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: #d6e2ec; font-size: .74rem; line-height: 1.65; }
.pro-plan-terms strong { color: #fff; }
.pro-addons { max-width: 950px; margin: 16px auto 0; border-bottom: 1px solid rgba(255,255,255,.19); color: #fff; }
.pro-addons summary { padding: 16px 1px; color: #fff; font-size: .83rem; font-weight: 750; cursor: pointer; }
.pro-addons summary:focus-visible, .pro-faq summary:focus-visible { outline: 3px solid #f2b54a; outline-offset: 4px; border-radius: 3px; }
.pro-addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 20px; padding: 4px 0 12px; }
.pro-addons-grid p { display: flex; justify-content: space-between; gap: 10px; margin: 0; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #d2e0ec; font-size: .69rem; }
.pro-addons-grid strong { color: white; font-weight: 650; }
.pro-addons-grid span { flex-shrink: 0; }
.pro-addon-disclaimer { max-width: 820px; margin: 8px 0 20px; color: #b9ccdc; font-size: .68rem; line-height: 1.6; }

.pro-faq { padding: 96px 0; background: #fff; }
.pro-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 7vw, 95px); }
.pro-faq-grid h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); }
.pro-faq-grid header > p:not(.pro-eyebrow) { max-width: 310px; color: var(--pro-muted); font-size: .91rem; line-height: 1.65; }
.pro-faq-list { border-top: 1px solid var(--pro-line); }
.pro-faq-list details { border-bottom: 1px solid var(--pro-line); }
.pro-faq-list summary { position: relative; padding: 18px 30px 18px 0; color: var(--pro-blue); font-size: .91rem; font-weight: 750; line-height: 1.45; cursor: pointer; list-style: none; }
.pro-faq-list summary::-webkit-details-marker { display: none; }
.pro-faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 17px; color: var(--pro-red); font-size: 1.2rem; }
.pro-faq-list details[open] summary::after { content: "−"; }
.pro-faq-list details p { max-width: 660px; margin: -4px 0 19px; color: var(--pro-muted); font-size: .85rem; line-height: 1.7; }
.pro-final-cta { padding: 54px 0; background: #f1f4f6; }
.pro-final-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.pro-final-inner .pro-eyebrow { margin-bottom: 10px; }
.pro-final-inner h2 { max-width: 690px; margin: 0; color: var(--pro-blue); font: 800 clamp(1.75rem, 3.2vw, 2.5rem)/1.15 var(--font-family-display); letter-spacing: -.04em; }
.pro-final-inner p:last-child { margin: 9px 0 0; color: var(--pro-muted); font-size: .88rem; }
.pro-final-inner .btn { flex-shrink: 0; }
.pro-footer { padding: 28px 0; }
.pro-footer-inner { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 16px 24px; }
.pro-footer-inner > a img { width: 158px; max-height: 40px; object-fit: contain; }
.pro-footer-inner > p { margin: 0; color: #d1dae3; font-size: .73rem; }
.pro-footer-inner nav { display: flex; flex-wrap: wrap; gap: 14px; }
.pro-footer-inner nav a, .pro-footer-inner small { color: #d1dae3; font-size: .68rem; }
.pro-footer-inner small { flex-basis: 100%; }
.pro-site :focus-visible { outline: 3px solid #f2b54a; outline-offset: 3px; }

@media (max-width: 1100px) {
  .pro-header .header-inner { min-height: 74px; }
  .pro-header .brand-logo-img { height: 59px; }
  .pro-header .pro-nav { gap: 11px; }
  .pro-header .nav-link { font-size: .73rem; }
  .pro-header-actions .btn { padding: 9px 10px; font-size: .75rem; }
  .pro-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr); gap: 34px; }
  .pro-plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pro-plan-card, .pro-plan-card:nth-child(4), .pro-plan-card:nth-child(5) { grid-column: span 2; }
  .pro-plan-card:nth-child(5) { grid-column: 2 / span 2; }
}

@media (max-width: 768px) {
  .pro-header .header-inner { min-height: 68px; }
  .pro-header .brand-logo-img { height: 54px; }
  .pro-header .nav-menu-toggle { display: inline-flex; order: 3; flex-shrink: 0; }
  .pro-header .pro-nav { display: none; position: absolute; top: calc(100% - 1px); left: 14px; right: 14px; z-index: 10; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--pro-line); border-radius: 0 0 9px 9px; background: #fff; box-shadow: 0 16px 28px rgba(16,41,66,.14); }
  .pro-header .pro-nav.is-open { display: flex; }
  .pro-header .pro-nav .nav-link { padding: 12px 10px; border-bottom: 1px solid #edf1f4; font-size: .88rem; text-align: left; }
  .pro-header .pro-nav .nav-link:last-child { border-bottom: 0; }
  .pro-header .header-actions { order: 2; margin-left: auto; margin-right: 9px; }
  .pro-header-actions .btn:first-child { display: none !important; }
  .pro-header-actions .btn { display: inline-flex !important; padding: 9px 10px; font-size: .71rem; }
  .pro-hero { padding: 49px 0 52px; }
  .pro-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .pro-hero h1 { font-size: clamp(2.65rem, 11vw, 4rem); }
  .pro-hero-lead { margin-top: 16px; font-size: 1rem; }
  .pro-hero-actions { gap: 15px; margin-top: 21px; }
  .pro-hero-actions .btn { width: 100%; justify-content: center; }
  .pro-hero-facts { gap: 13px 20px; margin-top: 24px; padding-top: 17px; }
  .pro-hero-facts li { flex: 1 1 40%; }
  .pro-workbench { justify-self: stretch; max-width: none; padding: 16px; transform: none; }
  .workbench-metrics { gap: 6px; }
  .workbench-metrics > div { min-height: 62px; padding: 9px; }
  .workbench-metrics span { font-size: .57rem; }
  .workbench-status { max-width: 92px; overflow: hidden; text-overflow: ellipsis; }
  .pro-hero-road { width: 100%; right: -30%; bottom: -100px; }
  .pro-proof-inner { flex-wrap: wrap; justify-content: center; gap: 11px; min-height: 72px; padding-top: 13px; padding-bottom: 13px; }
  .pro-proof-inner span { font-size: .67rem; text-align: center; }
  .pro-proof-inner i { width: 4px; height: 4px; }
  .pro-section, .pro-how, .pro-plans, .pro-faq { padding: 66px 0; }
  .pro-section-heading { margin-bottom: 31px; }
  .pro-section-heading h2 { font-size: 2.15rem; }
  .pro-tools-grid { grid-template-columns: 1fr; gap: 11px; }
  .pro-tool-card { min-height: 0; padding: 21px; }
  .pro-tool-icon { margin-bottom: 14px; }
  .pro-how-grid, .pro-faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .pro-cost-check { padding: 62px 0; }
  .pro-cost-grid { grid-template-columns: 1fr; gap: 24px; }
  .pro-cost-intro h2 { font-size: 2.15rem; }
  .pro-cost-card { padding: 18px; }
  .pro-how-heading h2, .pro-faq-grid h2 { font-size: 2.15rem; }
  .pro-billing { width: 100%; }
  .pro-billing button { flex: 1; justify-content: center; gap: 5px; padding: 8px; font-size: .7rem; }
  .pro-billing button span { font-size: .57rem; }
  .pro-plan-grid { grid-template-columns: 1fr; gap: 18px; }
  .pro-plan-card, .pro-plan-card:nth-child(4), .pro-plan-card:nth-child(5) { grid-column: auto; }
  .pro-plan-card { padding: 22px; }
  .pro-plan-card.is-popular { padding: 21px; }
  .pro-addons-grid { grid-template-columns: 1fr; }
  .pro-addons-grid p { font-size: .73rem; }
  .pro-final-inner { align-items: stretch; flex-direction: column; }
  .pro-final-inner .btn { justify-content: center; }
  .pro-footer-inner { align-items: flex-start; flex-direction: column; }
  .pro-footer-inner nav { gap: 12px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .pro-tool-card { transition: none; }
  .pro-tool-card:hover { transform: none; }
}
