/* ===============================
   PDF CORE TOOLS HOME DESIGN
   Stable version before new edits
================================ */

.pct-dashboard-home {
  --pct-red: #e11d2e;
  --pct-red-dark: #be123c;
  --pct-navy: #0f172a;
  --pct-blue: #2563eb;
  --pct-bg: #ffffff;
  --pct-soft: #f8fafc;
  --pct-card: #ffffff;
  --pct-border: #e5eaf3;
  --pct-muted: #64748b;
  --pct-light: #94a3b8;

  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  background: #ffffff;
  color: var(--pct-navy);
  font-family: inherit;
  padding: 0px 22px 48px;
  overflow-x: hidden;
}

.pct-dashboard-home * {
  box-sizing: border-box;
}

.pct-dashboard-home a {
  text-decoration: none !important;
}

/* Main shell */
.pct-dashboard-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

/* v1.6.47: public tool landings no longer render a contextual sidebar. */
.pct-dashboard-shell-no-sidebar {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

/* Left Sidebar */
.pct-left-sidebar {
  background: #fff;
  border: 1px solid var(--pct-border);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
  align-self: start;
  position: sticky;
  top: 18px;
}

.pct-dash-active {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 14px;
  border-radius: 12px;
  background: #fff1f3;
  color: var(--pct-red) !important;
  font-size: 14px;
  margin-bottom: 18px;
}

.pct-sidebar-group {
  padding: 12px 0;
  border-top: 1px solid #eef2f7;
}

.pct-sidebar-group p {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.pct-sidebar-group a {
  display: grid;
  grid-template-columns: 26px 1fr 10px;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 4px;
  color: #1e293b !important;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
}

.pct-sidebar-group a:hover {
  background: #f8fafc;
  color: var(--pct-red) !important;
}

.pct-sidebar-group a span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 13px;
}

.pct-sidebar-group a b {
  color: #94a3b8;
}

.pct-premium-box {
  margin-top: 12px;
  background: linear-gradient(135deg, #fff7ed, #fff1f3);
  border: 1px solid #fed7aa;
  border-radius: 16px;
  padding: 16px;
}

.pct-premium-box strong {
  display: block;
  margin-top: 6px;
  color: var(--pct-navy);
  font-size: 15px;
}

.pct-premium-box p {
  margin: 8px 0 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.pct-premium-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fecaca;
  color: var(--pct-red) !important;
  font-weight: 800;
  font-size: 13px;
}

/* Main area */
.pct-main-area {
  width: 100%;
  min-width: 0;
}

/* Ads */
.pct-ad {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(15,23,42,.04);
  text-align: center;
}

.pct-ad strong {
  color: #64748b;
  font-size: 15px;
  font-weight: 800;
}

.pct-ad span,
.pct-ad small {
  color: #94a3b8;
  font-size: 13px;
}

.pct-ad-top {
  width: min(100%, 728px);
  max-width: 728px;
  min-height: 90px;
  aspect-ratio: 728 / 90;
  margin: 0 auto 16px;
}

.pct-ad-mid,
.pct-ad-lower {
  width: 100%;
  max-width: 970px;
  min-height: 90px;
  aspect-ratio: 970 / 90;
}

.pct-ad-mid {
  margin: 18px auto 22px;
  background: linear-gradient(90deg, #fff1f3, #f8fbff);
}

.pct-ad-lower {
  margin: 16px 0 0;
  background: linear-gradient(90deg, #fff1f3, #f8fbff);
}

/* Top grid */
.pct-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 630px;
  gap: 24px;
  align-items: start;
}

.pct-center-column {
  min-width: 0;
}

/* Upload hero */
.pct-upload-hero {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 26px;
  padding: 42px 30px 28px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.18), transparent 25%),
    linear-gradient(120deg, #e11d2e 0%, #921b48 45%, #0f3b89 100%);
  border: 2px dashed rgba(255,255,255,.48);
  box-shadow: 0 18px 48px rgba(15,23,42,.15);
}

.pct-upload-clickable {
  cursor: pointer;
}

.pct-upload-hero::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(255,255,255,.34);
  border-radius: 22px;
  pointer-events: none;
}

.pct-upload-core {
  position: relative;
  z-index: 2;
  width: 116px;
  height: 116px;
  margin: 0 auto 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255,255,255,.22), rgba(255,255,255,.03));
}

.pct-upload-core::before,
.pct-upload-core::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
}

.pct-upload-core::before {
  inset: -16px;
}

.pct-upload-core::after {
  inset: -30px;
}

.pct-upload-doc {
  position: relative;
  width: 68px;
  height: 76px;
  border-radius: 14px;
  background: #fff;
  color: var(--pct-red);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 38px rgba(0,0,0,.20);
  font-weight: 900;
}

.pct-upload-doc i {
  position: absolute;
  right: -9px;
  bottom: -8px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--pct-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px;
}

.pct-upload-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.pct-upload-hero p {
  position: relative;
  z-index: 2;
  margin: 10px 0 18px;
  color: #f8fafc;
  font-size: 16px;
}

.pct-upload-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 12px;
  background: #fff;
  color: var(--pct-red) !important;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15,23,42,.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.pct-upload-button:hover,
.pct-upload-clickable:hover .pct-upload-button,
.pct-upload-hero:hover .pct-upload-button {
  transform: translateY(-4px) scale(1.06) !important;
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.28),
    0 0 0 6px rgba(255, 255, 255, 0.16) !important;
  background: #ffffff !important;
  color: #e11d2e !important;
}

.pct-upload-hero small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  color: #e2e8f0;
  font-size: 13px;
}

.pct-format-line {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.5;
}

.pct-file-chip {
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.pct-pdf-chip { left: 8%; top: 22%; }
.pct-jpg-chip { left: 13%; top: 46%; background: rgba(255,255,255,.20); }
.pct-png-chip { left: 10%; bottom: 22%; background: rgba(37,99,235,.35); }
.pct-docx-chip { right: 8%; top: 24%; background: rgba(20,184,166,.35); transform: rotate(9deg); }
.pct-xlsx-chip { right: 12%; top: 45%; background: rgba(34,197,94,.35); transform: rotate(7deg); }
.pct-pptx-chip { right: 9%; bottom: 24%; background: rgba(249,115,22,.35); transform: rotate(10deg); }


/* v1.3.98 — Shared upload-hero protected content corridor.
   Decorative format chips stay in the side lanes and can no longer collide
   with readable copy, regardless of the tool title/description length. */
.pct-upload-hero > h1,
.pct-upload-hero > p,
.pct-upload-hero > small,
.pct-upload-hero > .pct-format-line {
  width: 100%;
  max-width: min(580px, calc(100% - 320px));
  margin-left: auto;
  margin-right: auto;
}

.pct-file-chip {
  pointer-events: none;
  user-select: none;
}


/* Why Choose section */
.pct-why-section {
  margin: 22px 0 28px;
  padding: 10px 0 4px;
}

.pct-why-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 18px;
}

.pct-why-title > span {
  display: block;
  height: 2px;
  max-width: 90px;
  background: linear-gradient(90deg, transparent, #2563eb);
  justify-self: end;
  border-radius: 999px;
}

.pct-why-title > span:last-child {
  background: linear-gradient(90deg, #2563eb, transparent);
  justify-self: start;
}

.pct-why-title h2 {
  margin: 0;
  color: var(--pct-navy);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.pct-why-title p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 14px;
}

.pct-why-grid {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pct-why-card {
  min-height: 108px;
  background: #ffffff;
  border: 1px solid #e5eaf3;
  border-radius: 16px;
  padding: 18px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pct-why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}

.pct-why-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.pct-why-blue {
  background: #eff6ff;
  color: #2563eb;
}

.pct-why-red {
  background: #fff1f3;
  color: #e11d2e;
}

.pct-why-green {
  background: #ecfdf5;
  color: #16a34a;
}

.pct-why-purple {
  background: #f5f3ff;
  color: #7c3aed;
}

.pct-why-card strong {
  display: block;
  color: var(--pct-navy);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.pct-why-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .pct-why-grid {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .pct-why-title {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pct-why-title > span {
    display: none;
  }

  .pct-why-grid {
    grid-template-columns: 1fr;
  }

  .pct-why-card {
    grid-template-columns: 50px 1fr;
    padding: 16px;
  }

  .pct-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 22px;
  }
}

/* Right column */
.pct-right-column {
  display: grid;
  grid-template-columns: 300px 300px;
  gap: 18px;
  align-items: start;
}

.pct-side-ad {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 600px;
  min-height: 600px;
  aspect-ratio: 300 / 600;
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 22px;
}

.pct-side-ad span {
  color: #475569;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 850;
  margin-top: 8px;
}

.pct-pro-card,
.pct-priority-card {
  width: 300px;
  background: #fff;
  border: 1px solid var(--pct-border);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
}

.pct-pro-card {
  grid-column: 2;
  grid-row: 1;
  background: linear-gradient(135deg, #fff7fb, #fff);
  border-color: #fecdd3;
}

.pct-priority-card {
  grid-column: 2;
  grid-row: 2;
}

.pct-new-badge {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #312e81;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 12px;
}

.pct-pro-card h3,
.pct-priority-card h3 {
  margin: 0 0 14px;
  color: var(--pct-navy);
  font-size: 20px;
  line-height: 1.25;
}

.pct-pro-card h3 span {
  color: var(--pct-red);
}

.pct-pro-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pct-pro-card li {
  color: #334155;
  font-size: 13px;
  padding: 6px 0;
}

.pct-pro-card li::before {
  content: "✓";
  color: #16a34a;
  margin-right: 8px;
  font-weight: 900;
}

.pct-pro-card a {
  margin-top: 16px;
  min-height: 44px;
  border-radius: 11px;
  background: var(--pct-red);
  color: #fff !important;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pct-pro-card small {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
}

.pct-priority-card div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #eef2f7;
}

.pct-priority-card div span {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #eff6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pct-priority-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.pct-priority-card p strong {
  display: block;
  color: var(--pct-navy);
  margin-bottom: 3px;
}

/* Lower layout */
.pct-lower-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 28px;
  align-items: start;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #d9e2ef;
  position: relative;
}

.pct-lower-layout::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 0;
  left: calc(100% - 560px - 14px);
  width: 1px;
  background: #d9e2ef;
}

.pct-popular-column,
.pct-guides-section {
  position: relative;
  z-index: 1;
}

.pct-popular-section,
.pct-guides-section {
  margin: 0;
}

.pct-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.pct-section-head h2 {
  margin: 0;
  color: var(--pct-navy);
  font-size: 22px;
}

.pct-section-head p {
  margin: 3px 0 0;
  color: #64748b;
  font-size: 13px;
}

.pct-section-head a {
  border: 1px solid #bfdbfe;
  background: #fff;
  border-radius: 10px;
  padding: 9px 13px;
  color: #2563eb !important;
  font-size: 13px;
  font-weight: 800;
}

.pct-tools-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pct-mini-tool,
.pct-guide-card {
  background: #fff;
  border: 1px solid var(--pct-border);
  border-radius: 14px;
  padding: 14px;
  min-height: 96px;
  box-shadow: 0 10px 26px rgba(15,23,42,.04);
  color: var(--pct-navy) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pct-mini-tool:hover,
.pct-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15,23,42,.08);
}

.pct-mini-tool span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 7px;
}

