:root {
  --pw-ink: #07162f;
  --pw-muted: #5d6b82;
  --pw-line: #dce6f5;
  --pw-blue: #315cf4;
  --pw-violet: #7048f5;
  --pw-cyan: #12b8c5;
  --pw-panel: #f7f9ff;
}

.pw-eyebrow {
  margin: 0 0 12px;
  color: #7ee9ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.pw-eyebrow--dark { color: #315cf4; }

.pw-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 32px;
  background: #06142d;
  box-shadow: 0 28px 70px rgba(7, 22, 47, .22);
  color: #fff;
}

.pw-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 13, 34, .98) 0%, rgba(5, 22, 53, .92) 48%, rgba(5, 19, 47, .2) 100%);
}

.pw-hero__media {
  position: absolute;
  inset: 0;
  background: url("../images/hero-utiltok-video.webp") 68% center / cover no-repeat;
  transform: scale(1.02);
}

.pw-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  max-width: 780px;
  padding: 64px 58px;
}

.pw-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.45rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.pw-hero h1 span { color: #72e7ff; }
.pw-hero__content > p:not(.pw-eyebrow) { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.13rem; line-height: 1.8; }
.pw-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pw-btn:hover { transform: translateY(-2px); }
.pw-btn--primary { background: linear-gradient(135deg, #3d67ff, #7950f5); box-shadow: 0 12px 28px rgba(61,103,255,.28); color: #fff !important; }
.pw-btn--ghost { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff !important; backdrop-filter: blur(8px); }
.pw-btn--soft { border-color: #cbd8ee; background: #eff4ff; color: #234dc4 !important; }
.pw-btn--dark { background: #07162f; color: #fff !important; }
.pw-btn--danger { min-height: 38px; padding: 8px 14px; border-color: #ffd0d4; background: #fff1f2; color: #b42334 !important; }
button.pw-btn { cursor: pointer; }
button.pw-btn:disabled { cursor: wait; opacity: .62; transform: none; }

.pw-hero__proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 700; }
.pw-hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
.pw-hero__proof i { color: #72e7ff; }

.pw-section { padding: 86px 0 18px; }
.pw-section--tight { padding-top: 20px; }
.pw-section--panel { margin-top: 68px; padding: 58px 48px; border: 1px solid rgba(206,218,239,.88); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(7,22,47,.08); }
.pw-section__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.pw-section__head h2, .pw-landing h2, .pw-dashboard-head h2 { margin: 0; color: var(--pw-ink); font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 900; letter-spacing: -.04em; }
.pw-section__head > p, .pw-section__head > div > p:last-child { max-width: 530px; margin: 0; color: var(--pw-muted); line-height: 1.75; }
.pw-section__head--center { justify-content: center; text-align: center; }

.pw-workflow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pw-workflow-card { overflow: hidden; border: 1px solid var(--pw-line); border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(7,22,47,.08); }
.pw-workflow-card__image { height: 170px; background-position: center; background-size: cover; }
.pw-workflow-card__body { position: relative; padding: 34px 28px 30px; }
.pw-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 15px; background: linear-gradient(135deg, #315cf4, #7048f5); box-shadow: 0 10px 24px rgba(49,92,244,.22); color: #fff; font-size: 1.25rem; }
.pw-workflow-card h3, .pw-tool-groups h3, .pw-trust-grid h3, .pw-solution-grid h3 { margin: 0 0 12px; color: var(--pw-ink); font-size: 1.2rem; font-weight: 900; line-height: 1.35; }
.pw-workflow-card p, .pw-trust-grid p, .pw-solution-grid p { min-height: 74px; margin: 0 0 22px; color: var(--pw-muted); line-height: 1.7; }
.pw-workflow-card a, .pw-solution-grid a { color: #315cf4; font-weight: 800; }
.pw-workflow-card--cyan .pw-icon { background: linear-gradient(135deg, #12b8c5, #315cf4); }
.pw-workflow-card--blue .pw-icon { background: linear-gradient(135deg, #315cf4, #19a7ce); }

.pw-process { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.pw-process li { position: relative; min-height: 170px; padding: 25px 22px; border: 1px solid var(--pw-line); border-radius: 20px; background: #fff; }
.pw-process li:not(:last-child)::after { position: absolute; top: 48%; right: -14px; z-index: 2; width: 26px; height: 26px; border-radius: 50%; background: #315cf4; color: #fff; content: "›"; font-size: 21px; line-height: 23px; text-align: center; }
.pw-process span { display: block; margin-bottom: 22px; color: #315cf4; font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.pw-process strong { display: block; margin-bottom: 9px; color: var(--pw-ink); font-size: 1rem; }
.pw-process p { margin: 0; color: var(--pw-muted); font-size: .88rem; line-height: 1.6; }

.pw-transform-grid { display: grid; gap: 16px; }
.pw-transform-grid article { display: grid; grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr); align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--pw-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(7,22,47,.06); }
.pw-transform-grid__before, .pw-transform-grid__after { display: grid; grid-template-columns: 44px 1fr; gap: 2px 15px; align-items: center; min-width: 0; padding: 18px 20px; border-radius: 16px; }
.pw-transform-grid__before { background: #f2f5fa; color: #47556c; }
.pw-transform-grid__after { background: linear-gradient(135deg,#edf5ff,#f1efff); color: var(--pw-ink); }
.pw-transform-grid__before > span, .pw-transform-grid__after > span { grid-column: 2; color: #6b7a91; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.pw-transform-grid__before > i, .pw-transform-grid__after > i { grid-row: 1 / span 3; align-self: center; color: #315cf4; font-size: 1.7rem; text-align: center; }
.pw-transform-grid strong, .pw-transform-grid small { grid-column: 2; min-width: 0; }
.pw-transform-grid strong { overflow-wrap: anywhere; font-size: .98rem; }
.pw-transform-grid small { color: var(--pw-muted); }
.pw-transform-grid__arrow { color: #315cf4; text-align: center; }

.pw-solution-strip { display: flex; align-items: center; justify-content: space-between; gap: 48px; margin-top: 78px; padding: 58px; border-radius: 28px; background: linear-gradient(125deg, #07162f, #122d67 58%, #3632a3); color: #fff; }
.pw-solution-strip h2 { margin: 0 0 12px; color: #fff; font-size: 2rem; font-weight: 900; }
.pw-solution-strip p:not(.pw-eyebrow) { margin: 0; color: rgba(255,255,255,.72); }
.pw-solution-strip__links { display: grid; min-width: 310px; gap: 10px; }
.pw-solution-strip__links a { padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.07); color: #fff; font-weight: 700; }

.pw-pricing-teaser { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 54px; }
.pw-pricing-teaser h2 { margin-bottom: 10px; color: var(--pw-ink); font-size: 2rem; font-weight: 900; }
.pw-pricing-teaser p:not(.pw-eyebrow) { max-width: 720px; color: var(--pw-muted); }

.pw-workflow-intro { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 440px; overflow: hidden; border: 1px solid var(--pw-line); border-radius: 28px; background: #fff; box-shadow: 0 20px 55px rgba(7,22,47,.1); }
.pw-workflow-intro > div:first-child { padding: 54px; }
.pw-workflow-intro h2 { margin: 0 0 16px; color: var(--pw-ink); font-size: 2.5rem; font-weight: 900; letter-spacing: -.04em; }
.pw-workflow-intro > div > p:not(.pw-eyebrow):not(.pw-notice) { color: var(--pw-muted); font-size: 1.02rem; line-height: 1.75; }
.pw-workflow-intro__image { min-height: 360px; background-position: center; background-size: cover; }
.pw-spec-list { display: grid; gap: 0; margin: 28px 0; border-top: 1px solid var(--pw-line); }
.pw-spec-list > div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--pw-line); }
.pw-spec-list dt { color: #315cf4; font-weight: 800; }
.pw-spec-list dd { margin: 0; color: var(--pw-ink); }

.pw-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 58px; }
.pw-trust-grid article { padding: 30px 26px; border: 1px solid var(--pw-line); border-radius: 20px; background: #fff; }
.pw-trust-grid i { margin-bottom: 20px; color: #315cf4; font-size: 1.4rem; }
.pw-trust-grid p { min-height: 0; margin: 0; }
.pw-trust-grid--compact { margin-top: 0; }

.pw-case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.pw-case-grid article { display: flex; flex-direction: column; min-width: 0; padding: 30px 27px; border: 1px solid var(--pw-line); border-radius: 22px; background: #fff; }
.pw-case-grid span { margin-bottom: 18px; color: #315cf4; font-size: .76rem; font-weight: 900; letter-spacing: .04em; }
.pw-case-grid h3 { margin: 0 0 12px; color: var(--pw-ink); font-size: 1.15rem; font-weight: 900; line-height: 1.45; }
.pw-case-grid p { flex: 1; margin: 0 0 22px; color: var(--pw-muted); line-height: 1.7; }
.pw-case-grid a { color: #315cf4; font-weight: 800; }

.pw-home-more { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-top: 30px; padding-bottom: 72px; }
.pw-home-more h2 { margin: 0 0 10px; color: var(--pw-ink); font-size: 1.7rem; font-weight: 900; }
.pw-home-more p:not(.pw-eyebrow) { max-width: 680px; margin: 0; color: var(--pw-muted); line-height: 1.7; }
.pw-home-more__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.pw-home-more__links a { padding: 11px 15px; border: 1px solid var(--pw-line); border-radius: 12px; background: #fff; color: #243957; font-weight: 800; }

.pw-tool-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.pw-tool-groups article { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--pw-line); border-radius: 22px; background: #fff; }
.pw-tool-groups a { padding: 12px 2px; border-bottom: 1px solid #edf2fa; color: #33425b; font-weight: 700; }

.pw-solution-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.pw-solution-grid article { padding: 34px; border: 1px solid var(--pw-line); border-radius: 22px; background: #fff; }
.pw-solution-grid article > span { display: block; margin-bottom: 24px; color: #315cf4; font-weight: 900; }
.pw-solution-grid p { min-height: 52px; }

.pw-landing__lead { max-width: 900px; margin: 18px auto 0; text-align: center; }
.pw-landing__lead > p:not(.pw-eyebrow) { margin: 20px auto 28px; color: var(--pw-muted); font-size: 1.08rem; line-height: 1.8; }
.pw-landing__audience { display: flex; align-items: center; justify-content: center; gap: 18px; max-width: 760px; margin: 38px auto 0; padding: 18px 24px; border: 1px solid var(--pw-line); border-radius: 16px; background: #fff; }
.pw-landing__audience span { color: #315cf4; font-weight: 800; }
.pw-faq { max-width: 880px; margin: 82px auto 20px; }
.pw-faq h2 { margin-bottom: 24px; }
.pw-faq details { padding: 20px 22px; border-bottom: 1px solid var(--pw-line); background: #fff; }
.pw-faq summary { cursor: pointer; color: var(--pw-ink); font-weight: 800; }
.pw-faq details p { margin: 14px 0 0; color: var(--pw-muted); line-height: 1.7; }

.pw-pricing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.pw-pricing-grid--compact { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 22px; }
.pw-price-card { position: relative; display: flex; flex-direction: column; padding: 32px 25px; border: 1px solid var(--pw-line); border-radius: 22px; background: #fff; }
.pw-price-card--featured { border: 2px solid #5b59f2; box-shadow: 0 18px 44px rgba(65,80,220,.17); transform: translateY(-8px); }
.pw-price-card__badge { position: absolute; top: -14px; left: 50%; padding: 6px 13px; border-radius: 20px; background: #5b59f2; color: #fff; font-size: .67rem; font-weight: 900; transform: translateX(-50%); }
.pw-price-card__tier { margin: 0 0 7px; color: #315cf4; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.pw-price-card h3 { margin: 0 0 10px; color: var(--pw-ink); font-size: 1.45rem; font-weight: 900; }
.pw-price-card > p:not(.pw-price-card__tier) { min-height: 64px; color: var(--pw-muted); font-size: .88rem; line-height: 1.55; }
.pw-price-card__price { min-height: 65px; margin: 22px 0; }
.pw-price-card__price strong { color: var(--pw-ink); font-size: 2rem; }
.pw-price-card__price span { margin-left: 4px; color: var(--pw-muted); font-size: .8rem; }
.pw-price-card ul { flex: 1; margin: 0 0 26px; padding: 0; list-style: none; }
.pw-price-card li { position: relative; padding: 8px 0 8px 20px; color: #3f4d63; font-size: .86rem; }
.pw-price-card li::before { position: absolute; left: 0; color: #18a999; content: "✓"; font-weight: 900; }
.pw-policy-note { margin: 24px 0 0; color: var(--pw-muted); font-size: .82rem; text-align: center; }

.pw-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding: 34px 38px; border: 1px solid var(--pw-line); border-radius: 24px; background: #fff; }
.pw-dashboard-head > div:first-child > p:not(.pw-eyebrow) { margin: 10px 0 0; color: var(--pw-muted); }
.pw-balance { min-width: 205px; padding: 20px 24px; border-radius: 18px; background: linear-gradient(135deg,#07162f,#273b89); color: #fff; text-align: right; }
.pw-balance span, .pw-balance small { display: block; color: rgba(255,255,255,.7); }
.pw-balance strong { display: block; margin: 3px 0; font-size: 2rem; }
.pw-dashboard-nav { display: flex; gap: 8px; margin: 0 0 24px; padding: 8px; overflow-x: auto; border: 1px solid var(--pw-line); border-radius: 16px; background: #fff; }
.pw-dashboard-nav a { flex: 0 0 auto; padding: 10px 18px; border-radius: 10px; color: #506078; font-weight: 800; }
.pw-dashboard-nav a.active { background: #315cf4; color: #fff; }
.pw-quick-start { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 24px; }
.pw-quick-start a { display: flex; align-items: center; gap: 13px; padding: 18px 20px; border: 1px solid var(--pw-line); border-radius: 16px; background: #fff; color: var(--pw-ink); font-weight: 800; }
.pw-quick-start i { color: #315cf4; font-size: 1.2rem; }
.pw-job-panel { margin-bottom: 24px; padding: 28px; border: 1px solid var(--pw-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(7,22,47,.06); }
.pw-job-panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.pw-job-panel__head h2 { margin: 0; color: var(--pw-ink); font-size: 1.25rem; font-weight: 900; }
.pw-job-panel__head span { color: var(--pw-muted); font-size: .8rem; }
.pw-job-filters { display: flex; gap: 7px; margin: -4px 0 18px; padding-bottom: 3px; overflow-x: auto; }
.pw-job-filters a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid #d7e1f2; border-radius: 999px; background: #f8faff; color: #506078; font-size: .8rem; font-weight: 800; }
.pw-job-filters a.active { border-color: #315cf4; background: #315cf4; color: #fff; }
.pw-job-list, .pw-ledger-list { display: grid; gap: 9px; }
.pw-job-list article, .pw-ledger-list article { display: grid; grid-template-columns: 94px 1fr auto; align-items: center; gap: 16px; padding: 15px; border: 1px solid #e6edf8; border-radius: 14px; background: #fbfcff; }
.pw-job-list article div > strong, .pw-ledger-list article div > strong { display: block; color: var(--pw-ink); }
.pw-job-list small, .pw-ledger-list small { display: block; margin-top: 4px; color: var(--pw-muted); }
.pw-status, .pw-ledger-type { display: inline-flex; justify-content: center; padding: 6px 9px; border-radius: 20px; background: #e8efff; color: #315cf4; font-size: .72rem; font-weight: 900; }
.pw-status--succeeded { background: #dcf8ef; color: #087d66; }
.pw-status--failed, .pw-status--canceled { background: #ffebec; color: #bd3240; }
.pw-status--running { background: #e5f7ff; color: #087ca4; }
.pw-job-usage { text-align: right; }
.pw-job-usage span, .pw-job-usage strong { display: block; font-size: .8rem; }
.pw-job-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.pw-job-actions .pw-btn { min-height: 36px; padding: 7px 12px; font-size: .78rem; }
.pw-empty { padding: 54px 20px; color: var(--pw-muted); text-align: center; }
.pw-empty i { margin-bottom: 15px; color: #6d79e9; font-size: 2rem; }
.pw-empty h3 { color: var(--pw-ink); }
.pw-usage-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 24px; }
.pw-usage-summary article { padding: 24px; border: 1px solid var(--pw-line); border-radius: 18px; background: #fff; }
.pw-usage-summary span { display: block; color: var(--pw-muted); }
.pw-usage-summary strong { display: block; margin-top: 8px; color: var(--pw-ink); font-size: 1.7rem; }
.pw-billing-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 24px; padding: 38px; border-radius: 24px; background: linear-gradient(135deg,#eff4ff,#fff); border: 1px solid var(--pw-line); }
.pw-billing-card h2 { color: var(--pw-ink); font-weight: 900; }
.pw-billing-card__meta { display: grid; min-width: 270px; gap: 10px; }
.pw-billing-card__meta span { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--pw-line); color: var(--pw-muted); }
.pw-billing-card__meta strong { color: var(--pw-ink); }
.pw-notice { padding: 24px; border: 1px solid #c8d8f6; border-radius: 18px; background: #eef4ff; color: #33425b; }
.pw-member-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.pw-member-list > div { display: flex; justify-content: space-between; padding: 14px; border: 1px solid var(--pw-line); border-radius: 12px; }
.pw-member-list span { color: var(--pw-muted); font-size: .82rem; }
.pw-inline-form { display: grid; grid-template-columns: minmax(200px,1fr) minmax(150px,.5fr) auto; align-items: end; gap: 12px; margin: 8px 0 20px; }
.pw-inline-form--short { grid-template-columns: minmax(220px,1fr) auto; }
.pw-inline-form label, .pw-inline-form label span { display: block; }
.pw-inline-form label span { margin-bottom: 6px; color: var(--pw-muted); font-size: .8rem; font-weight: 800; }
.pw-inline-form input, .pw-inline-form select, .pw-member-row select { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid #cbd8ee; border-radius: 10px; background: #fff; color: var(--pw-ink); }
.pw-form-message { margin: 10px 0; color: #315cf4; overflow-wrap: anywhere; }
.pw-member-table { display: grid; gap: 9px; }
.pw-member-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(110px,auto) auto; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--pw-line); border-radius: 13px; background: #fbfcff; }
.pw-member-row strong, .pw-member-row small { display: block; }
.pw-member-row small, .pw-member-row > span { margin-top: 4px; color: var(--pw-muted); font-size: .8rem; }
.pw-secret { margin: 14px 0; padding: 16px; overflow-x: auto; border: 1px solid #bfd1f4; border-radius: 12px; background: #07162f; color: #dff7ff; white-space: pre-wrap; overflow-wrap: anywhere; }
.pw-team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.pw-team-grid a { padding: 18px; border: 1px solid var(--pw-line); border-radius: 14px; background: #fbfcff; color: var(--pw-ink); }
.pw-team-grid strong, .pw-team-grid span { display: block; }
.pw-team-grid span { margin-top: 6px; color: var(--pw-muted); font-size: .82rem; }
.pw-preflight { margin: 10px 0 14px; padding: 10px 13px; border: 1px solid #c8d8f6; border-radius: 10px; background: #eef4ff; color: #29436f; font-size: .84rem; }
.pw-result-panel { max-width: 820px; margin: 35px auto; padding: 48px; text-align: center; }
.pw-result-panel h1 { color: var(--pw-ink); font-weight: 900; }
.pw-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }

@media (max-width: 991px) {
  .pw-workflow-grid, .pw-tool-groups { grid-template-columns: 1fr; }
  .pw-workflow-card { display: grid; grid-template-columns: 240px 1fr; }
  .pw-workflow-card__image { height: 100%; min-height: 220px; }
  .pw-pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pw-workflow-intro { grid-template-columns: 1fr; }
  .pw-workflow-intro__image { min-height: 250px; order: -1; }
  .pw-solution-strip { align-items: stretch; flex-direction: column; }
  .pw-solution-strip__links { min-width: 0; }
  .pw-case-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .pw-hero { min-height: 540px; border-radius: 22px; }
  .pw-hero::after { background: linear-gradient(180deg,rgba(3,13,34,.86),rgba(3,13,34,.98)); }
  .pw-hero__media { background-position: 68% center; opacity: .58; }
  .pw-hero__content { justify-content: flex-end; min-height: 540px; padding: 40px 23px 34px; }
  .pw-hero h1 { font-size: 2.25rem !important; }
  .pw-hero__content > p:not(.pw-eyebrow) { font-size: .94rem; line-height: 1.65; }
  .pw-hero__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .pw-hero__actions .pw-btn--primary { grid-column: 1 / -1; }
  .pw-hero__proof { gap: 9px; font-size: .68rem; }
  .pw-section { padding-top: 56px; }
  .pw-section--panel { margin-top: 50px; padding: 32px 18px; border-radius: 21px; }
  .pw-section__head { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 24px; }
  .pw-section__head h2, .pw-landing h2, .pw-dashboard-head h2 { font-size: 1.7rem !important; }
  .pw-workflow-card { display: block; border-radius: 20px; }
  .pw-workflow-card__image { min-height: 0; height: 150px; }
  .pw-workflow-card__body { padding: 27px 22px; }
  .pw-workflow-card p { min-height: 0; }
  .pw-process { grid-template-columns: 1fr; }
  .pw-process li { min-height: 0; }
  .pw-process li:not(:last-child)::after { top: auto; right: 50%; bottom: -14px; transform: translateX(50%) rotate(90deg); }
  .pw-transform-grid article { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  .pw-transform-grid__before, .pw-transform-grid__after { padding: 16px; }
  .pw-transform-grid__arrow { transform: rotate(90deg); }
  .pw-solution-strip { margin-top: 56px; padding: 34px 22px; border-radius: 22px; }
  .pw-solution-strip h2, .pw-pricing-teaser h2 { font-size: 1.55rem; }
  .pw-pricing-teaser { align-items: stretch; flex-direction: column; }
  .pw-pricing-teaser .pw-btn { width: 100%; }
  .pw-workflow-intro { border-radius: 22px; }
  .pw-workflow-intro > div:first-child { padding: 30px 22px; }
  .pw-workflow-intro h2 { font-size: 1.75rem; }
  .pw-spec-list > div { grid-template-columns: 1fr; gap: 4px; }
  .pw-workflow-intro .pw-btn { width: 100%; margin-bottom: 8px; }
  .pw-trust-grid, .pw-solution-grid, .pw-pricing-grid { grid-template-columns: 1fr; }
  .pw-price-card--featured { transform: none; }
  .pw-landing__audience { align-items: flex-start; flex-direction: column; gap: 3px; }
  .pw-dashboard-head, .pw-billing-card { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .pw-balance { min-width: 0; text-align: left; }
  .pw-quick-start { grid-template-columns: 1fr; }
  .pw-job-panel { padding: 20px 15px; }
  .pw-job-list article, .pw-ledger-list article { grid-template-columns: 1fr; gap: 8px; }
  .pw-job-usage { text-align: left; }
  .pw-usage-summary { grid-template-columns: 1fr; }
  .pw-member-list { grid-template-columns: 1fr; }
  .pw-pricing-grid--compact, .pw-team-grid { grid-template-columns: 1fr; }
  .pw-inline-form { grid-template-columns: 1fr; }
  .pw-member-row { grid-template-columns: 1fr; align-items: stretch; }
  .pw-job-actions { justify-content: flex-start; flex-wrap: wrap; }
  .pw-result-panel { padding: 30px 18px; }
  .pw-home-more { align-items: stretch; flex-direction: column; padding-bottom: 48px; }
  .pw-home-more__links { justify-content: flex-start; }
  .pw-home-more__links a { flex: 1 1 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .pw-btn { transition: none; }
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #18c7e7 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 4px rgba(24, 199, 231, 0.2) !important;
}

.menu-toggle,
.opener {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
