html.pl26-home,
html.pl26-home body {
  background: #eef3f8;
  color: #101828;
}

html.pl26-home .topbar {
  display: none;
}

html.pl26-home .site-main {
  padding: 0;
}

.pl26-route-cover {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  overflow: hidden;
  pointer-events: none;
  background: #eef3f8;
  color: #101828;
  opacity: 0;
  transition: opacity 90ms linear;
  contain: layout paint style;
}

.pl26-route-cover.is-on {
  opacity: 1;
}

.pl26-route-cover[hidden] {
  display: none !important;
}

.pl26-route-cover__shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #eef3f8;
  transform-origin: top left;
}

.pl26-route-cover__shell--home .pl26-app {
  width: min(1760px, calc(100% - 44px));
  margin: 18px auto 48px;
}

.pl26-route-cover * {
  animation-play-state: paused !important;
  transition-duration: 0s !important;
}

html.pl26-route-transition body {
  cursor: progress;
}

/* Reserve viewport height on the (briefly empty) SPA-mounted .home-page so the
   footer doesn't paint near the fold and then get pushed down once the landing
   fills in — that footer jump was the bulk of the residual CLS. */
.home-page {
  min-height: 100vh;
}

.home-page--2026 {
  width: min(1760px, calc(100% - 44px));
  margin: 18px auto 48px;
  color: #101828;
}

.home-page--2026 *,
.home-page--2026 *::before,
.home-page--2026 *::after {
  box-sizing: border-box;
}

.pl26-app {
  display: grid;
  gap: 14px;
  padding: 18px 28px 14px;
  border: 1px solid #dce4ef;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
}

.pl26-app svg {
  display: block;
  width: 20px;
  height: 20px;
}

.pl26-app-head {
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
}

.pl26-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  color: #101828;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.pl26-logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(145deg, #060a12 0%, #111827 100%);
  color: #35d7ff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(125, 231, 255, 0.3), 0 10px 22px rgba(7, 17, 31, 0.18);
}

.pl26-search {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 12px 0 16px;
  border: 1px solid #e1e7f0;
  border-radius: 10px;
  background: #fff;
  color: #667085;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.pl26-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 12px;
  background: transparent;
  color: #101828;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
}

.pl26-search input::placeholder {
  color: #7a8598;
}

.pl26-search kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid #dfe6f1;
  border-radius: 8px;
  background: #f8fafc;
  color: #69758a;
  font-size: 12px;
  font-weight: 850;
  font-family: inherit;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.06);
}

.pl26-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pl26-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #e1e7f0;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pl26-proof-pill svg {
  width: 18px;
  height: 18px;
  color: #111827;
}

.pl26-proof-pill i,
.pl26-trustbar i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.pl26-menu {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #101828;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pl26-menu:hover,
.pl26-menu.is-open {
  background: #f3f7ff;
  color: #2362ff;
  box-shadow: inset 0 0 0 1px rgba(35, 98, 255, 0.2);
}

.pl26-menu-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.pl26-menu-panel.is-open {
  display: grid;
}

.pl26-menu-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.pl26-menu-grid a,
.pl26-menu-featured a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #e5ebf4;
  border-radius: 10px;
  background: #fff;
  color: #202938;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.pl26-menu-grid a:hover,
.pl26-menu-featured a:hover {
  border-color: rgba(35, 98, 255, 0.3);
  color: #2362ff;
  background: #f8fbff;
}

.pl26-menu-grid svg,
.pl26-menu-featured svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.pl26-menu-grid span,
.pl26-menu-featured span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pl26-menu-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 470px;
}

.pl26-menu-featured a {
  min-height: 34px;
  padding: 0 11px;
  color: #536176;
  font-size: 12px;
}

.pl26-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
  min-height: 56px;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.pl26-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
  color: #202938;
  font-size: 15px;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
}

.pl26-tab + .pl26-tab {
  border-left: 1px solid #edf1f6;
}

.pl26-tab svg {
  width: 21px;
  height: 21px;
  color: #222b3a;
}

.pl26-tab.is-active {
  color: #2362ff;
}

.pl26-tab.is-active svg {
  color: #2362ff;
}

.pl26-tab.is-active::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #2362ff;
}

.pl26-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.64fr) minmax(620px, 1.36fr);
  gap: 22px;
  min-height: 0;
  padding: 18px 18px 10px 34px;
  border: 2px dashed rgba(69, 113, 255, 0.42);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
}

.pl26-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.pl26-hero h1 {
  margin: 0;
  color: #0d1422;
  font-size: clamp(2.55rem, 3.05vw, 3.35rem);
  font-weight: 950;
  letter-spacing: -0.034em;
  line-height: 1.06;
}

