.shop-page { --shop-blue: #005bff; --shop-ink: #081c51; --shop-line: #e7edf6; background: #fff; color: var(--shop-ink); font: 14px/1.75 'Open Sans', Arial, sans-serif; }
.shop-page * { box-sizing: border-box; }
.shop-container { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }
.shop-page h1, .shop-page h2, .shop-page strong { color: var(--shop-ink); font-weight: 700; }
.shop-page p { color: inherit; margin: 0 0 20px; }
.shop-hero { padding: 32px 0 34px; }
.shop-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.55fr); gap: 48px; align-items: center; }
.shop-eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 9px 16px; border: 1px solid #e0eaff; border-radius: 24px; color: var(--shop-blue); background: #f5f8ff; font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.shop-eyebrow i { font-size: 19px; }
.shop-page h1 { font-size: clamp(32px, 2.8vw, 46px); line-height: 1.16; letter-spacing: -1px; margin: 22px 0 24px; }
.shop-page h1 span { color: var(--shop-blue); }
.shop-lead { max-width: 530px; font-size: 16px; line-height: 1.8; }
.shop-actions { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0; }
.shop-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; line-height: 1.5; font-weight: 700; text-align: center; text-decoration: none; transition: background-color .2s, box-shadow .2s; }
.shop-primary { color: #fff; background: var(--shop-blue); box-shadow: 0 5px 14px #005bff17; }
.shop-primary:hover { color: #fff; background: #004bd5; }
.shop-secondary { color: var(--shop-blue); background: #fff; border-color: var(--shop-blue); }
.shop-secondary:hover { color: #004bd5; background: #edf4ff; }
.shop-page a:focus-visible { outline: 3px solid #ffaf00; outline-offset: 4px; }
.shop-trust { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 0; list-style: none; font-size: 12px; font-weight: 600; }
.shop-trust li { display: flex; align-items: center; gap: 8px; }
.shop-trust i { color: var(--shop-blue); font-size: 22px; }
.shop-preview { min-width: 0; }
.shop-screen { position: relative; min-width: 0; display: block; padding: 9px; overflow: hidden; background: #fff; border: 1px solid var(--shop-line); border-radius: 12px; box-shadow: 0 7px 22px #075bcc14; }
.shop-screen img { display: block; width: 100%; height: auto; border-radius: 6px; }
.shop-image-zoom { position: absolute; right: 17px; bottom: 17px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #dce7ff; border-radius: 6px; color: var(--shop-blue); background: #fff; box-shadow: 0 3px 10px #081c5110; }
.shop-screen:hover { border-color: #a7c8ff; }
.shop-benefits-section { padding-top: 20px; padding-bottom: 32px; }
.shop-section-heading { text-align: center; margin-bottom: 22px; }
.shop-section-heading h2 { font-size: 24px; line-height: 1.35; margin: 0 0 7px; }
.shop-section-heading p { font-size: 14px; margin: 0; }
.shop-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.shop-benefits article { padding: 22px 24px; border: 1px solid var(--shop-line); border-radius: 13px; }
.shop-icon { display: inline-grid; place-items: center; width: 50px; height: 50px; color: var(--shop-blue); background: #f0f6ff; border: 1px solid #b9d2ff; border-radius: 10px; font-size: 28px; margin-bottom: 12px; }
.shop-benefits article:nth-child(2) .shop-icon { color: #00ab75; background: #f0fbf6; border-color: #bcebd7; }
.shop-benefits article:nth-child(3) .shop-icon { color: #8851e6; background: #f7f2ff; border-color: #deccff; }
.shop-benefits article:nth-child(4) .shop-icon { color: #ff7900; background: #fff7ee; border-color: #ffdbb6; }
.shop-benefits h2 { font-size: 16px; line-height: 1.5; margin: 0 0 10px; }
.shop-benefits p { margin: 0; }
.shop-steps { display: grid; gap: 24px; }
.shop-step { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 36px; align-items: center; padding: 24px; border: 1px solid var(--shop-line); border-radius: 14px; background: linear-gradient(110deg, #f9fbff, #fff); }
.shop-step-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr); }
.shop-step-reverse .shop-screen { grid-column: 2; grid-row: 1; }
.shop-step-reverse .shop-step-copy { grid-column: 1; grid-row: 1; }
.shop-step-copy h2 { font-size: 26px; line-height: 1.3; letter-spacing: -.5px; margin: 0 0 16px; }
.shop-number { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: #edf4ff; color: var(--shop-blue); font-weight: 700; margin-bottom: 14px; }
.shop-checks { padding: 0; margin: 0; list-style: none; }
.shop-checks li { position: relative; padding-left: 28px; margin: 10px 0; }
.shop-checks li::before { content: '\2713'; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border: 1px solid var(--shop-blue); border-radius: 50%; color: var(--shop-blue); text-align: center; font-size: 12px; line-height: 16px; }
@media (max-width: 1100px) { .shop-hero-grid { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); } .shop-step { gap: 24px; } .shop-benefits article { padding: 18px; } }
@media (max-width: 767px) { .shop-container { width: calc(100% - 32px); } .shop-hero-grid, .shop-step, .shop-step-reverse { grid-template-columns: minmax(0, 1fr); } .shop-hero { padding-top: 24px; } .shop-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .shop-step { padding: 18px; } .shop-step .shop-screen { grid-column: 1; grid-row: 2; } .shop-step .shop-step-copy { grid-column: 1; grid-row: 1; } }
@media (max-width: 380px) { .shop-benefits { grid-template-columns: minmax(0, 1fr); } .shop-actions { flex-direction: column; } }

/* Same closing CTA layout as business_banks and business_payroll. */
.shop-cta { margin-top: 32px; }
.shop-cta { color: #fff; background: linear-gradient(120deg, #063e9e, #0069ef); border-radius: 12px; }
.shop-cta__inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 35px; align-items: center; padding: 34px 46px; }
.shop-cta h2 { color: #fff; font-size: 28px; line-height: 1.4; margin: 0 0 12px; }
.shop-cta p { color: #e4efff; font-size: 14px; line-height: 1.6; margin: 0; }
.shop-cta__action { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.shop-cta__action .shop-button { min-height: 42px; padding: 10px 14px; border-radius: 8px; font-size: 14px; gap: 8px; }
.shop-button--light { background: transparent; color: #fff; border-color: #fff; }
.shop-button--light:hover { background: #ffffff14; color: #fff; }
.shop-reassurance { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 16px 0; margin-bottom: 0; }
.shop-reassurance li { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; }
.shop-reassurance i { color: var(--shop-blue); font-size: 23px; }

.shop-button--white { background: #fff; color: var(--shop-blue); }
.shop-button--white:hover { background: #edf4ff; color: #004bd5; }
@media (max-width: 991px) {
  .shop-cta__inner { grid-template-columns: 1fr; }
  .shop-cta__action { align-items: flex-start; }
  .shop-reassurance { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .shop-cta__inner { gap: 28px; padding: 24px; }
  .shop-cta h2 { font-size: 27px; }
  .shop-reassurance { gap: 16px; }
}
