/*
 * Inner pages, in the home page's v2 language: one accent, cool neutrals,
 * flat editorial rhythm instead of card rows, no tilted collages, no pastel tints.
 * Radius system: controls 10px, surfaces 18px, chips full. Loaded after every
 * older stylesheet, so it only has to override.
 */
:root {
  --h-ink: #0b1324;
  --h-ink-2: #334058;
  --h-muted: #5f6c82;
  --h-line: #e3e8f0;
  --h-soft: #f5f7fb;
  --h-brand: #1877ff;
  --h-brand-ink: #0b57d0;
  --h-brand-wash: #eaf2ff;
  --h-stage: #0a1122;
  --h-radius: 18px;
  --h-ease: cubic-bezier(.16, 1, .3, 1);
  --h-shadow: 0 30px 70px -42px #14356b66;
}

/* Persian script must never be tracked: negative letter-spacing breaks joins. */
.ps-page-section :is(h1, h2, h3, h4), .ps-page-hero :is(h1, h2, h3), .ps-blog-hero h1, .ps-single-hero h1, .ps-article-body .wp-block-heading { letter-spacing: 0 !important; }

/* Retired decoration: floating marks, halos, grid overlays. */
.ps-page-hero::before, .ps-features-directory::before, .ps-knowledge-types::before, .ps-wp-steps::before,
.ps-hero-art::before, .ps-feature-link::after, .ps-kicker { display: none !important; }

