:root {
  --bg: #f6f4fb;
  --panel: #ffffff;
  --panel-2: #ffffff;
  --panel-3: #ffffff;
  --pink: #e4008b;
  --purple-a: #7a4cff;
  --purple-b: #5c36d6;
  --text: #17151f;
  --muted: rgba(23,21,31,0.78);
  --border: rgba(23,21,31,0.08);
}
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0; background: var(--bg); color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at top, rgba(122,76,255,0.08), transparent 42%); }
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0)); }
.page { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 22px auto 0; padding: 0 0 48px; }
.topbar { margin-bottom: 28px; display: flex; align-items: center; justify-content: flex-end; gap: 16px; font-size: 12px; color: rgba(23,21,31,0.9); }
.topbar-minimal { justify-content: flex-end; }
.nav-spacer { flex: 1 1 auto; min-height: 1px; }
.nav-right-solo { padding-right: 0; }
.nav-left, .nav-right { display: flex; align-items: center; }
.nav-left { gap: 20px; padding-left: 16px; font-weight: 600; text-transform: lowercase; flex-wrap: wrap; }
.nav-left-links a { opacity: 0.8; }
.nav-left-links a.is-active, .nav-left-links a:hover { opacity: 1; }
.nav-right { padding-right: 16px; font-weight: 600; }
.nav-search { width: 320px; max-width: 100%; height: 36px; border: 1px solid rgba(23,21,31,0.10); border-radius: 4px; background: #ffffff; color: #17151f; padding: 0 12px; outline: none; }
.nav-search::placeholder { color: rgba(255,255,255,0.62); }
.nav-search:focus { border-color: rgba(122,76,255,0.52); background: rgba(255,255,255,0.09); box-shadow: 0 0 0 4px rgba(122,76,255,0.16); }
.stack { display: grid; gap: 20px; }
.hero { position: relative; overflow: hidden; border-radius: 2px; background: var(--panel); min-height: 438px; box-shadow: 0 28px 70px rgba(0,0,0,0.34); border: 1px solid rgba(255,255,255,0.06); }
.hero-overlay-dark { position: absolute; inset: 0; background: transparent; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,14,22,0.18), rgba(12,14,22,0.08), rgba(12,14,22,0.14)); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.82; }
.hero-top-stat { position: absolute; right: 4.8%; top: 16px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.9); z-index: 3; }
.hero-copy { position: absolute; right: 5.5%; top: 164px; max-width: 460px; text-align: right; z-index: 3; }
.hero-copy h1 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -0.03em; font-weight: 300; color: rgba(255,255,255,0.96); text-transform: lowercase; }
.hero-copy p { margin: 4px 0 0; font-size: 16px; font-weight: 600; color: #ff74c7; }
.hero-button-wrap { margin-top: 28px; display: flex; justify-content: flex-end; }
.hero-button, .button-primary, .card-continue, .show-more-button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; background: linear-gradient(180deg, var(--purple-a), var(--purple-b)); color: #fff; cursor: pointer; box-shadow: 0 12px 26px rgba(91,54,214,0.22); }
.hero-button { gap: 20px; padding: 12px 20px; font-size: 16px; font-weight: 700; }
.hero-button-icon { width: 40px; height: 40px; border-radius: 999px; border: 3px solid white; display: inline-flex; align-items: center; justify-content: center; font-size: 21px; line-height: 1; flex: 0 0 auto; }
.hero-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 20px; background: var(--pink); z-index: 3; }
.wide-card, .news-card, .tool-panel, .seo-copy, .status-box { overflow: hidden; border-radius: 6px; box-shadow: 0 24px 54px rgba(0,0,0,0.28); border: 1px solid rgba(255,255,255,0.06); }
.wide-card { background: var(--panel-3); }
.wide-card-image-wrap { position: relative; height: 190px; background: #d6d3d0; }
.wide-card-image, .news-card-image { width: 100%; height: 100%; object-fit: cover; object-position: center -30px; display: block; }
.date-pill { position: absolute; right: 12px; top: 12px; border-radius: 999px; background: rgba(20,19,26,0.78); padding: 4px 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #ffffff; z-index: 3; }
.wide-card-body, .news-card-body { background: var(--panel-2); padding: 12px 16px 58px; position: relative; }
.wide-card-title { margin: 0; font-size: 27px; line-height: 1; font-weight: 700; letter-spacing: -0.04em; color: #17151f; }
.wide-card-meta, .news-card-meta, .tool-meta { margin: 4px 0 0; font-size: 14px; font-weight: 600; color: rgba(23,21,31,0.82); }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.news-card { background: #ffffff; }
.news-card-image-wrap { position: relative; height: 180px; background: #edeaf6; overflow: hidden; }
.news-card-title { margin: 0; font-size: 24px; line-height: 1.02; font-weight: 700; letter-spacing: -0.04em; color: #17151f; }
.card-continue { position: absolute; right: 14px; bottom: 14px; padding: 10px 14px; font-size: 12px; font-weight: 800; letter-spacing: 0.02em; }
.news-card-image-blur::after { content: ""; position: absolute; inset: 0; background: rgba(13, 12, 22, 0.24); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 1; pointer-events: none; }
.news-card-image-copy { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; color: #17151f; }
.news-card-image-copy h4 { margin: 0 0 4px; font-size: 20px; line-height: 1; font-weight: 800; letter-spacing: -0.04em; }
.news-card-image-copy p { margin: 0; font-size: 12px; font-weight: 600; color: rgba(23,21,31,0.72); }
.page-bottom-actions { display: flex; justify-content: center; margin-top: 42px; margin-bottom: 96px; }
.show-more-button { min-width: 160px; height: 44px; font-size: 14px; font-weight: 800; letter-spacing: 0.02em; }
.tool-layout { display: grid; gap: 20px; }
.tool-panel { background: var(--panel-2); padding: 22px; }
.tool-panel h1 { margin: 0; font-size: 28px; letter-spacing: -0.04em; }
.tool-panel p.lead { margin: 8px 0 0; font-size: 15px; color: rgba(23,21,31,0.82); }
.tool-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 360px); gap: 20px; margin-top: 20px; align-items: start; }
.tool-workspace, .tool-sidebar, .preview-box { background: #f7f5ff; border: 1px solid rgba(23,21,31,0.08); border-radius: 6px; padding: 18px; }
.field, .range-wrap { display: grid; gap: 8px; margin-bottom: 14px; }
.input, .textarea, .select { width: 100%; min-height: 44px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: #ffffff; padding: 0 12px; outline: none; }
.textarea { min-height: 130px; padding: 12px; resize: vertical; }
.range-wrap input[type="range"] { width: 100%; }
.button-primary { padding: 12px 16px; font-weight: 800; }
.button-row { display: flex; gap: 10px; flex-wrap: wrap; }
.muted { color: rgba(23,21,31,0.64); font-size: 13px; }
.upload-box { border: 1px dashed rgba(23,21,31,0.14); border-radius: 6px; padding: 18px; text-align: center; background: #f7f5ff; }
.preview-box img, .preview-box canvas { width: 100%; display: block; border-radius: 4px; }
.status-box { background: #f7f5ff; padding: 14px 16px; border-left: 4px solid #6f49f4; }
.status-box.error { border-left-color: #ff4d88; }
.seo-copy { background: var(--panel-2); padding: 26px; }
.seo-copy h2 { margin-top: 0; font-size: 24px; letter-spacing: -0.03em; }
.seo-copy h3 { margin-bottom: 8px; font-size: 18px; }
.seo-copy p, .seo-copy li { color: rgba(23,21,31,0.82); line-height: 1.7; }
.seo-copy ul { margin-top: 8px; padding-left: 18px; }
.site-footer { margin-top: 34px; padding: 22px 0 10px; color: rgba(23,21,31,0.72); font-size: 13px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-footer-minimal { border-top: 1px solid rgba(23,21,31,0.10); padding-top: 22px; }
.footer-copy { margin: 0; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex-wrap: wrap; margin: 0; }
.footer-links a { color: rgba(23,21,31,0.78); font-weight: 600; }
.footer-links a:hover { color: #17151f; }
.blur-stage { position: relative; width: 100%; overflow: auto; border-radius: 6px; background: #f7f5ff; border: 1px solid rgba(23,21,31,0.08); }
.blur-canvas { display: block; max-width: 100%; }
.blur-box { position: absolute; border: 2px solid #fff; box-shadow: 0 0 0 9999px rgba(0,0,0,0.25); cursor: move; }
.blur-handle { position: absolute; width: 14px; height: 14px; right: -7px; bottom: -7px; background: #fff; border-radius: 50%; cursor: nwse-resize; }
.kpi-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.kpi { border-radius: 6px; padding: 14px; background: #f7f5ff; border: 1px solid rgba(23,21,31,0.08); }
.kpi strong { display: block; font-size: 18px; }
@media (max-width: 900px) {
  .wide-card-image-wrap { height: 145px; }
  .page { width: min(100%, calc(100% - 24px)); }
  .topbar { gap: 12px; flex-direction: column; align-items: flex-start; }
  .nav-left, .nav-right { padding-left: 0; padding-right: 0; }
  .hero { min-height: 460px; }
  .hero-top-stat { left: 20px; right: 20px; text-align: center; }
  .hero-copy { left: 24px; right: 24px; top: auto; bottom: 72px; max-width: none; text-align: center; }
  .hero-button-wrap { justify-content: center; }
  .news-grid, .tool-grid, .kpi-row { grid-template-columns: 1fr; }
  .nav-search { width: 100%; }
}


input[type="file"].input { padding: 0; overflow: hidden; background: transparent; border: 0; min-height: 46px; }
input[type="file"].input::file-selector-button { height: 46px; border: 0; border-radius: 4px; background: linear-gradient(180deg, var(--purple-a), var(--purple-b)); color: #fff; padding: 0 16px; font-weight: 800; letter-spacing: 0.02em; cursor: pointer; box-shadow: 0 12px 26px rgba(91,54,214,0.22); margin-right: 12px; }
input[type="file"].input::-webkit-file-upload-button { height: 46px; border: 0; border-radius: 4px; background: linear-gradient(180deg, var(--purple-a), var(--purple-b)); color: #fff; padding: 0 16px; font-weight: 800; letter-spacing: 0.02em; cursor: pointer; box-shadow: 0 12px 26px rgba(91,54,214,0.22); margin-right: 12px; }
input[type="file"].input:hover::file-selector-button, input[type="file"].input:hover::-webkit-file-upload-button { filter: brightness(1.04); }
.legal-page { display: grid; gap: 20px; }
.legal-panel { background: var(--panel-2); border-radius: 6px; box-shadow: 0 24px 54px rgba(0,0,0,0.28); border: 1px solid rgba(255,255,255,0.06); padding: 26px; }
.legal-panel h1 { margin-top: 0; font-size: 28px; letter-spacing: -0.04em; }
.legal-panel p, .legal-panel li { color: rgba(23,21,31,0.82); line-height: 1.7; }


.hero-copy h1, .wide-card-title, .news-card-title, .tool-panel h1, .seo-copy h2, .seo-copy h3, .legal-panel h1 { color: #17151f; }
.wide-card-body, .news-card-body, .tool-panel, .seo-copy, .legal-panel, .site-footer { background: #ffffff; }
.wide-card-meta, .news-card-meta, .tool-meta, .tool-panel p.lead, .seo-copy p, .seo-copy li, .legal-panel p, .legal-panel li { color: rgba(23,21,31,0.74); }
.hero-copy p { color: #7a4cff; }
.tool-panel, .seo-copy, .legal-panel, .wide-card-body, .news-card-body, .tool-workspace, .tool-sidebar, .preview-box, .status-box, .kpi, .upload-box, .blur-stage { box-shadow: 0 18px 40px rgba(38,31,69,0.06); }
.blur-box { box-shadow: 0 0 0 9999px rgba(23,21,31,0.18); }


.page { filter: none; }
.hero, .wide-card, .news-card, .tool-panel, .seo-copy, .status-box, .legal-panel { backdrop-filter: blur(0px); }


.hero { display: none; }
.home-stack { gap: 26px; }
.center-intro {
  max-width: 720px;
  margin: 18px auto 6px;
  text-align: center;
}
.home-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23,21,31,0.58);
}
.center-intro h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #17151f;
}
.home-subtitle {
  margin: 10px auto 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(23,21,31,0.72);
}
.home-cards-wrap {
  width: min(960px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
.home-featured-card,
.news-card,
.wide-card,
.tool-panel,
.seo-copy,
.status-box,
.legal-panel {
  border: 1px solid rgba(23,21,31,0.08);
  box-shadow: 0 18px 48px rgba(43,34,82,0.08);
}
.wide-card-body, .news-card-body, .tool-panel, .seo-copy, .legal-panel, .site-footer {
  background: #ffffff;
}
.news-card-image-wrap, .wide-card-image-wrap {
  background: #ece8f7;
}
.nav-search {
  border: 1px solid rgba(23,21,31,0.10);
  background: #ffffff;
  color: #17151f;
}
.nav-search::placeholder {
  color: rgba(23,21,31,0.42);
}
.input, .textarea, .select {
  border: 1px solid rgba(23,21,31,0.10);
  background: #ffffff;
  color: #17151f;
}
@media (max-width: 900px) {
  .page { width: min(100%, calc(100% - 20px)); margin-top: 22px; }
  .center-intro h1 { font-size: 28px; }
  .home-cards-wrap { width: 100%; }
}

.site-navbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin-bottom: 32px;
  padding: 14px 16px;
  justify-content: space-between;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(23,21,31,0.08);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(43,34,82,0.10);
  backdrop-filter: blur(10px);
}
.brand-side {
  gap: 12px;
  padding-left: 0;
  flex: 0 0 auto;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #7a4cff, #5c36d6);
  box-shadow: 0 14px 30px rgba(91,54,214,0.24);
}
.brand-mark-diamond {
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border-radius: 3px;
  transform: rotate(45deg);
}
.brand-copy {
  display: grid;
  gap: 2px;
}
.brand-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #17151f;
}
.brand-subtitle {
  font-size: 12px;
  color: rgba(23,21,31,0.54);
}
.navbar-right-tools {
  padding-right: 0;
  margin-left: auto;
}
.navbar-search-form {
  position: relative;
  width: 360px;
  max-width: 100%;
}
.navbar-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: rgba(23,21,31,0.42);
  pointer-events: none;
}
.navbar-search-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.nav-search {
  width: 100%;
  height: 46px;
  padding: 0 14px 0 40px;
  border-radius: 999px;
  border: 1px solid rgba(23,21,31,0.10);
  background: #ffffff;
  color: #17151f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.nav-search:focus {
  background: #ffffff;
}
.search-feedback {
  margin: 12px auto 0;
  font-size: 14px;
  color: rgba(23,21,31,0.64);
}
.empty-search-state {
  grid-column: 1 / -1;
  background: #ffffff;
  border: 1px solid rgba(23,21,31,0.08);
  border-radius: 6px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 18px 48px rgba(43,34,82,0.08);
}
.empty-search-state h3 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.04em;
}
.empty-search-state p {
  margin: 0;
  color: rgba(23,21,31,0.68);
}
@media (max-width: 900px) {
  .site-navbar {
    position: static;
    padding: 14px;
    border-radius: 8px;
  }
  .site-navbar,
  .topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .brand-side {
    width: 100%;
  }
  .navbar-search-form {
    width: 100%;
  }
}


/* navbar update: icon only, no background card, no border */
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: 0 !important;
}



.navbar,
.topbar {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  color: #111111 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.nav-links a:hover {
  opacity: 0.72;
}


.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.brand-logo {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
}



/* Stepsze-like navbar */
.steps-navbar {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 28px;
  position: relative;
  z-index: 20;
  background:
    linear-gradient(90deg, #060b16 0%, #11162a 18%, #24213a 48%, #302647 72%, #3c2c52 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0;
  box-shadow: 0 18px 55px rgba(9, 8, 20, 0.28);
  overflow: visible;
}


.steps-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.03) 12%,
      rgba(255,255,255,0.00) 12.4%,
      rgba(255,255,255,0.00) 24%,
      rgba(255,255,255,0.03) 24.4%,
      rgba(255,255,255,0.00) 24.8%,
      rgba(255,255,255,0.00) 36%,
      rgba(255,255,255,0.03) 36.4%,
      rgba(255,255,255,0.00) 36.8%,
      rgba(255,255,255,0.00) 48%,
      rgba(255,255,255,0.03) 48.4%,
      rgba(255,255,255,0.00) 48.8%,
      rgba(255,255,255,0.00) 60%,
      rgba(255,255,255,0.03) 60.4%,
      rgba(255,255,255,0.00) 60.8%,
      rgba(255,255,255,0.00) 72%,
      rgba(255,255,255,0.03) 72.4%,
      rgba(255,255,255,0.00) 72.8%,
      rgba(255,255,255,0.00) 84%,
      rgba(255,255,255,0.03) 84.4%,
      rgba(255,255,255,0.00) 84.8%);
  pointer-events: none;
}

.steps-navbar-inner {
  position: relative;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 24px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: flex-start;
  min-width: 0;
}

.nav-links a {
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease, opacity .18s ease;
}

.nav-links a:hover {
  color: #ffffff !important;
  opacity: 1;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.nav-login {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #141414 !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  white-space: nowrap;
}

.nav-cta:hover {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .steps-navbar-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 16px 18px;
  }

  .nav-links {
    gap: 16px;
    flex-wrap: wrap;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-start;
  }
}


/* stepsze image inspired navbar update */
.page {
  margin: 0 auto;
  padding: 0 0 48px;
}

.steps-navbar {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 34px;
  position: sticky;
  top: 14px;
  z-index: 40;
  background: linear-gradient(90deg, #060b16 0%, #11162a 18%, #211f36 48%, #2f2647 72%, #3b2c53 100%);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 18px 55px rgba(9, 8, 20, 0.28);
  overflow: visible;
}

.steps-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.028) 16%, rgba(255,255,255,0) 16.5%, rgba(255,255,255,0) 33%, rgba(255,255,255,0.028) 33.5%, rgba(255,255,255,0) 34%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.028) 50.5%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.028) 67.5%, rgba(255,255,255,0) 68%, rgba(255,255,255,0) 84%, rgba(255,255,255,0.028) 84.5%, rgba(255,255,255,0) 85%);
  pointer-events: none;
}

.steps-navbar-inner {
  position: relative;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.brand-glyph {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
}

.brand-glyph-main,
.brand-glyph-accent {
  position: absolute;
  display: block;
  background: #ffffff;
  border-radius: 2px;
  transform: skewX(-18deg);
}

.brand-glyph-main {
  width: 12px;
  height: 14px;
  left: 3px;
  top: 2px;
  clip-path: polygon(12% 0%, 100% 0%, 86% 100%, 0% 100%);
  opacity: 0.96;
}

.brand-glyph-accent {
  width: 7px;
  height: 7px;
  left: 0;
  top: 8px;
  clip-path: polygon(28% 0%, 100% 0%, 70% 100%, 0% 100%);
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #ffffff;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
}

.nav-links a,
.nav-login {
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.nav-links a:hover,
.nav-login:hover {
  color: #ffffff !important;
  opacity: 1;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #141414 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

@media (max-width: 1100px) {
  .nav-links {
    gap: 22px;
  }

  .nav-links a,
  .nav-login,
  .nav-cta {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .steps-navbar {
    position: static;
    width: min(100%, calc(100% - 20px));
    margin: 12px auto 22px;
  }

  .steps-navbar-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    min-height: auto;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .page {
    width: min(100%, calc(100% - 20px));
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 17px;
  }

  .nav-actions {
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-cta {
    width: 100%;
  }
}


/* navbar search toggle update */
.nav-actions {
  justify-self: end;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 40px;
}

.nav-search-toggle {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.82);
  cursor: pointer;
  padding: 0;
  border-radius: 999px;
  transition: opacity .18s ease, transform .18s ease, color .18s ease, background .18s ease, width .18s ease;
  flex: 0 0 auto;
}

.nav-search-toggle:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.06);
}

.nav-search-toggle svg,
.nav-search-icon svg {
  width: 19px;
  height: 19px;
  display: block;
}

.nav-search-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 0;
  height: 42px;
  overflow: hidden;
  opacity: 0;
  margin-left: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(11, 14, 24, 0.98);
  box-shadow: 0 16px 34px rgba(3, 5, 12, 0.34);
  pointer-events: none;
  transition: width .22s ease, opacity .18s ease, margin-left .22s ease, border-color .18s ease;
}

.nav-search-panel[hidden] {
  display: flex;
}

.nav-search-panel.is-open {
  width: min(300px, calc(100vw - 44px));
  opacity: 1;
  margin-left: 10px;
  pointer-events: auto;
}

.nav-actions.search-open .nav-search-toggle {
  opacity: 0;
  width: 0;
  transform: scale(0.86);
  pointer-events: none;
}

.nav-search-icon {
  color: rgba(255,255,255,0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  flex: 0 0 auto;
}

.nav-search-input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0 16px 0 0;
  outline: none;
  min-width: 0;
}

.nav-search-input::placeholder {
  color: rgba(255,255,255,0.48);
}

.nav-search-panel:focus-within {
  border-color: rgba(255,255,255,0.22);
}

@media (max-width: 900px) {
  .nav-actions {
    justify-self: start;
  }

  .nav-search-panel.is-open {
    width: min(220px, calc(100vw - 32px));
  }
}


/* fixed responsive navbar + paginator */
body {
  padding-top: 114px;
}

.page {
  width: min(1180px, calc(100% - 32px));
}

.steps-navbar {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  margin: 0;
}

.steps-navbar-inner {
  min-height: 68px;
  grid-template-columns: auto 1fr;
}

.nav-right-cluster {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.nav-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.nav-menu-toggle span {
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  display: block;
  transition: transform .18s ease, opacity .18s ease;
}

.nav-links {
  justify-content: flex-end;
}

.page-bottom-actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 96px;
}

.home-paginator {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}


.pager-number,
.pager-arrow {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(23,21,31,0.12);
  background: #ffffff;
  color: #17151f;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(17, 16, 24, 0.08);
}

.pager-number.is-active {
  background: linear-gradient(180deg, var(--purple-a), var(--purple-b));
  color: #ffffff;
  border-color: transparent;
}

.pager-arrow.is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

@media (max-width: 900px) {
  body {
    padding-top: 96px;
  }

  .steps-navbar {
    top: 10px;
    width: calc(100% - 20px);
  }

  .steps-navbar-inner {
    min-height: 64px;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 0 16px;
  }

  .nav-right-cluster {
    gap: 10px;
  }

  .nav-menu-toggle {
    display: inline-flex;
    order: 2;
  }

  .nav-actions {
    order: 1;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: -1px;
    right: -1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 16px 16px;
    background: linear-gradient(180deg, rgba(8,11,20,.985), rgba(30,24,46,.985));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 18px 50px rgba(9,8,20,0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity .24s ease, transform .28s ease, max-height .32s ease, visibility 0s linear .32s;
  }

  .nav-links a {
    width: 100%;
    padding: 12px 4px;
  }

  .steps-navbar.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 420px;
    pointer-events: auto;
    transition: opacity .24s ease, transform .28s ease, max-height .32s ease, visibility 0s linear 0s;
  }

  .steps-navbar.menu-open .nav-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .steps-navbar.menu-open .nav-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .steps-navbar.menu-open .nav-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-search-panel.is-open {
    width: min(180px, calc(100vw - 120px));
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 16px;
  }

  .nav-search-panel.is-open {
    width: min(150px, calc(100vw - 116px));
  }

  .home-paginator {
    gap: 8px;
  }

  .pager-number,
  .pager-arrow {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/* qr code reader + home additions */
.secondary-featured-card .wide-card-image {
  object-position: center center;
}

.button-secondary {
  background: #ffffff;
  color: #17151f;
  border: 1px solid rgba(23,21,31,0.12);
  box-shadow: 0 12px 26px rgba(17, 16, 24, 0.08);
}

.qr-reader-preview-box {
  min-height: 280px;
  display: grid;
  place-items: center;
}

.qr-reader-preview-empty {
  width: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(23,21,31,0.12);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(122,76,255,0.05), rgba(122,76,255,0.02));
  text-align: center;
  padding: 20px;
}

#qrReaderPreview {
  max-height: 320px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.qr-reader-result strong {
  color: #17151f;
}

@media (max-width: 900px) {
  .qr-reader-preview-box {
    min-height: 220px;
  }
}


.barcode-preview-box {
  overflow: visible;
}

#barcodePreview {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  #barcodePreview {
    max-width: 100%;
  }
}

.crop-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-height: 260px;
}
.crop-surface {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}
#cropCanvas {
  display: block;
  max-width: 100%;
  height: auto;
}
.crop-box {
  box-shadow: 0 0 0 9999px rgba(23,21,31,0.26);
}
.crop-kpi-row {
  margin-top: 4px;
  justify-content: center;
}

.crop-kpi-row {
  justify-content: center;
}
.crop-box {
  position: absolute;
}
.crop-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #17151f;
}
.crop-handle--tl {
  top: -8px;
  left: -8px;
  cursor: nwse-resize;
}
.crop-handle--tr {
  top: -8px;
  right: -8px;
  cursor: nesw-resize;
}
.crop-handle--bl {
  bottom: -8px;
  left: -8px;
  cursor: nesw-resize;
}
.crop-handle--br {
  bottom: -8px;
  right: -8px;
  cursor: nwse-resize;
}


.metadata-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.metadata-item {
  border-radius: 6px;
  border: 1px solid rgba(23,21,31,0.08);
  background: #f7f5ff;
  padding: 14px;
}
.metadata-item strong {
  display: block;
  margin-top: 6px;
  color: #17151f;
  word-break: break-word;
}
.metadata-preview-box {
  min-height: 280px;
  display: grid;
  place-items: center;
}
.metadata-preview-box img {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  height: auto;
  border-radius: 6px;
}
.merge-helper-box {
  display: grid;
  gap: 10px;
  text-align: left;
}
.helper-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(23,21,31,0.74);
}
@media (max-width: 900px) {
  .metadata-grid {
    grid-template-columns: 1fr;
  }
}


.two-col-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.result-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:18px; }
.result-card { background:#fff; border:1px solid rgba(23,21,31,0.08); border-radius:6px; overflow:hidden; box-shadow:0 18px 40px rgba(38,31,69,0.06); }
.result-card.compact { min-height:0; }
.result-thumb { display:block; width:100%; aspect-ratio: 4 / 3; object-fit:cover; background:#f3f4f6; }
.result-card-body { padding:12px 14px 14px; display:flex; flex-direction:column; gap:8px; }
@media (max-width: 920px) {
  .result-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .two-col-fields, .result-grid { grid-template-columns:1fr; }
}

/* simple homepage */
.simple-home-stack {
  gap: 18px;
}

.simple-home-intro {
  margin-top: 10px;
}

.simple-home-intro h1 {
  font-size: 28px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.simple-home-list-wrap {
  width: min(760px, 100%);
  margin: 0 auto;
}

.simple-page-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.simple-page-link {
  color: #17151f;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}

.simple-page-link:hover {
  text-decoration: underline;
}

.simple-empty-state {
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}


html, body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.simple-home-stack {
  flex: 1 0 auto;
  gap: 28px;
}

.home-hero-simple {
  width: 100%;
  margin: 12px auto 0;
}

.home-hero-simple-inner {
  padding: 42px 36px;
  border: 1px solid rgba(23,21,31,0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,244,255,0.94));
  box-shadow: 0 20px 50px rgba(43,34,82,0.08);
  text-align: center;
}

.home-hero-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23,21,31,0.52);
}

.home-hero-simple h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #17151f;
}

.home-hero-text {
  width: min(620px, 100%);
  margin: 16px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(23,21,31,0.72);
}

.home-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.home-hero-button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--purple-a), var(--purple-b));
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(91,54,214,0.18);
}

.home-hero-button-secondary {
  background: #ffffff;
  color: #17151f;
  border: 1px solid rgba(23,21,31,0.10);
  box-shadow: 0 12px 24px rgba(43,34,82,0.06);
}

.home-search-feedback {
  margin-top: 16px;
}

.simple-home-list-wrap {
  width: 100%;
  margin: 10px auto 0;
}

.simple-page-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 250px));
  gap: 18px 24px;
  align-items: start;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  margin: 0 auto;
}