.pl26-hero h1 span {
  color: #2362ff;
}

.pl26-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 16px 0 17px;
  list-style: none;
}

.pl26-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 14px;
  font-weight: 820;
}

.pl26-hero-trust li + li {
  padding-left: 18px;
  border-left: 1px solid #e4e9f2;
}

.pl26-hero-trust svg {
  width: 22px;
  height: 22px;
  color: #1f2937;
}

.pl26-hero-trust li:first-child svg {
  color: #22c55e;
}

.pl26-drop {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 10px 20px;
  width: min(460px, 100%);
  min-height: 152px;
  padding: 17px 24px;
  border: 2px dashed rgba(69, 113, 255, 0.28);
  border-radius: 20px;
  background: #fff;
  color: #101828;
  text-align: left;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.04);
}

.pl26-drop.is-over {
  border-color: #2362ff;
  background: #f6f9ff;
}

.pl26-drop:hover,
.pl26-drop.is-open {
  border-color: rgba(35, 98, 255, 0.52);
  background: #f8fbff;
}

.pl26-drop-panel {
  display: none;
  width: min(460px, 100%);
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.pl26-drop-panel.is-open {
  display: grid;
  gap: 12px;
}

.pl26-drop-panel-head {
  display: grid;
  gap: 3px;
}

.pl26-drop-panel-head strong {
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.pl26-drop-panel-head span {
  color: #667085;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.pl26-drop-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pl26-drop-action,
.pl26-drop-options a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid #e4ebf4;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font: inherit;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
}

.pl26-drop-action:hover,
.pl26-drop-options a:hover,
.pl26-drop-options a.is-suggested {
  border-color: rgba(35, 98, 255, 0.36);
  background: #f4f8ff;
  color: #2362ff;
}

.pl26-drop-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pl26-drop-options svg,
.pl26-drop-action svg {
  width: 17px;
  height: 17px;
}

.pl26-drop-plus {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1764ff;
  color: #fff;
  font-size: 39px;
  font-weight: 380;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(35, 98, 255, 0.25);
}

.pl26-drop-copy strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.pl26-drop-copy span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 15px;
  font-weight: 650;
}

.pl26-drop-upload {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e3e9f2;
  border-radius: 12px;
  background: #fff;
  color: #344054;
}

.pl26-source-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 8px;
}

.pl26-source-row i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e3e9f2;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-style: normal;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.pl26-source-row svg {
  width: 22px;
  height: 22px;
}

.pl26-editor {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  min-width: 0;
  min-height: 370px;
  border-radius: 18px;
  background: #090f18;
  color: #e5edf7;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.26);
  overflow: hidden;
}

.pl26-editor--exact {
  display: block;
  align-self: center;
  min-height: 0;
  justify-self: end;
  width: min(100%, 820px);
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.26);
}

.pl26-editor--exact img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.pl26-editor-rail {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 16px 10px;
  background: #0b111b;
}

.pl26-editor-rail span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #d5deeb;
  font-size: 12px;
  font-weight: 820;
}

.pl26-editor-rail svg {
  width: 17px;
  height: 17px;
}

.pl26-editor-rail .is-hot {
  color: #f8c22e;
  border-color: rgba(248, 194, 46, 0.26);
  background: rgba(248, 194, 46, 0.08);
}

.pl26-editor-main {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 16px 16px 13px 0;
}

.pl26-ba {
  --p: 50%;
  position: relative;
  background: #101828;
  overflow: hidden;
  isolation: isolate;
  cursor: ew-resize;
  touch-action: none;
}

.pl26-ba:focus-visible {
  outline: 3px solid rgba(35, 98, 255, 0.65);
  outline-offset: 3px;
}

.pl26-ba__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.pl26-ba__after {
  z-index: 1;
  clip-path: inset(0 0 0 var(--p));
}

.pl26-ba__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--p);
  z-index: 8;
  width: 2px;
  background: rgba(255, 255, 255, 0.96);
  transform: translateX(-1px);
  pointer-events: none;
}

.pl26-ba__handle::before {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #172033;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.24);
  transform: translate(-50%, -50%);
}

.pl26-ba.is-auto .pl26-ba__handle::before {
  box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.24),
    0 0 0 8px rgba(255, 255, 255, 0.18);
}

.pl26-ba.is-auto .pl26-ba__handle {
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
}

.pl26-editor-ba {
  min-height: 270px;
  border-radius: 14px 14px 8px 8px;
}

.pl26-editor-ba::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 58%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.pl26-editor-label {
  position: absolute;
  z-index: 9;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  pointer-events: none;
}