.pct-mini-tool span.blue { background: #2563eb; }
.pct-mini-tool span.green { background: #16a34a; }
.pct-mini-tool span.purple { background: #7c3aed; }
.pct-mini-tool span.orange { background: #f97316; }
.pct-mini-tool span.red { background: #e11d2e; }

.pct-mini-tool strong,
.pct-guide-card strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.pct-mini-tool small,
.pct-guide-card span,
.pct-guide-card small {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.pct-guides-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* AdSense future support */
.pct-ad ins,
.pct-ad iframe {
  display: block !important;
  max-width: 100% !important;
}

/* Responsive */
@media (min-width: 1600px) {
  .pct-dashboard-home {
    padding-left: 26px;
    padding-right: 26px;
  }

  .pct-dashboard-shell {
    grid-template-columns: 215px minmax(0, 1fr);
  }
}

@media (max-width: 1500px) {
  .pct-lower-layout {
    grid-template-columns: minmax(0, 1fr) 520px;
  }

  .pct-lower-layout::after {
    left: calc(100% - 520px - 14px);
  }

  .pct-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1380px) {
  .pct-content-grid {
    grid-template-columns: 1fr;
  }

  .pct-right-column {
    grid-template-columns: 300px minmax(260px, 1fr);
  }

  .pct-side-ad {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .pct-pro-card,
  .pct-priority-card {
    width: auto;
    grid-column: 2;
  }

  .pct-lower-layout {
    grid-template-columns: 1fr;
  }

  .pct-lower-layout::after {
    display: none;
  }

  .pct-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pct-dashboard-shell {
    grid-template-columns: 1fr;
  }

  .pct-left-sidebar {
    display: none;
  }

  .pct-guides-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .pct-dashboard-home {
    padding: 14px;
  }

  .pct-right-column {
    grid-template-columns: 1fr;
  }

  .pct-side-ad,
  .pct-pro-card,
  .pct-priority-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .pct-side-ad {
    height: 280px;
    min-height: 280px;
    aspect-ratio: auto;
  }

  .pct-upload-hero {
    min-height: auto;
    padding: 38px 18px 26px;
  }

  .pct-file-chip {
    display: none;
  }

  .pct-upload-hero > h1,
  .pct-upload-hero > p,
  .pct-upload-hero > small,
  .pct-upload-hero > .pct-format-line {
    max-width: 100%;
  }


  .pct-tools-grid,
  .pct-guides-grid {
    grid-template-columns: 1fr;
  }

  .pct-ad-top,
  .pct-ad-mid,
  .pct-ad-lower {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    aspect-ratio: auto;
  }
}

/* PDF Core Tools - FINAL balanced width, right gutter and small-screen order */

/* Ana alan: menü altı 10px boşluk, arka plan beyaz */
.pct-dashboard-home {
  margin-top: 10px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  overflow-x: hidden !important;
}


/* Sayfanın sağında ve solunda dengeli ama fazla olmayan boşluk */
.pct-dashboard-shell {
  width: 100% !important;
  max-width: 1880px !important;
  margin: 0 auto !important;
  padding-left: clamp(14px, 1.15vw, 24px) !important;
  padding-right: clamp(14px, 1.15vw, 24px) !important;
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr) !important;
  gap: 24px !important;
  box-sizing: border-box !important;
}

/* v1.6.48: no-public-sidebar geometry must override the legacy desktop shell rule above. */
html body .pct-dashboard-shell.pct-dashboard-shell-no-sidebar {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .pct-dashboard-shell.pct-dashboard-shell-no-sidebar > .pct-main-area {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* Sol Dashboard paneli biraz yukarıda kalsın */
.pct-left-sidebar {
  transform: translateY(-10px) !important;
  position: sticky !important;
  top: 12px !important;
}

/* Geniş ekran ana düzen */
.pct-content-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 630px !important;
  gap: 24px !important;
  align-items: start !important;
}

.pct-main-area,
.pct-content-grid,
.pct-center-column,
.pct-lower-layout {
  min-width: 0 !important;
}

/* Sağ reklam + kartlar */
.pct-right-column {
  display: grid !important;
  grid-template-columns: 300px 300px !important;
  gap: 18px !important;
  align-items: start !important;
}

.pct-side-ad {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  height: 600px !important;
  min-height: 600px !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
}

.pct-pro-card {
  width: 300px !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.pct-priority-card {
  width: 300px !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
}

/* Popular + Guides dengesi */
.pct-lower-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(420px, 28vw, 520px) !important;
  gap: 28px !important;
  align-items: start !important;
  margin-top: 26px !important;
  padding-top: 24px !important;
  border-top: 1px solid #d9e2ef !important;
  position: relative !important;
}

/* Aradaki dikey çizgi */
.pct-lower-layout::after {
  content: "" !important;
  position: absolute !important;
  top: 24px !important;
  bottom: 0 !important;
  left: calc(100% - clamp(420px, 28vw, 520px) - 14px) !important;
  width: 1px !important;
  background: #d9e2ef !important;
}

/* Guides butonu sağa yapışmasın */
.pct-guides-section .pct-section-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.pct-guides-section .pct-section-head > div {
  min-width: 0 !important;
}

.pct-guides-section .pct-section-head a {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  margin-left: 12px !important;
}

/* Popular kartları */
.pct-tools-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

/* Guides kartları */
.pct-guides-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

/* Reklamlar responsive kalsın */
.pct-ad-top {
  width: min(100%, 728px) !important;
  max-width: 728px !important;
  min-height: 90px !important;
  margin: 0 auto 16px !important;
}

.pct-ad-mid,
.pct-ad-lower {
  width: 100% !important;
  max-width: 970px !important;
  min-height: 90px !important;
}

.pct-ad-lower {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* 1600px altı: sağ alan daralmaya başlasın ama sağ boşluk kalsın */
@media (max-width: 1600px) {
  .pct-dashboard-shell {
    padding-left: clamp(14px, 1.1vw, 20px) !important;
    padding-right: clamp(14px, 1.1vw, 20px) !important;
  }

  .pct-content-grid {
    grid-template-columns: minmax(0, 1fr) 300px !important;
  }

  .pct-right-column {
    grid-template-columns: 300px !important;
  }

  .pct-side-ad,
  .pct-pro-card,
  .pct-priority-card {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .pct-side-ad {
    height: 600px !important;
    min-height: 600px !important;
  }

  .pct-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* 1380px altı: küçük monitörde upload en üste gelsin */
@media (max-width: 1380px) {
  .pct-dashboard-shell {
    grid-template-columns: 1fr !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pct-left-sidebar {
    display: none !important;
  }

  .pct-main-area {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  /* Wrapper görünmez olur; içindekileri sıralayabiliriz */
  .pct-content-grid {
    display: contents !important;
  }

  /* 1. sırada upload + orta reklam */
  .pct-center-column {
    order: 1 !important;
    width: 100% !important;
  }

  /* 2. sırada üst reklam */
  .pct-ad-top {
    order: 2 !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  /* 3. sırada sağ reklam/pro/güven alanı */
  .pct-right-column {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
  }

  .pct-side-ad {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 600px !important;
    min-height: 600px !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
  }

  .pct-pro-card,
  .pct-priority-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 2 !important;
  }

  .pct-pro-card {
    grid-row: 1 !important;
  }

  .pct-priority-card {
    grid-row: 2 !important;
  }

  /* 4. sırada Popular + Guides */
  .pct-lower-layout {
    order: 4 !important;
    grid-template-columns: 1fr !important;
  }

  .pct-lower-layout::after {
    display: none !important;
  }

  .pct-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .pct-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .pct-dashboard-home {
    margin-top: 0 !important;
  }

  .pct-dashboard-shell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .pct-right-column {
    grid-template-columns: 1fr 1fr !important;
  }

  .pct-side-ad {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .pct-pro-card,
  .pct-priority-card {
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* Mobil */
@media (max-width: 760px) {
  .pct-dashboard-shell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .pct-right-column {
    grid-template-columns: 1fr !important;
  }

  .pct-upload-hero {
    min-height: auto !important;
    padding: 38px 18px 26px !important;
  }

  .pct-file-chip {
    display: none !important;
  }

  .pct-upload-hero > h1,
  .pct-upload-hero > p,
  .pct-upload-hero > small,
  .pct-upload-hero > .pct-format-line {
    max-width: 100% !important;
  }


  .pct-tools-grid,
  .pct-guides-grid {
    grid-template-columns: 1fr !important;
  }

  .pct-ad-top,
  .pct-ad-mid,
  .pct-ad-lower {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100px !important;
    aspect-ratio: auto !important;
  }
}

/* =========================================
   Dashboard top spacing
   WordPress block-wrapper normalization is Theme-owned.
========================================= */

/* Keep the approved 10px breathing space below the header */
html body .pct-dashboard-home {
  margin-top: 10px !important;
}

/* Keep exactly 10px breathing space under the Theme header. */

body:has(.pct-dashboard-home) .pct-dashboard-home,
html body .pct-dashboard-home,
.pct-dashboard-home {
  margin-top: 10px !important;
}

/* Do not let mobile/tablet rules collapse this approved gap */
@media (max-width: 980px) {
  body:has(.pct-dashboard-home) .pct-dashboard-home,
  html body .pct-dashboard-home,
  .pct-dashboard-home {
    margin-top: 10px !important;
  }
}

@media (max-width: 760px) {
  body:has(.pct-dashboard-home) .pct-dashboard-home,
  html body .pct-dashboard-home,
  .pct-dashboard-home {
    margin-top: 10px !important;
  }
}

/* =========================================
   v1.2.4 HERO DIRECT UPLOAD WORKSPACE
   Keeps the page layout untouched.
   The real tool is hidden until a file is selected.
========================================= */

.pct-real-tool-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
  background: rgba(15, 23, 42, 0.62) !important;
  padding: 24px !important;
  overflow: auto !important;
}

.pct-real-tool-overlay.is-open {
  display: block !important;
}

.pct-real-tool-modal {
  position: relative !important;
  width: min(1180px, 100%) !important;
  min-height: calc(100vh - 48px) !important;
  margin: 0 auto !important;
  background: #f8fafc !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.35) !important;
  overflow: hidden !important;
}

.pct-real-tool-close {
  position: absolute !important;
  right: 14px !important;
  top: 14px !important;
  z-index: 10 !important;
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16) !important;
}

.pct-real-tool-close:hover {
  background: #fff1f3 !important;
  color: #e11d2e !important;
}

.pct-real-tool-inner {
  padding: 22px !important;
}

/* Keep the hidden real tool from appearing in the normal page flow */
.pct-real-tool-overlay:not(.is-open) .pct-real-tool-inner {
  visibility: hidden !important;
}

body.pct-tool-modal-open {
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .pct-real-tool-overlay {
    padding: 10px !important;
  }

  .pct-real-tool-modal {
    min-height: calc(100vh - 20px) !important;
    border-radius: 16px !important;
  }

  .pct-real-tool-inner {
    padding: 14px !important;
  }
}


.pct-real-tool-overlay.is-open .pct-real-tool-inner {
  visibility: visible !important;
}


button.pct-upload-button {
  border: 0 !important;
  font-family: inherit !important;
  cursor: pointer !important;
}


.pct-real-tool-overlay.is-preparing {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pct-real-tool-overlay.is-preparing .pct-real-tool-inner {
  visibility: visible !important;
}


button.pct-upload-button {
  border: 0 !important;
  font-family: inherit !important;
  cursor: pointer !important;
}

.pct-real-tool-overlay.is-preparing {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pct-real-tool-overlay.is-preparing .pct-real-tool-inner,
.pct-real-tool-overlay.is-open .pct-real-tool-inner {
  visibility: visible !important;
}




.pct-real-tool-overlay:not(.is-open):not(.is-preparing) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* Shell stacking is Theme-owned. Layout only defines its own surfaces. */
html body .pct-dashboard-home,
html body .pct-dashboard-shell,
html body .pct-main-area,
html body .pct-content-grid,
html body .pct-center-column,
html body .pct-upload-hero {
  position: relative !important;
  z-index: 1 !important;
}

html body .pct-real-tool-overlay {
  z-index: 1000003 !important;
}



.pct-direct-workspace-page .pct-site-content,
.pct-direct-workspace-page .pct-entry-content,
.pct-direct-workspace-page .pct-theme-main {
  margin-top: 0 !important;
}
.pct-direct-workspace-route {
  min-height: 100vh;
}


.pct-direct-workspace-page .pct-direct-workspace-route {
  min-height: 100vh !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.pct-direct-workspace-page .pct-direct-workspace-route.pct-direct-workspace-ready,
.pct-direct-workspace-page .pct-direct-workspace-route:has(.hn-tool-shell.hn-convert-workspace) {
  opacity: 1 !important;
  pointer-events: auto !important;
}



body.pct-direct-workspace-page .pct-direct-workspace-route:not(.pct-direct-workspace-ready) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.pct-direct-workspace-page .pct-direct-workspace-route.pct-direct-workspace-ready {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
html.pct-workspace-booting body.pct-direct-workspace-page .pct-theme-header {
  opacity: 0 !important;
  visibility: hidden !important;
}


.pct-tool-route-error {
  width: min(100%, 980px);
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.pct-tool-route-error-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #fecaca;
  border-radius: 20px;
  background: #fff7f7;
  box-shadow: 0 18px 44px rgba(15,23,42,.08);
  color: #7f1d1d;
}
.pct-tool-route-error-card > span {
  font-size: 28px;
  line-height: 1;
}
.pct-tool-route-error-card h2 {
  margin: 0 0 8px;
  color: #7f1d1d;
  font-size: 22px;
}
.pct-tool-route-error-card p,
.pct-tool-route-error-card small {
  display: block;
  margin: 0;
  color: #991b1b;
}
.pct-tool-route-error-card small {
  margin-top: 10px;
}

/* Tool-specific SEO content. Kept outside the workspace so Core tool UI remains untouched. */
.pct-tool-seo-content {
  width: 100%;
  background: #f8fafc;
  border-top: 1px solid #e5eaf3;
  padding: 56px 22px 64px;
  color: #0f172a;
  font-family: inherit;
}
.pct-tool-seo-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}
.pct-tool-seo-header {
  max-width: 820px;
  margin-bottom: 28px;
}
.pct-tool-seo-kicker {
  margin: 0 0 8px;
  color: #e11d2e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.pct-tool-seo-header h2,
.pct-tool-faq h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}
.pct-tool-seo-header > p:last-child {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}
.pct-tool-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.pct-tool-seo-card,
.pct-tool-keywords,
.pct-tool-faq {
  background: #fff;
  border: 1px solid #e5eaf3;
  border-radius: 18px;
  padding: 24px;
}
.pct-tool-seo-card h3,
.pct-tool-keywords h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 19px;
}
.pct-tool-seo-card p,
.pct-tool-seo-card li,
.pct-tool-keywords p,
.pct-tool-faq p {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}
.pct-tool-seo-card ol {
  margin: 0;
  padding-left: 20px;
}
.pct-tool-keywords {
  margin-top: 18px;
}
.pct-tool-keywords p {
  margin: 0;
}
.pct-tool-faq {
  margin-top: 18px;
}
.pct-tool-faq h2 {
  font-size: clamp(25px, 3vw, 34px);
}
.pct-tool-faq details {
  border-top: 1px solid #e5eaf3;
  padding: 16px 0;
}
.pct-tool-faq details:first-of-type {
  border-top: 0;
}
.pct-tool-faq summary {
  cursor: pointer;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}
.pct-tool-faq details p {
  margin: 10px 0 0;
}
@media (max-width: 760px) {
  .pct-tool-seo-content { padding: 40px 16px 48px; }
  .pct-tool-seo-grid { grid-template-columns: 1fr; }
  .pct-tool-seo-card,
  .pct-tool-keywords,
  .pct-tool-faq { padding: 20px; }
}



.pct-merge-seo {
  position: relative;
  overflow: hidden;
  padding: 60px 22px 72px;
  background:
    radial-gradient(circle at 8% 0%, rgba(37,99,235,.08), transparent 28%),
    radial-gradient(circle at 94% 3%, rgba(225,29,46,.055), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f8fafc 52%, #fff 100%);
}
.pct-merge-seo::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.52), transparent);
}
.pct-merge-seo-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  max-width: 1280px;
  margin: 0 auto;
}
.pct-merge-seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 42px;
}
.pct-merge-seo-copy,
.pct-merge-hero-panel {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(15,23,42,.055);
}
.pct-merge-seo-copy {
  padding: clamp(30px, 4.2vw, 46px);
  background: rgba(255,255,255,.94);
}
.pct-merge-seo-copy h2 {
  max-width: 820px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(32px, 4.1vw, 48px);
  line-height: 1.08;
  letter-spacing: -.028em;
}
.pct-merge-seo-copy > p:not(.pct-tool-seo-kicker) {
  max-width: 850px;
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.78;
}
.pct-merge-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}
.pct-merge-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #f5f9ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
}
.pct-merge-badges span:first-child {
  border-color: #fecdd3;
  background: #fff5f6;
  color: #be123c;
}
.pct-merge-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, #111827 0%, #172554 68%, #1e3a8a 100%);
}
.pct-merge-hero-panel > strong {
  font-size: 21px;
  line-height: 1.25;
}
.pct-merge-hero-panel > p {
  margin: 14px 0 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.68;
}
.pct-merge-format-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.pct-merge-format-row span {
  min-width: 49px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  background: rgba(255,255,255,.075);
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}
.pct-merge-section {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #e2e8f0;
}
.pct-merge-seo-hero + .pct-merge-section {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.pct-merge-section-head {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
}
.pct-merge-section-head > span {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 950;
}
.pct-merge-section-head h2,
.pct-merge-difference h2,
.pct-merge-keywords h2 {
  margin: 0 0 7px;
  color: #0f172a;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
  letter-spacing: -.02em;
}
.pct-merge-section-head p {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}
.pct-merge-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}
.pct-merge-steps article,
.pct-merge-text-grid article,
.pct-merge-notes article {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 22px rgba(15,23,42,.04);
}
.pct-merge-steps article {
  grid-column: span 2;
  padding: 21px;
}
.pct-merge-steps article:nth-child(n/**/+4) {
  grid-column: span 3;
}
.pct-merge-steps b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
}
.pct-merge-steps h3,
.pct-merge-feature h3,
.pct-merge-text-grid h3,
.pct-merge-notes h3 {
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.34;
}
.pct-merge-steps p,
.pct-merge-feature p,
.pct-merge-text-grid p,
.pct-merge-notes p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.66;
}
.pct-merge-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.pct-merge-feature {
  display: flex;
  gap: 15px;
  min-height: 0;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(15,23,42,.038);
}
.pct-merge-feature > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 950;
}
.pct-merge-feature-blue > span { background:#eff6ff; color:#2563eb; }
.pct-merge-feature-purple > span { background:#f5f3ff; color:#7c3aed; }
.pct-merge-feature-green > span { background:#ecfdf5; color:#059669; }
.pct-merge-feature-orange > span { background:#fff7ed; color:#ea580c; }
.pct-merge-feature-red > span { background:#fff1f2; color:#e11d48; }
.pct-merge-feature-navy > span { background:#f1f5f9; color:#0f172a; }
.pct-merge-difference {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 30px;
  margin-top: 44px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #111827 0%, #172554 100%);
  box-shadow: 0 14px 38px rgba(15,23,42,.12);
}
.pct-merge-difference h2 { color: #fff; }
.pct-merge-difference > div:first-child > p:not(.pct-tool-seo-kicker) {
  max-width: 720px;
  margin: 12px 0 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.75;
}
.pct-merge-difference-list {
  display: grid;
  gap: 10px;
}
.pct-merge-difference-list span {
  display: block;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.52;
}
.pct-merge-difference-list b {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
}

.pct-merge-privacy {
  margin-top: 42px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid #cfe8df;
  border-radius: 24px;
  background: linear-gradient(145deg, #f7fffb 0%, #f4f9ff 100%);
  box-shadow: 0 10px 30px rgba(15,23,42,.045);
}
.pct-merge-privacy-intro {
  width: 100%;
  max-width: none;
}
.pct-merge-privacy h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
  letter-spacing: -.02em;
}
.pct-merge-privacy-intro > p:not(.pct-tool-seo-kicker) {
  margin: 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.72;
}
.pct-merge-privacy-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 13px;
  margin-top: 23px;
}
.pct-merge-privacy-points article {
  display: flex;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(148,163,184,.28);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
}
.pct-merge-privacy-points article > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e8f7f0;
  color: #047857;
  font-size: 11px;
  font-weight: 950;
}
.pct-merge-privacy-points h3 {
  margin: 0 0 5px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
}
.pct-merge-privacy-points p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.62;
}
.pct-merge-privacy-note {
  margin: 15px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #3b82f6;
  border-radius: 0 12px 12px 0;
  background: rgba(239,246,255,.82);
  color: #536176;
  font-size: 13px;
  line-height: 1.62;
}
.pct-merge-privacy-note strong { color: #1d4ed8; }

.pct-en-editorial {
  margin: 0 0 42px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(15,23,42,.045);
}
.pct-en-editorial-head { max-width: 920px; margin-bottom: 22px; }
.pct-en-editorial-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.16;
  letter-spacing: -.02em;
}
.pct-en-editorial-copy {
  width: 100%;
  max-width: none;
  column-count: 2;
  column-fill: balance;
  column-gap: 56px;
}
.pct-en-editorial-copy p {
  break-inside: auto;
  margin: 0 0 18px;
  color: #526174;
  font-size: 15px;
  line-height: 1.86;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  orphans: 3;
  widows: 3;
}
.pct-en-editorial-copy p:last-child { margin-bottom: 0; }
.pct-en-editorial + .pct-merge-section { margin-top: 0; }

.pct-merge-text-grid,
.pct-merge-notes {
  display: grid;
  gap: 15px;
}
.pct-merge-text-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pct-merge-notes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pct-merge-text-grid article,
.pct-merge-notes article { padding: 22px; }
.pct-merge-use-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.pct-merge-use-cases span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 15px 17px;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  font-weight: 730;
  line-height: 1.45;
}
.pct-merge-practical-note {
  margin-top: 14px;
  padding: 17px 19px;
  border: 1px solid #cbdcf9;
  border-radius: 16px;
  background: #f4f8ff;
  color: #475569;
  font-size: 14px;
  line-height: 1.68;
}
.pct-merge-practical-note strong { color: #1d4ed8; }
.pct-merge-keywords {
  display: block;
  margin-top: 44px;
  padding: 25px 27px;
  border: 1px solid #dbe5f2;
  border-radius: 20px;
  background: #f8fbff;
  box-shadow: none;
}
.pct-merge-keywords h2 { font-size: clamp(23px, 2.6vw, 30px); }
.pct-merge-keywords > div:first-child > p:last-child {
  max-width: 880px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}
.pct-merge-keyword-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 17px;
}
.pct-merge-keyword-chips span {
  padding: 8px 11px;
  border: 1px solid #d7e3f7;
  border-radius: 999px;
  background: #fff;
  color: #315b9e;
  font-size: 12px;
  font-weight: 800;
}
.pct-merge-faq {
  display: block;
  margin-top: 22px;
  padding: 28px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(15,23,42,.045);
}
.pct-merge-faq h2 { font-size: clamp(25px, 2.8vw, 32px); }
.pct-merge-faq details { padding: 17px 0; }
.pct-merge-faq summary {
  position: relative;
  padding-right: 36px;
  font-size: 15px;
}
.pct-merge-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -2px;
  color: #2563eb;
  font-size: 22px;
  line-height: 1;
}
.pct-merge-faq details[open] summary::after { content: "–"; }
@media (max-width: 1020px) {
  .pct-merge-seo-hero,
  .pct-merge-difference { grid-template-columns: 1fr; }
  .pct-merge-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pct-merge-steps article,
  .pct-merge-steps article:nth-child(n/**/+4) { grid-column: auto; }
  .pct-merge-notes,
  .pct-merge-privacy-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .pct-merge-seo { padding: 44px 16px 52px; }
  .pct-merge-seo-hero { gap: 16px; margin-bottom: 34px; }
  .pct-merge-seo-copy,
  .pct-merge-hero-panel,
  .pct-merge-difference,
  .pct-merge-privacy { border-radius: 20px; }
  .pct-merge-seo-copy { padding: 27px 22px; }
  .pct-merge-hero-panel { padding: 24px 22px; }
  .pct-merge-section { margin-top: 34px; padding-top: 34px; }
  .pct-merge-section-head > span {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .pct-merge-steps,
  .pct-merge-feature-grid,
  .pct-merge-text-grid,
  .pct-merge-notes,
  .pct-merge-privacy-points,
  .pct-merge-use-cases { grid-template-columns: 1fr; }
  .pct-merge-feature { padding: 20px; }
  .pct-merge-keywords,
  .pct-merge-faq { padding: 23px 21px; }
}



.pct-merge-copyright {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 24px 0 34px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #e7ded2;
  border-radius: 22px;
  background: linear-gradient(135deg, #fffdf9 0%, #fffaf2 100%);
  box-shadow: 0 10px 28px rgba(120, 73, 18, .045);
}
.pct-merge-copyright-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #ead8bd;
  border-radius: 18px;
  background: #fff;
  color: #9a5b12;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}
.pct-merge-copyright-copy h2 {
  margin: 4px 0 11px;
  color: #1f2937;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.18;
  letter-spacing: -.018em;
}
.pct-merge-copyright-copy > p:not(.pct-tool-seo-kicker):not(.pct-merge-copyright-note) {
  max-width: 980px;
  margin: 0;
  color: #596576;
  line-height: 1.75;
}
.pct-merge-copyright-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.pct-merge-copyright-points span {
  display: block;
  padding: 15px 16px;
  border: 1px solid #eee4d7;
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  color: #657080;
  font-size: 13px;
  line-height: 1.58;
}
.pct-merge-copyright-points strong {
  display: block;
  margin-bottom: 5px;
  color: #4a3721;
  font-size: 14px;
}
.pct-merge-copyright-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #eee4d7;
  color: #7a6650;
  font-size: 13px;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .pct-merge-copyright-points { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .pct-merge-copyright { grid-template-columns: 1fr; gap: 15px; }
  .pct-merge-copyright-mark { width: 54px; height: 54px; border-radius: 15px; font-size: 27px; }
}


.pct-info-page {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  padding: 56px 22px 72px;
  background: #f6f8fb;
  color: #334155;
}
.pct-information-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}
.pct-info-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #dfe7f1;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 14px 42px rgba(15,23,42,.06);
}
.pct-info-hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -86px;
  top: -96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.11), rgba(37,99,235,0) 70%);
  pointer-events: none;
}
.pct-info-home-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: #e11d2e;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.pct-info-eyebrow {
  margin: 0 0 9px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pct-info-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.pct-info-intro {
  max-width: 800px;
  margin: 18px 0 0;
  color: #526174;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.72;
}
.pct-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid #e5ebf3;
  color: #64748b;
  font-size: 13px;
}
.pct-info-meta a { color: #1d4ed8; font-weight: 800; }
.pct-info-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}
.pct-info-toc {
  position: sticky;
  top: 24px;
  padding: 21px;
  border: 1px solid #e1e8f1;
  border-radius: 19px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 25px rgba(15,23,42,.035);
}
.pct-info-toc > strong {
  display: block;
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 14px;
}
.pct-info-toc div { display: grid; gap: 3px; }
.pct-info-toc a {
  display: block;
  padding: 7px 9px;
  border-radius: 9px;
  color: #64748b;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.35;
  text-decoration: none;
}
.pct-info-toc a:hover { background: #f1f5f9; color: #1d4ed8; }
.pct-info-main { min-width: 0; }
.pct-info-card {
  margin: 0 0 18px;
  padding: clamp(25px, 4vw, 38px);
  scroll-margin-top: 24px;
  border: 1px solid #e1e8f1;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 27px rgba(15,23,42,.035);
}
.pct-info-highlight {
  border-color: #d6e3f8;
  background: linear-gradient(145deg, #ffffff 0%, #f5f9ff 100%);
}
.pct-info-contact-card {
  border-color: #d7e8df;
  background: linear-gradient(145deg, #ffffff 0%, #f5fbf8 100%);
}
.pct-info-card h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 33px);
  line-height: 1.18;
  letter-spacing: -.022em;
}
.pct-info-card h3 {
  margin: 22px 0 8px;
  color: #1e293b;
  font-size: 17px;
  line-height: 1.35;
}
.pct-info-card article h3 { margin-top: 0; }
.pct-info-card p,
.pct-info-card li {
  color: #566579;
  font-size: 15px;
  line-height: 1.78;
}
.pct-info-card p { margin: 0 0 14px; }
.pct-info-card p:last-child { margin-bottom: 0; }
.pct-info-card ul,
.pct-info-card ol {
  margin: 12px 0 0;
  padding-left: 22px;
}
.pct-info-card li + li { margin-top: 8px; }
.pct-info-card a { color: #1d4ed8; text-underline-offset: 2px; }
.pct-info-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.pct-info-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pct-info-grid article {
  padding: 20px;
  border: 1px solid #e4eaf2;
  border-radius: 15px;
  background: #fbfcfe;
}
.pct-info-grid article p { font-size: 14px; line-height: 1.68; }
.pct-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 19px;
  border: 0;
  border-radius: 12px;
  background: #e11d2e;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(225,29,46,.16);
}
.pct-info-button:hover { transform: translateY(-1px); }
.pct-info-faq-list details {
  padding: 17px 0;
  border-bottom: 1px solid #e7edf4;
}
.pct-info-faq-list details:last-child { border-bottom: 0; }
.pct-info-faq-list summary {
  position: relative;
  padding-right: 34px;
  color: #172033;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.pct-info-faq-list summary::-webkit-details-marker { display: none; }
.pct-info-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: -2px;
  color: #2563eb;
  font-size: 22px;
}
.pct-info-faq-list details[open] summary::after { content: "–"; }
.pct-info-faq-list details p { margin: 11px 0 0; }
.pct-contact-form { display: grid; gap: 18px; }
.pct-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.pct-contact-form label { display: grid; gap: 7px; }
.pct-contact-form label > span {
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}
.pct-contact-form input,
.pct-contact-form select,
.pct-contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #cfd9e6;
  border-radius: 11px;
  background: #fff;
  color: #1e293b;
  font: inherit;
  outline: none;
}
.pct-contact-form textarea { min-height: 180px; resize: vertical; }
.pct-contact-form input:focus,
.pct-contact-form select:focus,
.pct-contact-form textarea:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(59,130,246,.11);
}
.pct-contact-consent {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  gap: 10px !important;
}
.pct-contact-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.pct-contact-consent span { font-weight: 600 !important; line-height: 1.55; }
.pct-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.pct-contact-status {
  margin: 0 0 18px;
  padding: 15px 18px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
}
.pct-contact-status.is-success { border: 1px solid #b7e3ca; background: #effbf4; color: #166534; }
.pct-contact-status.is-error { border: 1px solid #fecaca; background: #fff1f2; color: #9f1239; }
.pct-all-tools-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 20px;
}
.pct-all-tool-card {
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid #e0e7f0;
  border-radius: 15px;
  background: #fbfcfe;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.pct-all-tool-card:hover {
  transform: translateY(-2px);
  border-color: #bfd3f3;
  box-shadow: 0 10px 24px rgba(15,23,42,.055);
}
.pct-all-tool-card strong { color: #0f172a; font-size: 16px; }
.pct-all-tool-card span { color: #64748b; font-size: 13px; line-height: 1.55; }
.pct-all-tool-card small { color: #2563eb; font-size: 11px; font-weight: 850; }
.pct-info-error {
  padding: 40px;
  border: 1px solid #fecaca;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 920px) {
  .pct-info-layout { grid-template-columns: 1fr; }
  .pct-info-toc { position: static; }
  .pct-info-toc div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .pct-info-page { padding: 30px 14px 48px; }
  .pct-info-hero { padding: 28px 22px; border-radius: 20px; }
  .pct-info-hero h1 { font-size: 36px; }
  .pct-info-card { padding: 24px 20px; border-radius: 18px; }
  .pct-info-grid-2,
  .pct-form-grid,
  .pct-all-tools-grid { grid-template-columns: 1fr; }
  .pct-info-toc div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 460px) {
  .pct-info-toc div { grid-template-columns: 1fr; }
  .pct-info-meta { display: grid; }
}



/* =========================================
   v1.3.45 SIMPLIFIED PRIMARY NAVIGATION
   Popular direct tools + compact Convert PDF
   panel + full All Tools mega menu.
========================================= */
html body .pct-custom-header-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}
html body .pct-custom-header-menu > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
html body .pct-custom-header-menu > li > a.menu-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 64px !important;
  padding: 0 13px !important;
  color: #172033 !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  letter-spacing: -.01em;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  transition: color .18s ease, background .18s ease !important;
}
html body .pct-custom-header-menu > li:hover > a.menu-link,
html body .pct-custom-header-menu > li:focus-within > a.menu-link,
html body .pct-custom-header-menu > li.current-menu-item > a.menu-link {
  color: #d92336 !important;
  background: #fff7f8 !important;
}
html body .pct-custom-header-menu > li.current-menu-item > a.menu-link::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #e11d2e;
}
.pct-nav-chevron {
  width: 8px;
  height: 8px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.pct-nav-dropdown:hover .pct-nav-chevron,
.pct-nav-dropdown:focus-within .pct-nav-chevron,
.pct-nav-dropdown.is-open .pct-nav-chevron {
  transform: rotate(225deg) translate(-1px,-1px);
}
.pct-nav-mobile-toggle {
  display: none;
}
html body .pct-custom-header-menu > li.pct-nav-report > a.menu-link {
  min-height: 38px !important;
  margin-left: 5px !important;
  padding: 0 14px !important;
  color: #fff !important;
  background: #e11d2e !important;
  border-radius: 9px !important;
  box-shadow: 0 7px 18px rgba(225,29,46,.17) !important;
}
html body .pct-custom-header-menu > li.pct-nav-report:hover > a.menu-link,
html body .pct-custom-header-menu > li.pct-nav-report.current-menu-item > a.menu-link {
  color: #fff !important;
  background: #c9182a !important;
}
html body .pct-custom-header-menu > li.pct-nav-report.current-menu-item > a.menu-link::after { display:none; }

html body .pct-custom-header-menu .pct-nav-panel.sub-menu {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 7px) !important;
  left: 50% !important;
  width: 570px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e4e9f1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 22px 60px rgba(15,23,42,.16) !important;
  transform: translate(-50%, 8px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
  overflow: visible !important;
}
html body .pct-custom-header-menu .pct-nav-panel.sub-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid #e4e9f1;
  border-top: 1px solid #e4e9f1;
  transform: translateX(-50%) rotate(45deg);
}
html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-panel{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}
html body .pct-custom-header-menu .pct-nav-panel > .pct-nav-panel-shell {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 25px !important;
  background: transparent !important;
  border: 0 !important;
}
.pct-nav-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.pct-nav-panel h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #6b7280 !important;
  font-family: inherit !important;
  font-weight: 850 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase;
}
.pct-nav-tool-link {
  display: grid !important;
  grid-template-columns: 27px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 41px !important;
  margin: 1px 0 !important;
  padding: 6px 7px !important;
  color: #1f2937 !important;
  text-decoration: none !important;
  border-radius: 9px !important;
  background: transparent !important;
  transition: background .15s ease, color .15s ease, transform .15s ease !important;
}
.pct-nav-tool-link:hover,
.pct-nav-tool-link:focus,
.pct-nav-tool-link.is-current {
  color: #d31d31 !important;
  background: #fff4f5 !important;
  transform: translateX(2px);
}
.pct-nav-tool-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background: #f1f5f9;
  font-size: 14px;
  line-height: 1;
}
.pct-nav-tool-link strong {
  display: block;
  color: inherit;
  font-family: inherit;
  font-weight: 780;
  font-size: 13px;
  line-height: 1.2;
}
.pct-nav-tool-link small {
  display: block;
  margin-top: 2px;
  color: #7b8494;
  font-family: inherit;
  font-weight: 500;
  font-size: 10.5px;
  line-height: 1.3;
  white-space: normal;
}

html body .pct-custom-header-menu .pct-nav-mega-panel.sub-menu {
  position: fixed !important;
  top: var(--pct-header-bottom, 70px) !important;
  left: 18px !important;
  right: 18px !important;
  width: auto !important;
  max-width: 1500px !important;
  max-height: calc(100vh - var(--pct-header-bottom, 70px) - 18px) !important;
  margin: 0 auto !important;
  overflow-y: auto !important;
  transform: translateY(8px) !important;
}
html body .pct-custom-header-menu .pct-nav-all-tools.is-open > .pct-nav-mega-panel{
  transform: translateY(0) !important;
}
html body .pct-custom-header-menu .pct-nav-mega-panel::before { display:none; }
.pct-nav-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 27px 30px;
}
.pct-nav-group-links {
  display: grid;
  grid-template-columns: 1fr;
}
.pct-nav-mega-grid .pct-nav-tool-link {
  min-height: 34px !important;
  padding: 4px 6px !important;
}
.pct-nav-mega-grid .pct-nav-tool-icon {
  width: 23px;
  height: 23px;
  font-size: 12px;
}
.pct-nav-mega-grid .pct-nav-tool-link strong { font-size: 12px; }

