:root {
  color-scheme: dark;
  --bg: #06101f;
  --bg-2: #0b172a;
  --panel: rgba(12, 25, 46, 0.82);
  --panel-2: rgba(15, 23, 42, 0.72);
  --text: #f8fafc;
  --muted: #a8b3c7;
  --muted-2: #7d8aa3;
  --line: rgba(148, 163, 184, 0.2);
  --primary: #2563eb;
  --primary-2: #3b82f6;
  --primary-3: #60a5fa;
  --green: #10b981;
  --white: #ffffff;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1160px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.24), transparent 34rem), var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(100% - 40px, var(--container)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 16, 31, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}
.brand-icon { width: 38px; height: 38px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  color: #dbeafe;
  font-size: 0.94rem;
}
.nav-links a { opacity: 0.85; }
.nav-links a:hover { opacity: 1; color: var(--primary-3); }
.nav-try, .nav-install {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-try {
  border: 1px solid rgba(219, 234, 254, 0.22);
  background: rgba(255,255,255,0.06);
  color: #eaf2ff;
}
.chrome-cta {
  gap: 10px;
}
.chrome-cta-disabled {
  cursor: default;
  color: #dbeafe;
  border: 1px solid rgba(219, 234, 254, 0.18);
  background: rgba(148, 163, 184, 0.16);
  box-shadow: none;
}
.btn.chrome-cta-disabled {
  min-height: 50px;
}
.chrome-mark {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 29%),
    conic-gradient(#fbbc05 0 33%, #34a853 0 66%, #ea4335 0 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.24), 0 0 18px rgba(96,165,250,.35);
}
.nav-toggle { display: none; }

.section-glow {
  position: relative;
  overflow: hidden;
}
.section-glow::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.28), transparent 68%);
  pointer-events: none;
}
.hero { padding: 78px 0 54px; }
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 52px;
  position: relative;
  z-index: 1;
}
.eyebrow, .section-label {
  display: inline-flex;
  align-items: center;
  color: var(--primary-3);
  background: rgba(37, 99, 235, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero h1 {
  font-size: 5.2rem;
  line-height: 0.92;
  letter-spacing: -0.08em;
  margin: 24px 0 24px;
  max-width: 720px;
}
.hero h1::first-line { color: var(--white); }
.hero h1 { color: var(--primary-2); }
.hero-text {
  color: #d4ddeb;
  font-size: 1.22rem;
  line-height: 1.65;
  max-width: 600px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 13px;
  font-weight: 800;
  border: 1px solid transparent;
  text-align: center;
}
.btn-primary, .nav-install { background: linear-gradient(135deg, #2563eb, #3b82f6); box-shadow: 0 22px 40px rgba(37, 99, 235, 0.34); }
.btn-primary.chrome-cta-disabled, .nav-install.chrome-cta-disabled {
  color: #dbeafe;
  border-color: rgba(219, 234, 254, 0.18);
  background: rgba(148, 163, 184, 0.16);
  box-shadow: none;
}
.btn-secondary { background: rgba(255,255,255,0.06); border-color: rgba(219, 234, 254, 0.2); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: #dbeafe; font-size: 0.9rem; }
.trust-row span::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 12px rgba(16,185,129,.8); }

.product-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(3, 10, 23, 0.94));
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.window-bar, .tool-tabs, .product-footer, .pane-head {
  display: flex;
  align-items: center;
}
.window-bar { justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.window-brand { display: flex; align-items: center; gap: 10px; }
.window-brand img { width: 24px; height: 24px; }
.window-dots { display: flex; gap: 8px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(148, 163, 184, 0.7); }
.tool-tabs { gap: 6px; padding: 10px 12px; border-bottom: 1px solid var(--line); background: rgba(2, 6, 23, 0.34); }
.tool-tabs button { color: #cbd5e1; background: transparent; border: 0; border-radius: 10px; padding: 10px 12px; }
.tool-tabs button.active { background: rgba(37, 99, 235, 0.9); color: white; }
.editor-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; }
.editor-pane { border-right: 1px solid var(--line); background: #07101f; }
.editor-pane.output { border-right: 0; background: #081426; }
.pane-head { justify-content: space-between; color: var(--muted); font-size: 0.82rem; padding: 13px 16px; border-bottom: 1px solid var(--line); }
pre { margin: 0; padding: 18px; color: #dbeafe; line-height: 1.7; font-size: 0.95rem; overflow: auto; }
code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.product-footer { justify-content: space-between; padding: 13px 18px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 0.82rem; }

/* Real-screenshot browser frames */
.shot-frame {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 16px;
  overflow: hidden;
  background: #0b172a;
  box-shadow: var(--shadow);
}
.shot-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  background: rgba(2, 6, 23, 0.55);
  border-bottom: 1px solid var(--line);
}
.shot-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(148, 163, 184, 0.65); }
.shot-bar span:nth-child(1) { background: #f87171; }
.shot-bar span:nth-child(2) { background: #fbbf24; }
.shot-bar span:nth-child(3) { background: #34d399; }
.shot-frame img { display: block; width: 100%; height: auto; }
.hero-shot { position: relative; z-index: 1; }

/* Screenshot gallery */
.shot-gallery {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.shot-item { margin: 0; display: grid; gap: 16px; }
.shot-item .shot-frame { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.shot-item .shot-frame:hover { transform: translateY(-4px); box-shadow: 0 40px 90px rgba(2, 6, 23, 0.22); }
.shot-item figcaption h3 { margin: 0 0 4px; font-size: 1.25rem; letter-spacing: -0.02em; }
.shot-item figcaption p { margin: 0; color: #475569; line-height: 1.55; }

.proof-strip { background: white; color: #0f172a; padding: 30px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.proof-grid div { display: grid; gap: 6px; }
.proof-grid span { color: #475569; line-height: 1.45; }

.section { padding: 86px 0; background: #f8fbff; color: #0f172a; }
.section:nth-of-type(even) { background: #ffffff; }
.feature-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: center; }
.section-copy h2, .section-heading h2, .privacy-band h2, .final-card h2, .faq h2, .page-hero h1 {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 16px 0;
}
.section-copy p, .section-heading p, .privacy-band p, .final-card p, .page-hero p, .page-card p, .page-card li { color: #475569; font-size: 1.08rem; line-height: 1.7; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 18px; }
.feature-list li { display: grid; gap: 4px; padding-left: 20px; border-left: 3px solid var(--primary); }
.feature-list span { color: #64748b; }
.diff-preview { background: #081426; color: white; border-radius: 22px; box-shadow: 0 26px 70px rgba(15, 23, 42, 0.24); overflow: hidden; border: 1px solid rgba(15,23,42,.08); }
.diff-head { display: flex; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); color: #dbeafe; }
.diff-columns { display: grid; grid-template-columns: 1fr 1fr; }
.diff-columns pre:first-child { background: rgba(239,68,68,.14); }
.diff-columns pre:last-child { background: rgba(16,185,129,.14); }
.diff-summary { display: flex; gap: 14px; padding: 14px 18px; border-top: 1px solid var(--line); color: #cbd5e1; }

.center { text-align: center; max-width: 760px; margin: 0 auto 36px; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tool-grid article, .faq-list details {
  background: #ffffff;
  border: 1px solid #dbe4ef;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}
.tool-grid h3 { margin: 0 0 8px; }
.tool-grid p { margin: 0; color: #64748b; line-height: 1.55; }

.screenshots-section { background: #eef6ff; }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.screenshot-card {
  background: #ffffff;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}
.screenshot-card h3 { margin: 16px 0 6px; }
.screenshot-card p { margin: 0; color: #64748b; line-height: 1.55; }
.screenshot-window {
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #07101f, #10243b);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #dbeafe;
}
.screenshot-bar {
  display: flex;
  gap: 7px;
  padding: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}
.screenshot-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94a3b8;
}
.screenshot-editor { display: grid; gap: 8px; padding: 18px; font-size: 0.86rem; }
.screenshot-editor code:first-child { color: #5eead4; }
.diff-mini { display: grid; gap: 12px; padding: 18px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 0.88rem; }
.diff-mini span:first-child { color: #fca5a5; }
.diff-mini span:not(:first-child) { color: #86efac; }
.schema-lines { display: grid; gap: 14px; padding: 22px; }
.schema-lines span { height: 18px; border-radius: 999px; background: linear-gradient(90deg, #60a5fa, #14b8a6); }
.schema-lines span:nth-child(2) { width: 72%; background: linear-gradient(90deg, #f59e0b, #f97316); }
.schema-lines span:nth-child(3) { width: 86%; background: linear-gradient(90deg, #a78bfa, #ec4899); }
.schema-lines span:nth-child(4) { width: 58%; }
.tool-chip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; }
.tool-chip-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(219, 234, 254, 0.16);
  font-weight: 800;
}
.setting-row { display: flex; justify-content: space-between; align-items: center; margin: 18px; padding: 14px; border-radius: 12px; background: rgba(255,255,255,.08); }
.setting-row b { color: #5eead4; }
.popup { display: grid; place-items: center; }
.popup-panel { width: min(78%, 260px); display: grid; gap: 10px; padding: 18px; border-radius: 16px; background: #ffffff; color: #0f172a; box-shadow: 0 18px 38px rgba(0,0,0,.22); }
.popup-panel img { width: 32px; height: 32px; }
.popup-panel span:not(:first-of-type), .popup-panel span:first-of-type { padding: 10px 12px; border-radius: 10px; background: #eef2f7; font-weight: 700; }

.privacy-band {
  background:
    radial-gradient(circle at 13% 50%, rgba(37, 99, 235, 0.34), transparent 21rem),
    linear-gradient(135deg, #020817, #061a36);
  color: white;
  padding: 58px 0;
}
.privacy-grid {
  display: grid;
  grid-template-columns: 150px minmax(270px, 0.9fr) minmax(460px, 1.25fr);
  gap: 48px;
  align-items: center;
}
.privacy-icon {
  display: grid;
  place-items: center;
}
.privacy-icon img {
  width: 138px;
  filter: drop-shadow(0 0 26px rgba(59,130,246,.72)) drop-shadow(0 25px 38px rgba(37,99,235,.4));
}
.privacy-band .section-label {
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.2);
}
.privacy-band p { color: #cbd5e1; }
.privacy-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.privacy-points article {
  min-height: 128px;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
  padding: 18px;
  text-align: left;
  border: 1px solid rgba(96,165,250,.28);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.privacy-points strong { color: #ffffff; font-size: 0.95rem; }
.privacy-points p { margin: 0; color: #d8e4f5; font-size: 0.86rem; line-height: 1.45; }
.privacy-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(96,165,250,.45);
  box-shadow: inset 0 0 18px rgba(37,99,235,.18);
}
.privacy-symbol::before,
.privacy-symbol::after {
  content: "";
  position: absolute;
  border-color: #60a5fa;
}
.privacy-symbol-upload::before {
  width: 14px;
  height: 14px;
  border-left: 2px solid #60a5fa;
  border-bottom: 2px solid #60a5fa;
  transform: rotate(-45deg);
  top: 9px;
}
.privacy-symbol-upload::after {
  width: 16px;
  height: 8px;
  border: 2px solid #60a5fa;
  border-top: 0;
  bottom: 8px;
}
.privacy-symbol-track::before {
  width: 18px;
  height: 18px;
  border: 2px solid #60a5fa;
  border-radius: 50%;
}
.privacy-symbol-track::after {
  width: 24px;
  height: 2px;
  background: #60a5fa;
  transform: rotate(-42deg);
}
.privacy-symbol-account::before {
  width: 10px;
  height: 10px;
  border: 2px solid #60a5fa;
  border-radius: 50%;
  top: 8px;
}
.privacy-symbol-account::after {
  width: 20px;
  height: 11px;
  border: 2px solid #60a5fa;
  border-radius: 14px 14px 6px 6px;
  border-bottom: 0;
  bottom: 7px;
}
.privacy-symbol-history::before {
  width: 18px;
  height: 18px;
  border: 2px solid #60a5fa;
  border-radius: 50%;
}
.privacy-symbol-history::after {
  width: 9px;
  height: 7px;
  border-left: 2px solid #60a5fa;
  border-bottom: 2px solid #60a5fa;
  transform: translate(2px, -2px);
}
.text-link { display: inline-flex; margin-top: 12px; color: #93c5fd; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.social-proof { background: #ffffff; }
.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feedback-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}
.rating-row {
  color: #2563eb;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.feedback-grid h3 { margin: 0 0 10px; font-size: 1.2rem; }
.feedback-grid p { margin: 0; color: #475569; line-height: 1.65; }

.faq-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 60px; }
.faq-list { display: grid; gap: 14px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { color: #64748b; line-height: 1.65; }
.final-cta { padding: 80px 0; background: #06101f; text-align: center; }
.final-card { position: relative; z-index: 1; max-width: 780px; }
.final-card p { color: #cbd5e1; }
.center-actions { justify-content: center; }

.site-footer { background: #031022; color: #cbd5e1; padding: 52px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 0.9fr 1fr 0.9fr 1.4fr; gap: 36px; }
.footer-brand { color: white; margin-bottom: 12px; }
.site-footer a { display: block; color: #cbd5e1; margin: 10px 0; }
.site-footer h4 { color: white; margin: 0 0 12px; }
.footer-extension {
  padding-left: 32px;
  border-left: 1px solid rgba(148,163,184,.18);
}
.footer-extension p { color: #cbd5e1; line-height: 1.6; }
.footer-extension .btn {
  display: inline-flex;
  margin-top: 8px;
  color: #ffffff;
}
.copyright { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(148,163,184,.18); color: #7d8aa3; font-size: .9rem; }

.page-main { background: #f8fbff; color: #0f172a; }
.page-hero { padding: 72px 0 36px; background: linear-gradient(180deg, #06101f, #0b172a); color: white; }
.page-hero p { color: #cbd5e1; max-width: 760px; }
.page-content { padding: 56px 0 86px; }
.page-grid { display: grid; gap: 18px; max-width: 900px; }
.page-card {
  background: #ffffff;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}
.page-card h2 { margin: 0 0 12px; font-size: 1.55rem; }
.page-card p:last-child, .page-card ul:last-child { margin-bottom: 0; }
.page-card li { margin-bottom: 8px; }
.page-card li:last-child { margin-bottom: 0; }
.page-card a { color: var(--primary); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.page-card table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.page-card th, .page-card td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #e2e8f0; font-size: 1rem; }
.page-card th { font-weight: 600; color: #0f172a; }
.page-card td code { font-size: 0.92em; }

.web-tools-hero {
  padding-bottom: 56px;
}
.tool-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tool-card {
  display: grid;
  gap: 14px;
  min-height: 250px;
  background: #ffffff;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}
.tool-card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(37,99,235,.1);
  color: var(--primary);
  font-weight: 900;
}
.tool-card h2, .tool-card p { margin: 0; }
.tool-card p { color: #64748b; line-height: 1.6; }
.tool-card .btn { align-self: end; width: fit-content; color: #ffffff; }
.local-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.24);
  font-weight: 800;
  font-size: 0.9rem;
}
.local-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 12px rgba(16,185,129,.7);
}
.web-tool-layout {
  display: grid;
  gap: 18px;
}
.tool-shell {
  display: grid;
  gap: 18px;
}
.tool-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
.tool-action-bar .btn {
  min-height: 42px;
  padding: 0 15px;
  color: #0f172a;
  background: #f8fbff;
  border-color: #dbe4ef;
  box-shadow: none;
}
.tool-action-bar .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  box-shadow: 0 14px 24px rgba(37,99,235,.2);
}
.tool-editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.tool-editor-grid.single {
  grid-template-columns: 1fr;
}
.tool-field {
  display: grid;
  gap: 8px;
}
.tool-field label {
  color: #334155;
  font-weight: 800;
  font-size: 0.92rem;
}
.tool-textarea {
  width: 100%;
  min-height: 320px;
  resize: vertical;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 16px;
  color: #0f172a;
  background: #ffffff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  line-height: 1.6;
  box-shadow: inset 0 1px 0 rgba(15,23,42,.04);
}
.tool-textarea.small {
  min-height: 210px;
}
.tool-message {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #dbe4ef;
  background: #ffffff;
  color: #334155;
  font-weight: 700;
}
.tool-message[hidden] { display: none; }
.tool-message-success {
  color: #047857;
  border-color: rgba(16,185,129,.28);
  background: rgba(16,185,129,.08);
}
.tool-message-error {
  color: #b91c1c;
  border-color: rgba(239,68,68,.26);
  background: rgba(239,68,68,.08);
}
.tool-results {
  min-height: 180px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  padding: 16px;
  background: #ffffff;
  color: #0f172a;
}
.diff-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}
.diff-row:last-child { border-bottom: 0; }
.diff-row strong {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
}
.diff-row code {
  color: #334155;
  overflow-wrap: anywhere;
}
.diff-row pre {
  white-space: pre-wrap;
  color: #0f172a;
  background: #f8fbff;
  border-radius: 12px;
  padding: 10px;
  font-size: 0.85rem;
}
.diff-added strong { background: rgba(16,185,129,.12); color: #047857; }
.diff-removed strong { background: rgba(239,68,68,.12); color: #b91c1c; }
.diff-changed strong { background: rgba(245,158,11,.16); color: #a16207; }
.result-pass, .result-fail {
  font-weight: 900;
  margin-bottom: 10px;
}
.result-pass { color: #047857; }
.result-fail { color: #b91c1c; }
.empty-state {
  display: grid;
  place-items: center;
  min-height: 140px;
  color: #64748b;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
}
.web-tools-promo {
  background: linear-gradient(135deg, #eef6ff, #ffffff);
}
.web-tools-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.web-tools-promo-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dbe4ef;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}
.web-tools-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.web-tools-list li {
  padding: 12px;
  border-radius: 12px;
  background: #f8fbff;
  color: #334155;
  font-weight: 800;
}
.roadmap-phase {
  display: grid;
  gap: 16px;
}
.roadmap-phase-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.roadmap-pill {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37,99,235,.12);
  color: var(--primary);
  font-weight: 900;
  font-size: 0.85rem;
}
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.roadmap-item {
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  padding: 14px;
  background: #ffffff;
}
.roadmap-item strong { display: block; margin-bottom: 5px; }
.roadmap-item span { color: #64748b; font-size: 0.95rem; }
.tier {
  display: inline-flex;
  margin-top: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(16,185,129,.1);
  color: #047857;
  font-size: 0.78rem;
  font-weight: 900;
}
.tier-pro { background: rgba(37,99,235,.12); color: var(--primary); }
.tier-ai { background: rgba(245,158,11,.16); color: #a16207; }
.tier-enterprise { background: rgba(124,58,237,.12); color: #6d28d9; }

@media (max-width: 920px) {
  .nav { flex-wrap: wrap; min-height: 68px; padding: 12px 0; }
  .nav-toggle { display: inline-flex; margin-left: auto; background: rgba(255,255,255,.06); color: white; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 0; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    background: rgba(6, 16, 31, 0.98);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 8px 16px;
    margin-top: 12px;
  }
  .nav-links a { padding: 12px 0; border-top: 1px solid var(--line); }
  .hero h1 { font-size: 4rem; }
  .section-copy h2, .section-heading h2, .privacy-band h2, .final-card h2, .faq h2, .page-hero h1 { font-size: 2.8rem; }
  .hero-grid, .feature-grid, .faq-grid, .privacy-grid, .web-tools-promo-grid, .tool-editor-grid { grid-template-columns: 1fr; }
  .privacy-points, .proof-grid, .tool-grid, .screenshot-grid, .shot-gallery, .feedback-grid, .tool-dashboard, .roadmap-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-extension { padding-left: 0; border-left: 0; }
  .editor-grid, .diff-columns { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: 3rem; }
  .section-copy h2, .section-heading h2, .privacy-band h2, .final-card h2, .faq h2, .page-hero h1 { font-size: 2.25rem; }
  .hero-actions, .center-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .proof-grid, .tool-grid, .privacy-points, .footer-grid, .screenshot-grid, .shot-gallery, .feedback-grid, .tool-dashboard, .web-tools-list, .roadmap-grid { grid-template-columns: 1fr; }
  .diff-row { grid-template-columns: 1fr; }
  .privacy-icon img { width: 96px; }
  .tool-tabs { overflow-x: auto; }
  .screenshot-window { min-height: 190px; }
  .site-footer a { padding: 2px 0; }
}