.simple-page-link-button {
  position: relative;
  width: 100%;
  min-height: 128px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(23,21,31,0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,244,255,0.94));
  box-shadow: 0 16px 34px rgba(43,34,82,0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.simple-page-link-button:hover {
  transform: translateY(-2px);
  border-color: rgba(122,76,255,0.18);
  box-shadow: 0 20px 40px rgba(43,34,82,0.10);
  text-decoration: none;
}

.simple-page-link-title {
  display: block;
  max-width: calc(100% - 44px);
  font-size: 15px;
  font-weight: 800;
  color: #17151f;
  line-height: 1.45;
}

.simple-page-link-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(122,76,255,0.08);
  color: #7a4cff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.site-footer {
  margin-top: auto;
}

@media (max-width: 900px) {
  .home-hero-simple-inner {
    padding: 34px 22px;
    border-radius: 14px;
  }

  .simple-page-link-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 700px) {
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}


.legal-page {
  gap: 18px;
}
.legal-hero-panel {
  padding: 30px;
}
.legal-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a4cff;
}
.legal-intro {
  margin: 10px 0 0;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.72;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.legal-panel h2 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #17151f;
}
.legal-links-panel p {
  margin-bottom: 0;
}
.legal-panel strong {
  color: #17151f;
}
@media (max-width: 900px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links {
    justify-content: flex-start;
  }
}