/* Error report form */
.pct-form-grid-textareas { align-items: start; }
.pct-error-report-form > label,
.pct-error-report-form .pct-form-grid > label { display:grid; gap:7px; }
.pct-report-upload {
  margin: 22px 0;
  padding: 20px;
  border: 1.5px dashed #cbd5e1;
  border-radius: 16px;
  background: #f8fafc;
}
.pct-report-upload label { display:block; margin-bottom:12px; }
.pct-report-upload label > span,
.pct-report-upload label > strong,
.pct-report-upload label > small { display:block; }
.pct-report-upload label > span { color:#334155; font-size:13px; font-weight:800; }
.pct-report-upload label > strong { margin-top:4px; color:#0f172a; font-size:16px; }
.pct-report-upload label > small { margin-top:5px; color:#64748b; line-height:1.5; }
.pct-report-upload input[type="file"] {
  width:100%;
  padding:10px;
  border:1px solid #d9e0ea;
  border-radius:10px;
  background:#fff;
}
.pct-report-file-list {
  margin-top:10px;
  color:#667085;
  font-size:12px;
  line-height:1.5;
}

@media (max-width: 1250px) and (min-width: 922px) {
  html body .pct-custom-header-menu > li > a.menu-link { padding-left: 9px !important; padding-right: 9px !important; font-size: 12px !important; }
  html body .pct-custom-header-menu > li.pct-nav-contact { display:none !important; }
  .pct-nav-mega-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 921px) {
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

@media (max-width: 600px) {
  .pct-form-grid-textareas { grid-template-columns:1fr !important; }
  .pct-report-upload { padding:16px; }
}



/* =========================================================
   v1.3.47 — Purpose-based dynamic navigation
   Clean category menus, separated support actions and no raw FOUC.
========================================================= */
@media (min-width: 922px) {
  
  html body .pct-custom-header-menu {
    width: 100% !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    gap: 4px !important;
  }
  html body .pct-custom-header-menu > li > a.menu-link {
    min-height: 62px !important;
    padding: 0 14px !important;
    font-size: 13.5px !important;
  }
  html body .pct-custom-header-menu > li.pct-nav-utility-start {
    margin-left: auto !important;
    padding-left: 27px !important;
  }
  html body .pct-custom-header-menu > li.pct-nav-utility-start::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #e4e9f1;
  }
  html body .pct-custom-header-menu > li.pct-nav-contact { display:flex !important; }
  html body .pct-custom-header-menu > li.pct-nav-contact > a.menu-link {
    min-height: 38px !important;
    margin: 0 2px 0 0 !important;
    padding: 0 12px !important;
    color: #334155 !important;
    border-radius: 9px !important;
    background: #f8fafc !important;
  }
  html body .pct-custom-header-menu > li.pct-nav-contact:hover > a.menu-link,
  html body .pct-custom-header-menu > li.pct-nav-contact.current-menu-item > a.menu-link {
    color: #0f3d78 !important;
    background: #eef5ff !important;
  }
  html body .pct-custom-header-menu > li.pct-nav-contact.current-menu-item > a.menu-link::after { display:none; }
  html body .pct-custom-header-menu > li.pct-nav-report > a.menu-link {
    min-height: 40px !important;
    margin-left: 7px !important;
    padding: 0 15px !important;
  }
}

.pct-nav-contact-icon,
.pct-nav-report-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.pct-nav-contact-icon { color:#2563eb; background:#eaf2ff; }
.pct-nav-report-icon { color:#e11d2e; background:#fff; }

html body .pct-custom-header-menu .pct-nav-wide-panel.sub-menu,
html body .pct-custom-header-menu .pct-nav-image-panel.sub-menu,
html body .pct-custom-header-menu .pct-nav-directory-panel.sub-menu {
  position: fixed !important;
  top: var(--pct-header-bottom, 70px) !important;
  left: 50% !important;
  right: auto !important;
  margin: 0 !important;
  transform: translate(-50%, 9px) !important;
  overflow: visible !important;
}
html body .pct-custom-header-menu .pct-nav-wide-panel.sub-menu {
  width: min(1040px, calc(100vw - 42px)) !important;
}
html body .pct-custom-header-menu .pct-nav-image-panel.sub-menu {
  width: min(650px, calc(100vw - 42px)) !important;
}
html body .pct-custom-header-menu .pct-nav-directory-panel.sub-menu {
  width: min(980px, calc(100vw - 42px)) !important;
}
html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-wide-panel,
html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-image-panel,
html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-directory-panel{
  transform: translate(-50%, 0) !important;
}
html body .pct-custom-header-menu .pct-nav-wide-panel::before,
html body .pct-custom-header-menu .pct-nav-image-panel::before,
html body .pct-custom-header-menu .pct-nav-directory-panel::before { display:none !important; }
html body .pct-custom-header-menu .pct-nav-panel > .pct-nav-panel-shell {
  padding: 24px !important;
  border-radius: 14px !important;
}

.pct-nav-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 20px;
}
.pct-nav-image-grid { grid-template-columns: 1fr; }
.pct-nav-image-grid .pct-nav-group-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
.pct-nav-section {
  min-width: 0;
  padding: 16px;
  border: 1px solid #edf1f6;
  border-radius: 13px;
  background: #fbfcfe;
}
.pct-nav-section h3 {
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px !important;
  color: #334155 !important;
  font-size: 11.5px !important;
}
.pct-nav-section-icon {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  font-size: 14px;
  background: #eef2f7;
}
.pct-nav-section .pct-nav-group-links { gap: 2px; }
.pct-nav-section .pct-nav-tool-link {
  min-height: 38px !important;
  padding: 6px 7px !important;
  border: 1px solid transparent !important;
}
.pct-nav-section .pct-nav-tool-link:hover,
.pct-nav-section .pct-nav-tool-link:focus,
.pct-nav-section .pct-nav-tool-link.is-current {
  border-color: #ffdce1 !important;
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(15,23,42,.05);
}
.pct-tone-pdf .pct-nav-section-icon,
.pct-tone-to-pdf .pct-nav-section-icon { color:#e11d2e; background:#fff0f2; }
.pct-tone-from-pdf .pct-nav-section-icon { color:#2563eb; background:#edf4ff; }
.pct-tone-security .pct-nav-section-icon { color:#0f766e; background:#e9fbf7; }
.pct-tone-optimize .pct-nav-section-icon,
.pct-tone-compress .pct-nav-section-icon { color:#7c3aed; background:#f3efff; }
.pct-tone-image .pct-nav-section-icon { color:#d97706; background:#fff7e7; }
.pct-tone-resize .pct-nav-section-icon { color:#0284c7; background:#eaf8ff; }
.pct-tone-social .pct-nav-section-icon { color:#db2777; background:#fff0f7; }
.pct-tone-text .pct-nav-section-icon { color:#15803d; background:#edf9f0; }
.pct-tone-calculator .pct-nav-section-icon { color:#7c3aed; background:#f4efff; }
.pct-tone-web .pct-nav-section-icon { color:#0369a1; background:#eaf7ff; }

.pct-nav-directory-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom:18px;
  padding-bottom:16px;
  border-bottom:1px solid #edf1f5;
}
.pct-nav-directory-head strong {
  display:block;
  color:#0f172a;
  font-family:inherit; font-weight:900; font-size:18px; line-height:1.2;
}
.pct-nav-directory-head span {
  display:block;
  margin-top:4px;
  color:#7b8493;
  font-family:inherit; font-weight:500; font-size:12px; line-height:1.45;
}
.pct-nav-directory-head > a {
  color:#d51e32 !important;
  font-family:inherit !important; font-weight:800 !important; font-size:12px !important; line-height:1.2 !important;
  text-decoration:none !important;
  white-space:nowrap;
}
.pct-nav-directory-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.pct-nav-category-card {
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  min-height:76px;
  padding:12px !important;
  color:#1f2937 !important;
  text-decoration:none !important;
  border:1px solid #e8edf4 !important;
  border-radius:12px !important;
  background:#fff !important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease !important;
}
.pct-nav-category-card:hover,
.pct-nav-category-card:focus {
  transform:translateY(-2px);
  border-color:#cfd8e6 !important;
  box-shadow:0 10px 25px rgba(15,23,42,.08);
}
.pct-nav-category-icon {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:10px;
  background:#f1f5f9;
  font-size:18px;
}
.pct-nav-category-card strong { display:block; color:#172033; font-family:inherit; font-weight:850; font-size:13px; line-height:1.2; }
.pct-nav-category-card small { display:block; margin-top:4px; color:#7b8493; font-family:inherit; font-weight:500; font-size:10.5px; line-height:1.35; }
.pct-nav-category-card > b {
  display:grid;
  place-items:center;
  min-width:23px;
  height:23px;
  padding:0 5px;
  border-radius:999px;
  color:#64748b;
  background:#f1f5f9;
  font-family:inherit; font-weight:800; font-size:10px; line-height:1;
}
.pct-nav-category-card.pct-tone-pdf .pct-nav-category-icon { background:#fff0f2; }
.pct-nav-category-card.pct-tone-image .pct-nav-category-icon { background:#fff7e7; }
.pct-nav-category-card.pct-tone-compress .pct-nav-category-icon { background:#f3efff; }
.pct-nav-category-card.pct-tone-resize .pct-nav-category-icon { background:#eaf8ff; }
.pct-nav-category-card.pct-tone-social .pct-nav-category-icon { background:#fff0f7; }
.pct-nav-category-card.pct-tone-calculator .pct-nav-category-icon { background:#f4efff; }
.pct-nav-category-card.pct-tone-text .pct-nav-category-icon { background:#edf9f0; }
.pct-nav-category-card.pct-tone-web .pct-nav-category-icon { background:#eaf7ff; }

/* Rebuilt All Tools directory: strict categories, icon-led cards. */
.pct-all-tools-section-head {
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.pct-all-tools-section-head h2 { margin:0 0 4px !important; }
.pct-all-tools-section-head p { margin:0 !important; color:#64748b; }
.pct-all-tools-section-head > b {
  color:#64748b;
  font-size:12px;
  white-space:nowrap;
}
.pct-all-tools-section-icon {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:13px;
  background:#f1f5f9;
  font-size:22px;
}
.pct-all-tools-section.pct-tone-pdf .pct-all-tools-section-icon { background:#fff0f2; }
.pct-all-tools-section.pct-tone-image .pct-all-tools-section-icon { background:#fff7e7; }
.pct-all-tools-section.pct-tone-compress .pct-all-tools-section-icon { background:#f3efff; }
.pct-all-tools-section.pct-tone-resize .pct-all-tools-section-icon { background:#eaf8ff; }
.pct-all-tools-section.pct-tone-social .pct-all-tools-section-icon { background:#fff0f7; }
.pct-all-tools-section.pct-tone-calculator .pct-all-tools-section-icon { background:#f4efff; }
.pct-all-tools-section.pct-tone-text .pct-all-tools-section-icon { background:#edf9f0; }
.pct-all-tools-section.pct-tone-web .pct-all-tools-section-icon { background:#eaf7ff; }
.pct-all-tools-section .pct-all-tools-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.pct-all-tools-section .pct-all-tool-card {
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:84px;
  padding:14px;
}
.pct-all-tool-icon {
  display:grid !important;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:10px;
  color:#334155 !important;
  background:#f1f5f9;
  font-size:17px !important;
}
.pct-all-tools-section .pct-all-tool-card > span:nth-child(2) { display:block; min-width:0; }
.pct-all-tools-section .pct-all-tool-card strong { display:block; font-size:14px; }
.pct-all-tools-section .pct-all-tool-card small { display:block; margin-top:4px; color:#64748b; font-size:11.5px; line-height:1.4; }
.pct-all-tools-section .pct-all-tool-card > b { color:#94a3b8; font-size:16px; }

@media (max-width: 1280px) and (min-width: 922px) {
  html body .pct-custom-header-menu > li > a.menu-link { padding-left:10px !important; padding-right:10px !important; font-size:12.5px !important; }
  html body .pct-custom-header-menu > li.pct-nav-utility-start { padding-left:21px !important; }
  html body .pct-custom-header-menu > li.pct-nav-utility-start::before { left:8px; }
  .pct-nav-directory-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width: 921px) {
  html body .pct-custom-header-menu > li.pct-nav-utility-start { padding-left:0 !important; }
  html body .pct-custom-header-menu > li.pct-nav-utility-start::before { display:none; }
  html body .pct-custom-header-menu > li.pct-nav-contact { display:block !important; }
  html body .pct-custom-header-menu > li.pct-nav-contact > a.menu-link {
    margin:8px 14px 0 !important;
    justify-content:center !important;
    border-radius:9px !important;
    background:#f8fafc !important;
  }
  html body .pct-custom-header-menu .pct-nav-wide-panel.sub-menu,
  html body .pct-custom-header-menu .pct-nav-image-panel.sub-menu,
  html body .pct-custom-header-menu .pct-nav-directory-panel.sub-menu {
    position:static !important;
    width:100% !important;
    transform:none !important;
  }
  .pct-nav-section-grid,
  .pct-nav-image-grid .pct-nav-group-links,
  .pct-nav-directory-grid { grid-template-columns:1fr !important; }
  .pct-nav-section { padding:13px; }
  .pct-nav-directory-head { align-items:flex-start; flex-direction:column; }
  .pct-all-tools-section .pct-all-tools-grid { grid-template-columns:1fr; }
}

@media (max-width: 720px) {
  .pct-all-tools-section-head { grid-template-columns:42px minmax(0,1fr); }
  .pct-all-tools-section-head > b { grid-column:2; }
  .pct-all-tools-section-icon { width:42px; height:42px; }
}




html body .pct-custom-header-menu .pct-nav-mega-panel.sub-menu {
  position: fixed !important;
  top: var(--pct-header-bottom, 70px) !important;
  left: 18px !important;
  right: 18px !important;
  width: auto !important;
  max-width: 1540px !important;
  max-height: calc(100vh - var(--pct-header-bottom, 70px) - 20px) !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  transform: translateY(8px) !important;
}
html body .pct-custom-header-menu .pct-nav-all-tools.is-open > .pct-nav-mega-panel{
  transform: translateY(0) !important;
}
html body .pct-custom-header-menu .pct-nav-mega-panel::before { display:none !important; }
.pct-nav-mega-grid {
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:start;
}
.pct-nav-mega-grid .pct-nav-section {
  padding:14px !important;
  background:#fbfcfe !important;
  border-color:#e9eef5 !important;
  break-inside:avoid;
}
.pct-nav-mega-grid .pct-nav-section h3 {
  margin-bottom:8px !important;
}
.pct-nav-mega-grid .pct-nav-tool-link {
  min-height:34px !important;
  padding:4px 5px !important;
}
.pct-nav-mega-grid .pct-nav-tool-icon {
  width:23px;
  height:23px;
  font-size:12px;
}
.pct-nav-mega-grid .pct-nav-tool-link strong {
  font-size:12px;
  line-height:1.2;
}
@media (max-width:1280px) and (min-width:922px) {
  .pct-nav-mega-grid { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
}
@media (max-width:921px) {
  html body .pct-custom-header-menu .pct-nav-mega-panel.sub-menu {
    position:static !important;
    width:100% !important;
    max-width:none !important;
    max-height:none !important;
    transform:none !important;
  }
  .pct-nav-mega-grid { grid-template-columns:1fr !important; }
}


.pct-nav-mega-grid {
  display:block !important;
  columns:4 260px;
  column-gap:16px !important;
}
.pct-nav-mega-grid .pct-nav-section {
  display:inline-block;
  width:100%;
  margin:0 0 16px !important;
  vertical-align:top;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
}
@media (max-width:1280px) and (min-width:922px) {
  .pct-nav-mega-grid {
    columns:3 250px;
  }
}
@media (max-width:921px) {
  .pct-nav-mega-grid {
    display:block !important;
    columns:1 !important;
  }
  .pct-nav-mega-grid .pct-nav-section {
    display:block;
    margin-bottom:12px !important;
  }
}



.pct-nav-mega-grid {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  columns:auto !important;
  column-gap:normal !important;
  width:100%;
  min-width:0;
  align-items:start;
}
.pct-nav-mega-column {
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:0;
}
.pct-nav-mega-grid .pct-nav-section {
  display:block !important;
  width:100% !important;
  margin:0 !important;
  break-inside:auto !important;
  -webkit-column-break-inside:auto !important;
  page-break-inside:auto !important;
}
@media (max-width:1280px) and (min-width:922px) {
  .pct-nav-mega-grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:921px) {
  .pct-nav-mega-grid {
    display:block !important;
    columns:auto !important;
  }
  .pct-nav-mega-column {
    display:block;
  }
  .pct-nav-mega-column + .pct-nav-mega-column {
    margin-top:12px;
  }
  .pct-nav-mega-column .pct-nav-section + .pct-nav-section {
    margin-top:12px !important;
  }
}

/* ============================================================
   v1.3.51 — Mobile full-screen workspace host
   Removes the landing-page modal frame after Core enters workspace mode.
============================================================ */
@media (max-width: 780px) {
  html.pct-mobile-workspace-open,
  html.pct-mobile-workspace-open body,
  body.pct-mobile-workspace-open {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  body.pct-mobile-workspace-open .pct-real-tool-overlay,
  body.pct-mobile-workspace-open .pct-real-tool-overlay.is-open,
  body.pct-mobile-workspace-open .pct-real-tool-overlay.is-preparing {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482000 !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f7fb !important;
    overflow: hidden !important;
    transform: none !important;
  }

  body.pct-mobile-workspace-open .pct-real-tool-modal {
    position: relative !important;
    inset: auto !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f4f7fb !important;
    box-shadow: none !important;
    overflow: hidden !important;
    transform: none !important;
    perspective: none !important;
    contain: none !important;
  }

  body.pct-mobile-workspace-open .pct-real-tool-inner {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  body.pct-mobile-workspace-open .pct-real-tool-close {
    display: none !important;
  }
}

/* ============================================================
   v1.3.52 — Mobile workspace host containment repair
   No layout ancestor may clip or redefine the Core viewport portal.
============================================================ */
@media (max-width: 780px) {
  body.pct-mobile-workspace-open .pct-direct-workspace-route,
body.pct-mobile-workspace-open .pct-real-tool-overlay,
body.pct-mobile-workspace-open .pct-real-tool-modal,
body.pct-mobile-workspace-open .pct-real-tool-inner,
body.pct-mobile-workspace-open .pct-site-content,
body.pct-mobile-workspace-open .pct-entry-content{
    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
    clip-path: none !important;
  }

  body.pct-mobile-workspace-open .pct-direct-workspace-route,
  body.pct-mobile-workspace-open .pct-real-tool-inner {
    overflow: visible !important;
  }

  body.pct-mobile-workspace-open > .hn-tool-shell.hn-mobile-workspace-portal {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}


@media (max-width: 780px) {
  body.pct-mobile-workspace-open .pct-real-tool-overlay,
  body.pct-mobile-workspace-open .pct-real-tool-modal,
  body.pct-mobile-workspace-open .pct-real-tool-inner {
    overflow: visible !important;
    touch-action: auto !important;
  }
  body.pct-mobile-workspace-open > .hn-tool-shell.hn-mobile-workspace-portal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }
}


@media (max-width: 921px) {
  
  

  

  

  

  

  

  

  
}

/* ============================================================
   v1.3.57 — Compact, search-first All Tools directory
   The directory intentionally avoids large marketing cards. It is a dense,
   scannable index with small icon rows, category chips and instant filtering.
============================================================ */
.pct-info-all-tools {
  padding-top: 30px;
}
.pct-info-all-tools .pct-information-inner {
  width: min(100%, 1320px);
}
.pct-info-all-tools .pct-info-hero {
  padding: clamp(24px, 3.5vw, 38px);
  border-radius: 22px;
}
.pct-info-all-tools .pct-info-home-link {
  margin-bottom: 14px;
}
.pct-info-all-tools .pct-info-hero h1 {
  font-size: clamp(32px, 4vw, 46px);
}
.pct-info-all-tools .pct-info-intro {
  max-width: 900px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
}
.pct-info-all-tools .pct-info-meta {
  display: none;
}
.pct-info-all-tools .pct-info-layout {
  display: block;
  margin-top: 18px;
}
.pct-info-all-tools .pct-info-toc {
  display: none;
}

.pct-tools-directory {
  width: 100%;
  min-width: 0;
}
.pct-directory-toolbar {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #dde6f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}
.pct-directory-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.pct-directory-search-icon {
  position: absolute;
  left: 14px;
  color: #64748b;
  font-size: 21px;
  line-height: 1;
  pointer-events: none;
}
.pct-directory-search {
  width: 100%;
  min-height: 48px;
  padding: 10px 46px 10px 44px;
  border: 1px solid #cfd9e6;
  border-radius: 13px;
  background: #f8fafc;
  color: #0f172a;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.pct-directory-search:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,99,235,.10);
}
.pct-directory-search-clear {
  position: absolute;
  right: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #64748b;
  font-size: 22px;
  cursor: pointer;
}
.pct-directory-search-clear:hover { background: #eef2f7; color: #0f172a; }
.pct-directory-filter-row {
  display: flex;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}
.pct-directory-filter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.pct-directory-filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 10px;
}
.pct-directory-filter:hover { border-color: #b9c8da; background: #f8fafc; }
.pct-directory-filter.is-active {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
}
.pct-directory-filter.is-active span {
  background: rgba(255,255,255,.14);
  color: #fff;
}
.pct-directory-result-note {
  color: #64748b;
  font-size: 12px;
}
.pct-directory-result-note strong { color: #0f172a; }
.pct-directory-sections {
  display: grid;
  gap: 16px;
}
.pct-directory-section {
  scroll-margin-top: 18px;
  padding: 15px;
  border: 1px solid #e0e7ef;
  border-radius: 18px;
  background: #fff;
}
.pct-directory-section[hidden],
.pct-directory-tool[hidden] { display: none !important; }
.pct-directory-section-head {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) auto;
  gap: 11px;
  align-items: center;
  margin-bottom: 11px;
}
.pct-directory-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #f1f5f9;
  font-size: 18px;
}
.pct-directory-section-head h2 {
  margin: 0 !important;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.2;
}
.pct-directory-section-head p {
  margin: 3px 0 0 !important;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}
.pct-directory-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 28px;
  padding: 0 8px;
  border-radius: 9px;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
}
.pct-directory-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
}
.pct-directory-tool {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 16px;
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 8px 9px;
  border: 1px solid #e4eaf1;
  border-radius: 12px;
  background: #fbfcfe;
  color: #0f172a !important;
  text-decoration: none !important;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.pct-directory-tool:hover {
  border-color: #b8c7da;
  background: #fff;
  transform: translateY(-1px);
}
.pct-directory-tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eef4ff;
  font-size: 16px;
}
.pct-directory-tool-copy { min-width: 0; }
.pct-directory-tool-copy strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pct-directory-tool-copy small {
  display: block;
  min-width: 0;
  margin-top: 3px;
  overflow: hidden;
  color: #64748b;
  font-size: 10.5px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pct-directory-tool-arrow {
  color: #94a3b8;
  font-size: 19px;
  text-align: right;
}
.pct-directory-tool:hover .pct-directory-tool-arrow { color: #2563eb; }
.pct-directory-section.pct-tone-pdf .pct-directory-section-icon,
.pct-directory-section.pct-tone-pdf .pct-directory-tool-icon { background:#fff0f2; }
.pct-directory-section.pct-tone-image .pct-directory-section-icon,
.pct-directory-section.pct-tone-image .pct-directory-tool-icon { background:#fff7e7; }
.pct-directory-section.pct-tone-compress .pct-directory-section-icon,
.pct-directory-section.pct-tone-compress .pct-directory-tool-icon { background:#f3efff; }
.pct-directory-section.pct-tone-resize .pct-directory-section-icon,
.pct-directory-section.pct-tone-resize .pct-directory-tool-icon { background:#eaf8ff; }
.pct-directory-section.pct-tone-social .pct-directory-section-icon,
.pct-directory-section.pct-tone-social .pct-directory-tool-icon { background:#fff0f7; }
.pct-directory-section.pct-tone-calculator .pct-directory-section-icon,
.pct-directory-section.pct-tone-calculator .pct-directory-tool-icon { background:#f4efff; }
.pct-directory-section.pct-tone-text .pct-directory-section-icon,
.pct-directory-section.pct-tone-text .pct-directory-tool-icon { background:#edf9f0; }
.pct-directory-section.pct-tone-web .pct-directory-section-icon,
.pct-directory-section.pct-tone-web .pct-directory-tool-icon { background:#eaf7ff; }
.pct-directory-empty {
  margin: 18px 0;
  padding: 34px 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}
.pct-directory-empty > span { display:block; margin-bottom:8px; color:#94a3b8; font-size:28px; }
.pct-directory-empty strong { color:#0f172a; }
.pct-directory-empty p { margin:5px 0 0; color:#64748b; font-size:12px; }
.pct-directory-foot {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #dbe5ef;
  border-radius: 15px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
}
.pct-directory-foot strong { color:#0f172a; }
.pct-directory-foot a { color:#2563eb; font-weight:850; text-decoration:none; white-space:nowrap; }

@media (max-width: 980px) {
  .pct-directory-tool-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .pct-info-all-tools { padding: 18px 10px 42px; }
  .pct-info-all-tools .pct-info-hero { padding: 22px 18px; }
  .pct-info-all-tools .pct-info-hero h1 { font-size: 31px; }
  .pct-info-all-tools .pct-info-intro { font-size: 14px; }
  .pct-directory-toolbar { padding: 10px; border-radius: 15px; }
  .pct-directory-search { min-height: 46px; font-size: 16px; }
  .pct-directory-section { padding: 11px; border-radius: 15px; }
  .pct-directory-section-head { grid-template-columns: 36px minmax(0,1fr) auto; gap:9px; }
  .pct-directory-section-icon { width:36px; height:36px; }
  .pct-directory-section-head p { display:block; margin-top:3px!important; font-size:12px; line-height:1.4; }
  .pct-directory-tool-grid { grid-template-columns: 1fr; gap: 7px; }
  .pct-directory-tool { min-height: 64px; padding: 8px 9px; }
  .pct-directory-tool-copy small {
    display:-webkit-box;
    margin-top:3px;
    overflow:hidden;
    font-size:11.5px;
    line-height:1.35;
    white-space:normal;
    text-overflow:clip;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .pct-directory-foot { grid-template-columns:1fr; gap:5px; }
}


.pct-category-directory .pct-directory-toolbar {
  gap: 12px;
}
.pct-directory-category-intro {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pct-directory-category-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #f3c7cd;
  border-radius: 999px;
  background: #fff6f7;
  color: #be123c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.pct-directory-category-intro p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pct-directory-category-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}


.pct-info-pdf-tools,
.pct-info-image-tools,
.pct-info-compress-resize-tools,
.pct-info-more-tools {
  padding-top: 30px;
}
.pct-info-pdf-tools .pct-information-inner,
.pct-info-image-tools .pct-information-inner,
.pct-info-compress-resize-tools .pct-information-inner,
.pct-info-more-tools .pct-information-inner {
  width: min(100%, 1320px);
}
.pct-info-pdf-tools .pct-info-hero,
.pct-info-image-tools .pct-info-hero,
.pct-info-compress-resize-tools .pct-info-hero,
.pct-info-more-tools .pct-info-hero {
  padding: clamp(24px, 3.5vw, 38px);
  border-radius: 22px;
}
.pct-info-pdf-tools .pct-info-home-link,
.pct-info-image-tools .pct-info-home-link,
.pct-info-compress-resize-tools .pct-info-home-link,
.pct-info-more-tools .pct-info-home-link { margin-bottom: 14px; }
.pct-info-pdf-tools .pct-info-hero h1,
.pct-info-image-tools .pct-info-hero h1,
.pct-info-compress-resize-tools .pct-info-hero h1,
.pct-info-more-tools .pct-info-hero h1 { font-size: clamp(32px, 4vw, 46px); }
.pct-info-pdf-tools .pct-info-intro,
.pct-info-image-tools .pct-info-intro,
.pct-info-compress-resize-tools .pct-info-intro,
.pct-info-more-tools .pct-info-intro {
  max-width: 900px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
}
.pct-info-pdf-tools .pct-info-meta,
.pct-info-image-tools .pct-info-meta,
.pct-info-compress-resize-tools .pct-info-meta,
.pct-info-more-tools .pct-info-meta,
.pct-info-pdf-tools .pct-info-toc,
.pct-info-image-tools .pct-info-toc,
.pct-info-compress-resize-tools .pct-info-toc,
.pct-info-more-tools .pct-info-toc { display: none; }
.pct-info-pdf-tools .pct-info-layout,
.pct-info-image-tools .pct-info-layout,
.pct-info-compress-resize-tools .pct-info-layout,
.pct-info-more-tools .pct-info-layout {
  display: block;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .pct-info-pdf-tools,
  .pct-info-image-tools,
  .pct-info-compress-resize-tools,
  .pct-info-more-tools { padding: 18px 10px 42px; }
  .pct-info-pdf-tools .pct-info-hero,
  .pct-info-image-tools .pct-info-hero,
  .pct-info-compress-resize-tools .pct-info-hero,
  .pct-info-more-tools .pct-info-hero { padding: 22px 18px; }
  .pct-info-pdf-tools .pct-info-hero h1,
  .pct-info-image-tools .pct-info-hero h1,
  .pct-info-compress-resize-tools .pct-info-hero h1,
  .pct-info-more-tools .pct-info-hero h1 { font-size: 31px; }
  .pct-info-pdf-tools .pct-info-intro,
  .pct-info-image-tools .pct-info-intro,
  .pct-info-compress-resize-tools .pct-info-intro,
  .pct-info-more-tools .pct-info-intro { font-size: 14px; }
}

/* =========================================================
   v1.3.60 — clearer tool identity for directory pages
   Keep the compact directory, but reduce the "everything is
   the same" effect with operation/format-specific visual cues.
========================================================= */
.pct-tools-directory {
  --pct-directory-accent: #2563eb;
}

.pct-directory-section {
  position: relative;
  overflow: hidden;
  border-color: #e3e9f1;
  box-shadow: 0 8px 22px rgba(15,23,42,.025);
}
.pct-directory-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--pct-section-accent, #cbd5e1);
}
.pct-directory-section-head {
  padding: 1px 2px 1px 3px;
}
.pct-directory-section-icon {
  background: var(--pct-section-soft, #f1f5f9) !important;
  color: var(--pct-section-accent, #334155);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--pct-section-accent, #334155) 12%, transparent);
}
.pct-directory-section-head h2 {
  color: var(--pct-section-heading, #0f172a);
}
.pct-directory-count {
  background: var(--pct-section-soft, #f1f5f9);
  color: var(--pct-section-accent, #475569);
}

.pct-directory-section.pct-tone-pdf,
.pct-directory-section.pct-tone-to-pdf,
.pct-directory-section.pct-tone-from-pdf {
  --pct-section-accent:#e11d2e;
  --pct-section-soft:#fff1f3;
  --pct-section-heading:#9f1239;
}
.pct-directory-section.pct-tone-image {
  --pct-section-accent:#f59e0b;
  --pct-section-soft:#fff8e8;
  --pct-section-heading:#92400e;
}
.pct-directory-section.pct-tone-compress,
.pct-directory-section.pct-tone-optimize {
  --pct-section-accent:#7c3aed;
  --pct-section-soft:#f5f1ff;
  --pct-section-heading:#5b21b6;
}
.pct-directory-section.pct-tone-resize {
  --pct-section-accent:#0284c7;
  --pct-section-soft:#eaf8ff;
  --pct-section-heading:#075985;
}
.pct-directory-section.pct-tone-social {
  --pct-section-accent:#db2777;
  --pct-section-soft:#fff0f7;
  --pct-section-heading:#9d174d;
}
.pct-directory-section.pct-tone-calculator {
  --pct-section-accent:#6d28d9;
  --pct-section-soft:#f4efff;
  --pct-section-heading:#5b21b6;
}
.pct-directory-section.pct-tone-text {
  --pct-section-accent:#15803d;
  --pct-section-soft:#edf9f0;
  --pct-section-heading:#166534;
}
.pct-directory-section.pct-tone-web {
  --pct-section-accent:#0369a1;
  --pct-section-soft:#eaf7ff;
  --pct-section-heading:#075985;
}
.pct-directory-section.pct-tone-security {
  --pct-section-accent:#475569;
  --pct-section-soft:#f1f5f9;
  --pct-section-heading:#334155;
}

/* Tool cards: stronger identity, less repeated icon-box noise. */
.pct-directory-tool {
  --pct-tool-accent:#64748b;
  --pct-tool-soft:#f8fafc;
  grid-template-columns: 52px minmax(0,1fr) 16px;
  gap: 11px;
  min-height: 64px;
  padding: 8px 10px 8px 8px;
  border-color: #e3e9f1;
  border-left: 3px solid var(--pct-tool-accent);
  background: linear-gradient(90deg, var(--pct-tool-soft) 0, #fff 48px, #fff 100%);
  box-shadow: 0 2px 7px rgba(15,23,42,.025);
}
.pct-directory-tool:hover {
  border-color: color-mix(in srgb, var(--pct-tool-accent) 38%, #dbe3ec);
  border-left-color: var(--pct-tool-accent);
  background: linear-gradient(90deg, var(--pct-tool-soft) 0, #fff 58px, #fff 100%);
  box-shadow: 0 7px 18px rgba(15,23,42,.07);
  transform: translateY(-1px);
}
.pct-directory-tool-copy strong {
  font-size: 13.2px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.pct-directory-tool-copy small {
  margin-top: 2px;
  color: #718096;
}
.pct-directory-tool-arrow {
  color: #c0cad7;
  transition: color .15s ease, transform .15s ease;
}
.pct-directory-tool:hover .pct-directory-tool-arrow {
  color: var(--pct-tool-accent);
  transform: translateX(2px);
}

.pct-directory-tool-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid color-mix(in srgb, var(--pct-tool-accent) 20%, #e2e8f0);
  background: var(--pct-tool-soft);
  color: var(--pct-tool-accent);
  line-height: 1;
  overflow: hidden;
}
.pct-directory-tool-visual .pct-visual-format {
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.pct-directory-tool-visual .pct-visual-arrow {
  margin: 0 2px;
  font-size: 9px;
  font-weight: 900;
  opacity: .72;
}
.pct-directory-tool-visual .pct-visual-symbol {
  display: block;
  font-size: 17px;
  font-weight: 900;
}
.pct-directory-tool-visual .pct-visual-label {
  display: none;
}

/* Conversion/output format identities. */
.pct-directory-tool.pct-tool-convert-pdf, .pct-visual-convert-pdf { --pct-tool-accent:#e11d2e; --pct-tool-soft:#fff1f3; }
.pct-directory-tool.pct-tool-convert-jpg, .pct-visual-convert-jpg { --pct-tool-accent:#d97706; --pct-tool-soft:#fff7e8; }
.pct-directory-tool.pct-tool-convert-png, .pct-visual-convert-png { --pct-tool-accent:#0284c7; --pct-tool-soft:#edf8ff; }
.pct-directory-tool.pct-tool-convert-webp, .pct-visual-convert-webp { --pct-tool-accent:#15803d; --pct-tool-soft:#edf9f0; }
.pct-directory-tool.pct-tool-convert-tiff, .pct-visual-convert-tiff { --pct-tool-accent:#7c3aed; --pct-tool-soft:#f5f1ff; }
.pct-directory-tool.pct-tool-convert-word, .pct-visual-convert-word { --pct-tool-accent:#2563eb; --pct-tool-soft:#eef4ff; }
.pct-directory-tool.pct-tool-convert-img, .pct-visual-convert-img { --pct-tool-accent:#ea580c; --pct-tool-soft:#fff4ed; }

/* Action identities. */
.pct-directory-tool.pct-tool-edit, .pct-visual-edit { --pct-tool-accent:#d97706; --pct-tool-soft:#fff8e8; }
.pct-directory-tool.pct-tool-merge, .pct-visual-merge { --pct-tool-accent:#16a34a; --pct-tool-soft:#edf9f0; }
.pct-directory-tool.pct-tool-split, .pct-visual-split { --pct-tool-accent:#2563eb; --pct-tool-soft:#eef4ff; }
.pct-directory-tool.pct-tool-delete, .pct-visual-delete { --pct-tool-accent:#dc2626; --pct-tool-soft:#fff1f2; }
.pct-directory-tool.pct-tool-numbers, .pct-visual-numbers { --pct-tool-accent:#0891b2; --pct-tool-soft:#ecfeff; }
.pct-directory-tool.pct-tool-compress, .pct-visual-compress { --pct-tool-accent:#7c3aed; --pct-tool-soft:#f5f1ff; }
.pct-directory-tool.pct-tool-resize, .pct-visual-resize { --pct-tool-accent:#0284c7; --pct-tool-soft:#eaf8ff; }
.pct-directory-tool.pct-tool-social, .pct-visual-social { --pct-tool-accent:#db2777; --pct-tool-soft:#fff0f7; }
.pct-directory-tool.pct-tool-calculator, .pct-visual-calculator { --pct-tool-accent:#6d28d9; --pct-tool-soft:#f4efff; }
.pct-directory-tool.pct-tool-text, .pct-visual-text { --pct-tool-accent:#15803d; --pct-tool-soft:#edf9f0; }
.pct-directory-tool.pct-tool-web, .pct-visual-web { --pct-tool-accent:#0369a1; --pct-tool-soft:#eaf7ff; }
.pct-directory-tool.pct-tool-security, .pct-visual-security { --pct-tool-accent:#475569; --pct-tool-soft:#f1f5f9; }
.pct-directory-tool.pct-tool-rotate, .pct-visual-rotate { --pct-tool-accent:#0f766e; --pct-tool-soft:#ecfdf5; }
.pct-directory-tool.pct-tool-crop, .pct-visual-crop { --pct-tool-accent:#9333ea; --pct-tool-soft:#faf5ff; }
.pct-directory-tool.pct-tool-repair, .pct-visual-repair { --pct-tool-accent:#059669; --pct-tool-soft:#ecfdf5; }
.pct-directory-tool.pct-tool-pdf, .pct-visual-pdf { --pct-tool-accent:#e11d2e; --pct-tool-soft:#fff1f3; }
.pct-directory-tool.pct-tool-image, .pct-visual-image { --pct-tool-accent:#ea580c; --pct-tool-soft:#fff4ed; }
.pct-directory-tool.pct-tool-other, .pct-visual-other { --pct-tool-accent:#64748b; --pct-tool-soft:#f8fafc; }

/* Visual badges remain strongly distinct even when card accent styles are overridden elsewhere. */
.pct-visual-convert-pdf { color:#e11d2e; background:#fff1f3; }
.pct-visual-convert-jpg { color:#d97706; background:#fff7e8; }
.pct-visual-convert-png { color:#0284c7; background:#edf8ff; }
.pct-visual-convert-webp { color:#15803d; background:#edf9f0; }
.pct-visual-convert-tiff { color:#7c3aed; background:#f5f1ff; }
.pct-visual-convert-word { color:#2563eb; background:#eef4ff; }

@media (max-width: 640px) {
  .pct-directory-tool {
    grid-template-columns: 48px minmax(0,1fr) 14px;
    min-height: 58px;
    padding: 7px 8px 7px 7px;
  }
  .pct-directory-tool-visual {
    width: 42px;
    height: 38px;
  }
  .pct-directory-tool-copy strong {
    font-size: 13px;
  }
}


/* =========================================================
   v1.3.62 — contextual landing sidebar + distinct mega-menu
   identities + desktop panel geometry contract.
========================================================= */

/* The landing sidebar is intentionally separated from the top edge so its
   rounded border can never visually disappear beneath the site header. */
.pct-left-sidebar.pct-context-sidebar {
  margin-top: 14px;
  padding: 12px;
  border-color: #dfe6ef;
  box-shadow: 0 14px 34px rgba(15,23,42,.055);
}
.pct-sidebar-dashboard {
  display: grid !important;
  grid-template-columns: 38px minmax(0,1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 52px !important;
  margin: 0 0 10px !important;
  padding: 7px 8px !important;
  border: 1px solid #e7edf4 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg,#fff,#f8fafc) !important;
  color: #0f172a !important;
  text-decoration: none !important;
}
.pct-sidebar-dashboard-icon {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 11px !important;
  background: #fff1f3 !important;
  color: #e11d2e !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}
.pct-sidebar-dashboard strong { display:block; font-size:13px; line-height:1.15; }
.pct-sidebar-dashboard small { display:block; margin-top:3px; color:#7b8797; font-size:9.5px; line-height:1.1; }
.pct-sidebar-related-group { padding: 10px 0 8px; }
.pct-sidebar-related-group > p {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:0 4px 7px !important;
}
.pct-sidebar-related-group > p > span { color:#64748b; font-size:9px; font-weight:900; letter-spacing:.055em; }
.pct-sidebar-related-group > p > em {
  display:inline-grid;
  place-items:center;
  min-width:20px;
  height:19px;
  padding:0 5px;
  border-radius:7px;
  background:#f1f5f9;
  color:#64748b;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.pct-sidebar-group a.pct-sidebar-tool {
  display:grid !important;
  grid-template-columns: 40px minmax(0,1fr) 10px !important;
  gap:8px !important;
  align-items:center !important;
  min-height:46px !important;
  margin:0 0 4px !important;
  padding:5px 6px !important;
  border:1px solid transparent !important;
  border-radius:11px !important;
  background:#fff !important;
  color:#1e293b !important;
  text-decoration:none !important;
  transition:background .15s ease,border-color .15s ease,transform .15s ease !important;
}
.pct-sidebar-group a.pct-sidebar-tool:hover {
  border-color:#dfe6ef !important;
  background:#f8fafc !important;
  color:#0f172a !important;
  transform:translateX(1px);
}
.pct-sidebar-group a.pct-sidebar-tool.is-current {
  border-color:color-mix(in srgb,var(--pct-tool-accent,#e11d2e) 26%,#e5e7eb) !important;
  background:linear-gradient(90deg,var(--pct-tool-soft,#fff1f3),#fff 78%) !important;
  box-shadow:inset 3px 0 0 var(--pct-tool-accent,#e11d2e);
}
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual {
  display:flex !important;
  width:38px !important;
  min-width:38px !important;
  height:34px !important;
  border-radius:10px !important;
  background:var(--pct-tool-soft,#f8fafc) !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual span {
  display:inline !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-visual-format { font-size:7.5px !important; font-weight:900 !important; }
.pct-sidebar-group a.pct-sidebar-tool .pct-visual-arrow { margin:0 1px !important; font-size:8px !important; }
.pct-sidebar-group a.pct-sidebar-tool .pct-visual-symbol { font-size:15px !important; }
.pct-sidebar-copy {
  display:block !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  background:transparent !important;
}
.pct-sidebar-copy strong {
  display:block;
  overflow:hidden;
  color:#172033;
  font-size:11px;
  line-height:1.16;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pct-sidebar-group a.pct-sidebar-tool > b { color:#a8b3c2; font-size:15px; font-weight:500; }
.pct-sidebar-group a.pct-sidebar-tool.is-current > b { color:var(--pct-tool-accent,#e11d2e); }
.pct-sidebar-browse { padding-top:8px; border-top:1px solid #edf1f5; }
.pct-sidebar-browse a {
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 14px;
  gap:8px;
  align-items:center;
  min-height:42px;
  padding:6px 7px;
  border-radius:11px;
  color:#0f172a !important;
  text-decoration:none !important;
}
.pct-sidebar-browse a:hover { background:#f8fafc; }
.pct-sidebar-browse a > span { display:grid; place-items:center; width:30px; height:30px; border-radius:9px; background:#eef2ff; color:#4f46e5; }
.pct-sidebar-browse strong { font-size:11px; }
.pct-sidebar-browse b { color:#94a3b8; }



/* Desktop mega-menu: every tool uses the same strong identity language as the
   category directories instead of repeated generic emoji/image icons. */
@media (min-width:1181px) {
  html body .pct-custom-header-menu .pct-nav-wide-panel.sub-menu,
  html body .pct-custom-header-menu .pct-nav-image-panel.sub-menu,
  html body .pct-custom-header-menu .pct-nav-directory-panel.sub-menu {
    top: var(--pct-panel-top, var(--pct-header-bottom, 70px)) !important;
    left: var(--pct-panel-left, 50%) !important;
    transform: translate(var(--pct-panel-shift, -50%), 8px) !important;
  }
  html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-wide-panel,
html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-image-panel,
html body .pct-custom-header-menu .pct-nav-dropdown.is-open > .pct-nav-directory-panel{
    transform: translate(var(--pct-panel-shift, -50%), 0) !important;
  }
  html body .pct-custom-header-menu .pct-nav-wide-panel::before,
  html body .pct-custom-header-menu .pct-nav-image-panel::before,
  html body .pct-custom-header-menu .pct-nav-directory-panel::before {
    display:block !important;
    left:var(--pct-panel-arrow-x,50%) !important;
  }
  html body .pct-custom-header-menu .pct-nav-wide-panel::after,
  html body .pct-custom-header-menu .pct-nav-image-panel::after,
  html body .pct-custom-header-menu .pct-nav-directory-panel::after,
  html body .pct-custom-header-menu .pct-nav-mega-panel::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-14px;
    height:14px;
    background:transparent;
    pointer-events:auto;
  }
}

.pct-nav-section {
  --pct-nav-accent:#64748b;
  --pct-nav-soft:#f8fafc;
  position:relative;
  overflow:hidden;
  padding:15px 15px 14px 17px;
  border-color:#e6ebf2;
  background:linear-gradient(180deg,var(--pct-nav-soft),#fff 50%);
}
.pct-nav-section::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--pct-nav-accent);
}
.pct-nav-section.pct-tone-pdf,.pct-nav-section.pct-tone-to-pdf,.pct-nav-section.pct-tone-from-pdf { --pct-nav-accent:#e11d2e; --pct-nav-soft:#fff5f6; }
.pct-nav-section.pct-tone-image { --pct-nav-accent:#ea580c; --pct-nav-soft:#fff8f1; }
.pct-nav-section.pct-tone-compress,.pct-nav-section.pct-tone-optimize { --pct-nav-accent:#7c3aed; --pct-nav-soft:#f7f4ff; }
.pct-nav-section.pct-tone-resize { --pct-nav-accent:#0284c7; --pct-nav-soft:#effaff; }
.pct-nav-section.pct-tone-social { --pct-nav-accent:#db2777; --pct-nav-soft:#fff3f8; }
.pct-nav-section.pct-tone-text { --pct-nav-accent:#15803d; --pct-nav-soft:#f1fbf4; }
.pct-nav-section.pct-tone-calculator { --pct-nav-accent:#6d28d9; --pct-nav-soft:#f7f3ff; }
.pct-nav-section.pct-tone-web { --pct-nav-accent:#0369a1; --pct-nav-soft:#eff9ff; }
.pct-nav-section.pct-tone-security { --pct-nav-accent:#475569; --pct-nav-soft:#f7f8fa; }
.pct-nav-section h3 { color:#27364b !important; letter-spacing:.055em !important; }
.pct-nav-section-icon { background:var(--pct-nav-soft) !important; color:var(--pct-nav-accent) !important; box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--pct-nav-accent) 16%,transparent); }
.pct-nav-tool-link {
  grid-template-columns:44px minmax(0,1fr) !important;
  gap:9px !important;
  min-height:48px !important;
  margin:2px 0 !important;
  padding:5px 7px 5px 5px !important;
  border:1px solid transparent !important;
}
.pct-nav-tool-link:hover,.pct-nav-tool-link:focus,.pct-nav-tool-link.is-current {
  border-color:#e5eaf1 !important;
  background:#fff !important;
  box-shadow:0 5px 14px rgba(15,23,42,.055);
}
.pct-nav-tool-link .pct-directory-tool-visual {
  width:40px;
  height:36px;
  border-radius:10px;
}
.pct-nav-tool-link .pct-directory-tool-visual .pct-visual-format { font-size:7.5px; }
.pct-nav-tool-link .pct-directory-tool-visual .pct-visual-arrow { font-size:8px; margin:0 1px; }
.pct-nav-tool-link .pct-directory-tool-visual .pct-visual-symbol { font-size:15px; }
.pct-nav-tool-copy { min-width:0; }
.pct-nav-tool-copy strong { font-size:12.2px !important; }
.pct-nav-image-grid .pct-nav-group-links { gap:3px 8px; }

/* =========================================================
   v1.3.63 — clearer icon system + broader contextual sidebar
========================================================= */
.pct-directory-tool-visual.pct-visual-conversion {
  gap: 2px;
  padding: 3px;
  background: #fff !important;
  border-color: #e2e8f0 !important;
}
.pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 22px;
  padding: 0 3px;
  border-radius: 6px;
  border: 1px solid rgba(15,23,42,.06);
  font-size: 7px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.035em;
  color: #fff;
}
.pct-directory-tool-visual.pct-visual-conversion .pct-visual-arrow {
  margin: 0 -2px;
  color: #94a3b8;
  font-size: 8px;
  font-weight: 900;
  transform: translateY(7px);
  z-index: 2;
}
.pct-format-pdf { background:#e11d2e !important; }
.pct-format-jpg,.pct-format-jpeg { background:#f59e0b !important; }
.pct-format-png { background:#0284c7 !important; }
.pct-format-webp { background:#16a34a !important; }
.pct-format-tiff,.pct-format-tif { background:#7c3aed !important; }
.pct-format-word,.pct-format-docx { background:#2563eb !important; }
.pct-format-img,.pct-format-image,.pct-format-images { background:#ea580c !important; }

/* Never let the hidden action label leak into the compact Dashboard badge.
   v1.3.62's generic descendant rule made labels such as "Split" overlap. */
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual .pct-visual-label {
  display: none !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion {
  width: 40px !important;
  min-width: 40px !important;
  height: 36px !important;
  padding: 3px !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
  min-width: 15px !important;
  height: 20px !important;
  padding: 0 2px !important;
  font-size: 5.8px !important;
  color: #fff !important;
  border-radius: 5px !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-arrow {
  margin: 0 -3px !important;
  font-size: 7px !important;
  transform: translateY(6px) !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-visual-symbol {
  display:grid !important;
  place-items:center !important;
  width:26px !important;
  height:26px !important;
  border-radius:8px !important;
  font-size:13px !important;
  font-weight:950 !important;
  line-height:1 !important;
}

/* Contextual sidebar can contain multiple genuinely-related groups. Keep it
   readable without squeezing icons or allowing accidental text overlap. */
.pct-left-sidebar.pct-context-sidebar {
  overflow: visible;
}
.pct-sidebar-related-group + .pct-sidebar-related-group {
  border-top: 1px solid #edf1f5;
}
.pct-sidebar-group a.pct-sidebar-tool {
  grid-template-columns: 42px minmax(0,1fr) 10px !important;
}

/* Mega-menu and category directory use the same two-tile format language. */
.pct-nav-tool-link .pct-directory-tool-visual.pct-visual-conversion {
  width: 44px;
  height: 36px;
}
.pct-nav-tool-link .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
  min-width: 17px;
  height: 21px;
  font-size: 6.2px;
}
.pct-directory-tool.pct-tool-unlock, .pct-visual-unlock { --pct-tool-accent:#467dac; --pct-tool-soft:#edf6ff; }
.pct-directory-tool.pct-tool-ocr, .pct-visual-ocr { --pct-tool-accent:#76b84b; --pct-tool-soft:#f0fae9; }
.pct-directory-tool.pct-tool-scan, .pct-visual-scan { --pct-tool-accent:#f06449; --pct-tool-soft:#fff1ec; }
.pct-directory-tool.pct-tool-sign, .pct-visual-sign { --pct-tool-accent:#467dac; --pct-tool-soft:#edf6ff; }
.pct-directory-tool.pct-tool-watermark, .pct-visual-watermark { --pct-tool-accent:#a8558e; --pct-tool-soft:#fbf0f8; }
.pct-directory-tool.pct-tool-forms, .pct-visual-forms { --pct-tool-accent:#7c3aed; --pct-tool-soft:#f5f1ff; }

/* =========================================================
   v1.3.64 — compact professional icon language
   Small task icons inspired by conventional document-tool UIs.  The icon is
   an aid, not the card: no oversized badge, no text spilling into the row.
========================================================= */
.pct-directory-tool-visual {
  position:relative !important;
  display:inline-grid !important;
  place-items:center !important;
  width:26px !important;
  min-width:26px !important;
  height:26px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:6px !important;
  overflow:visible !important;
  box-sizing:border-box !important;
  background:transparent !important;
}
.pct-directory-tool-visual.pct-visual-action {
  background:var(--pct-tool-accent,#64748b) !important;
  color:#fff !important;
  box-shadow:0 1px 2px rgba(15,23,42,.08) !important;
}
.pct-directory-tool-visual.pct-visual-action svg {
  width:16px !important;
  height:16px !important;
  display:block !important;
  color:inherit !important;
}
/* Action tones: compact solid squares like conventional desktop tool menus. */
.pct-visual-edit { --pct-tool-accent:#19b8bd; }
.pct-visual-merge { --pct-tool-accent:#7565e8; }
.pct-visual-split { --pct-tool-accent:#8a63df; }
.pct-visual-delete { --pct-tool-accent:#e05a68; }
.pct-visual-numbers { --pct-tool-accent:#20b9bd; }
.pct-visual-compress { --pct-tool-accent:#ef3340; }
.pct-visual-resize { --pct-tool-accent:#2aa6c6; }
.pct-visual-security,.pct-visual-unlock { --pct-tool-accent:#4b86b7; }
.pct-visual-rotate,.pct-visual-crop,.pct-visual-watermark { --pct-tool-accent:#a95a92; }
.pct-visual-repair,.pct-visual-ocr { --pct-tool-accent:#83ba55; }
.pct-visual-scan { --pct-tool-accent:#ef694f; }
.pct-visual-sign { --pct-tool-accent:#4b86b7; }
.pct-visual-forms { --pct-tool-accent:#8753dc; }
.pct-visual-text { --pct-tool-accent:#22a76f; }
.pct-visual-calculator { --pct-tool-accent:#7157d9; }
.pct-visual-social { --pct-tool-accent:#df3b8e; }
.pct-visual-web { --pct-tool-accent:#2485bd; }
.pct-visual-pdf { --pct-tool-accent:#ef3340; }
.pct-visual-image { --pct-tool-accent:#e8b51f; }
.pct-visual-other { --pct-tool-accent:#64748b; }

/* Format conversions are two tiny overlapping file tiles.  No large outer
   box: source and destination remain readable even in the narrow Dashboard. */
.pct-directory-tool-visual.pct-visual-conversion {
  display:block !important;
  width:28px !important;
  min-width:28px !important;
  height:25px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
  position:absolute !important;
  display:grid !important;
  place-items:center !important;
  width:17px !important;
  min-width:17px !important;
  height:18px !important;
  padding:0 1px !important;
  border:1px solid rgba(255,255,255,.78) !important;
  border-radius:4px !important;
  color:#fff !important;
  font-size:5.7px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.05em !important;
  box-shadow:0 1px 2px rgba(15,23,42,.12) !important;
}
.pct-directory-tool-visual.pct-visual-conversion .pct-visual-format:first-child { left:1px !important; top:1px !important; z-index:1 !important; }
.pct-directory-tool-visual.pct-visual-conversion .pct-visual-format-to { right:1px !important; bottom:1px !important; z-index:3 !important; }
.pct-directory-tool-visual.pct-visual-conversion .pct-visual-arrow {
  position:absolute !important;
  right:11px !important;
  bottom:6px !important;
  z-index:4 !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:6px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-shadow:0 1px 1px rgba(15,23,42,.22) !important;
  transform:none !important;
}
.pct-format-pdf { background:#ef3340 !important; }
.pct-format-jpg,.pct-format-jpeg { background:#e5bd18 !important; }
.pct-format-png { background:#3a91d6 !important; }
.pct-format-webp { background:#66ad56 !important; }
.pct-format-tiff,.pct-format-tif { background:#9b5ad6 !important; }
.pct-format-word,.pct-format-docx { background:#3d85c6 !important; }
.pct-format-img,.pct-format-image,.pct-format-images { background:#e8aa26 !important; }

/* Dashboard: icon column is intentionally narrow. */
.pct-sidebar-group a.pct-sidebar-tool {
  grid-template-columns:30px minmax(0,1fr) 10px !important;
  gap:6px !important;
  min-height:36px !important;
  padding:4px 5px !important;
}
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual,
.pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion {
  margin:0 auto !important;
  transform:none !important;
}
.pct-sidebar-copy strong { font-size:10.8px !important; }

/* Mega menu: the icon no longer dominates the tool label. */
.pct-nav-tool-link {
  grid-template-columns:30px minmax(0,1fr) !important;
  gap:7px !important;
  min-height:38px !important;
  padding:4px 6px 4px 4px !important;
}
.pct-nav-tool-link .pct-directory-tool-visual { width:24px !important; min-width:24px !important; height:24px !important; }
.pct-nav-tool-link .pct-directory-tool-visual.pct-visual-action svg { width:14px !important; height:14px !important; }
.pct-nav-tool-link .pct-directory-tool-visual.pct-visual-conversion { width:27px !important; min-width:27px !important; height:24px !important; }
.pct-nav-tool-copy strong { font-size:11.7px !important; }

/* Group/section headings use the same compact SVG language instead of emoji. */
.pct-nav-section-icon,
.pct-directory-section-icon {
  display:grid !important;
  place-items:center !important;
  width:24px !important;
  min-width:24px !important;
  height:24px !important;
  border-radius:6px !important;
  background:var(--pct-nav-accent,var(--pct-section-accent,#64748b)) !important;
  color:#fff !important;
  box-shadow:none !important;
}
.pct-nav-section-icon svg,
.pct-directory-section-icon svg { width:14px !important; height:14px !important; display:block !important; }

/* Directory cards keep their current compact layout, but use a much smaller
   visual column like the user's reference menus. */
.pct-directory-tool {
  grid-template-columns:30px minmax(0,1fr) 14px !important;
  gap:8px !important;
}
.pct-directory-tool .pct-directory-tool-visual { margin:0 auto !important; }

@media (max-width:780px) {
  .pct-directory-tool-visual { width:24px !important; min-width:24px !important; height:24px !important; }
  .pct-directory-tool-visual.pct-visual-action svg { width:14px !important; height:14px !important; }
  .pct-directory-tool-visual.pct-visual-conversion { width:26px !important; min-width:26px !important; height:23px !important; }
}

/* =========================================================
   v1.3.65 — contextual Dashboard icon correction
   The older contextual-sidebar rules were more specific than the v1.3.64
   compact icon rules and forced every visual back to a pale soft tile.
   Keep the new icon language, but make the Dashboard itself small, crisp
   and high-contrast like a professional file-tool index.
========================================================= */

/* Narrow visual column: the label, not the icon, owns the row. */
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool {
  grid-template-columns: 26px minmax(0,1fr) 9px !important;
  gap: 7px !important;
  min-height: 35px !important;
  padding: 4px 5px !important;
}

/* Action tools: small solid square, white pictogram.  This deliberately
   overrides the old .pct-sidebar-tool .pct-directory-tool-visual soft tile. */
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-action {
  display: grid !important;
  place-items: center !important;
  width: 23px !important;
  min-width: 23px !important;
  height: 23px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: var(--pct-tool-accent,#64748b) !important;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.12) !important;
  overflow: hidden !important;
}
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-action svg {
  width: 14px !important;
  height: 14px !important;
  color: #fff !important;
  display: block !important;
}

/* Conversion tools: two compact, strongly coloured format tiles.  Do not
   inherit the generic sidebar rule that wipes child backgrounds. */
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion {
  position: relative !important;
  display: block !important;
  width: 25px !important;
  min-width: 25px !important;
  height: 23px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
  position: absolute !important;
  display: grid !important;
  place-items: center !important;
  width: 15px !important;
  min-width: 15px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 1px !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 5.2px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.06em !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.16) !important;
}
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format:first-child {
  left: 0 !important;
  top: 0 !important;
  z-index: 1 !important;
}
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format-to {
  right: 0 !important;
  bottom: 0 !important;
  z-index: 3 !important;
}
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-arrow {
  display: none !important;
}

/* Specific enough to beat the old generic '.pct-sidebar-tool ... span'
   transparent-background rule. */
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-pdf { background:#ef3340 !important; }
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-jpg,
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-jpeg { background:#f2b51d !important; }
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-png { background:#278fd0 !important; }
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-webp { background:#55a94f !important; }
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-tiff,
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-tif { background:#8c55ca !important; }
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-word,
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-docx { background:#347ac1 !important; }
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-img,
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-image,
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-visual-conversion .pct-format-images { background:#e57f24 !important; }

/* Keep names readable after reducing the icon column. */
.pct-context-sidebar .pct-sidebar-copy strong {
  font-size: 10.7px !important;
  line-height: 1.15 !important;
}

/* The Dashboard home icon and All Tools icon stay understated so tool icons
   remain the primary scan targets. */
.pct-context-sidebar .pct-sidebar-dashboard-icon,
.pct-context-sidebar .pct-sidebar-browse a > span {
  width: 25px !important;
  min-width: 25px !important;
  height: 25px !important;
  border-radius: 6px !important;
}


/* ============================================================
   v1.3.71 — All Tools submenu visual parity
   The directory-only informational header was removed. All Tools now starts
   directly with the same section-card language used by the other desktop
   submenus; the generic .pct-nav-panel-shell owns the outer padding.
============================================================ */

/* ============================================================
   v1.3.81 — desktop contextual-rail icon legibility
   Mobile geometry is intentionally untouched. The desktop workspace rail gets
   slightly larger solid action icons and substantially more readable format
   badges for conversion tools.
============================================================ */
@media (min-width:781px) {
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool {
    grid-template-columns:34px minmax(0,1fr) 9px !important;
    gap:7px !important;
    min-height:38px !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-action {
    width:26px !important;
    min-width:26px !important;
    height:26px !important;
    border-radius:6px !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-action svg {
    width:16px !important;
    height:16px !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion {
    width:32px !important;
    min-width:32px !important;
    height:28px !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
    width:20px !important;
    min-width:20px !important;
    height:19px !important;
    padding:0 1px !important;
    border-radius:5px !important;
    font-size:6.4px !important;
    font-weight:950 !important;
    letter-spacing:-.02em !important;
    line-height:1 !important;
    text-shadow:0 1px 1px rgba(15,23,42,.18) !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format:first-child {
    left:0 !important;
    top:0 !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format-to {
    right:0 !important;
    bottom:0 !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-arrow {
    display:none !important;
  }
}

/* ============================================================
   v1.3.82 — final desktop contextual-rail conversion badge scale
   Only the conversion-format visual inside the desktop left rail is enlarged.
   Row height, copy, action-tool icons, mobile geometry and header mega-menu
   visuals remain exactly as in v1.3.81.
============================================================ */
@media (min-width:781px) {
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion {
    width:37px !important;
    min-width:37px !important;
    height:32px !important;
  }
  .pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-conversion .pct-visual-format {
    width:23px !important;
    min-width:23px !important;
    height:22px !important;
    padding:0 1px !important;
    border-radius:5px !important;
    font-size:7.3px !important;
    font-weight:950 !important;
    letter-spacing:-.015em !important;
    line-height:1 !important;
  }
}

/* v1.4.0 — More Tools professional utility hub */
.pct-more-tools-directory {
  --pct-more-navy: #0f172a;
  --pct-more-blue: #2563eb;
  --pct-more-text: #15803d;
  --pct-more-calc: #6d28d9;
}

.pct-more-tools-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 14px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid #dfe7f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 0%, rgba(109,40,217,.13), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(21,128,61,.10), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 22px 60px rgba(15,23,42,.075);
}

.pct-more-tools-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border: 28px solid rgba(37,99,235,.045);
  border-radius: 50%;
  pointer-events: none;
}

.pct-more-tools-hero-copy { position: relative; z-index: 1; }
.pct-more-tools-kicker {
  display: block;
  margin-bottom: 10px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.pct-more-tools-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.pct-more-tools-hero-copy > p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #536176;
  font-size: 16px;
  line-height: 1.7;
}

.pct-more-tools-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pct-more-tools-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid #2563eb;
  border-radius: 12px;
  background: #2563eb;
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(37,99,235,.18);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.pct-more-tools-actions a:hover { background:#1d4ed8; border-color:#1d4ed8; transform:translateY(-1px); }
.pct-more-tools-actions .pct-more-tools-secondary {
  border-color: #d5deeb;
  background: #fff;
  color: #0f172a !important;
  box-shadow: none;
}
.pct-more-tools-actions .pct-more-tools-secondary:hover { border-color:#b9c8da; background:#f8fafc; }

.pct-more-tools-summary {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.pct-more-tools-summary article {
  display: grid;
  grid-template-columns: 54px 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(211,221,234,.9);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 26px rgba(15,23,42,.045);
  backdrop-filter: blur(8px);
}

.pct-more-tools-summary article > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 44px;
  border-radius: 12px;
  background: #edf4ff;
  color: #2563eb;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.pct-more-tools-summary article:nth-child(1) > span { background:#edf9f0; color:#15803d; }
.pct-more-tools-summary article:nth-child(2) > span { background:#f4efff; color:#6d28d9; }
.pct-more-tools-summary strong { color:#0f172a; font-size:26px; line-height:1; }
.pct-more-tools-summary small { color:#64748b; font-size:12px; font-weight:700; }

.pct-more-tools-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 14px;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  color: #536176;
  font-size: 12px;
  font-weight: 750;
}

.pct-more-tools-trust-row b { color:#15803d; margin-right:4px; }

.pct-more-tools-directory .pct-directory-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-color: #dfe7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.04);
}

.pct-more-tools-directory .pct-directory-category-intro { display:block; }
.pct-more-tools-directory .pct-directory-category-eyebrow { color:#2563eb; }
.pct-more-tools-directory .pct-directory-category-intro p { margin-top:5px; line-height:1.45; }
.pct-more-tools-directory .pct-directory-search-wrap { margin:0; }
.pct-more-tools-directory .pct-directory-result-note {
  min-width: 112px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  text-align: center;
  white-space: nowrap;
}

.pct-more-tools-directory .pct-directory-sections { gap: 16px; }
.pct-more-tools-directory .pct-directory-section {
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(15,23,42,.045);
}

.pct-more-tools-directory .pct-directory-section.pct-tone-text {
  border-color: #d9e9de;
  background: linear-gradient(180deg, #fbfefc 0%, #ffffff 100%);
}
.pct-more-tools-directory .pct-directory-section.pct-tone-calculator {
  border-color: #e5ddf1;
  background: linear-gradient(180deg, #fdfbff 0%, #ffffff 100%);
}

.pct-more-tools-directory .pct-directory-section-head {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7edf3;
}

.pct-more-tools-directory .pct-directory-section-head h2 { font-size:22px; letter-spacing:-.025em; }
.pct-more-tools-directory .pct-directory-section-head p { max-width:720px; font-size:12.5px; }
.pct-more-tools-directory .pct-directory-tool-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }

.pct-more-tools-directory .pct-directory-tool {
  min-height: 96px;
  padding: 13px 14px;
  border-color: #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15,23,42,.035);
}

.pct-more-tools-directory .pct-directory-tool:hover {
  border-color: var(--pct-tool-accent, #94a3b8);
  box-shadow: 0 14px 30px rgba(15,23,42,.09);
  transform: translateY(-2px);
}

.pct-more-tools-directory .pct-directory-tool-copy strong { font-size:15px; }
.pct-more-tools-directory .pct-directory-tool-copy small { margin-top:4px; font-size:11.5px; line-height:1.4; }
.pct-more-tool-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #64748b;
  font-size: 9.5px;
  line-height: 1.2;
}
.pct-more-tool-meta b { color:var(--pct-tool-accent, #2563eb); font-weight:850; }
.pct-more-tool-meta em { color:#94a3b8; font-style:normal; font-weight:750; }

/* Dedicated visual tones for the utility catalog. */
.pct-directory-tool.pct-tool-word-count, .pct-visual-word-count,
.pct-directory-tool.pct-tool-character-count, .pct-visual-character-count,
.pct-directory-tool.pct-tool-reading-time, .pct-visual-reading-time,
.pct-directory-tool.pct-tool-title-case, .pct-visual-title-case,
.pct-directory-tool.pct-tool-slug, .pct-visual-slug,
.pct-directory-tool.pct-tool-meta, .pct-visual-meta { --pct-tool-accent:#15803d; --pct-tool-soft:#edf9f0; }

.pct-directory-tool.pct-tool-file-size, .pct-visual-file-size,
.pct-directory-tool.pct-tool-unit-convert, .pct-visual-unit-convert,
.pct-directory-tool.pct-tool-download-time, .pct-visual-download-time,
.pct-directory-tool.pct-tool-upload-time, .pct-visual-upload-time,
.pct-directory-tool.pct-tool-image-size, .pct-visual-image-size,
.pct-directory-tool.pct-tool-dpi, .pct-visual-dpi,
.pct-directory-tool.pct-tool-aspect, .pct-visual-aspect { --pct-tool-accent:#6d28d9; --pct-tool-soft:#f4efff; }

.pct-more-tools-directory .pct-directory-tool-visual {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.pct-more-tools-foot { border-color:#dfe7f2; background:linear-gradient(135deg,#f8fbff,#fff); }

@media (max-width: 900px) {
  .pct-more-tools-hero { grid-template-columns:1fr; }
  .pct-more-tools-summary { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .pct-more-tools-summary article { grid-template-columns:1fr; gap:7px; text-align:center; }
  .pct-more-tools-summary article > span { margin:0 auto; }
  .pct-more-tools-directory .pct-directory-toolbar { grid-template-columns:1fr; }
  .pct-more-tools-directory .pct-directory-result-note { justify-self:start; }
}

@media (max-width: 680px) {
  .pct-more-tools-hero { padding:22px 18px; border-radius:18px; }
  .pct-more-tools-hero h1 { font-size:34px; }
  .pct-more-tools-hero-copy > p { font-size:14px; }
  .pct-more-tools-actions a { width:100%; }
  .pct-more-tools-summary { grid-template-columns:1fr; }
  .pct-more-tools-summary article { grid-template-columns:48px 58px minmax(0,1fr); text-align:left; }
  .pct-more-tools-summary article > span { margin:0; width:44px; height:40px; }
  .pct-more-tools-trust-row { justify-content:flex-start; gap:8px 14px; }
  .pct-more-tools-directory .pct-directory-tool-grid { grid-template-columns:1fr; }
  .pct-more-tools-directory .pct-directory-section { padding:12px; border-radius:16px; }
  .pct-more-tools-directory .pct-directory-tool { min-height:82px; }
  .pct-more-tools-directory .pct-directory-tool-copy small { display:block; }
  .pct-more-tools-directory .pct-directory-section-head p { display:block; }
}

/* v1.6.2 — approved Add Page Numbers artwork across Layout-managed surfaces. */
.pct-directory-tool-visual.pct-visual-numbers{
  background-color:transparent!important;
  background-image:url('./add-page-numbers-icon-v2.png')!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:cover!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.pct-directory-tool-visual.pct-visual-numbers>svg{opacity:0!important}

/* v1.6.4 — approved Add Page Numbers artwork on every Layout-managed card/nav surface. */
.pct-directory-tool-visual.pct-visual-action.pct-visual-numbers,
.pct-nav-tool-link .pct-directory-tool-visual.pct-visual-numbers,
.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-numbers,
.pct-directory-tool .pct-directory-tool-visual.pct-visual-numbers {
  background-color: transparent !important;
  background-image: url("./add-page-numbers-icon-v2.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border-color: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  color: transparent !important;
}
.pct-directory-tool-visual.pct-visual-numbers > svg,
.pct-nav-tool-link .pct-directory-tool-visual.pct-visual-numbers > svg,
.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-numbers > svg {
  display:none !important;
  opacity:0 !important;
}

/* v1.6.8 — Add Page Numbers: left context sidebar specificity fix.
   The compact sidebar action rule uses a higher-specificity !important
   background shorthand. Match that context and add the numbers class so the
   approved artwork wins instead of collapsing to a plain turquoise square. */
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-action.pct-visual-numbers {
  background: transparent url("./add-page-numbers-icon-v2.png") center / cover no-repeat !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  overflow: hidden !important;
}
.pct-context-sidebar .pct-sidebar-group a.pct-sidebar-tool .pct-directory-tool-visual.pct-visual-action.pct-visual-numbers > svg {
  display: none !important;
  opacity: 0 !important;
}


/* v1.6.10 — first-open Add Page Numbers mega-menu artwork.
   A real eager IMG avoids deferred loading of a hidden CSS background. */
.pct-nav-tool-link .pct-nav-page-numbers-artwork {
  background-image:none !important;
  background-color:transparent !important;
  overflow:hidden !important;
}
.pct-nav-tool-link .pct-nav-page-numbers-artwork > img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:inherit !important;
}

@media(max-width:760px){.pct-en-editorial{padding:24px 21px;border-radius:20px}.pct-en-editorial-copy{column-count:1}}

/* =========================================================
   v1.6.19 — SEO-first tool landing architecture
   Approved direction: tool/workspace first, unique content second.
   ========================================================= */
.pct-seo-first-landing{background:#f8fafc;min-height:100vh}
.pct-seo-first-landing .pct-dashboard-shell{align-items:stretch}
.pct-seo-main-area{min-width:0;padding:22px 26px 34px!important;background:#f8fafc}
.pct-seo-tool-hero{display:block!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;cursor:default!important}
.pct-seo-tool-hero:before,.pct-seo-tool-hero:after,.pct-seo-tool-hero .pct-file-chip{display:none!important}
.pct-seo-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 auto 14px;max-width:1240px}
.pct-seo-hero-copy{max-width:820px}
.pct-seo-tool-hero .pct-seo-hero-copy h1{position:static!important;transform:none!important;max-width:none!important;margin:0 0 6px!important;font-size:42px!important;line-height:1.08!important;letter-spacing:-.035em!important;color:#0f172a!important;text-align:left!important}
.pct-seo-tool-hero .pct-seo-hero-copy p{position:static!important;transform:none!important;max-width:800px!important;margin:0!important;font-size:15px!important;line-height:1.65!important;color:#64748b!important;text-align:left!important}
.pct-seo-hero-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;padding-top:8px}
.pct-seo-hero-badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;font-size:12px;font-weight:800;box-shadow:0 3px 12px rgba(15,23,42,.04)}
.pct-seo-workspace-card{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;padding:18px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.06)}
.pct-seo-workspace-drop{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;border:2px dashed rgba(225,29,46,.55);border-radius:15px;background:linear-gradient(135deg,#fff 0%,#fff7f8 100%);text-align:center;cursor:pointer}
.pct-seo-upload-doc{position:relative!important;inset:auto!important;transform:none!important;width:70px!important;height:78px!important;margin:0 0 14px!important;border-radius:15px!important;background:#e11d2e!important;box-shadow:0 12px 24px rgba(225,29,46,.18)!important;color:#fff!important}
.pct-seo-upload-doc span{font-size:17px!important;font-weight:900!important}
.pct-seo-upload-doc i{right:-9px!important;bottom:7px!important;top:auto!important;width:27px!important;height:27px!important;background:#fff!important;border:2px solid #e11d2e!important;color:#e11d2e!important;font-size:17px!important;font-style:normal!important;box-shadow:0 5px 12px rgba(15,23,42,.10)!important}
.pct-seo-drop-title{display:block;max-width:620px;margin-bottom:13px;color:#0f172a;font-size:15px;line-height:1.45}
.pct-seo-tool-hero .pct-seo-upload-button{position:static!important;transform:none!important;min-width:190px!important;margin:0 0 10px!important;padding:13px 22px!important;border-radius:10px!important;background:#e11d2e!important;color:#fff!important;box-shadow:0 8px 18px rgba(225,29,46,.18)!important;font-size:14px!important}
.pct-seo-tool-hero .pct-seo-workspace-drop>small{position:static!important;transform:none!important;max-width:620px!important;margin:0!important;font-size:12px!important;color:#64748b!important;text-align:center!important}
.pct-seo-quick-facts{display:flex;flex-direction:column;justify-content:center;gap:11px;padding:14px}
.pct-seo-quick-facts>div{padding:15px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}
.pct-seo-quick-facts b,.pct-seo-quick-facts span{display:block}
.pct-seo-quick-facts b{margin-bottom:5px;color:#0f172a;font-size:12px}
.pct-seo-quick-facts span{color:#64748b;font-size:12px;line-height:1.5}
.pct-seo-tool-specific-first{max-width:1240px;margin:18px auto 0}
.pct-seo-tool-specific-first>.pct-tool-seo-content{margin:0!important}
.pct-seo-tool-specific-first .pct-tool-seo-inner{max-width:none!important}
.pct-seo-tool-specific-first .pct-merge-seo-inner{padding-left:0!important;padding-right:0!important}
.pct-seo-tool-specific-first .pct-merge-seo-hero{border-color:#e2e8f0!important;background:#fff!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important}
.pct-seo-tool-specific-first .pct-tool-seo-kicker{color:#e11d2e!important}
.pct-seo-tool-specific-first .pct-merge-section-head>span{background:#fff1f2!important;color:#e11d2e!important;border-color:#fecdd3!important}
.pct-seo-tool-specific-first .pct-merge-badges span{border-color:#fecdd3!important;background:#fff1f2!important;color:#9f1239!important}
.pct-seo-tool-specific-first .pct-merge-hero-panel{background:#0f172a!important}
.pct-seo-tool-specific-first a{color:#2563eb}
.pct-seo-tool-specific-first .pct-ml-editorial,.pct-seo-tool-specific-first .pct-merge-section,.pct-seo-tool-specific-first .pct-tool-faq,.pct-seo-tool-specific-first .pct-merge-privacy{border-color:#e2e8f0!important;box-shadow:0 6px 20px rgba(15,23,42,.035)!important}
.pct-seo-tool-specific-first .pct-ml-editorial-copy{columns:2;column-gap:34px}
.pct-seo-tool-specific-first .pct-ml-editorial-copy p{break-inside:avoid;margin-top:0;color:#334155;line-height:1.78}

@media (max-width:1100px){
  .pct-seo-main-area{padding:18px!important}
  .pct-seo-workspace-card{grid-template-columns:1fr}
  .pct-seo-quick-facts{display:grid;grid-template-columns:1fr 1fr;padding:0}
  .pct-seo-tool-specific-first .pct-ml-editorial-copy{columns:1}
}
@media (max-width:720px){
  .pct-seo-main-area{padding:14px 10px 24px!important}
  .pct-seo-hero-head{display:block}
  .pct-seo-hero-badges{justify-content:flex-start;margin-top:8px}
  .pct-seo-tool-hero .pct-seo-hero-copy h1{font-size:32px!important}
  .pct-seo-workspace-card{padding:10px;border-radius:14px}
  .pct-seo-workspace-drop{min-height:220px;padding:20px 14px}
  .pct-seo-quick-facts{grid-template-columns:1fr}
}


/* =========================================================
   v1.6.20 — Approved Design 3 visual composition
   Real workspace first; no duplicated SEO hero; unique editorial first.
   ========================================================= */
html body .pct-seo-tool-specific-first .pct-merge-seo{
  padding:0!important;background:transparent!important;overflow:visible!important;
}
html body .pct-seo-tool-specific-first .pct-merge-seo::before{display:none!important}
html body .pct-seo-tool-specific-first .pct-merge-seo-inner{
  width:100%!important;max-width:none!important;margin:0!important;
  display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr)!important;
  gap:18px!important;align-items:start!important;
}
/* H1 + real workspace identify the tool; duplicate SEO hero markup is not rendered. */
html body .pct-seo-tool-specific-first .pct-en-editorial,
html body .pct-seo-tool-specific-first .pct-ml-editorial{
  grid-column:1!important;margin:0!important;padding:24px 26px!important;
  border:1px solid #e2e8f0!important;border-radius:16px!important;background:#fff!important;
  box-shadow:0 6px 20px rgba(15,23,42,.035)!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial-head,
html body .pct-seo-tool-specific-first .pct-ml-editorial-head{margin-bottom:12px!important}
html body .pct-seo-tool-specific-first .pct-en-editorial h2,
html body .pct-seo-tool-specific-first .pct-ml-editorial h2{
  margin:0 0 10px!important;font-size:25px!important;line-height:1.18!important;letter-spacing:-.018em!important;color:#0f172a!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial-copy,
html body .pct-seo-tool-specific-first .pct-ml-editorial-copy{
  column-count:1!important;columns:1!important;display:block!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial-copy p,
html body .pct-seo-tool-specific-first .pct-ml-editorial-copy p{
  margin:0 0 10px!important;color:#475569!important;font-size:14px!important;line-height:1.68!important;
}

/* First workflow section sits beside the editorial lead, like approved Design 3. */
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section{
  grid-column:2!important;margin:0!important;padding:20px!important;border:1px solid #e2e8f0!important;
  border-radius:16px!important;background:#fff!important;box-shadow:0 6px 20px rgba(15,23,42,.035)!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-section-head,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-section-head{margin-bottom:14px!important}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-section-head>span,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-section-head>span{display:none!important}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-steps,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-steps{
  display:grid!important;grid-template-columns:1fr!important;gap:8px!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-steps article,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-steps article{
  display:grid!important;grid-template-columns:34px 1fr!important;column-gap:10px!important;row-gap:2px!important;
  padding:10px!important;min-height:0!important;border-radius:11px!important;background:#f8fafc!important;border:1px solid #eef2f7!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-steps article>b,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-steps article>b{grid-row:1/3!important;width:30px!important;height:30px!important;border-radius:50%!important}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-steps article h3,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-steps article h3{margin:0!important;font-size:13px!important;line-height:1.3!important}
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section .pct-merge-steps article p,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section .pct-merge-steps article p{margin:0!important;font-size:13px!important;line-height:1.5!important}

/* All subsequent tool-specific sections run full width below the lead pair. */
html body .pct-seo-tool-specific-first .pct-merge-section,
html body .pct-seo-tool-specific-first .pct-merge-privacy,
html body .pct-seo-tool-specific-first .pct-tool-faq{
  grid-column:1/-1;margin:0!important;padding:22px!important;border:1px solid #e2e8f0!important;
  border-radius:16px!important;background:#fff!important;box-shadow:0 6px 20px rgba(15,23,42,.035)!important;
}
/* Restore the side-by-side first workflow after the broad rule above. */
html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section,
html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section{grid-column:2!important}

html body .pct-seo-tool-specific-first .pct-merge-section-head{margin:0 0 16px!important;gap:10px!important}
html body .pct-seo-tool-specific-first .pct-merge-section-head>span{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:10px!important;background:#fff1f2!important;color:#e11d2e!important}
html body .pct-seo-tool-specific-first .pct-merge-section-head h2,
html body .pct-seo-tool-specific-first .pct-tool-faq h2,
html body .pct-seo-tool-specific-first .pct-merge-privacy h2{font-size:23px!important;line-height:1.18!important;margin:0 0 5px!important}
html body .pct-seo-tool-specific-first .pct-merge-section-head p{font-size:13px!important;line-height:1.5!important;margin:0!important}
html body .pct-seo-tool-specific-first .pct-merge-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
html body .pct-seo-tool-specific-first .pct-merge-feature{padding:14px!important;border-radius:12px!important;min-height:0!important}
html body .pct-seo-tool-specific-first .pct-merge-feature h3{font-size:14px!important;margin-bottom:4px!important}
html body .pct-seo-tool-specific-first .pct-merge-feature p{font-size:12px!important;line-height:1.5!important}
html body .pct-seo-tool-specific-first .pct-merge-text-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
html body .pct-seo-tool-specific-first .pct-merge-text-grid article{padding:15px!important;border-radius:12px!important}
html body .pct-seo-tool-specific-first .pct-merge-text-grid h3{font-size:14px!important}
html body .pct-seo-tool-specific-first .pct-merge-text-grid p{font-size:12px!important;line-height:1.5!important}

html body .pct-seo-tool-specific-first .pct-merge-privacy{order:90!important}
html body .pct-seo-tool-specific-first .pct-tool-faq{order:80!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 12px!important}
html body .pct-seo-tool-specific-first .pct-tool-faq>.pct-tool-seo-kicker,
html body .pct-seo-tool-specific-first .pct-tool-faq>h2,
html body .pct-seo-tool-specific-first .pct-tool-faq>.pct-ml-faq-intro{grid-column:1/-1!important}
html body .pct-seo-tool-specific-first .pct-tool-faq details{margin:0!important;border:1px solid #e2e8f0!important;border-radius:10px!important;background:#fff!important}
html body .pct-seo-tool-specific-first .pct-tool-faq summary{padding:11px 13px!important;font-size:14px!important;line-height:1.4!important}
html body .pct-seo-tool-specific-first .pct-tool-faq details p{padding:0 13px 12px!important;font-size:13px!important;line-height:1.6!important}

@media(max-width:1100px){
  html body .pct-seo-tool-specific-first .pct-merge-seo-inner{grid-template-columns:1fr!important}
  html body .pct-seo-tool-specific-first .pct-en-editorial,
  html body .pct-seo-tool-specific-first .pct-ml-editorial,
  html body .pct-seo-tool-specific-first .pct-en-editorial + .pct-merge-section,
  html body .pct-seo-tool-specific-first .pct-ml-editorial + .pct-merge-section{grid-column:1!important}
  html body .pct-seo-tool-specific-first .pct-merge-feature-grid,
  html body .pct-seo-tool-specific-first .pct-merge-text-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:720px){
  html body .pct-seo-tool-specific-first .pct-merge-feature-grid,
  html body .pct-seo-tool-specific-first .pct-merge-text-grid,
  html body .pct-seo-tool-specific-first .pct-tool-faq{grid-template-columns:1fr!important}
  html body .pct-seo-tool-specific-first .pct-tool-faq>*{grid-column:1!important}
  html body .pct-seo-tool-specific-first .pct-en-editorial,
  html body .pct-seo-tool-specific-first .pct-ml-editorial,
  html body .pct-seo-tool-specific-first .pct-merge-section,
  html body .pct-seo-tool-specific-first .pct-merge-privacy,
  html body .pct-seo-tool-specific-first .pct-tool-faq{padding:17px!important;border-radius:14px!important}
}

/* ============================================================
   v1.6.21 — Shared full-width uploader for every tool landing
   The picker is visually and behaviorally scoped to this dropzone.
============================================================ */
.pct-seo-tool-hero .pct-seo-workspace-card{
  max-width:1240px;
  display:block;
  padding:16px;
}
.pct-seo-tool-hero .pct-seo-workspace-drop{
  width:100%;
  min-height:310px;
  padding:42px 24px 34px;
  border-radius:16px;
  cursor:pointer;
  box-sizing:border-box;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.pct-seo-tool-hero .pct-seo-workspace-drop:hover,
.pct-seo-tool-hero .pct-seo-workspace-drop:focus-visible{
  border-color:rgba(225,29,46,.82);
  background:linear-gradient(135deg,#fff 0%,#fff5f6 100%);
  box-shadow:inset 0 0 0 3px rgba(225,29,46,.04);
  outline:none;
}
.pct-seo-tool-hero .pct-seo-quick-facts{display:none!important}
.pct-seo-tool-hero .pct-seo-drop-title{
  margin:14px 0 16px;
  max-width:760px;
  font-size:15px;
}
.pct-seo-tool-hero .pct-seo-upload-button.pct-seo-upload-split{
  display:inline-flex!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  min-width:210px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid #cf1727!important;
  border-radius:9px!important;
  background:#e11d2e!important;
  box-shadow:0 8px 18px rgba(225,29,46,.18)!important;
  color:#fff!important;
}
.pct-seo-tool-hero .pct-seo-upload-button.pct-seo-upload-split:hover,
.pct-seo-tool-hero .pct-seo-upload-button.pct-seo-upload-split:focus-visible{
  transform:translateY(-1px)!important;
  background:#d7192a!important;
  color:#fff!important;
  box-shadow:0 11px 23px rgba(225,29,46,.22)!important;
  outline:none;
}
.pct-seo-upload-main{
  display:inline-flex;
  flex:1 1 auto;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  line-height:1;
}
.pct-seo-upload-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:900;
  line-height:1;
}
.pct-seo-upload-caret{
  display:inline-flex;
  flex:0 0 40px;
  align-items:center;
  justify-content:center;
  border-left:1px solid rgba(255,255,255,.28);
  background:rgba(122,10,25,.12);
  font-size:18px;
  line-height:1;
}
.pct-seo-upload-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:7px;
  max-width:920px;
  margin:18px auto 0;
  color:#64748b;
  font-size:12px;
  line-height:1.5;
}
.pct-seo-upload-meta b{color:#475569;font-weight:800}
.pct-seo-upload-meta-dot{color:#cbd5e1}

@media (max-width: 760px){
  .pct-seo-tool-hero .pct-seo-workspace-card{padding:10px}
  .pct-seo-tool-hero .pct-seo-workspace-drop{min-height:260px;padding:30px 14px 26px}
  .pct-seo-upload-meta{display:grid;gap:4px;text-align:center}
  .pct-seo-upload-meta-dot{display:none}
}

/* ============================================================
   v1.6.22 — Professional shared landing polish for ALL tools
   Concise centered header + coherent background + taller uploader
============================================================ */
html body .pct-seo-first-landing{
  background:#f6f7f9!important;
}
html body .pct-seo-first-landing .pct-dashboard-shell,
html body .pct-seo-main-area{
  background:#f6f7f9!important;
}
html body .pct-seo-main-area{
  padding-top:30px!important;
}
html body .pct-seo-hero-head{
  display:block!important;
  max-width:1240px!important;
  margin:0 auto 24px!important;
  text-align:center!important;
}
html body .pct-seo-hero-copy{
  max-width:820px!important;
  margin:0 auto!important;
  text-align:center!important;
}
html body .pct-seo-tool-hero .pct-seo-hero-copy h1{
  max-width:820px!important;
  margin:0 auto 9px!important;
  font-size:42px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  text-align:center!important;
  color:#0f172a!important;
}
html body .pct-seo-tool-hero .pct-seo-hero-copy p{
  max-width:720px!important;
  margin:0 auto!important;
  font-size:15px!important;
  line-height:1.6!important;
  text-align:center!important;
  color:#64748b!important;
}
html body .pct-seo-hero-badges{display:none!important}

html body .pct-seo-tool-hero .pct-seo-workspace-card{
  max-width:1240px!important;
  margin:0 auto!important;
  padding:16px!important;
  border:1px solid #e4e7ec!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(15,23,42,.055)!important;
}
html body .pct-seo-tool-hero .pct-seo-workspace-drop{
  min-height:370px!important;
  padding:54px 28px 36px!important;
  border:1.5px dashed rgba(225,29,46,.50)!important;
  border-radius:16px!important;
  background:#fffafb!important;
  box-shadow:none!important;
}
html body .pct-seo-tool-hero .pct-seo-workspace-drop:hover,
html body .pct-seo-tool-hero .pct-seo-workspace-drop:focus-visible{
  border-color:rgba(225,29,46,.78)!important;
  background:#fff8f9!important;
  box-shadow:inset 0 0 0 3px rgba(225,29,46,.035)!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-doc{
  width:74px!important;
  height:82px!important;
  margin-bottom:20px!important;
  border-radius:15px!important;
  box-shadow:0 12px 28px rgba(225,29,46,.16)!important;
}
html body .pct-seo-tool-hero .pct-seo-drop-title{
  margin:0 0 18px!important;
  max-width:760px!important;
  font-size:16px!important;
  line-height:1.45!important;
  font-weight:800!important;
  color:#0f172a!important;
}
/* One professional shared CTA — no split/caret treatment. */
html body .pct-seo-tool-hero .pct-seo-upload-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-width:236px!important;
  min-height:54px!important;
  margin:0!important;
  padding:0 28px!important;
  border:1px solid #d7192a!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#ef2639 0%,#e11d2e 100%)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(225,29,46,.20)!important;
  font-size:15px!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
  cursor:pointer!important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-button:hover,
html body .pct-seo-tool-hero .pct-seo-upload-button:focus-visible{
  transform:translateY(-1px)!important;
  background:linear-gradient(180deg,#e91f33 0%,#d7192a 100%)!important;
  box-shadow:0 13px 28px rgba(225,29,46,.24)!important;
  outline:3px solid rgba(37,99,235,.16)!important;
  outline-offset:2px!important;
}
html body .pct-seo-upload-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1!important;
}
html body .pct-seo-upload-main,
html body .pct-seo-upload-caret{display:contents!important}
html body .pct-seo-upload-caret{display:none!important}
html body .pct-seo-upload-meta{
  margin-top:28px!important;
  max-width:980px!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.5!important;
}

/* Unify every tool-specific content surface with one neutral card system. */
html body .pct-seo-tool-specific-first{
  margin-top:18px!important;
}
html body .pct-seo-tool-specific-first .pct-en-editorial,
html body .pct-seo-tool-specific-first .pct-ml-editorial,
html body .pct-seo-tool-specific-first .pct-merge-section,
html body .pct-seo-tool-specific-first .pct-merge-privacy,
html body .pct-seo-tool-specific-first .pct-tool-faq{
  background:#fff!important;
  border-color:#e4e7ec!important;
  box-shadow:0 7px 22px rgba(15,23,42,.04)!important;
}

@media(max-width:720px){
  html body .pct-seo-main-area{padding-top:20px!important}
  html body .pct-seo-tool-hero .pct-seo-hero-copy h1{font-size:32px!important}
  html body .pct-seo-tool-hero .pct-seo-hero-copy p{font-size:14px!important}
  html body .pct-seo-tool-hero .pct-seo-workspace-card{padding:10px!important;border-radius:16px!important}
  html body .pct-seo-tool-hero .pct-seo-workspace-drop{min-height:300px!important;padding:38px 16px 28px!important}
  html body .pct-seo-tool-hero .pct-seo-upload-button{min-width:210px!important;min-height:52px!important}
  html body .pct-seo-upload-meta{margin-top:22px!important}
}

/* ============================================================
   v1.6.23 — Final shared uploader + visual system (ALL tools)
   Only CTA opens picker; taller dropzone; concise centered hero.
============================================================ */
html body .pct-seo-first-landing,
html body .pct-seo-first-landing .pct-dashboard-shell,
html body .pct-seo-first-landing .pct-seo-main-area{
  background:#f7f8fa!important;
}
html body .pct-seo-first-landing .pct-seo-main-area{
  background-image:none!important;
}
html body .pct-seo-tool-hero,
html body .pct-seo-tool-specific-first{
  background:transparent!important;
}
html body .pct-seo-tool-hero .pct-seo-hero-head{
  margin:0 auto 26px!important;
  text-align:center!important;
}
html body .pct-seo-tool-hero .pct-seo-hero-copy{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}
html body .pct-seo-tool-hero .pct-seo-hero-copy h1{
  max-width:760px!important;
  margin:0 auto 10px!important;
  text-align:center!important;
  font-size:42px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:#0f172a!important;
}
html body .pct-seo-tool-hero .pct-seo-hero-copy p{
  max-width:700px!important;
  margin:0 auto!important;
  text-align:center!important;
  color:#64748b!important;
  font-size:15px!important;
  line-height:1.6!important;
}
html body .pct-seo-tool-hero .pct-seo-workspace-card{
  max-width:1240px!important;
  margin:0 auto!important;
  padding:16px!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:20px!important;
  box-shadow:0 10px 30px rgba(15,23,42,.055)!important;
}
html body .pct-seo-tool-hero .pct-seo-workspace-drop{
  min-height:420px!important;
  padding:66px 30px 42px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border:1.5px dashed rgba(225,29,46,.48)!important;
  border-radius:16px!important;
  box-shadow:none!important;
  cursor:default!important;
  outline:none!important;
}
html body .pct-seo-tool-hero .pct-seo-workspace-drop:hover{
  background:#fff!important;
  border-color:rgba(225,29,46,.48)!important;
  box-shadow:none!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-doc{
  width:78px!important;
  height:88px!important;
  margin:0 0 22px!important;
  border-radius:14px!important;
  background:#e11d2e!important;
  box-shadow:0 13px 28px rgba(225,29,46,.18)!important;
}
html body .pct-seo-tool-hero .pct-seo-drop-title{
  max-width:760px!important;
  margin:0 0 10px!important;
  font-size:17px!important;
  line-height:1.45!important;
  font-weight:800!important;
  color:#0f172a!important;
  text-align:center!important;
}
html body .pct-seo-tool-hero .pct-seo-drop-title::after{
  content:""!important;
}
html body .pct-seo-tool-hero button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  min-width:236px!important;
  min-height:56px!important;
  margin:4px 0 0!important;
  padding:0 30px!important;
  border:0!important;
  border-radius:12px!important;
  background:#e11d2e!important;
  background-image:linear-gradient(180deg,#ef2639 0%,#e11d2e 100%)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(225,29,46,.22)!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
html body .pct-seo-tool-hero button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]:hover,
html body .pct-seo-tool-hero button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]:focus-visible{
  background:#d7192a!important;
  background-image:linear-gradient(180deg,#e91f33 0%,#d7192a 100%)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 30px rgba(225,29,46,.25)!important;
  outline:3px solid rgba(37,99,235,.14)!important;
  outline-offset:3px!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-icon{
  width:21px!important;
  height:21px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-icon svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
}
html body .pct-seo-upload-meta{
  margin-top:34px!important;
  max-width:980px!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.55!important;
  text-align:center!important;
}
html body .pct-seo-tool-specific-first{
  margin-top:20px!important;
}
html body .pct-seo-tool-specific-first > *,
html body .pct-seo-tool-specific-first .pct-en-editorial,
html body .pct-seo-tool-specific-first .pct-ml-editorial{
  border-color:#e5e7eb!important;
}
@media(max-width:720px){
  html body .pct-seo-tool-hero .pct-seo-hero-copy h1{font-size:32px!important}
  html body .pct-seo-tool-hero .pct-seo-workspace-card{padding:10px!important;border-radius:16px!important}
  html body .pct-seo-tool-hero .pct-seo-workspace-drop{min-height:330px!important;padding:44px 16px 30px!important}
  html body .pct-seo-tool-hero button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]{min-width:220px!important;min-height:54px!important}
  html body .pct-seo-upload-meta{margin-top:26px!important}
}


/* ============================================================
   v1.6.24 — Approved folded-page uploader icon
   Matches the selected professional reference for ALL tools.
============================================================ */
html body .pct-seo-tool-hero .pct-seo-upload-doc,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc{
  position:relative!important;
  inset:auto!important;
  width:94px!important;
  height:108px!important;
  margin:0 0 22px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#ff3044 0%,#e11d2e 100%)!important;
  box-shadow:0 16px 34px rgba(225,29,46,.18)!important;
  overflow:visible!important;
  isolation:isolate!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-doc::after,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  width:128px!important;
  height:128px!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  border-radius:999px!important;
  background:radial-gradient(circle, rgba(244,63,94,.12) 0%, rgba(244,63,94,.08) 40%, rgba(255,255,255,0) 72%)!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-doc::before,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  right:0!important;
  width:32px!important;
  height:32px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.96) 0%, #ffd9df 100%)!important;
  clip-path:polygon(0 0,100% 0,100% 100%)!important;
  border-top-right-radius:16px!important;
  box-shadow:-1px 1px 0 rgba(255,255,255,.72)!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-doc span,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc span{
  position:absolute!important;
  left:50%!important;
  top:54%!important;
  transform:translate(-50%,-50%)!important;
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:25px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
}
html body .pct-seo-tool-hero .pct-seo-upload-doc i,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc i{
  display:none!important;
}
@media(max-width:720px){
  html body .pct-seo-tool-hero .pct-seo-upload-doc,
  html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc{
    width:86px!important;
    height:98px!important;
  }
  html body .pct-seo-tool-hero .pct-seo-upload-doc span,
  html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc span{
    font-size:22px!important;
  }
}


/* ============================================================
   v1.6.25 — Strict CTA-only hover boundary + approved PDF mark
   Shared by every Layout-managed [pct_tool_page] landing.
============================================================ */
/* Nothing outside the actual CTA may look interactive. */
html body .pct-seo-tool-hero,
html body .pct-seo-tool-hero .pct-seo-hero-head,
html body .pct-seo-tool-hero .pct-seo-hero-copy,
html body .pct-seo-tool-hero .pct-seo-workspace-card,
html body .pct-seo-tool-hero .pct-seo-workspace-drop,
html body .pct-seo-tool-hero .pct-seo-upload-doc,
html body .pct-seo-tool-hero .pct-seo-drop-title,
html body .pct-seo-tool-hero .pct-seo-upload-meta{
  cursor:default!important;
}
/* Kill legacy parent-hover animation completely. */
html body .pct-seo-tool-hero:hover button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger],
html body .pct-seo-tool-hero .pct-seo-workspace-card:hover button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger],
html body .pct-seo-tool-hero .pct-seo-workspace-drop:hover button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]{
  transform:none!important;
  background:#e11d2e!important;
  background-image:linear-gradient(180deg,#ef2639 0%,#e11d2e 100%)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(225,29,46,.22)!important;
  outline:0!important;
}
/* Only direct hover/focus on the button gets the active treatment. */
html body .pct-seo-tool-hero button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]:hover,
html body .pct-seo-tool-hero button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]:focus-visible{
  cursor:pointer!important;
  transform:translateY(-1px)!important;
  background:#d7192a!important;
  background-image:linear-gradient(180deg,#e91f33 0%,#d7192a 100%)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(225,29,46,.25)!important;
  outline:3px solid rgba(37,99,235,.14)!important;
  outline-offset:3px!important;
}

/* Approved compact folded-page PDF artwork: no square app-icon look, no + badge. */
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc{
  position:relative!important;
  width:64px!important;
  height:82px!important;
  margin:0 0 22px!important;
  border-radius:8px 8px 10px 10px!important;
  background:linear-gradient(180deg,#f62339 0%,#df182b 100%)!important;
  box-shadow:0 12px 26px rgba(225,29,46,.20)!important;
  overflow:visible!important;
}
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  right:0!important;
  width:22px!important;
  height:22px!important;
  background:linear-gradient(135deg,#fff 0%,#ffd9df 100%)!important;
  clip-path:polygon(0 0,100% 0,100% 100%)!important;
  border-top-right-radius:7px!important;
  z-index:3!important;
}
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:106px!important;
  height:106px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(244,63,94,.12) 0%,rgba(244,63,94,.07) 43%,rgba(244,63,94,0) 72%)!important;
  pointer-events:none!important;
  z-index:-1!important;
}
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc span{
  position:absolute!important;
  left:50%!important;
  top:55%!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
  z-index:4!important;
}
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc i{
  display:none!important;
}
@media(max-width:720px){
  html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc{
    width:58px!important;
    height:75px!important;
  }
  html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc span{
    font-size:17px!important;
  }
}


/* ============================================================
   v1.6.26 — Dropzone-only hover + exact folded-document artwork
============================================================ */
/* Outside the dashed dropzone: never animate the CTA. */
html body .pct-seo-tool-hero:hover button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger],
html body .pct-seo-tool-hero .pct-seo-workspace-card:hover button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]{
  transform:none!important;
  background:#e11d2e!important;
  background-image:linear-gradient(180deg,#ef2639 0%,#e11d2e 100%)!important;
  box-shadow:0 10px 24px rgba(225,29,46,.22)!important;
  outline:0!important;
}
/* Inside the dashed upload box: give the intended active/hover affordance,
   but JS still prevents the native picker unless the CTA itself is clicked. */
html body .pct-seo-tool-hero .pct-seo-workspace-drop:hover button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]{
  transform:translateY(-2px)!important;
  background:#d7192a!important;
  background-image:linear-gradient(180deg,#f1283c 0%,#d7192a 100%)!important;
  box-shadow:0 16px 34px rgba(225,29,46,.28)!important;
  outline:0!important;
}
html body .pct-seo-tool-hero .pct-seo-workspace-drop:hover{
  border-color:rgba(225,29,46,.70)!important;
  background:#fffafb!important;
  box-shadow:inset 0 0 0 3px rgba(225,29,46,.025)!important;
}
/* Direct CTA hover/focus remains strongest. */
html body .pct-seo-tool-hero .pct-seo-workspace-drop button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]:hover,
html body .pct-seo-tool-hero .pct-seo-workspace-drop button.pct-upload-button.pct-seo-upload-button[data-pct-upload-trigger]:focus-visible{
  transform:translateY(-3px)!important;
  background-image:linear-gradient(180deg,#e91f33 0%,#cf1425 100%)!important;
  box-shadow:0 18px 38px rgba(225,29,46,.32)!important;
}
/* Stable SVG artwork: no CSS-fold mismatch, no + badge. */
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc{
  width:132px!important;
  height:112px!important;
  margin:0 0 16px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc::before,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc::after,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc > span,
html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc > i{
  display:none!important;
  content:none!important;
}
html body .pct-seo-upload-doc-svg{
  display:block!important;
  width:132px!important;
  height:112px!important;
  overflow:visible!important;
  filter:drop-shadow(0 10px 12px rgba(225,29,46,.12));
}
@media(max-width:720px){
  html body .pct-seo-tool-hero .pct-upload-doc.pct-seo-upload-doc,
  html body .pct-seo-upload-doc-svg{
    width:118px!important;
    height:100px!important;
  }
}

/* ============================================================
   v1.6.28 — RESULT CARD COSMETIC ALIGNMENT ONLY
   Preserve existing dock/position/drag behavior. Only normalize visuals.
============================================================ */
@media (min-width:781px){
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-dock{
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-tool{
    flex:0 0 30px!important;width:30px!important;min-width:30px!important;max-width:30px!important;
    height:30px!important;min-height:30px!important;max-height:30px!important;
    margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    align-self:center!important;border-radius:9px!important;line-height:1!important;vertical-align:middle!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-tool svg{
    width:17px!important;height:17px!important;display:block!important;margin:0!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-position{
    flex:0 0 38px!important;width:38px!important;min-width:38px!important;max-width:38px!important;
    height:30px!important;min-height:30px!important;max-height:30px!important;
    margin-left:auto!important;margin-top:0!important;margin-bottom:0!important;align-self:center!important;vertical-align:middle!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-position select{
    height:30px!important;min-height:30px!important;line-height:30px!important;padding-top:0!important;padding-bottom:0!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-position .hn-thumb-position-chevron{
    top:50%!important;transform:translateY(-50%)!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-drv-thumb-drag{
    margin-left:0!important;align-self:center!important;
  }
}

@media (max-width:780px){
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-dock{
    display:flex!important;align-items:center!important;gap:6px!important;padding:0!important;
    background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-tool{
    flex:0 0 38px!important;width:38px!important;min-width:38px!important;max-width:38px!important;
    height:38px!important;min-height:38px!important;max-height:38px!important;
    margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    align-self:center!important;border-radius:10px!important;line-height:1!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-tool svg{
    width:18px!important;height:18px!important;display:block!important;margin:0!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-position{
    flex:0 0 46px!important;width:46px!important;min-width:46px!important;max-width:46px!important;
    height:38px!important;min-height:38px!important;max-height:38px!important;
    margin-left:auto!important;margin-top:0!important;margin-bottom:0!important;align-self:center!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-position select{
    height:38px!important;min-height:38px!important;line-height:38px!important;padding-top:0!important;padding-bottom:0!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-position .hn-thumb-position-chevron{
    top:50%!important;transform:translateY(-50%)!important;
  }
  body .hn-tool-shell.hn-convert-workspace > .hn-workspace-result-host .hn-mrv-thumb-drag{
    margin-left:0!important;align-self:center!important;
  }
}


/* ============================================================
   v1.6.30 — COMPACT TOOL-AWARE BROWSER PRIVACY CARD
   Visual polish only; no uploader/workspace interaction ownership.
============================================================ */
html body .pct-seo-tool-hero .pct-browser-privacy-card{
  width:calc(100% - 32px)!important;
  max-width:1240px!important;
  min-height:70px!important;
  margin:14px auto 0!important;
  padding:12px 16px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:13px!important;
  row-gap:6px!important;
  border:1px solid #e5e9ef!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(15,23,42,.035)!important;
}
html body .pct-browser-privacy-icon{
  width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 40px!important;border-radius:11px!important;background:#fff3f5!important;color:#e11d2e!important;
  border:1px solid rgba(225,29,46,.11)!important;
}
html body .pct-browser-privacy-icon svg{width:21px!important;height:21px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
html body .pct-browser-privacy-copy{min-width:0!important}
html body .pct-browser-privacy-copy strong{display:block!important;margin:0 0 2px!important;color:#0f172a!important;font-size:14px!important;line-height:1.3!important;font-weight:850!important;letter-spacing:-.012em!important}
html body .pct-browser-privacy-copy p{margin:0!important;color:#64748b!important;font-size:12px!important;line-height:1.42!important;font-weight:500!important}
html body .pct-browser-privacy-badges{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;flex-wrap:nowrap!important;max-width:none!important}
html body .pct-browser-privacy-badges span:not(.pct-browser-privacy-badge-label){display:inline-flex!important;align-items:center!important;gap:4px!important;min-height:24px!important;padding:4px 7px!important;border:1px solid #e8ecf1!important;border-radius:999px!important;background:#fafbfc!important;color:#475569!important;font-size:10px!important;line-height:1!important;font-weight:750!important;white-space:nowrap!important}
html body .pct-browser-privacy-badge-label{display:inline!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;border-radius:0!important}
html body .pct-browser-privacy-badges i{font-style:normal!important;color:#16a34a!important;font-size:10px!important;font-weight:900!important}
html body .pct-browser-privacy-badge-label::before{content:attr(data-pct-full)!important}
@media(max-width:980px){
  html body .pct-seo-tool-hero .pct-browser-privacy-card{grid-template-columns:40px minmax(0,1fr)!important}
  html body .pct-browser-privacy-badges{grid-column:2!important;justify-content:flex-start!important;flex-wrap:wrap!important}
}
@media(max-width:640px){
  html body .pct-seo-tool-hero .pct-browser-privacy-card{
    width:calc(100% - 20px)!important;margin-top:10px!important;padding:10px 11px!important;
    grid-template-columns:32px minmax(0,1fr)!important;column-gap:8px!important;row-gap:8px!important;
    min-height:0!important;border-radius:13px!important;
  }
  html body .pct-browser-privacy-icon{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:9px!important}
  html body .pct-browser-privacy-icon svg{width:17px!important;height:17px!important}
  html body .pct-browser-privacy-copy strong{margin-bottom:1px!important;font-size:12px!important;line-height:1.25!important}
  html body .pct-browser-privacy-copy p{font-size:12px!important;line-height:1.45!important}
  html body .pct-browser-privacy-badges{
    grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
    width:100%!important;justify-content:stretch!important;align-items:stretch!important;gap:4px!important;margin-top:0!important;
  }
  html body .pct-browser-privacy-badges > span{
    width:100%!important;min-width:0!important;min-height:22px!important;padding:4px 3px!important;
    justify-content:center!important;gap:3px!important;font-size:10.5px!important;line-height:1.15!important;white-space:normal!important;text-align:center!important;
  }
  html body .pct-browser-privacy-badges i{font-size:10.5px!important;flex:0 0 auto!important}
  html body .pct-browser-privacy-badge-label{display:inline-block!important;min-width:0!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;vertical-align:bottom!important}
  html body .pct-browser-privacy-badge-label::before{content:attr(data-pct-short)!important}
}
/* ============================================================
   v1.6.43 — TOPICAL DIRECTORY DECISION GUIDES
   Strengthens category hubs without changing tool/workspace UI.
============================================================ */
.pct-category-guide{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);
  gap:22px;
  margin:18px 0 24px;
  padding:24px;
  border:1px solid #e4eaf1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.035);
}
.pct-category-guide-copy{min-width:0}
.pct-category-guide-copy h2{margin:6px 0 12px;color:#0f172a;font-size:clamp(24px,2.2vw,34px);line-height:1.12;letter-spacing:-.028em}
.pct-category-guide-copy p{margin:0 0 11px;color:#475569;font-size:14px;line-height:1.72}
.pct-category-guide-copy p:last-child{margin-bottom:0}
.pct-category-guide-start{min-width:0;padding:16px;border:1px solid #e6ebf2;border-radius:15px;background:#f8fafc}
.pct-category-guide-start-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 10px}
.pct-category-guide-start-head strong{color:#0f172a;font-size:15px;font-weight:850}
.pct-category-guide-start-head span{color:#64748b;font-size:12px;font-weight:700;text-align:right;line-height:1.35}
.pct-category-guide-links{display:grid;gap:7px}
.pct-category-guide-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border:1px solid #e5eaf0;border-radius:11px;background:#fff;color:#0f172a;text-decoration:none!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.pct-category-guide-link:hover,.pct-category-guide-link:focus-visible{border-color:#cbd5e1;box-shadow:0 6px 16px rgba(15,23,42,.055);transform:translateY(-1px)}
.pct-category-guide-link span{display:block;min-width:0}
.pct-category-guide-link strong{display:block;margin:0 0 2px;font-size:12.5px;line-height:1.25;font-weight:850;color:#0f172a}
.pct-category-guide-link small{display:block;color:#64748b;font-size:12px;line-height:1.4;font-weight:550}
.pct-category-guide-link>b{flex:0 0 auto;color:#2563eb;font-size:16px;line-height:1}
@media(max-width:900px){
  .pct-category-guide{grid-template-columns:1fr;padding:20px;gap:18px}
  .pct-category-guide-start-head{align-items:flex-start}
}
@media(max-width:640px){
  .pct-category-guide{margin:14px 0 18px;padding:16px;border-radius:15px}
  .pct-category-guide-copy h2{font-size:23px}
  .pct-category-guide-copy p{font-size:13px;line-height:1.62}
  .pct-category-guide-start{padding:12px;border-radius:13px}
  .pct-category-guide-start-head{display:block}
  .pct-category-guide-start-head span{display:block;margin-top:2px;text-align:left}
  .pct-category-guide-link{padding:9px 10px}
}

/* =========================================================
   v1.6.51 — Locale-safe desktop header fit
   Longer translated navigation labels must never overflow the
   navigation flex item into the independent Theme search control.
   Keep the full labels; give localized desktop headers more room
   and a slightly denser rhythm instead of clipping or overlaying UI.
========================================================= */
@media (min-width:1181px){
  html[lang^="tr"] body .pct-theme-header-inner,
  html[lang^="de"] body .pct-theme-header-inner,
  html[lang^="es"] body .pct-theme-header-inner,
  html[lang^="fr"] body .pct-theme-header-inner {
    width:min(calc(100% - 28px),1680px) !important;
    gap:10px !important;
  }
  html[lang^="tr"] body .pct-theme-brand-wrap,
  html[lang^="de"] body .pct-theme-brand-wrap,
  html[lang^="es"] body .pct-theme-brand-wrap,
  html[lang^="fr"] body .pct-theme-brand-wrap {
    min-width:172px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu,
  html[lang^="de"] body .pct-custom-header-menu,
  html[lang^="es"] body .pct-custom-header-menu,
  html[lang^="fr"] body .pct-custom-header-menu {
    gap:2px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li > a.menu-link,
  html[lang^="de"] body .pct-custom-header-menu > li > a.menu-link,
  html[lang^="es"] body .pct-custom-header-menu > li > a.menu-link,
  html[lang^="fr"] body .pct-custom-header-menu > li > a.menu-link {
    padding-left:10px !important;
    padding-right:10px !important;
    font-size:12.5px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-utility-start,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-utility-start,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-utility-start,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-utility-start {
    padding-left:18px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-utility-start::before,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-utility-start::before,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-utility-start::before,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-utility-start::before {
    left:7px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-contact > a.menu-link,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-contact > a.menu-link,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-contact > a.menu-link,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-contact > a.menu-link,
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link {
    padding-left:10px !important;
    padding-right:10px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-report > a.menu-link {
    margin-left:3px !important;
  }
}
@media (min-width:1181px) and (max-width:1450px){
  html[lang^="tr"] body .pct-custom-header-menu > li > a.menu-link,
  html[lang^="de"] body .pct-custom-header-menu > li > a.menu-link,
  html[lang^="es"] body .pct-custom-header-menu > li > a.menu-link,
  html[lang^="fr"] body .pct-custom-header-menu > li > a.menu-link {
    padding-left:7px !important;
    padding-right:7px !important;
    font-size:11.75px !important;
  }
  html[lang^="tr"] body .pct-theme-brand-wrap,
  html[lang^="de"] body .pct-theme-brand-wrap,
  html[lang^="es"] body .pct-theme-brand-wrap,
  html[lang^="fr"] body .pct-theme-brand-wrap {
    min-width:160px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-utility-start,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-utility-start,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-utility-start,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-utility-start {
    padding-left:12px !important;
  }
  html[lang^="tr"] body .pct-custom-header-menu > li.pct-nav-utility-start::before,
  html[lang^="de"] body .pct-custom-header-menu > li.pct-nav-utility-start::before,
  html[lang^="es"] body .pct-custom-header-menu > li.pct-nav-utility-start::before,
  html[lang^="fr"] body .pct-custom-header-menu > li.pct-nav-utility-start::before {
    left:4px !important;
  }
}


/* v1.6.54 — Add Page Numbers artwork in the mobile primary menu. */
.pct-mobile-tool-link .pct-mobile-page-numbers-artwork {
  background-image: none !important;
  background-color: transparent !important;
  overflow: hidden !important;
}
.pct-mobile-tool-link .pct-mobile-page-numbers-artwork > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}


/* v1.6.55 — Public desktop horizontal-overflow root fix.
   Tool and information pages are already rendered inside the Theme's managed full-width shell.
   Do not reintroduce 100vw + calc(50% - 50vw) on these public wrappers; on desktop browsers
   100vw includes the vertical scrollbar gutter and creates document-level horizontal scrolling. */