.pl26-editor-label--before {
  left: 18px;
  background: rgba(15, 23, 42, 0.78);
}

.pl26-editor-label--after {
  right: 18px;
  background: #2362ff;
}

.pl26-ratio-frame {
  position: absolute;
  z-index: 6;
  top: 25px;
  right: 28%;
  width: 28%;
  height: 56%;
  border: 2px dashed rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  pointer-events: none;
}

.pl26-ratio-frame b {
  position: absolute;
  top: -22px;
  left: 50%;
  color: #fff;
  font-size: 14px;
  transform: translateX(-50%);
}

.pl26-lock {
  position: absolute;
  z-index: 7;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(10, 16, 25, 0.86);
  color: #fff;
  pointer-events: none;
}

.pl26-lock svg {
  width: 16px;
  height: 16px;
}

.pl26-lock--one {
  right: 18%;
  top: 28%;
}

.pl26-lock--two {
  right: 4%;
  top: 46%;
}

.pl26-caption-bubble {
  position: absolute;
  z-index: 9;
  right: 33%;
  bottom: 28px;
  max-width: 260px;
  padding: 13px 16px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
  pointer-events: none;
}

.pl26-caption-bubble em {
  color: #2f86ff;
  font-style: normal;
}

.pl26-remove-pop {
  position: absolute;
  z-index: 9;
  right: 18px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  width: 122px;
  padding: 7px;
  border-radius: 12px;
  background:
    linear-gradient(45deg, #e7ebf1 25%, transparent 25%),
    linear-gradient(-45deg, #e7ebf1 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e7ebf1 75%),
    linear-gradient(-45deg, transparent 75%, #e7ebf1 75%),
    #fff;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
  color: #fff;
  pointer-events: none;
}

.pl26-remove-pop b {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.88);
  font-size: 11px;
  font-weight: 900;
}

.pl26-remove-pop img {
  width: 100%;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.pl26-timeline {
  display: grid;
  grid-template-columns: 52px auto minmax(0, 1fr) auto auto auto 40px;
  align-items: center;
  gap: 9px;
  padding-top: 11px;
}

.pl26-timeline button,
.pl26-expand {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #0d1624;
  color: #fff;
}

.pl26-time {
  color: #aeb9ca;
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}

.pl26-time b {
  color: #fff;
}

.pl26-filmstrip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2px;
  height: 34px;
  overflow: hidden;
}

.pl26-filmstrip i {
  display: block;
  border-radius: 4px;
  background:
    linear-gradient(rgba(255, 255, 255, calc(0.1 + var(--i) * 0.01)), rgba(255, 255, 255, 0)),
    url("/assets/samples/vid-video-dynamic-captions-before-v1.jpg") center / cover;
}

.pl26-filmstrip b {
  position: absolute;
  top: -3px;
  bottom: -4px;
  left: 72%;
  width: 4px;
  border-radius: 999px;
  background: #2362ff;
}

.pl26-ratio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #9ba7ba;
  font-size: 14px;
  font-weight: 850;
}

.pl26-ratio.is-active {
  color: #4d83ff;
  border-color: rgba(35, 98, 255, 0.55);
  background: rgba(35, 98, 255, 0.12);
}

.pl26-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 2px 8px 10px;
}

.pl26-section-row h2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #101828;
  font-size: 17px;
  font-weight: 920;
}

.pl26-section-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2362ff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.pl26-section-row a svg {
  width: 16px;
  height: 16px;
}

.pl26-card-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.pl26-tool-card {
  display: block;
  min-width: 0;
  border: 1px solid #dfe7f2;
  border-radius: 13px;
  background: #fff;
  color: #101828;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pl26-tool-card:hover,
.pl26-tool-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(35, 98, 255, 0.34);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.pl26-card-preview {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  border-radius: 0;
}

.pl26-card-preview-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f8fafc;
}

.pl26-card-preview .pl26-ba__handle::before {
  content: "↔";
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.pl26-card-preview.is-auto .pl26-ba__handle::before {
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.24),
    0 0 0 7px rgba(255, 255, 255, 0.16);
}

.pl26-card-body {
  display: grid;
  gap: 10px;
  padding: 11px 12px 10px;
}

.pl26-card-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.pl26-card-title svg {
  width: 18px;
  height: 18px;
  color: #222b3a;
}

.pl26-card-title h3 {
  margin: 0;
  overflow: hidden;
  color: #1d2939;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pl26-card-title span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #2362ff;
  font-size: 12px;
  font-weight: 860;
  white-space: nowrap;
}

.pl26-card-title span svg {
  width: 13px;
  height: 13px;
  color: currentColor;
}

