/* Compress Image to 100KB — SEO content polish (page-only, mirrors 20KB UI) */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] {
  --c100kb-radius: 16px;
  --c100kb-radius-lg: 20px;
  --c100kb-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  --c100kb-border: 1px solid rgba(191, 219, 254, 0.85);
  --c100kb-gap: clamp(14px, 2vw, 22px);
  --c100kb-section-pad: clamp(18px, 2.4vw, 28px);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-content-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.8vw, 32px);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .premium-content-section {
  border-radius: var(--c100kb-radius-lg);
  padding: var(--c100kb-section-pad);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .premium-content-section > p,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-lead,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-intro,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-overview-lead {
  max-width: 62ch;
  line-height: 1.72;
  color: #40536c;
}

/* Section 1 — intro (2-column desktop) */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-section {
  padding: clamp(16px, 2vw, 24px);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
  margin-top: 6px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-main h2 {
  margin: 0 0 10px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-main .c100kb-intro-lead,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-main .c100kb-intro-note {
  max-width: 58ch;
  margin: 0 0 10px;
  line-height: 1.65;
  color: #40536c;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-main .c100kb-intro-note {
  margin-bottom: 0;
  font-size: 14px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-aside {
  display: grid;
  gap: 10px;
  align-content: start;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-best-for {
  max-width: none;
  margin: 0;
  padding: 14px 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: var(--c100kb-shadow);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.06);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-tip i,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-tip svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #2563eb;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-tip p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-best-for strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-best-for ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-best-for li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  font-size: 13px;
  font-weight: 650;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-best-for li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 900;
}

/* Section 2 — scenario chips (grouped panel) */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-section .c100kb-use-case-intro {
  max-width: 52ch;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #334155;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-panel {
  padding: clamp(12px, 1.8vw, 16px);
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.72));
  box-shadow: var(--c100kb-shadow);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
  padding: 12px 10px;
  text-align: center;
  color: #1e293b !important;
  -webkit-text-fill-color: #1e293b !important;
  background: #ffffff !important;
  border: 1px solid rgba(37, 99, 235, 0.28) !important;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span b {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span:hover,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span:focus-within {
  transform: translateY(-2px);
  border-color: #93c5fd !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span i,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #2563eb !important;
}

@media (max-width: 1024px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-aside {
    max-width: 420px;
  }
}

/* Visual blocks */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-visual-block {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.82)) !important;
  border: 1px solid rgba(147, 197, 253, 0.48) !important;
  box-shadow: var(--c100kb-shadow) !important;
}

/* Section 3 — size examples */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--c100kb-gap);
  width: 100%;
  margin-top: 4px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-grid article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  min-height: 148px;
  height: 100%;
  padding: 16px 16px 14px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-grid strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-grid .c100kb-example-size {
  color: #2563eb;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-grid .c100kb-example-helper {
  margin: auto 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

/* Section 4 — size vs use case table */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-intro {
  max-width: 68ch;
  margin: 0 0 14px;
  color: #53657d;
  font-size: 15px;
  line-height: 1.6;
}

/* Section 4 — comparison tables */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table .comparison-table-wrap,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-table .comparison-table-wrap,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-mini-table {
  margin-top: 16px;
  overflow-x: auto;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: #fff;
  box-shadow: var(--c100kb-shadow);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table table,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-table table,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-mini-table table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table th,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-table th,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-mini-table th {
  padding: 12px 16px;
  background: linear-gradient(135deg, #dbeafe, #eef2ff);
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table td,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-table td,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-mini-table td {
  padding: 15px 18px;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table tbody tr {
  transition: background-color 0.18s ease;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table tbody tr:hover td {
  background: rgba(239, 246, 255, 0.98) !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table tbody tr:nth-child(even) td,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-table tbody tr:nth-child(even) td,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-mini-table tbody tr:nth-child(even) td {
  background: rgba(248, 250, 252, 0.92);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-size-use-table td:first-child {
  width: 22%;
  min-width: 72px;
  font-weight: 800;
  color: #1d4ed8;
  white-space: nowrap;
}

/* SEO guide tables — image types, tips, methods, portal requirements, performance */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-subhead,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tips-subhead,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-comparison-subhead,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-perf-subhead {
  margin: 1.35rem 0 0.65rem;
  color: #0f172a;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tips-section .c100kb-tip-grid + .c100kb-seo-table-wrap {
  margin-top: 1.15rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tips-section .c100kb-seo-table-wrap + .c100kb-tips-subhead {
  margin-top: 1.45rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-seo-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: #fff;
  box-shadow: var(--c100kb-shadow);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-seo-table-wrap table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-seo-table-wrap th {
  padding: 12px 16px;
  background: linear-gradient(135deg, #dbeafe, #eef2ff);
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-seo-table-wrap td {
  padding: 15px 18px;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-seo-table-wrap tbody tr:nth-child(even) td {
  background: rgba(248, 250, 252, 0.92);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-seo-table-wrap tbody tr:hover td {
  background: rgba(239, 246, 255, 0.98) !important;
}

/* Section 5 — compact steps */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .c100kb-how-intro {
  max-width: 68ch;
  margin: 0 0 12px;
  color: #53657d;
  font-size: 15px;
  line-height: 1.6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 901px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid::before {
    top: 26px;
    left: 8%;
    right: 8%;
    height: 2px;
  }
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid article {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  place-items: start !important;
  text-align: left !important;
  gap: 0.4rem !important;
  min-height: 0 !important;
  padding: 12px 14px 11px !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid article::before {
  content: none !important;
  display: none !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid article .c100kb-step-badge {
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #1e40af !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.02em;
  line-height: 1 !important;
  background: linear-gradient(180deg, #eff6ff, #dbeafe) !important;
  border: 1px solid rgba(147, 197, 253, 0.55) !important;
  box-shadow: none !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid article h3 {
  margin: 0.15rem 0 0;
  font-size: 0.96rem;
  line-height: 1.25;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid article p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-how-summary {
  margin-top: 16px;
  padding: 14px 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-how-summary h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 850;
  color: #0f172a;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-how-summary ol {
  margin: 0 0 8px;
  padding-left: 1.2rem;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-how-summary ol li {
  margin: 0.12rem 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-how-summary p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

/* Section 7 — before/after showcase (CTR, sharp portrait quality) */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-showcase {
  max-width: 860px;
  margin: 0 auto;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-subtext {
  max-width: 62ch;
  margin: 0 auto 20px;
  color: #53657d;
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-showcase-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(12px, 2vw, 22px);
  align-items: center;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel--after {
  border-color: rgba(34, 197, 94, 0.28);
  box-shadow: 0 16px 36px rgba(22, 163, 74, 0.1);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel-tag {
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel--before .c100kb-ba-panel-tag {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid rgba(254, 202, 202, 0.95);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel--after .c100kb-ba-panel-tag {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid rgba(167, 243, 208, 0.95);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-photo {
  width: 100%;
  max-width: 320px;
  margin: 0 0 12px;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-hero-size {
  margin: 0 0 4px;
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-hero-size--before {
  color: #dc2626;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-hero-size--after {
  color: #16a34a;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel-label {
  margin: 0 0 2px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-panel-meta {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 96px;
  max-width: 120px;
  padding: 10px 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc, #eef2ff);
  border: 1px solid rgba(199, 210, 254, 0.65);
  text-align: center;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge-label {
  margin: 0;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(191, 219, 254, 0.95);
  color: #2563eb;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge-out {
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #1e40af;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-trust-badges li {
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.85);
  background: rgba(239, 246, 255, 0.92);
  color: #1e3a8a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-badge {
  display: block;
  margin: 14px auto 0;
  max-width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(254, 243, 199, 0.85);
  border: 1px solid rgba(251, 191, 36, 0.55);
  color: #92400e;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 768px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-showcase-row {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 0 auto;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge {
    flex-direction: row;
    max-width: none;
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-bridge-icon svg {
    transform: rotate(90deg);
  }
}

/* Section 8 — compact note */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-highlight-note {
  max-width: 640px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--c100kb-radius);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-highlight-note strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-highlight-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

/* Section — JPG benefits */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-jpg-intro,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-intro {
  max-width: 68ch;
  margin: 0 0 14px;
  color: #53657d;
  font-size: 15px;
  line-height: 1.6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--c100kb-gap);
  margin-top: 4px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-benefit-grid article {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 118px;
  padding: 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-benefit-grid h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.25;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-benefit-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

/* Section — PNG vs WebP compare */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--c100kb-gap);
  margin-top: 4px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 0;
  padding: 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #1d4ed8;
  letter-spacing: -0.01em;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-best strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-best ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-best li {
  margin: 0.12rem 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-callout {
  margin: auto 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-callout strong {
  color: #0f172a;
  font-weight: 800;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-callout--warn {
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(255, 251, 235, 0.92);
  color: #92400e;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-callout--good {
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: rgba(240, 253, 244, 0.92);
  color: #166534;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-png-webp-note {
  max-width: 68ch;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--c100kb-radius);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

/* Section — quality outcomes */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--c100kb-gap);
  margin-top: 4px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 168px;
  padding: 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 850;
  color: #0f172a;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card p {
  margin: auto 0 0;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card--excellent {
  border-top: 3px solid #22c55e;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card--acceptable {
  border-top: 3px solid #3b82f6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-card--difficult {
  border-top: 3px solid #f59e0b;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-scale {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-scale-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: 14px;
  line-height: 1.4;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-stars {
  color: #2563eb;
  font-size: 13px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-stars--5 {
  color: #16a34a;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-stars--4 {
  color: #2563eb;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-stars--3 {
  color: #3b82f6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-stars--2 {
  color: #64748b;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-stars--1 {
  color: #94a3b8;
}

/* Section 10 — balance row */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-balance-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--c100kb-gap);
  margin-top: 12px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-balance-row span {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 16px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-balance-row b {
  color: #0f172a;
  font-size: 15px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-balance-row em {
  color: #64748b;
  font-size: 13px;
  font-style: normal;
}

/* Section 11 — when overview */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-overview-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-overview-list li {
  padding: 12px 14px;
  border: var(--c100kb-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-overview-list strong {
  color: #0f172a;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-when-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-when-grid li i,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-when-grid li svg {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: #2563eb;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-when-grid li span {
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-table td:last-child {
  white-space: nowrap;
  vertical-align: middle;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-diff-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-diff-badge--very-easy {
  color: #166534;
  background: rgba(220, 252, 231, 0.95);
  border: 1px solid rgba(34, 197, 94, 0.28);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-diff-badge--easy {
  color: #1d4ed8;
  background: rgba(239, 246, 255, 0.98);
  border: 1px solid rgba(147, 197, 253, 0.55);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-diff-badge--harder {
  color: #92400e;
  background: rgba(255, 251, 235, 0.95);
  border: 1px solid rgba(251, 191, 36, 0.35);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-requirements-disclaimer {
  max-width: 62ch;
  margin: 0 0 12px;
  color: #53657d;
  font-size: 14px;
  line-height: 1.6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-upload-errors-section .c100kb-error-grid {
  margin-top: 14px;
}

/* Section 12 — tip cards */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
  padding: 14px;
  border: var(--c100kb-border);
  border-radius: var(--c100kb-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-card i,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-card svg {
  grid-row: span 2;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #2563eb;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-card p {
  margin: 0;
  grid-column: 2;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-note,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-intro,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-intro {
  max-width: 62ch;
  margin: 0 0 12px;
  color: #53657d;
  font-size: 14px;
  line-height: 1.6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-tools-panel {
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.98)) !important;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1) !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-tools-panel .tool-card {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-color: rgba(191, 219, 254, 0.95) !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0.45rem 0 0.15rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.55);
  background: rgba(239, 246, 255, 0.95);
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-tools-panel .quick-action {
  margin-top: auto;
  padding-top: 8px;
  font-weight: 800;
  color: #2563eb;
}

/* Section 14 — related tools (legacy id selector) */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #related-tools .related-tool-grid {
  gap: 12px;
  margin-top: 12px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #related-tools .tool-card {
  min-height: 0;
  padding: 14px 14px 12px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #related-tools .tool-card p {
  margin: 0.35rem 0 0.55rem;
  font-size: 0.86rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #related-tools .tool-card h3 {
  font-size: 1rem;
  margin: 0.35rem 0 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #related-tools .quick-action {
  margin-top: auto;
  font-size: 0.82rem;
}

/* Section 15 — requirements */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-requirement-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-requirement-grid span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  color: #1e293b !important;
  -webkit-text-fill-color: #1e293b !important;
  background: #ffffff !important;
  border: 1px solid rgba(37, 99, 235, 0.28) !important;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.07) !important;
  font-weight: 700;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-requirement-grid span svg,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-requirement-grid span i {
  color: #2563eb !important;
  flex-shrink: 0;
}

/* Section 16 — FAQ */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #faq .c100kb-faq-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #faq .c100kb-faq-list details {
  border: var(--c100kb-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #faq .c100kb-faq-list details[open] {
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #faq .c100kb-faq-list summary {
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 750;
  color: #0f172a;
  list-style: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #faq .c100kb-faq-list summary::-webkit-details-marker {
  display: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #faq .c100kb-faq-list details p {
  margin: 0;
  padding: 0 16px 14px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* Section 17 — final CTA */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-final-cta {
  text-align: center;
  padding: clamp(20px, 3vw, 28px);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-cta-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 12px auto 0;
  max-width: 720px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-cta-steps span {
  padding: 8px 12px;
  border: var(--c100kb-border);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-final-cta p {
  max-width: 56ch;
  margin: 12px auto 0;
  font-size: 14px;
  line-height: 1.6;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #0ea5e9, #4f46e5);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

/* Responsive */
@media (max-width: 1024px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-example-grid,
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-balance-row,
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-benefit-grid,
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-outcomes {
    grid-template-columns: 1fr;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-format-compare-grid {
    grid-template-columns: 1fr;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-quality-scale-row {
    grid-template-columns: 72px 1fr;
    font-size: 13px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-ba-comparison {
    max-width: 100%;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tip-grid {
    grid-template-columns: 1fr;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #how-to-compress-image-to-100kb .step-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 412px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-grid {
    grid-template-columns: 1fr;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-use-case-grid span {
    min-height: 80px;
    padding: 10px 8px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-requirement-grid {
    grid-template-columns: 1fr;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .premium-content-section {
    padding: 16px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-cta-steps {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 360px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-best-for {
    max-width: 100%;
  }
}

/* Page shell — search-intent-first tool header (above upload) */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .breadcrumb {
  margin-bottom: 0.35rem;
  padding-bottom: 0;
  font-size: 0.8125rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header {
  text-align: center;
  margin: 0 0 0.55rem;
  padding: 0 0.25rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header .c100kb-h1-tail {
  white-space: nowrap;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header .c100kb-hero-lead {
  max-width: 42rem;
  margin: 0.35rem auto 0;
  font-size: clamp(0.875rem, 0.95vw, 0.9375rem);
  line-height: 1.55;
  color: #334155;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-target-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 0.4rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  background: #fff;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action {
  margin: 0.55rem 0 0.35rem;
  display: flex;
  justify-content: center;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action .btn.primary {
  min-width: min(100%, 320px);
  min-height: 56px;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
  touch-action: manipulation;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action .btn.primary:hover {
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.34);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action .btn.primary:active {
  transform: translateY(1px);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action .btn.primary:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-target-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .breadcrumb,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-page-hero {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-hero-lead {
  max-width: 980px;
  margin-inline: auto;
  line-height: 1.65;
  color: #536273;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-upload-formats {
  display: grid;
  gap: 0.25rem;
}

/* Trust badges — below upload box */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badges--below-upload,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badges--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.55rem;
  margin: 0.65rem 0 0.45rem;
  padding: 0;
  list-style: none;
  min-height: 0;
  contain: layout;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.62rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.07);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badge i,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badge i:empty {
  display: inline-block;
  width: 14px;
  height: 14px;
}

/* Core Web Vitals — reserve space, limit layout shift */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #tool-workspace.tool-panel {
  contain: layout;
  min-height: clamp(360px, 48svh, 480px);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #imageOutput.image-output:empty {
  display: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #imageOutput.image-output:empty::before {
  content: none;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-content-stack {
  content-visibility: auto;
  contain-intrinsic-size: 2800px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .upload-icon {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}

@media (max-width: 760px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badges--below-upload,
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badges--top {
    min-height: 0;
    gap: 0.4rem;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badge {
    font-size: 0.68rem;
    padding: 0.32rem 0.55rem;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header h1 {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] form.image-optimizer-100kb-form:not(.has-uploaded-file) label.upload-box[data-upload-box] {
    min-height: clamp(170px, 34svh, 220px) !important;
  }
}

/* Related tools vertical chain */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-chain {
  list-style: none;
  margin: 1rem auto 0;
  padding: 0;
  max-width: 520px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-chain-item {
  margin: 0;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-chain-link {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-chain-title {
  display: block;
  color: #1d4ed8;
  font-weight: 800;
  font-size: 0.98rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-chain-desc {
  display: block;
  margin-top: 0.2rem;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.45;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-related-chain-arrow {
  text-align: center;
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.15rem 0;
}

/* E-E-A-T trust block */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-eeat-section .c100kb-eeat-lead {
  max-width: 62ch;
  line-height: 1.65;
  color: #40536c;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-eeat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.85rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-eeat-card {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), #fff);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-eeat-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-eeat-points {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.6;
}

@media (max-width: 760px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-eeat-grid {
    grid-template-columns: 1fr;
  }
}

/* C100KB_UX_CHECKLIST_16_20 — CTA, mobile/desktop UX, typography, colors */
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] {
  overflow-x: clip;
  max-width: 100%;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-layout,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #tool-workspace.tool-panel {
  width: 100%;
  max-width: min(100%, 720px);
  margin-inline: auto;
  box-sizing: border-box;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header h1 {
  line-height: 1.22;
  color: #0f172a;
  letter-spacing: -0.02em;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-content-stack h2 {
  line-height: 1.28;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-content-stack h3 {
  line-height: 1.32;
  color: #1e293b;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .tool-content-stack p,
html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-intro-lead {
  line-height: 1.65;
  color: #334155;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] form.image-optimizer-100kb-form label.upload-box[data-upload-box] {
  touch-action: manipulation;
  cursor: pointer;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .image-optimizer-100kb-form:not(.has-uploaded-file) .upload-primary-cta {
  min-height: 56px !important;
  min-width: 180px !important;
  touch-action: manipulation;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .image-optimizer-100kb-form:not(.has-uploaded-file) .upload-primary-cta:hover {
  filter: brightness(1.04);
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .image-optimizer-100kb-form:not(.has-uploaded-file) .upload-secondary-cta {
  min-height: 48px !important;
  touch-action: manipulation;
  color: #1d4ed8 !important;
  border-color: rgba(37, 99, 235, 0.35) !important;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] label.upload-box[data-upload-box]:focus-within {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action {
  width: 100%;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action #processImage {
  width: 100%;
  max-width: 360px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .advanced-compress-panel > summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  touch-action: manipulation;
  cursor: pointer;
  color: #1e293b;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .advanced-compress-panel > summary:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
  border-radius: 10px;
}

html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-result-zone:not(:empty) {
  margin-top: 0.75rem;
}

@media (max-width: 760px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-tool-intent-header .c100kb-h1-tail {
    white-space: normal;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-trust-badge {
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .image-optimizer-100kb-form:not(.has-uploaded-file) .upload-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem !important;
    width: 100%;
    max-width: 100%;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .image-optimizer-100kb-form:not(.has-uploaded-file) .upload-primary-cta,
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .image-optimizer-100kb-form:not(.has-uploaded-file) .upload-secondary-cta {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action #processImage {
    max-width: none;
    min-height: 56px;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] form.image-optimizer-100kb-form:not(.has-uploaded-file) label.upload-box[data-upload-box] {
    padding-inline: 0.75rem !important;
  }
}

@media (min-width: 901px) {
  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] #tool-workspace.tool-panel {
    padding-inline: 0.35rem;
  }

  html body.compress-100kb-pro main.image-100kb-seo-page[data-tool="compress-image-to-100kb"] .c100kb-primary-action #processImage {
    min-width: 300px;
  }
}

/* Master keyword review highlights — content stack only (no legend box) */
mark.seo-kw { padding: 0 2px; border-radius: 3px; font: inherit; color: inherit; }
mark.seo-kw--k1 { background: rgba(255, 193, 7, 0.5); }
mark.seo-kw--k2 { background: rgba(129, 212, 250, 0.42); }
mark.seo-kw--k3 { background: rgba(165, 214, 167, 0.48); }
mark.seo-kw--k4 { background: rgba(206, 147, 216, 0.42); }