/* ---------------------------------------------------------------- Hero */
.ps-page-hero { padding-top: 72px; padding-bottom: 88px; background: radial-gradient(60% 70% at 18% 45%, #eef4ff 0%, #fff 70%); border-bottom: 1px solid var(--h-line); }
.ps-hero-columns { min-height: 0; gap: 56px !important; }
.ps-hero-copy { max-width: 560px; }
.ps-hero-title { color: var(--h-ink); font-size: clamp(32px, 3.6vw, 50px); font-weight: 850; line-height: 1.35; text-wrap: balance; margin: 0 0 20px; }
.ps-hero-title span, .ps-blog-hero h1 span { color: var(--h-brand); }
.ps-hero-desc { max-width: 48ch; color: var(--h-ink-2); font-size: 17px; line-height: 2.05; margin-bottom: 32px; }
.ps-hero-art { min-height: 380px; }
.ps-hero-art > .wp-block-group { transform: none !important; }

/* Every hero illustration shares one surface. */
:is(.ps-screen-panel, .ps-flow-canvas, .ps-wp-screen, .ps-widget-window, .ps-knowledge-screen, .ps-price-art, .ps-contact-card, .ps-terms-art, .ps-about-center) {
  border: 1px solid var(--h-line) !important; border-radius: var(--h-radius) !important; background: #fff !important; box-shadow: var(--h-shadow) !important; transform: none !important;
}
:is(.ps-about-satellite, .ps-wp-plugin, .ps-wp-widget, .ps-form-float, .ps-knowledge-float, .ps-contact-notes) {
  border: 1px solid var(--h-line) !important; border-radius: 14px !important; background: #fff !important; box-shadow: 0 18px 40px -26px #14356b55 !important; transform: none !important;
}
.ps-screen-cap, .ps-about-chip { color: var(--h-muted) !important; font-size: 12px !important; font-weight: 700; }
.ps-contact-notes p, .ps-about-satellite p, .ps-knowledge-float p, .ps-form-float p, .ps-wp-plugin p, .ps-wp-widget p { color: var(--h-ink-2) !important; }
.ps-contact-notes a { color: var(--h-ink); font-size: 16px; font-weight: 850; unicode-bidi: isolate; }
.ps-wp-plugin h3 { color: var(--h-brand) !important; }
.ps-wp-screen::after { background: repeating-linear-gradient(90deg, var(--h-brand-wash) 0 18px, transparent 18px 30px, #9cc3ff 30px 48px, transparent 48px 62px) !important; background-size: 100% 70% !important; background-repeat: no-repeat !important; background-position: bottom !important; }
.ps-widget-window h3 { background: var(--h-brand); }
.ps-widget-bubble { background: var(--h-brand-wash) !important; color: var(--h-ink-2) !important; }
.ps-flow-canvas p { background: var(--h-soft) !important; border: 1px solid var(--h-line) !important; color: var(--h-ink-2) !important; }
.ps-flow-canvas .ps-flow-start, .ps-flow-canvas .ps-flow-accent { background: var(--h-brand-wash) !important; border-color: #cfe0fb !important; color: var(--h-brand-ink) !important; }
.ps-knowledge-row, .ps-price-mini { border-color: var(--h-line) !important; }
.ps-price-mini-featured { background: var(--h-brand-wash) !important; border-color: #cfe0fb !important; }

/* ---------------------------------------------------------------- Sections */
.ps-page-section { padding: 110px 24px; }
.ps-about-values, .ps-features-directory, .ps-scenario-cards, .ps-wp-steps, .ps-form-section, .ps-knowledge-types, .ps-pricing-main, .ps-contact-main, .ps-terms-body, .ps-widget-benefits, .ps-wordpress-benefits, .ps-faq { background: #fff !important; }
.ps-page-section + .ps-page-section:not(.ps-cta-section) { border-top: 1px solid var(--h-line); }
.ps-section-title { color: var(--h-ink); font-size: clamp(28px, 3.1vw, 42px); font-weight: 850; line-height: 1.35; text-wrap: balance; margin-bottom: 14px; }
.ps-section-intro { max-width: 58ch; color: var(--h-muted); font-size: 16px; line-height: 2; }

/* Card rows become an editorial row: a rule, a title, a sentence. */
.ps-card-grid { gap: 40px !important; }
.ps-card-grid .ps-card { min-height: 0; padding: 26px 0 0; border: 0; border-top: 2px solid var(--h-line); border-radius: 0; background: none; box-shadow: none; transition: border-color .4s; }
.ps-card-grid .ps-card:hover { transform: none; box-shadow: none; border-top-color: var(--h-brand); }
.ps-card-grid .ps-card h3 { color: var(--h-ink); font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.ps-card-grid .ps-card > p:last-child { color: var(--h-muted); font-size: 15px; line-height: 2; }
.ps-card-number { color: var(--h-brand-ink) !important; font-size: 13px !important; font-weight: 750 !important; margin: 0 0 8px !important; }

/* Stacked cards beside copy stay as quiet surfaces, in a straight column. */
.ps-split .ps-card, .ps-mini-grid .ps-card { border: 1px solid var(--h-line); border-radius: 14px; background: #fff; box-shadow: none; }
.ps-split .ps-card:hover { transform: none; box-shadow: none; }
.ps-split .ps-card h3 { color: var(--h-ink); font-size: 16px; }
.ps-split .ps-card > p:last-child { color: var(--h-muted); font-size: 13px; }
.ps-example-stack .ps-card:nth-child(n) { margin-right: 0 !important; }
.ps-process-art, .ps-example-stack, .ps-form-sequence, .ps-shared-source { background: none !important; padding: 0 !important; }
.ps-split { gap: 72px !important; }

/* Feature directory: one surface, no tints; the brand shows on hover. */
.ps-feature-grid { gap: 16px !important; }
.ps-feature-link, .ps-link-gold, .ps-link-mint, .ps-link-violet { min-height: 240px; padding: 30px; border: 1px solid var(--h-line) !important; border-radius: var(--h-radius); background: #fff !important; transition: border-color .3s, translate .4s var(--h-ease), box-shadow .4s var(--h-ease); }
.ps-feature-link:is(:hover, :focus-within) { border-color: #b9d3fb !important; translate: 0 -3px; transform: none; box-shadow: var(--h-shadow); }
.ps-feature-link h3 { color: var(--h-ink); font-size: 24px; font-weight: 850; }
.ps-feature-link > p { color: var(--h-muted) !important; font-size: 15px !important; }

/* FAQ, same shape as the home page. */
.ps-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px !important; }
.ps-faq-item { padding: 26px 0; border: 0; border-top: 1px solid var(--h-line); border-radius: 0; background: none; box-shadow: none; }
.ps-faq-item:hover { transform: none; box-shadow: none; }
.ps-faq-item h3 { color: var(--h-ink); font-size: 17px; font-weight: 800; }
.ps-faq-item p { color: var(--h-ink-2); font-size: 15px; line-height: 2.05; }

/* Closing CTA: the home page's quiet ending, not a saturated banner. */
.ps-cta-section { padding: 0 !important; }
.ps-bottom-cta { max-width: none; padding: 72px 24px 64px; border-radius: 0; background: #f5f8ff; border-top: 1px solid var(--h-line); box-shadow: none; color: var(--h-ink); }
.ps-bottom-cta h2 { max-width: 20ch; margin: 0 auto 10px; color: var(--h-ink); font-size: clamp(28px, 3.2vw, 42px); font-weight: 850; line-height: 1.35; }
.ps-bottom-cta > p { max-width: 50ch; margin-inline: auto; color: var(--h-ink-2); font-size: 16px; }
.ps-bottom-cta .wp-block-button__link { background: var(--h-brand); color: #fff; }
.ps-bottom-cta > p.ps-cta-tel { margin: 22px auto 0; color: var(--h-muted); font-size: 14px; }
.ps-cta-tel a { color: var(--h-ink); font-weight: 800; unicode-bidi: isolate; }
body:not(.home) .p-footer { margin-top: 0; padding-top: 56px; }
/* With a prefooter above it, the footer continues the same band under a hairline. */
body:not(.home):has(.ps-cta-section) .p-footer { padding-top: 0; }
body:not(.home):has(.ps-cta-section) .p-footer > .p-footer-grid { padding-top: 48px; border-top: 1px solid #e0e8f4; }

/* Buttons: one shape, tactile. */
:is(.ps-page-section, .ps-page-hero, .ps-bottom-cta, .ps-single-aside, .ps-post-cta) .wp-block-button__link { border-radius: 10px; padding: 12px 24px; font-size: 14px; font-weight: 750; transition: transform .25s var(--h-ease), box-shadow .25s var(--h-ease); }
:is(.ps-page-section, .ps-page-hero, .ps-bottom-cta) .wp-block-button__link:active { transform: scale(.98); }
:is(.ps-page-section, .ps-page-hero) .is-style-outline .wp-block-button__link { background: #fff; color: var(--h-ink); border: 1px solid var(--h-line); box-shadow: 0 1px 2px #0b13240d; }
.ps-feature-link .wp-block-button__link { padding: 8px 16px; font-size: 13px; }

/* ---------------------------------------------------------------- Pricing */
.ps-plan-card { border-color: var(--h-line); border-radius: var(--h-radius); box-shadow: none; }
.ps-plan-featured { border-color: var(--h-brand); box-shadow: var(--h-shadow); }
.ps-plan-tagline { color: var(--h-brand-ink); font-size: 12px; }
.ps-plan-line { color: var(--h-ink-2); font-size: 12px; border-color: var(--h-line); }
.ps-plan-line::before { content: '' !important; display: inline-block; width: 9px; height: 5px; margin-left: 9px; border-left: 2px solid var(--h-brand); border-bottom: 2px solid var(--h-brand); rotate: -45deg; translate: 0 -3px; }
.ps-plan-card .wp-block-button__link { font-size: 13px; padding: 10px 6px; }
.ps-pricing-note { color: var(--h-muted); font-size: 13px; }

/* ---------------------------------------------------------------- Contact */
.ps-contact-form { border-color: var(--h-line); border-radius: var(--h-radius); box-shadow: var(--h-shadow); }
.ps-contact-form label { color: var(--h-ink-2); font-size: 13px; }
.ps-contact-form input, .ps-contact-form textarea { border-color: #d3dbe7; background: #fff; border-radius: 10px; font-size: 14px; }
.ps-contact-form input:focus, .ps-contact-form textarea:focus { border-color: var(--h-brand); box-shadow: 0 0 0 3px #1877ff22; }
.ps-contact-form button { border-radius: 10px; padding: 12px 26px; font-size: 14px; }
.ps-form-privacy { color: var(--h-muted); font-size: 12px; }
.ps-contact-aside .ps-card { border: 0; border-top: 1px solid var(--h-line); border-radius: 0; padding: 20px 0; background: none; }

/* ---------------------------------------------------------------- Terms */
.ps-term-row { grid-template-columns: 260px 1fr !important; padding: 26px 0; border: 0; border-top: 1px solid var(--h-line); border-radius: 0; background: none; }
.ps-term-row:hover { transform: none; box-shadow: none; }
.ps-term-row h3 { color: var(--h-ink); font-size: 17px; font-weight: 800; }
.ps-term-row p { color: var(--h-ink-2); font-size: 15px; line-height: 2.05; }
.ps-legal-note { border-radius: 14px; }

/* ---------------------------------------------------------------- Blog */
.ps-blog-hero { background: radial-gradient(60% 70% at 18% 45%, #eef4ff 0%, #fff 70%) !important; border-bottom: 1px solid var(--h-line); }
.ps-blog-hero h1 { color: var(--h-ink); font-weight: 850; }
.ps-blog-grid > .wp-block-post { border: 1px solid var(--h-line) !important; border-radius: var(--h-radius) !important; box-shadow: none !important; overflow: hidden; transition: border-color .3s, translate .4s var(--h-ease), box-shadow .4s var(--h-ease); }
.ps-blog-grid > .wp-block-post:hover { border-color: #b9d3fb !important; translate: 0 -3px; box-shadow: var(--h-shadow) !important; }
.ps-blog-grid > .wp-block-post .ps-blog-cover, .ps-blog-grid > .wp-block-post:nth-child(n) .ps-blog-cover { background: linear-gradient(140deg, #eef4ff, #dbe8ff) !important; }
.ps-blog-grid > .wp-block-post:nth-child(3n+2) .ps-blog-cover { background: linear-gradient(140deg, #16264a, var(--h-stage)) !important; }
.ps-blog-cover::before, .ps-blog-cover::after { display: none !important; }
.ps-blog-card-body .wp-block-post-title a { color: var(--h-ink); }
.ps-blog-card-body .wp-block-post-excerpt { color: var(--h-muted); font-size: 14px; }
.ps-post-terms, .ps-post-terms a { color: var(--h-brand-ink); font-size: 12px; }
.ps-single-hero h1 { color: var(--h-ink); font-weight: 850; line-height: 1.4; }
.ps-article-body { color: var(--h-ink-2); font-size: 16.5px; line-height: 2.2; }
.ps-article-body > .wp-block-heading { color: var(--h-ink); font-weight: 850; }
.ps-post-lead { border-right: 0; border-radius: 0; background: none; padding: 0 0 26px; border-bottom: 1px solid var(--h-line); color: var(--h-ink); font-size: 19px; }
.ps-post-cta { border: 1px solid var(--h-line); border-radius: var(--h-radius); background: var(--h-soft); }
.ps-single-aside { border-color: var(--h-line); border-radius: var(--h-radius); background: #fff; box-shadow: var(--h-shadow); }
.ps-single-hero { padding: 76px 24px 64px !important; text-align: start; background: #fff !important; border-bottom: 1px solid var(--h-line); }.ps-single-hero-grid { max-width: 1120px; margin: 0 auto !important; gap: 68px !important; align-items: center !important; }.ps-single-hero-grid > .wp-block-column:first-child { flex-basis: 56% !important; }.ps-single-hero-grid > .wp-block-column:last-child { flex-basis: 44% !important; }.ps-post-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--h-muted); font-size: 12px; }.ps-post-breadcrumbs a { color: var(--h-brand-ink); }.ps-post-breadcrumbs span { color: #9aa8bb; }.ps-single-hero h1 { max-width: 700px; margin: 0 0 28px; font-size: clamp(35px, 3.7vw, 54px); }.ps-single-featured { height: 320px; margin: 0 !important; overflow: hidden; border: 1px solid var(--h-line); border-radius: 20px; background: var(--h-soft); }.ps-single-featured img { width: 100%; height: 100%; object-fit: cover; }.ps-post-meta-cards { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; }.ps-post-meta-cards > div { min-width: 122px; padding: 11px 13px; display: flex; flex-direction: column; gap: 3px; border: 1px solid var(--h-line); border-radius: 11px; background: #fff; }.ps-post-meta-cards small { color: var(--h-muted); font-size: 10px; }.ps-post-meta-cards strong { color: var(--h-ink); font-size: 12px; }.ps-post-share a { color: var(--h-brand-ink); }.ps-single-layout { max-width: 980px !important; margin: 65px auto 120px !important; gap: 68px !important; }.ps-post-summary { margin: 0 0 38px !important; padding: 22px 24px; border-right: 3px solid var(--h-brand); border-radius: 0 12px 12px 0; background: var(--h-soft); color: var(--h-ink); font-size: 18px; line-height: 2; }.ps-post-summary::before { content: 'چکیدهٔ مطلب'; display: block; margin-bottom: 8px; color: var(--h-brand-ink); font-size: 12px; font-weight: 800; }.ps-post-summary p { margin: 0; }.ps-post-toc { position: sticky; top: 28px; padding: 18px 0; border-right: 1px solid var(--h-line); }.ps-post-toc > span { display: block; padding: 0 18px 11px; color: var(--h-ink); font-size: 13px; font-weight: 850; }.ps-post-toc nav { display: grid; }.ps-post-toc a { padding: 8px 18px; color: var(--h-muted); font-size: 12px; line-height: 1.8; border-right: 2px solid transparent; }.ps-post-toc a:hover { color: var(--h-brand-ink); border-right-color: var(--h-brand); background: var(--h-soft); }.ps-post-toc .ps-toc-level-3 { padding-right: 32px; font-size: 11px; }
.ps-article-review { max-width: 780px; margin: 48px auto 10px; padding: 24px; display: flex; align-items: stretch; gap: 26px; border: 1px solid var(--h-line); border-radius: var(--h-radius); background: var(--h-soft); color: var(--h-ink); direction: rtl; text-align: start; }.ps-review-main { min-width: 0; display: flex; align-items: flex-start; gap: 16px; flex: 1; }.ps-review-avatar { width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; border-radius: 50%; background: var(--h-brand); color: #fff; font-size: 26px; font-weight: 850; }.ps-review-copy { min-width: 0; }.ps-review-copy > p { margin: 0; color: var(--h-muted); font-size: 13px; line-height: 1.9; }.ps-review-people { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }.ps-review-people > span { min-width: 118px; padding: 8px 11px; display: flex; flex-direction: column; gap: 1px; border: 1px solid var(--h-line); border-radius: 10px; background: #fff; }.ps-review-people small, .ps-review-meta small, .ps-review-role { color: var(--h-muted); font-size: 11px; line-height: 1.7; }.ps-review-people strong { font-size: 13px; line-height: 1.7; }.ps-review-role { display: block; margin-top: 8px; }.ps-review-meta { width: 180px; padding-inline-start: 24px; display: flex; flex: 0 0 180px; flex-direction: column; justify-content: center; gap: 12px; border-inline-start: 1px solid var(--h-line); white-space: nowrap; }.ps-review-meta > span { display: flex; flex-direction: column; gap: 3px; }.ps-review-meta :where(time, strong) { color: var(--h-ink); font-size: 12px; font-weight: 750; }

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 780px) {
  .ps-single-hero { padding: 42px 16px 48px !important; }.ps-single-hero-grid { display: flex; flex-direction: column; gap: 30px !important; }.ps-single-hero-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }.ps-single-featured { height: 235px; }.ps-single-layout { margin: 45px auto 80px !important; }.ps-post-summary { padding: 18px; font-size: 16px; }.ps-post-toc { position: static; margin-top: 8px; border: 1px solid var(--h-line); border-radius: 12px; }.ps-post-toc a { border-right: 0; border-bottom: 1px solid var(--h-line); }.ps-post-toc a:last-child { border-bottom: 0; }
  .ps-article-review { padding: 18px; flex-direction: column; gap: 18px; }.ps-review-main { gap: 12px; }.ps-review-avatar { width: 54px; height: 54px; flex-basis: 54px; }.ps-review-people > span { min-width: 105px; flex: 1; }.ps-review-meta { width: 100%; padding: 16px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-block-start: 1px solid var(--h-line); border-inline-start: 0; white-space: normal; }
  .ps-page-section { padding: 72px 16px; }
  .ps-page-hero { padding: 48px 16px 64px; }
  .ps-hero-title { font-size: 34px; }
  .ps-hero-desc { font-size: 15.5px; }
  .ps-hero-art { min-height: 320px; }
  .ps-card-grid { gap: 28px !important; }
  .ps-faq-list { grid-template-columns: minmax(0, 1fr); }
  .ps-term-row { grid-template-columns: minmax(0, 1fr) !important; gap: 6px; }
  .ps-bottom-cta { padding: 56px 16px 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-feature-link, .ps-blog-grid > .wp-block-post { transition: none; }
  .ps-feature-link:hover, .ps-blog-grid > .wp-block-post:hover { translate: none; }
}

/* ---------------------------------------------------------------- Icons
 * Ant Design outlined (MIT) and Simple Icons brand marks (CC0), drawn as masks so
 * they take the text colour. Cards get a tile above the title; inline rows get a
 * small glyph before the text. */
.ps-i-api{--ps-icon:url("icons/api.svg")} .ps-i-appstore{--ps-icon:url("icons/appstore.svg")} .ps-i-bg-colors{--ps-icon:url("icons/bg-colors.svg")} .ps-i-branches{--ps-icon:url("icons/branches.svg")} .ps-i-comment{--ps-icon:url("icons/comment.svg")} .ps-i-control{--ps-icon:url("icons/control.svg")} .ps-i-customer-service{--ps-icon:url("icons/customer-service.svg")} .ps-i-database{--ps-icon:url("icons/database.svg")} .ps-i-deployment-unit{--ps-icon:url("icons/deployment-unit.svg")} .ps-i-file-done{--ps-icon:url("icons/file-done.svg")} .ps-i-file-search{--ps-icon:url("icons/file-search.svg")} .ps-i-file-text{--ps-icon:url("icons/file-text.svg")} .ps-i-form{--ps-icon:url("icons/form.svg")} .ps-i-global{--ps-icon:url("icons/global.svg")} .ps-i-key{--ps-icon:url("icons/key.svg")} .ps-i-layout{--ps-icon:url("icons/layout.svg")} .ps-i-like{--ps-icon:url("icons/like.svg")} .ps-i-line-chart{--ps-icon:url("icons/line-chart.svg")} .ps-i-link{--ps-icon:url("icons/link.svg")} .ps-i-message{--ps-icon:url("icons/message.svg")} .ps-i-mobile{--ps-icon:url("icons/mobile.svg")} .ps-i-notification{--ps-icon:url("icons/notification.svg")} .ps-i-question-circle{--ps-icon:url("icons/question-circle.svg")} .ps-i-read{--ps-icon:url("icons/read.svg")} .ps-i-rollback{--ps-icon:url("icons/rollback.svg")} .ps-i-safety{--ps-icon:url("icons/safety.svg")} .ps-i-shopping{--ps-icon:url("icons/shopping.svg")} .ps-i-skin{--ps-icon:url("icons/skin.svg")} .ps-i-sync{--ps-icon:url("icons/sync.svg")} .ps-i-team{--ps-icon:url("icons/team.svg")} .ps-i-woocommerce{--ps-icon:url("icons/woocommerce.svg")} .ps-i-wordpress{--ps-icon:url("icons/wordpress.svg")}
.ps-i { position: relative; }
.ps-i::before, .ps-i::after { content: ''; position: absolute; inset-inline-start: 0; }
.ps-i::before { top: 0; width: 46px; height: 46px; border-radius: 13px; background: var(--h-brand-wash); }
.ps-i::after { top: 12px; inset-inline-start: 12px; width: 22px; height: 22px; background: var(--h-brand); -webkit-mask: var(--ps-icon) center / contain no-repeat; mask: var(--ps-icon) center / contain no-repeat; }
.ps-card.ps-i { padding-top: 62px !important; }
.ps-card-grid .ps-card.ps-i { padding-top: 88px !important; }
.ps-card-grid .ps-card.ps-i::before { top: 26px; }
.ps-card-grid .ps-card.ps-i::after { top: 38px; }
.ps-split .ps-card.ps-i, .ps-mini-grid .ps-card.ps-i, .ps-contact-aside .ps-card.ps-i { padding-top: 20px !important; padding-inline-start: 64px !important; }
.ps-split .ps-card.ps-i::before, .ps-contact-aside .ps-card.ps-i::before { top: 20px; inset-inline-start: 0; }
.ps-split .ps-card.ps-i::before { inset-inline-start: 16px; width: 36px; height: 36px; border-radius: 10px; }
.ps-split .ps-card.ps-i::after { top: 28px; inset-inline-start: 24px; width: 20px; height: 20px; }
.ps-contact-aside .ps-card.ps-i::after { top: 32px; }
.ps-mini-grid .ps-card.ps-i { padding: 46px 10px 12px !important; }
.ps-mini-grid .ps-card.ps-i::before { top: 10px; inset-inline-start: 10px; width: 28px; height: 28px; border-radius: 8px; }
.ps-mini-grid .ps-card.ps-i::after { top: 16px; inset-inline-start: 16px; width: 16px; height: 16px; }
.ps-feature-link.ps-i { min-height: 250px; padding: 26px 28px !important; display: flex; flex-direction: column; text-align: start; }
.ps-feature-link.ps-i::before { top: 25px; inset-inline-start: 28px; width: 44px; height: 44px; border-radius: 12px; }
.ps-feature-link.ps-i::after { top: 36px; inset-inline-start: 39px; width: 22px; height: 22px; }
.ps-feature-link.ps-i h3 { min-height: 44px; margin: 0 0 13px; padding-inline-start: 60px; display: flex; align-items: center; font-size: 21px; text-align: start; }
.ps-feature-link.ps-i > p { margin: 0; text-align: start; }
.ps-feature-link.ps-i > .wp-block-buttons { margin-top: auto; padding-top: 20px; }
.ps-feature-link.ps-i::after { display: block !important; }
.ps-feature-link.ps-i-wordpress::before { background: #21759b; }
.ps-feature-link.ps-i-wordpress::after { background: #fff; }
.ps-feature-link.ps-i { transition: border-color .3s, translate .4s var(--h-ease), box-shadow .4s var(--h-ease); }
.ps-feature-link.ps-i:hover::before { scale: 1.06; }
.ps-feature-link.ps-i::before { transition: scale .4s var(--h-ease); }
.ps-feature-link .ps-feature-icon { width: 42px; height: 42px; margin: 0 0 18px; display: block; position: relative; flex: none; border-radius: 11px; background: var(--h-brand-wash); }
.ps-feature-link .ps-feature-icon::after { content: ''; position: absolute; inset: 10px; background: var(--h-brand); -webkit-mask: var(--ps-icon) center / contain no-repeat; mask: var(--ps-icon) center / contain no-repeat; }
.ps-feature-link .ps-feature-icon + h3 { min-height: 0; margin: 0 0 11px; padding: 0; display: block; font-size: 21px; text-align: start; }
.ps-feature-link:has(.ps-feature-icon) { min-height: 250px; padding: 27px 28px !important; display: flex; flex-direction: column; text-align: start; }
.ps-feature-link:has(.ps-feature-icon) > p { margin: 0; text-align: start; }
.ps-feature-link:has(.ps-feature-icon) > .wp-block-buttons { margin-top: auto; padding-top: 20px; }
.ps-feature-link .ps-feature-icon.ps-i-wordpress { background: #21759b; }
.ps-feature-link .ps-feature-icon.ps-i-wordpress::after { background: #fff; }

.ps-li { position: relative; padding-inline-start: 30px !important; }
.ps-li::before { content: ''; position: absolute; inset-inline-start: 10px; top: 50%; width: 15px; height: 15px; translate: 0 -50%; background: currentColor; -webkit-mask: var(--ps-icon) center / contain no-repeat; mask: var(--ps-icon) center / contain no-repeat; opacity: .8; }
.ps-knowledge-row.ps-li { padding-inline-start: 38px !important; }
.ps-knowledge-row.ps-li::before { inset-inline-start: 14px; color: var(--h-brand); background: var(--h-brand); }
.ps-flow-canvas .ps-li { padding-inline-start: 12px !important; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ps-flow-canvas .ps-li::before { position: static; translate: none; flex: none; }

/* WordPress hero: the real marks, connected to Pulsia. */
.ps-wp-connect { width: 100%; max-width: 440px; display: grid; gap: 14px; }
.ps-wp-sources { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ps-logo { position: relative; display: flex; align-items: center; gap: 12px; margin: 0; padding: 16px 18px; border: 1px solid var(--h-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 40px -28px #14356b55; color: var(--h-ink); font-size: 16px; font-weight: 800; }
.ps-logo::before { content: ''; flex: none; width: 40px; height: 40px; border-radius: 11px; background: var(--brand); }
.ps-logo::after { content: ''; position: absolute; top: 50%; inset-inline-start: 26px; width: 24px; height: 24px; translate: 0 -50%; background: var(--ink, #fff); -webkit-mask: var(--ps-logo) center / contain no-repeat; mask: var(--ps-logo) center / contain no-repeat; }
.ps-logo-wordpress { --brand: #21759b; --ps-logo: url("icons/wordpress.svg"); }
.ps-logo-woocommerce { --brand: #7f54b3; --ps-logo: url("icons/woocommerce.svg"); }
.ps-logo-woocommerce::after { width: 38px; height: 38px; inset-inline-start: 19px; }
.ps-logo-pulsia { --brand: var(--h-brand-wash); --ink: var(--h-brand); --ps-logo: url("pulsia-mark.svg"); }
.ps-wp-link { position: relative; isolation: isolate; margin: 0; padding: 6px 0; text-align: center; color: var(--h-muted); font-size: 12px; font-weight: 700; }
.ps-wp-link::before { content: ''; position: absolute; z-index: -1; inset-inline-start: 50%; top: -8px; bottom: -8px; border-inline-start: 2px dashed #b9d3fb; }
.ps-wp-link span, .ps-wp-link { text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff; }
.ps-wp-target { padding: 6px 18px 14px; border: 1px solid var(--h-line); border-radius: 18px; background: #fff; box-shadow: var(--h-shadow); }
.ps-wp-target .ps-logo { padding: 12px 0; margin-bottom: 6px; border: 0; border-bottom: 1px solid var(--h-line); border-radius: 0; box-shadow: none; }
.ps-wp-target .ps-logo::after { inset-inline-start: 8px; }
.ps-wp-target .ps-li { margin: 0; padding-block: 8px; padding-inline-start: 28px !important; color: var(--h-ink-2); font-size: 14px; }
.ps-wp-target .ps-li::before { inset-inline-start: 4px; background: var(--h-brand); }
@media (prefers-reduced-motion: no-preference) {
  .ps-wp-link::after { content: ''; position: absolute; inset-inline-start: calc(50% - 3px); top: -6px; width: 8px; height: 8px; border-radius: 50%; background: var(--h-brand); animation: ps-flow 2.4s var(--h-ease) infinite; }
  @keyframes ps-flow { from { translate: 0 0; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } to { translate: 0 36px; opacity: 0; } }
}

/* Pricing: the plans are the hero. */
.ps-pricing-top { padding-top: 72px !important; background: radial-gradient(60% 50% at 18% 0%, #eef4ff 0%, #fff 70%) !important; }
.ps-pricing-top > .ps-hero-title, .ps-pricing-top > .ps-hero-desc { max-width: 1160px; margin-inline: auto !important; }
.ps-pricing-top > .ps-hero-desc { margin-bottom: 40px; }