.pl26-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pl26-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 10px;
  border: 1px solid #edf1f6;
  border-radius: 999px;
  background: #fafcff;
  color: #68758a;
  font-size: 11px;
  font-weight: 780;
}

.pl26-trustbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 44px;
  border: 1px solid #dfe7f2;
  border-radius: 10px;
  background: #fff;
  color: #334155;
}

.pl26-trustbar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 820;
}

.pl26-trustbar span + span {
  border-left: 1px solid #edf1f6;
}

.pl26-trustbar svg {
  width: 20px;
  height: 20px;
  color: #111827;
}

.pl26-trustbar span:first-child svg {
  color: #22c55e;
}

@media (max-width: 1240px) {
  .home-page--2026 {
    width: min(100% - 28px, 1100px);
  }

  .pl26-app-head {
    grid-template-columns: auto minmax(320px, 1fr) auto;
  }

  .pl26-proof {
    display: none;
  }

  .pl26-menu-panel.is-open {
    grid-template-columns: 1fr;
  }

  .pl26-menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pl26-menu-featured {
    justify-content: flex-start;
    max-width: none;
  }

  .pl26-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pl26-tabs::-webkit-scrollbar {
    display: none;
  }

  .pl26-tab {
    flex: 0 0 auto;
    min-width: 170px;
  }

  .pl26-hero {
    grid-template-columns: 1fr;
    padding-right: 28px;
  }

  .pl26-editor {
    min-height: 390px;
  }

  .pl26-editor--exact {
    min-height: 0;
  }

  .pl26-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1241px) and (max-height: 940px) {
  .home-page--2026 {
    width: min(1760px, calc(100% - 32px));
    margin: 8px auto 36px;
  }

  .pl26-app {
    gap: 10px;
    padding: 14px 20px 12px;
    border-radius: 18px;
  }

  .pl26-app-head {
    gap: 12px;
  }

  .pl26-logo {
    min-width: 188px;
    gap: 10px;
    font-size: 22px;
  }

  .pl26-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 22px;
  }

  .pl26-search,
  .pl26-proof-pill {
    min-height: 40px;
  }

  .pl26-proof-pill {
    padding: 0 13px;
    font-size: 13px;
  }

  .pl26-search input {
    font-size: 14px;
  }

  .pl26-menu {
    width: 40px;
    height: 40px;
  }

  .pl26-tabs {
    min-height: 48px;
  }

  .pl26-tab {
    gap: 8px;
    padding: 0 12px;
    font-size: 14px;
  }

  .pl26-tab svg {
    width: 18px;
    height: 18px;
  }

  .pl26-hero {
    grid-template-columns: minmax(320px, 0.62fr) minmax(560px, 1.38fr);
    gap: 18px;
    min-height: 0;
    padding: 14px 16px 8px 28px;
    border-radius: 18px;
  }

  .pl26-hero h1 {
    font-size: clamp(2.18rem, 2.6vw, 2.85rem);
    line-height: 1.05;
  }

  .pl26-hero-trust {
    gap: 14px;
    margin: 15px 0 16px;
  }

  .pl26-hero-trust li {
    gap: 7px;
    font-size: 13px;
  }

  .pl26-hero-trust li + li {
    padding-left: 14px;
  }

  .pl26-hero-trust svg {
    width: 19px;
    height: 19px;
  }

  .pl26-drop {
    width: min(390px, 100%);
    min-height: 128px;
    gap: 7px 15px;
    padding: 13px 18px;
    border-radius: 18px;
  }

  .pl26-drop-plus {
    width: 52px;
    height: 52px;
    font-size: 34px;
  }

  .pl26-drop-copy strong {
    font-size: 20px;
  }

  .pl26-drop-copy span {
    margin-top: 4px;
    font-size: 14px;
  }

  .pl26-drop-upload,
  .pl26-source-row i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .pl26-source-row {
    gap: 14px;
    margin-top: 6px;
  }

  .pl26-source-row svg {
    width: 18px;
    height: 18px;
  }

  .pl26-editor--exact {
    align-self: center;
    justify-self: end;
    width: min(100%, 760px);
  }

  .pl26-editor--exact img {
    width: 100%;
    height: auto;
    background: #090f18;
  }

  .pl26-section-row h2 {
    font-size: 16px;
  }

  .pl26-card-preview,
  .pl26-card-preview-img {
    height: auto;
  }

  .pl26-card-body {
    gap: 8px;
    padding: 10px 11px 9px;
  }

  .pl26-card-title h3 {
    font-size: 14px;
  }

  .pl26-card-tags {
    gap: 6px;
  }

  .pl26-card-tags span {
    min-height: 21px;
    padding: 0 8px;
  }
}