/* footer bottom align + safer inner spacing */
html, body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.site-footer {
  margin-top: auto;
  padding: 22px 18px 14px;
}

@media (max-width: 700px) {
  .site-footer {
    padding: 20px 14px 14px;
  }
}


.blurhash-hash-output {
  min-height: 120px;
  resize: vertical;
  font: 600 0.95rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.preview-box canvas.blurhash-canvas {
  background: linear-gradient(180deg, #ffffff, #efeaff);
  min-height: 280px;
}
.helper-text {
  margin: -2px 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
}
.tool-link-list {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.tool-link-list a {
  display:inline-flex;
  padding:8px 10px;
  border-radius:4px;
  background:#f7f5ff;
  border:1px solid rgba(23,21,31,0.08);
  text-decoration:none;
  color:inherit;
}



.favicon-download-panel {
  border-radius: 8px;
}
.favicon-download-list {
  display: grid;
  gap: 10px;
}
.favicon-download-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(23,21,31,0.08);
  border-radius: 6px;
  background: #faf9ff;
}
.favicon-download-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.favicon-download-meta strong {
  font-size: 14px;
  line-height: 1.35;
  word-break: break-word;
}
.favicon-download-item .small-button {
  min-width: 110px;
}
.compact-head h2 {
  margin-bottom: 4px;
  font-size: 18px;
}
.compact-head p {
  margin: 0;
}
@media (max-width: 640px) {
  .favicon-download-item {
    grid-template-columns: 1fr;
  }
  .favicon-download-item .small-button {
    width: 100%;
  }
}

.code-area {
  font: 600 0.92rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.favicon-preview-stage {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: radial-gradient(circle at center, #f8f6ff 0%, #f1ecff 55%, #ece8f7 100%);
}
.favicon-large-preview {
  width: 128px;
  height: 128px;
  object-fit: contain;
  image-rendering: auto;
}
.favicon-download-card .result-card-body {
  gap: 10px;
}
.small-button {
  min-height: 38px;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
}
.metadata-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.metadata-compare-card {
  background: #f7f5ff;
  border: 1px solid rgba(23,21,31,0.08);
  border-radius: 6px;
  padding: 18px;
}
.metadata-compare-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}
.metadata-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.metadata-list div {
  display: grid;
  gap: 4px;
}
.metadata-list dt {
  color: rgba(23,21,31,0.54);
  font-size: 13px;
  font-weight: 700;
}
.metadata-list dd {
  margin: 0;
  color: #17151f;
  word-break: break-word;
}
@media (max-width: 900px) {
  .metadata-compare-grid {
    grid-template-columns: 1fr;
  }
}


.result-card { background: #ffffff; border: 1px solid rgba(23,21,31,0.08); border-radius: 6px; box-shadow: 0 18px 40px rgba(38,31,69,0.06); }
.result-card-body { padding: 18px; }
.section-head.compact-head h2 { margin: 0; font-size: 18px; letter-spacing: -0.03em; color: #17151f; }
.section-head.compact-head p { margin: 6px 0 0; }
.tool-link-list { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.tool-link-list a { font-weight: 700; color: #5c36d6; }
.locker-list { display: grid; gap: 10px; }
.locker-list-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-radius: 4px; border: 1px solid rgba(23,21,31,0.08); background: #f7f5ff; }
.locker-list-row span { color: rgba(23,21,31,0.74); font-size: 13px; overflow-wrap: anywhere; }
.locker-list-row strong { color: #17151f; font-size: 13px; text-align: right; }
.locker-grid { align-items: start; }
.small-button { padding: 9px 12px; font-size: 12px; }
.code-area { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
@media (max-width: 900px) {
  .locker-list-row { align-items: flex-start; flex-direction: column; }

  .home-copy-block {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .home-copy-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-copy-grid > article + article {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-left: 0;
    padding-top: 18px;
  }
}


.home-copy-block {
  position: relative;
  width: 100%;
  margin: 14px auto 30px;
  padding: 30px 32px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,255,0.96));
  box-shadow: 0 16px 34px rgba(20, 24, 38, 0.05);
}

.home-copy-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(92,54,214,0), rgba(92,54,214,0.18), rgba(92,54,214,0));
}

.home-copy-block > h2,
.home-copy-block article > h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #17151f;
}

.home-copy-block p,
.home-copy-block li {
  color: rgba(23,21,31,0.76);
  line-height: 1.75;
}

.home-copy-block article {
  min-width: 0;
}

.home-copy-grid,
.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tool-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  text-decoration: none;
}

.feature-list {
  margin: 0;
  padding-left: 20px;
  color: #3b4758;
}

.feature-list li + li {
  margin-top: 10px;
}

.home-copy-block.compact-copy {
  padding-top: 26px;
}

.home-copy-grid > article {
  padding-right: 10px;
}

.home-copy-grid > article + article {
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  padding-left: 26px;
}

.seo-copy-expanded {
  width: 100%;
  max-width: none;
  margin: 0 0 32px;
}

.faq-block,
.trust-copy {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
  background: #ffffff;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin: 12px 0 0;
}

@media (max-width: 900px) {
  .home-copy-grid,
  .seo-copy-grid {
    grid-template-columns: 1fr;
  }
}


.home-stack > section + section {
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .simple-page-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.info-page,
.category-page {
  display: grid;
  gap: 20px;
}
.info-hero {
  margin-top: 4px;
}
.legal-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23,21,31,0.5);
}
.legal-intro {
  max-width: 880px;
}
.legal-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.category-summary-panel ul {
  margin: 0;
  padding-left: 18px;
}
.category-tool-wrap {
  margin-top: 0;
}
.simple-page-link-meta {
  display: block;
  margin-top: 0;
  max-width: 100%;
  color: rgba(23,21,31,0.66);
  font-size: 13px;
  line-height: 1.55;
}
.simple-page-link-button {
  align-content: start;
}
@media (max-width: 900px) {
  .legal-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }
}


.tool-depth-grid-secondary {
  margin-top: 18px;
}

.tool-step-list {
  margin: 0;
  padding-left: 22px;
  color: #3b4758;
}

.tool-step-list li + li {
  margin-top: 12px;
}

.tool-privacy-note {
  margin-top: 14px;
}

.related-tools-block {
  margin-top: 22px;
}


/* mobile navbar fix */
.nav-right-cluster {
  margin-left: auto;
}

@media (max-width: 900px) {
  .steps-navbar {
    overflow: visible;
  }

  .steps-navbar-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .nav-right-cluster {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .nav-actions {
    width: auto;
    min-width: 40px;
    justify-content: flex-end;
  }

  .nav-links {
    left: -1px;
    right: -1px;
    width: auto;
    border-radius: 0 0 18px 18px;
    z-index: 60;
  }
}

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #0f172a;
  box-shadow: none;
}

.lang-toggle-label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.lang-toggle-text {
  display: none;
}

.lang-toggle-caret {
  font-size: 11px;
  color: #64748b;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 170px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  padding: 8px;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 80;
}

.lang-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #0f172a;
}

.lang-menu a:hover,
.lang-menu a.is-active {
  background: rgba(15, 23, 42, 0.05);
}

@media (max-width: 900px) {
  .lang-toggle-text {
    display: none;
  }

  .lang-menu {
    right: 0;
    left: auto;
  }
}