@media (min-width: 1241px) and (max-height: 820px) {
  .home-page--2026 {
    margin-top: 8px;
  }

  .pl26-app {
    padding: 12px 18px 10px;
  }

  .pl26-hero {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .pl26-hero h1 {
    font-size: clamp(2.02rem, 2.45vw, 2.62rem);
  }

  .pl26-drop {
    min-height: 120px;
    padding: 12px 17px;
  }

  .pl26-editor--exact {
    width: min(100%, 640px);
  }

  .pl26-editor--exact img {
    height: auto;
  }

  .pl26-card-preview,
  .pl26-card-preview-img {
    height: auto;
  }
}

@media (min-width: 821px) and (max-width: 1240px) and (max-height: 820px) {
  .home-page--2026 {
    width: min(100% - 28px, 1180px);
    margin-top: 8px;
  }

  .pl26-app {
    gap: 10px;
    padding: 14px 18px 12px;
  }

  .pl26-tabs {
    min-height: 48px;
  }

  .pl26-tab {
    min-width: 152px;
    font-size: 14px;
  }

  .pl26-hero {
    grid-template-columns: minmax(280px, 0.58fr) minmax(470px, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 12px 16px 8px 20px;
  }

  .pl26-hero h1 {
    font-size: clamp(1.85rem, 3.55vw, 2.25rem);
  }

  .pl26-hero-trust {
    gap: 8px 12px;
    margin: 10px 0 10px;
  }

  .pl26-hero-trust li {
    font-size: 12px;
  }

  .pl26-hero-trust li + li {
    padding-left: 0;
    border-left: 0;
  }

  .pl26-drop {
    width: 100%;
    min-height: 112px;
    padding: 11px 15px;
  }

  .pl26-drop-plus {
    width: 48px;
    height: 48px;
    font-size: 31px;
  }

  .pl26-drop-copy strong {
    font-size: 18px;
  }

  .pl26-drop-copy span {
    font-size: 13px;
  }

  .pl26-source-row i {
    width: 32px;
    height: 32px;
  }

  .pl26-editor--exact {
    align-self: center;
    justify-self: end;
    width: min(100%, 500px);
  }

  .pl26-editor--exact img {
    width: 100%;
    height: auto;
  }

  .pl26-card-preview,
  .pl26-card-preview-img {
    height: auto;
  }

  .pl26-card-body {
    gap: 8px;
    padding: 10px 11px 9px;
  }
}

@media (max-width: 820px) {
  .home-page--2026 {
    width: min(100% - 18px, 720px);
    margin-top: 12px;
  }

  .pl26-app {
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .pl26-app-head {
    grid-template-columns: 1fr auto;
  }

  .pl26-logo {
    min-width: 0;
  }

  .pl26-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .pl26-tabs {
    min-height: 52px;
  }

  .pl26-tab {
    min-width: 156px;
    font-size: 14px;
  }

  .pl26-hero {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .pl26-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.4rem);
  }

  .pl26-hero-trust {
    gap: 10px;
    margin: 16px 0 18px;
  }

  .pl26-hero-trust li + li {
    padding-left: 0;
    border-left: 0;
  }

  .pl26-drop {
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    padding: 18px;
  }

  .pl26-drop-panel {
    width: 100%;
  }

  .pl26-drop-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl26-drop-upload {
    display: none;
  }

  .pl26-source-row {
    gap: 10px;
    justify-content: flex-start;
  }

  .pl26-editor {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pl26-editor--exact {
    display: block;
  }

  .pl26-editor-rail {
    display: flex;
    overflow-x: auto;
    padding: 10px;
  }

  .pl26-editor-rail span {
    flex: 0 0 auto;
  }

  .pl26-editor-main {
    padding: 0 10px 10px;
  }

  .pl26-editor-ba {
    min-height: 270px;
  }

  .pl26-caption-bubble,
  .pl26-remove-pop,
  .pl26-ratio-frame,
  .pl26-lock {
    display: none;
  }

  .pl26-timeline {
    grid-template-columns: 42px auto minmax(0, 1fr);
  }

  .pl26-ratio,
  .pl26-expand {
    display: none;
  }

  .pl26-card-row {
    grid-template-columns: 1fr;
  }

  .pl26-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl26-card-preview {
    height: 190px;
  }

  .pl26-card-preview-img {
    height: 190px;
  }

  .pl26-trustbar {
    grid-template-columns: 1fr;
  }

  .pl26-trustbar span + span {
    border-top: 1px solid #edf1f6;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page--2026 *,
  .home-page--2026 *::before,
  .home-page--2026 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
