
:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #eef2ff;
  background: #03050e;
}
* { box-sizing: border-box; }
body { margin: 0; background: #03050e; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  border-bottom: 1px solid #1b2a40;
  background: rgba(3, 5, 14, .88);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.brand > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
}
.brand > span img { display: block; width: 34px; height: 34px; }
.brand strong { font-size: 16px; white-space: nowrap; }
.brand strong span { color: #7b8cff; }
.nav-center, .nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-center { justify-content: center; }
.nav-actions { justify-content: flex-end; }
.site-nav a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown summary i {
  color: #94a3b8;
  font-size: 14px;
  transition: transform .18s ease, color .18s ease;
}
.nav-dropdown[open] summary i {
  color: #00d4aa;
  transform: rotate(180deg);
}
.nav-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 30;
  width: min(520px, calc(100vw - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(123, 140, 255, .24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 212, 170, .12), transparent 30%),
    rgba(5, 12, 24, .98);
  padding: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}
.nav-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid rgba(123, 140, 255, .24);
  border-top: 1px solid rgba(123, 140, 255, .24);
  background: rgba(5, 12, 24, .98);
}
.nav-menu a {
  display: grid;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 12px;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.nav-menu a:hover,
.nav-menu a:focus-visible {
  border-color: rgba(0, 212, 170, .22);
  background: rgba(0, 212, 170, .08);
  transform: translateY(-1px);
  outline: none;
}
.nav-menu span {
  color: #00d4aa;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.nav-menu strong {
  color: #eaf0ff;
  font-size: 13px;
  line-height: 1.3;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #5b6cf7, #7b6cf7);
  color: #fff !important;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(91, 108, 247, .25);
}
.lang {
  border: 1px solid #253550;
  border-radius: 8px;
  padding: 9px 12px;
}
.back-home {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.landing {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 18%, rgba(91, 108, 247, .16), transparent 32%),
    radial-gradient(circle at 24% 72%, rgba(0, 212, 170, .11), transparent 28%),
    #03050e;
  overflow-x: clip;
  overflow-y: visible;
}
.hero {
  position: relative;
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(560px, 1.05fr) minmax(420px, .95fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 67px);
  margin: 0 auto;
  padding: 56px 32px 72px;
}
.http-watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
}
.http-watermark span {
  position: absolute;
  color: rgba(91, 108, 247, .05);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(90px, 16vw, 220px);
  font-weight: 900;
  line-height: 1;
}
.http-watermark span:nth-child(1) { top: 0; left: 4%; }
.http-watermark span:nth-child(2) { top: 16%; right: 24%; color: rgba(0, 212, 170, .05); }
.http-watermark span:nth-child(3) { bottom: 18%; right: 6%; color: rgba(239, 68, 68, .05); }
.http-watermark span:nth-child(4) { bottom: 9%; left: 28%; }
.http-watermark span:nth-child(5) { top: 50%; left: 2%; color: rgba(239, 68, 68, .04); }
.hero-copy, .hero-product-stack, .hero-product { position: relative; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  border: 1px solid #253550;
  border-radius: 999px;
  background: #111d33;
  color: #00d4aa;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.eyebrow b {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #00d4aa;
}
.section-eyebrow {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.hero h2 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #eef2ff;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}
.hero p {
  max-width: 640px;
  margin: 0 0 30px;
  color: #a5b4c7;
  font-size: 17px;
  line-height: 1.65;
}
.hero-buttons, .hero-stats {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-buttons a:not(.button) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #253550;
  border-radius: 8px;
  padding: 9px 18px;
  color: #a5b4c7;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.hero-free-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid rgba(0, 212, 170, .42);
  border-radius: 999px;
  background: rgba(0, 212, 170, .1);
  color: #d7fff7;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 212, 170, .28);
  animation: free-check-pulse 1.9s ease-in-out infinite;
}
.hero-free-check i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 212, 170, .15);
  color: #00d4aa;
  flex: 0 0 auto;
}
@keyframes free-check-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 212, 170, .24);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(0, 212, 170, 0);
    transform: translateY(1px);
  }
}
.hero-stats {
  gap: 34px;
  margin-top: 34px;
}
.hero-stats span { display: grid; gap: 4px; }
.hero-stats strong { color: #00d4aa; font-size: 24px; line-height: 1; }
.hero-stats small { color: #8899b0; font-size: 12px; }
.hero-product {
  overflow: hidden;
  border: 1px solid rgba(123, 140, 255, .28);
  border-radius: 16px;
  background: rgba(242, 245, 251, .98);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .34);
}
.hero-product-stack {
  display: grid;
  gap: 16px;
}
.hero-monitoring {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hero-monitoring span {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(123, 140, 255, .22);
  border-radius: 14px;
  background: rgba(12, 19, 34, .72);
  color: #c7d6ee;
  padding: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}
.hero-monitoring i {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 212, 170, .12);
  color: #00d4aa;
  font-size: 16px;
}
.browser-top {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #e2e8f4;
  background: #fff;
  padding: 12px 14px;
}
.browser-top span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #ef4444;
}
.browser-top span:nth-child(2) { background: #f59e0b; }
.browser-top span:nth-child(3) { background: #00d4aa; }
.hero-preview-title {
  background: #111d33;
  border-bottom: 1px solid #1b2a40;
  color: #a5b4c7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 18px 20px 10px;
  text-transform: uppercase;
}
.preview-table {
  display: grid;
  gap: 6px;
  padding: 0 20px 20px;
  background: #111d33;
}
.preview-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px 110px;
  align-items: center;
  gap: 12px;
  border: 1px solid #253550;
  border-radius: 8px;
  background: #0c1322;
  padding: 8px 10px;
}
.preview-table div.preview-issue {
  border-color: rgba(239, 68, 68, .38);
  background: rgba(239, 68, 68, .09);
}
.preview-table code {
  min-width: 0;
  overflow: hidden;
  color: #eef2ff;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-table b, .status-strip b {
  border: 1px solid rgba(0, 212, 170, .35);
  border-radius: 999px;
  background: rgba(0, 212, 170, .12);
  color: #00d4aa;
  padding: 3px 7px;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}
.preview-table b {
  justify-self: center;
}
.preview-table b:last-child,
.preview-empty {
  justify-self: end;
}
.preview-empty {
  width: 1px;
  height: 1px;
}
.preview-table b.bad {
  border-color: rgba(239, 68, 68, .35);
  background: rgba(239, 68, 68, .12);
  color: #f87171;
}
.preview-table b.chain, .status-strip b.warn {
  border-color: rgba(91, 108, 247, .35);
  background: rgba(91, 108, 247, .12);
  color: #818cf8;
}
.status-strip b.bad {
  border-color: rgba(239, 68, 68, .35);
  background: rgba(239, 68, 68, .12);
  color: #f87171;
}
.status-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
  border-top: 1px solid #1b2a40;
  border-bottom: 1px solid #1b2a40;
  background: #111d33;
  padding: 18px 28px;
  color: #a5b4c7;
  font-size: 12px;
}
.status-strip span:first-child {
  margin-right: 8px;
}
.status-strip span:last-child {
  margin-left: 8px;
}
.one-shot-section {
  display: grid;
  scroll-margin-top: 118px;
  max-width: 1180px;
  grid-template-columns: minmax(0, .72fr) minmax(460px, 1fr);
  gap: 34px;
  align-items: start;
  margin: 0 auto 72px;
  padding: 0 32px;
}
.one-shot-copy h3 {
  margin: 0 0 18px;
  color: #eef2ff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}
.one-shot-copy p {
  margin: 0;
  color: #a5b4c7;
  font-size: 16px;
  line-height: 1.65;
}
.one-shot-summary span {
  display: grid;
  gap: 3px;
  border: 1px solid #1b2a40;
  border-radius: 8px;
  background: rgba(12, 19, 34, .72);
  padding: 14px;
}
.one-shot-summary strong {
  color: #00d4aa;
  font-size: 24px;
  line-height: 1;
}
.one-shot-summary small {
  color: #8899b0;
  font-size: 12px;
}
.one-shot-tool {
  border: 1px solid rgba(123, 140, 255, .28);
  border-radius: 16px;
  background: #0c1322;
  padding: 20px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .28);
}
.one-shot-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
  border: 1px solid #253550;
  border-radius: 10px;
  background: #08101f;
  padding: 5px;
}
.one-shot-mode button,
.one-shot-template-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #a5b4c7;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.one-shot-mode button.active {
  background: #111d33;
  color: #eef2ff;
  box-shadow: inset 0 0 0 1px rgba(123, 140, 255, .26);
}
.one-shot-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}
.one-shot-verification {
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.one-shot-verification[hidden] {
  display: none !important;
}
.one-shot-verification button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid #253550;
  border-radius: 10px;
  background: #111d33;
  color: #dbeafe;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.one-shot-verification input {
  min-height: 42px;
}
.one-shot-tool label {
  display: grid;
  gap: 7px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}
.one-shot-tool input, .one-shot-tool textarea {
  width: 100%;
  border: 1px solid #253550;
  border-radius: 10px;
  background: #08101f;
  color: #eef2ff;
  padding: 12px 13px;
  font: inherit;
  outline: none;
}
.one-shot-tool input.field-invalid {
  border-color: rgba(239, 68, 68, .75);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .14);
}
.one-shot-tool textarea {
  min-height: 166px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
}
.one-shot-textarea {
  margin-top: 14px;
}
.one-shot-toolbar strong {
  border: 1px solid rgba(0, 212, 170, .35);
  border-radius: 999px;
  background: rgba(0, 212, 170, .12);
  color: #00d4aa;
  padding: 9px 12px;
  font-size: 12px;
  white-space: nowrap;
}
.one-shot-error {
  margin: 10px 0 0;
  border-radius: 8px;
  background: rgba(239, 68, 68, .12);
  color: #fca5a5;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
}
.one-shot-ok {
  margin: 10px 0 0;
  border-radius: 8px;
  background: rgba(0, 212, 170, .1);
  color: #7ff7dc;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
}
.one-shot-template-actions {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  margin-top: 10px;
}
.one-shot-result-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.one-shot-template-actions button {
  border: 1px solid #253550;
  background: #111d33;
}
.one-shot-result-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid #253550;
  border-radius: 8px;
  background: #111d33;
  color: #dbeafe;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.one-shot-template-actions button:hover {
  border-color: #7b8cff;
  color: #eef2ff;
}
.one-shot-result-actions button:hover {
  border-color: #7b8cff;
}
.one-shot-tool > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #5b6cf7, #7b6cf7);
  color: #fff;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.one-shot-results {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.one-shot-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.one-shot-summary span { min-width: 0; padding: 10px; }
.one-shot-summary strong { font-size: 18px; }
.one-shot-results-panel {
  overflow: hidden;
  border: 1px solid #253550;
  border-radius: 10px;
  background: #071021;
}
.one-shot-result-head {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #253550;
  background: #0f1a2e;
  color: #8fa3bd;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.one-shot-table {
  display: grid;
  max-height: 620px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #253550 #08101f;
}
.one-shot-result-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 112px 112px 58px 74px;
  gap: 10px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid #1b2a40;
  background: #0b1528;
  color: #e5eefb;
  padding: 10px 16px;
  text-align: left;
}
.one-shot-result-row:not(.one-shot-result-head) {
  cursor: pointer;
}
.one-shot-result-row.issue {
  border-left: 3px solid #ef4444;
  background: rgba(239, 68, 68, .08);
}
.one-shot-url-cell {
  display: grid;
  min-width: 0;
  gap: 5px;
}
.one-shot-url-cell code {
  color: #eef2ff;
  font-size: 11px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}
.one-shot-url-cell small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.one-shot-tag {
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 9px;
}
.one-shot-tag.red { background: rgba(239, 68, 68, .12); color: #f87171; }
.one-shot-tag.blue { background: rgba(91, 108, 247, .16); color: #a5b4fc; }
.one-shot-tag.orange { background: rgba(249, 115, 22, .14); color: #fb923c; }
.one-shot-tag.amber { background: rgba(245, 158, 11, .14); color: #fbbf24; }
.one-shot-dest {
  border: 1px solid;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
}
.one-shot-dest.ok {
  border-color: rgba(134, 239, 172, .5);
  background: rgba(0, 212, 170, .12);
  color: #7ff7dc;
}
.one-shot-dest.bad {
  border-color: rgba(252, 165, 165, .52);
  background: rgba(239, 68, 68, .12);
  color: #fca5a5;
}
.one-shot-steps,
.one-shot-ms {
  color: #a5b4c7;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 11px;
  text-align: center;
}
.one-shot-steps {
  display: grid;
  justify-items: center;
  gap: 3px;
  font-weight: 900;
}
.one-shot-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 5px;
  border: 1px solid;
  border-radius: 999px;
  padding: 3px 10px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.one-shot-pill i {
  width: 6px;
  height: 6px;
  border-radius: 99px;
}
.one-shot-url-detail {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid #253550;
  background: #08101f;
  padding: 12px 16px 14px;
}
.one-shot-url-detail[hidden] {
  display: none !important;
}
.one-shot-chain {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.one-shot-chain-step {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.one-shot-chain-step code {
  border: 1px solid #253550;
  border-radius: 6px;
  background: #0b1528;
  color: #cbd5e1;
  padding: 4px 7px;
  font-size: 11px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}
.one-shot-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  color: #a5b4c7;
  font-size: 12px;
}
.one-shot-detail-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.one-shot-detail-grid strong {
  color: #dbeafe;
}
.one-shot-upgrade {
  border: 1px solid rgba(0, 212, 170, .3);
  border-radius: 10px;
  background: rgba(0, 212, 170, .08);
  padding: 14px;
}
.one-shot-upgrade p {
  margin: 0 0 12px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
}
.landing-heading, .steps-section, .final-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 32px 34px;
  text-align: center;
}
.landing-heading h3, .steps-section > h3, .final-cta h3, .pricing-hero h1, .auth-public h1 {
  max-width: 920px;
  margin: 0 auto 18px;
  color: #eef2ff;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  letter-spacing: 0;
}
.landing-heading p, .steps-section > p, .final-cta p, .pricing-hero p, .auth-public p {
  max-width: 680px;
  margin: 0 auto;
  color: #a5b4c7;
  font-size: 17px;
  line-height: 1.55;
}
.feature-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 28px 32px 76px;
}
.feature-grid article, .plan {
  border: 1px solid #1b2a40;
  border-radius: 14px;
  background: rgba(12, 19, 34, .78);
  padding: 30px;
}
.feature-grid i { font-size: 22px; }
.feature-grid h3, .plan h2 {
  margin: 22px 0 12px;
  color: #eef2ff;
  font-size: 18px;
}
.feature-grid p, .plan p, .plan li {
  margin: 0;
  color: #8899b0;
  font-size: 15px;
  line-height: 1.7;
}
.seo-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 32px;
}
.usecases-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 58px;
  align-items: start;
  max-width: none;
  overflow: visible;
  margin: 0;
  padding: 92px max(32px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(123, 140, 255, .12);
  border-bottom: 1px solid rgba(0, 212, 170, .12);
  background:
    radial-gradient(circle at 12% 30%, rgba(0, 212, 170, .16), transparent 30%),
    radial-gradient(circle at 88% 60%, rgba(123, 140, 255, .16), transparent 34%),
    linear-gradient(135deg, rgba(4, 20, 31, .94), rgba(14, 18, 42, .98));
}
.usecases-section::before {
  content: "";
  position: absolute;
  inset: 42px 7% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 170, .45), rgba(123, 140, 255, .35), transparent);
}
.usecases-section .seo-heading,
.usecases-section .seo-card-grid {
  position: relative;
  z-index: 1;
}
.usecases-section .seo-heading {
  max-width: 430px;
  margin: 0;
  text-align: left;
  position: sticky;
  top: 112px;
  align-self: start;
}
.usecases-section .section-eyebrow {
  margin-left: 0;
  margin-right: auto;
}
.usecases-section .seo-heading h3 {
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: .98;
  letter-spacing: -.06em;
}
.usecases-section .seo-heading p {
  max-width: 390px;
}
.seo-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}
.seo-heading h3 {
  margin: 0 0 16px;
  color: #eef2ff;
  font-size: clamp(32px, 4.6vw, 50px);
  line-height: 1.12;
}
.seo-heading p {
  margin: 0 auto;
  color: #a5b4c7;
  font-size: 17px;
  line-height: 1.6;
}
.seo-card-grid,
.audit-grid,
.compare-grid {
  display: grid;
  gap: 18px;
}
.seo-card-grid {
  grid-template-columns: 1fr;
  align-items: stretch;
}
.audit-grid,
.compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.seo-card-grid article,
.audit-grid article,
.compare-grid article,
.faq-list details {
  border: 1px solid #1b2a40;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(17, 29, 51, .86), rgba(12, 19, 34, .78));
  padding: 26px;
}
.seo-card-grid article {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  gap: 20px;
  min-height: auto;
  border-color: rgba(123, 140, 255, .16);
  background:
    linear-gradient(90deg, rgba(0, 212, 170, .08), rgba(123, 140, 255, .04) 38%, rgba(5, 12, 26, .58)),
    rgba(5, 12, 26, .54);
  padding: 20px 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.seo-card-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00d4aa, #7b8cff);
}
.seo-card-grid article span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-top: 2px;
  border-radius: 999px;
  border: 1px solid rgba(0, 212, 170, .28);
  background: rgba(0, 212, 170, .09);
  color: #00d4aa;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.seo-card-grid h3,
.audit-grid h3,
.compare-grid h3 {
  margin: 0 0 10px;
  color: #eef2ff;
  font-size: 18px;
  line-height: 1.25;
}
.seo-card-grid p,
.audit-grid p,
.compare-grid li,
.faq-list p {
  margin: 0;
  color: #96a8bf;
  font-size: 15px;
  line-height: 1.7;
}
.audit-section {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  gap: 46px;
  align-items: center;
  max-width: none;
  border-top: 1px solid #1b2a40;
  border-bottom: 1px solid #1b2a40;
  padding-left: max(32px, calc((100vw - 1180px) / 2));
  padding-right: max(32px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 15% 25%, rgba(0, 212, 170, .13), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(123, 140, 255, .12), transparent 32%),
    #08101f;
}
.audit-section .seo-heading,
.audit-grid {
  max-width: none;
}
.audit-section .seo-heading {
  margin: 0;
  text-align: left;
}
.audit-section .section-eyebrow {
  margin-left: 0;
  margin-right: auto;
}
.audit-section .seo-heading h3 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
}
.audit-section .seo-heading p {
  max-width: 460px;
}
.audit-grid {
  gap: 14px;
  grid-template-columns: 1fr;
}
.audit-grid article {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-color: rgba(123, 140, 255, .16);
  background: rgba(6, 13, 27, .64);
  padding: 22px;
}
.audit-grid article span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(123, 140, 255, .32);
  border-radius: 14px;
  background: rgba(123, 140, 255, .12);
  color: #aeb8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}
.checks-section {
  padding-top: 88px;
}
.check-list {
  display: flex;
  max-width: 980px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.check-list li,
.compare-grid li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.check-list li {
  border: 1px solid rgba(123, 140, 255, .26);
  border-radius: 999px;
  background: rgba(91, 108, 247, .1);
  color: #dbeafe;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
}
.check-list i,
.compare-grid i {
  color: #00d4aa;
  margin-top: 3px;
}
.compare-grid ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.compare-section .seo-heading {
  max-width: 920px;
}
.compare-grid {
  position: relative;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(123, 140, 255, .22);
  border-radius: 22px;
  background: rgba(6, 13, 27, .56);
}
.compare-grid article {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 34px;
}
.compare-grid article.complete {
  position: relative;
  background:
    radial-gradient(circle at 82% 14%, rgba(0, 212, 170, .18), transparent 32%),
    linear-gradient(180deg, rgba(17, 29, 51, .98), rgba(11, 20, 37, .92));
  box-shadow: inset 1px 0 0 rgba(123, 140, 255, .18);
}
.compare-grid article.limited {
  background: rgba(3, 8, 18, .34);
}
.compare-grid article.limited h3,
.compare-grid article.limited li {
  color: #8fa0b8;
}
.compare-grid article.limited i {
  color: #64748b;
}
.compare-grid article.complete h3 {
  color: #f8fbff;
}
.compare-grid article.complete i {
  color: #00d4aa;
}
.faq-section {
  padding-top: 56px;
}
.faq-list {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin: 0 auto;
}
.faq-list details {
  overflow: hidden;
  padding: 0;
}
.faq-list summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  background: rgba(17, 29, 51, .96);
  color: #eef2ff;
  cursor: pointer;
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary i {
  flex: 0 0 auto;
  color: #93a4ff;
  font-size: 18px;
  transition: transform .18s ease;
}
.faq-list details[open] summary {
  border-bottom: 1px solid rgba(123, 140, 255, .2);
  background: rgba(22, 37, 67, .98);
}
.faq-list details[open] summary i {
  transform: rotate(180deg);
}
.faq-answer {
  background: rgba(8, 16, 31, .74);
  padding: 18px 26px 22px;
}
.faq-list p {
  margin: 0;
}
.steps-section {
  max-width: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 140, 255, .14), transparent 32%),
    linear-gradient(180deg, #111d33, #0b1426);
  border-top: 1px solid #1b2a40;
  border-bottom: 1px solid #1b2a40;
  padding-top: 80px;
  padding-bottom: 92px;
}
.steps-section > .section-eyebrow {
  margin-left: auto;
  margin-right: auto;
}
.steps-section > h3 {
  text-align: center;
}
.steps-section > p {
  text-align: center;
}
.steps-section > div {
  position: relative;
  display: grid;
  max-width: 1060px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 54px auto 0;
}
.steps-section > div::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 48px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 212, 170, .2), rgba(123, 140, 255, .55), rgba(0, 212, 170, .2));
}
.steps-section article {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(123, 140, 255, .18);
  border-radius: 20px;
  background: rgba(7, 15, 29, .48);
  padding: 24px 22px 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.steps-section strong {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b6cf7, #00d4aa);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 0 0 12px #111d33;
}
.steps-section article h3 { margin: 24px 0 10px; color: #eef2ff; font-size: 19px; }
.steps-section article p {
  max-width: 290px;
  margin: 0 auto;
  color: #a5b4c7;
  font-size: 15px;
  line-height: 1.65;
}
.final-cta { padding-top: 110px; padding-bottom: 100px; }
.final-cta .button { margin-top: 36px; padding: 16px 38px; font-size: 16px; border-radius: 12px; }
.public-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 212, 170, .12), transparent 30%),
    radial-gradient(circle at 84% 28%, rgba(123, 140, 255, .14), transparent 32%),
    #03050e;
}
.public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto;
  padding: 96px 32px 44px;
  text-align: left;
}
.public-hero .eyebrow {
  margin-right: auto;
}
.public-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  color: #eef2ff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.055em;
}
.public-hero p {
  max-width: 760px;
  margin: 0;
  color: #a5b4c7;
  font-size: 18px;
  line-height: 1.65;
}
.public-actions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.public-actions a:not(.button) {
  display: inline-flex;
  align-items: center;
  border: 1px solid #253550;
  border-radius: 10px;
  color: #a5b4c7;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
}
.public-snapshot {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(123, 140, 255, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(0, 212, 170, .14), transparent 32%),
    rgba(7, 15, 29, .72);
  padding: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.public-snapshot span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d9e6ff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}
.public-snapshot i {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 212, 170, .12);
  color: #00d4aa;
}
.public-card-grid,
.public-detail-grid,
.public-workflow,
.public-value-panel,
.public-related,
.public-contact-panel,
.public-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.public-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 28px;
  padding-bottom: 72px;
}
.public-page-bulk-redirect-checker .public-card-grid,
.public-page-website-migrations .public-card-grid,
.public-page-ecommerce .public-card-grid {
  grid-template-columns: 1.1fr .95fr .95fr;
}
.public-card-grid article,
.public-detail-grid article,
.public-contact-panel,
.public-related a {
  border: 1px solid rgba(123, 140, 255, .18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 29, 51, .86), rgba(12, 19, 34, .78));
  padding: 28px;
}
.public-card-grid h2,
.public-detail-grid h2,
.public-contact-panel h2,
.public-related h2,
.public-cta h2 {
  margin: 0 0 12px;
  color: #eef2ff;
  line-height: 1.15;
}
.public-card-grid p,
.public-detail-grid p,
.public-contact-panel p,
.public-cta p {
  margin: 0;
  color: #96a8bf;
  font-size: 15px;
  line-height: 1.7;
}
.public-workflow {
  display: grid;
  grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 78px;
}
.public-workflow > div:first-child {
  position: sticky;
  top: 100px;
}
.public-workflow h2 {
  margin: 0;
  color: #eef2ff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.public-workflow > div:last-child {
  display: grid;
  gap: 12px;
}
.public-workflow article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(0, 212, 170, .16);
  border-radius: 16px;
  background: rgba(6, 13, 27, .58);
  padding: 18px;
}
.public-workflow strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 212, 170, .24), rgba(123, 140, 255, .2));
  color: #00d4aa;
  font-size: 13px;
  letter-spacing: .08em;
}
.public-workflow p {
  margin: 0;
  color: #a5b4c7;
  line-height: 1.65;
}
.public-value-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(123, 140, 255, .22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 212, 170, .11), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(123, 140, 255, .18), transparent 32%),
    rgba(7, 15, 29, .78);
  padding: 0;
  margin-bottom: 72px;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.public-value-copy {
  padding: 42px;
  border-right: 1px solid rgba(123, 140, 255, .16);
}
.public-value-copy .eyebrow {
  margin-bottom: 18px;
}
.public-value-copy h2 {
  margin: 0 0 18px;
  color: #eef2ff;
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.public-value-copy > p:last-child {
  margin: 0;
  color: #b9c8de;
  font-size: 17px;
  line-height: 1.7;
}
.public-value-list {
  display: grid;
}
.public-value-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 28px 32px;
  border-bottom: 1px solid rgba(123, 140, 255, .14);
}
.public-value-list article:last-child {
  border-bottom: 0;
}
.public-value-list span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 14px;
  background: rgba(0, 212, 170, .12);
  color: #00d4aa;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
}
.public-value-list h3 {
  margin: 0 0 8px;
  color: #eef2ff;
  font-size: 18px;
  line-height: 1.25;
}
.public-value-list p {
  margin: 0;
  color: #a5b4c7;
  line-height: 1.65;
}
.public-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 78px;
}
.public-detail-grid article {
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 212, 170, .1), transparent 32%),
    rgba(7, 15, 29, .72);
}
.public-contact-panel {
  margin-bottom: 72px;
  text-align: center;
}
.public-contact-panel p {
  max-width: 720px;
  margin: 0 auto 24px;
}
.public-related {
  padding-bottom: 72px;
}
.public-faq {
  padding-top: 0;
}
.public-related > h2 {
  text-align: center;
  margin-bottom: 24px;
}
.public-related > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.public-related a {
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.public-related span {
  color: #00d4aa;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.public-related strong {
  color: #eef2ff;
  line-height: 1.25;
}
.public-cta {
  padding-top: 20px;
  padding-bottom: 104px;
  text-align: center;
}
.public-cta p {
  max-width: 650px;
  margin: 0 auto 28px;
}
.pricing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 108, 247, .18), transparent 36%),
    #03050e;
}
.pricing-hero {
  padding: 88px 32px 28px;
  text-align: center;
}
.plans {
  display: grid;
  max-width: 1420px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 32px 32px 100px;
}
.plan {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 28px;
}
.plan.popular {
  border-color: rgba(0, 212, 170, .65);
  box-shadow: 0 28px 80px rgba(0, 212, 170, .12);
}
.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: rgba(0, 212, 170, .12);
  color: #00d4aa;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
}
.plan h2 { margin-top: 0; font-size: 22px; }
.plan strong {
  display: block;
  margin: 8px 0 16px;
  color: #00d4aa;
  font-size: 34px;
}
.plan small { color: #94a3b8; font-size: 13px; }
.plan p b { color: #e2e8f0; }
.plan ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.plan li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.plan li i { color: #00d4aa; margin-top: 4px; }
.plan .button { margin-top: auto; }
.auth-public {
  display: grid;
  min-height: calc(100vh - 67px);
  place-items: center;
  padding: 40px 24px;
  background: radial-gradient(circle at 50% 0%, rgba(91, 108, 247, .16), transparent 32%), #03050e;
}
.auth-public section {
  max-width: 560px;
  border: 1px solid #1b2a40;
  border-radius: 18px;
  background: #0c1322;
  padding: 42px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.auth-card .back-home {
  margin-bottom: 22px;
}
.auth-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 22px;
}
.auth-mark img { display: block; width: 54px; height: 54px; }
.auth-card h1,
.auth-card p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.auth-card h1 {
  font-size: clamp(34px, 4vw, 48px);
}
.google-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  margin-top: 24px;
  border: 1px solid #253550;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.google-auth span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  color: #fff;
  font-weight: 900;
}
.google-auth:disabled {
  cursor: not-allowed;
  opacity: .66;
}
.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.auth-divider span {
  height: 1px;
  background: #1b2a40;
}
.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.auth-form label {
  display: grid;
  gap: 7px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 800;
}
.auth-form input {
  width: 100%;
  border: 1px solid #253550;
  border-radius: 10px;
  background: #08101f;
  color: #eef2ff;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}
.auth-form input:focus {
  border-color: #7b8cff;
  box-shadow: 0 0 0 3px rgba(91, 108, 247, .16);
}
.auth-form .button {
  width: 100%;
  margin-top: 6px;
  padding: 13px 18px;
  cursor: pointer;
}
.auth-form .button:disabled {
  opacity: .72;
  cursor: wait;
}
.auth-error {
  border: 1px solid rgba(239, 68, 68, .45);
  border-radius: 10px;
  background: rgba(239, 68, 68, .12);
  color: #fca5a5 !important;
  margin-top: 14px !important;
  padding: 10px 12px;
  font-size: 13px !important;
}
.auth-switch {
  margin-top: 18px !important;
  color: #94a3b8 !important;
  font-size: 14px !important;
}
.auth-switch a {
  color: #8fa0ff;
  font-weight: 900;
  text-decoration: none;
}
.auth-public small {
  display: block;
  margin-top: 18px;
  color: #94a3b8;
}
.contact-page {
  min-height: calc(100vh - 67px);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 212, 170, .16), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(123, 140, 255, .16), transparent 32%),
    #03050e;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .78fr);
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 98px 32px 92px;
  align-items: start;
}
.contact-copy h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #eef2ff;
  font-size: clamp(46px, 6vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
}
.contact-copy > p {
  max-width: 670px;
  margin: 0;
  color: #b9c8de;
  font-size: 18px;
  line-height: 1.7;
}
.contact-direct {
  max-width: 640px;
  margin-top: 38px;
  border: 1px solid rgba(0, 212, 170, .22);
  border-radius: 22px;
  background: rgba(0, 212, 170, .08);
  padding: 24px;
}
.contact-direct h2 {
  margin: 0 0 10px;
  color: #eef2ff;
  font-size: 22px;
}
.contact-direct p,
.contact-direct small {
  display: block;
  margin: 0;
  color: #a5b4c7;
  line-height: 1.65;
}
.contact-direct a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 12px;
  color: #00d4aa;
  font-weight: 900;
  text-decoration: none;
}
.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(123, 140, 255, .24);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(17, 29, 51, .9), rgba(8, 16, 31, .86));
  padding: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form span {
  color: #dbeafe;
  font-size: 13px;
  font-weight: 900;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #253550;
  border-radius: 12px;
  background: #08101f;
  color: #eef2ff;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}
.contact-form textarea {
  min-height: 154px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #7b8cff;
  box-shadow: 0 0 0 3px rgba(91, 108, 247, .16);
}
.contact-form .button {
  min-height: 48px;
  cursor: pointer;
}
.contact-form .button:disabled {
  opacity: .72;
  cursor: wait;
}
.contact-hp {
  position: absolute;
  left: -9999px;
}
.contact-status {
  margin: 0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
.contact-status.is-ok {
  border: 1px solid rgba(0, 212, 170, .38);
  background: rgba(0, 212, 170, .1);
  color: #99f6e4;
}
.contact-status.is-error {
  border: 1px solid rgba(248, 113, 113, .38);
  background: rgba(248, 113, 113, .1);
  color: #fecaca;
}
.site-footer {
  border-top: 1px solid rgba(123, 140, 255, .18);
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 212, 170, .1), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(91, 108, 247, .12), transparent 34%),
    #050914;
  padding: 58px 32px 26px;
}
.footer-inner {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 1.5fr repeat(4, minmax(130px, 1fr));
  gap: 28px;
  margin: 0 auto;
}
.footer-brand {
  max-width: 360px;
}
.footer-brand .brand {
  display: inline-flex;
  margin-bottom: 18px;
}
.footer-brand p {
  margin: 0 0 18px;
  color: #a5b4c7;
  font-size: 15px;
  line-height: 1.7;
}
.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dff7ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.footer-brand small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
}
.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer-col strong {
  margin-bottom: 6px;
  color: #00d4aa;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-col a {
  color: #a5b4c7;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.footer-col a:hover,
.footer-email:hover {
  color: #eef2ff;
}
.footer-bottom {
  display: flex;
  max-width: 1180px;
  justify-content: space-between;
  gap: 22px;
  margin: 40px auto 0;
  border-top: 1px solid rgba(123, 140, 255, .14);
  padding-top: 22px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}
.footer-bottom span:last-child {
  max-width: 620px;
  text-align: right;
}
.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 212, 170, .12), transparent 34%),
    radial-gradient(circle at 80% 16%, rgba(91, 108, 247, .14), transparent 32%),
    #03050e;
  padding: 72px 32px 90px;
}
.legal-hero {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 38px;
  align-items: start;
  margin: 0 auto;
}
.legal-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: #eef2ff;
  font-size: clamp(44px, 6vw, 74px);
  line-height: .96;
  letter-spacing: -.04em;
}
.legal-hero p {
  max-width: 760px;
  margin: 0;
  color: #a5b4c7;
  font-size: 18px;
  line-height: 1.7;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.legal-meta span,
.legal-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(123, 140, 255, .22);
  border-radius: 999px;
  background: rgba(17, 29, 51, .76);
  color: #cbd5e1;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.legal-meta i {
  color: #00d4aa;
}
.legal-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(123, 140, 255, .22);
  border-radius: 22px;
  background: rgba(17, 29, 51, .72);
  padding: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}
.legal-aside strong {
  color: #00d4aa;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-aside a {
  border: 1px solid transparent;
  border-radius: 12px;
  color: #a5b4c7;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.legal-aside a:hover,
.legal-aside a.active {
  border-color: rgba(0, 212, 170, .22);
  background: rgba(0, 212, 170, .08);
  color: #eef2ff;
}
.legal-content {
  display: grid;
  max-width: 860px;
  gap: 16px;
  margin: 54px auto 0;
}
.legal-content article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border: 1px solid rgba(123, 140, 255, .18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(17, 29, 51, .92), rgba(8, 16, 31, .92));
  padding: 26px;
}
.legal-content article > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 212, 170, .28);
  border-radius: 16px;
  color: #00d4aa;
  font-size: 13px;
  font-weight: 950;
}
.legal-content h2 {
  margin: 0 0 10px;
  color: #eef2ff;
  font-size: 24px;
  line-height: 1.2;
}
.legal-content p {
  margin: 0;
  color: #a5b4c7;
  font-size: 16px;
  line-height: 1.75;
}
.legal-identity {
  max-width: 860px;
  margin: 18px auto 0;
  border: 1px solid rgba(123, 140, 255, .16);
  border-radius: 18px;
  background: rgba(8, 16, 31, .54);
  padding: 18px 20px;
}
.legal-identity h2 {
  margin: 0 0 14px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.legal-identity dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
}
.legal-identity div {
  min-width: 0;
}
.legal-identity dt {
  margin: 0 0 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.legal-identity dd {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.legal-identity a {
  color: #a5b4fc;
  text-decoration: none;
}
.legal-disclaimer {
  display: flex;
  max-width: 860px;
  gap: 14px;
  align-items: flex-start;
  margin: 20px auto 0;
  border: 1px solid rgba(245, 158, 11, .24);
  border-radius: 18px;
  background: rgba(245, 158, 11, .08);
  padding: 18px 20px;
  color: #fde68a;
}
.legal-disclaimer i {
  margin-top: 3px;
  color: #f59e0b;
}
.legal-disclaimer p {
  margin: 0;
  color: #f8e7b0;
  font-size: 14px;
  line-height: 1.6;
}
.blog-page,
.article-page {
  min-height: 100vh;
  background: #f5f7fb;
  padding: 72px 32px 92px;
}
.blog-hero,
.article-hero {
  max-width: 1040px;
  margin: 0 auto 48px;
}
.blog-hero {
  text-align: center;
}
.blog-hero h1,
.article-hero h1 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}
.blog-hero p,
.article-hero > p {
  max-width: 760px;
  margin: 0 auto;
  color: #52627a;
  font-size: 18px;
  line-height: 1.7;
}
.article-hero > p {
  margin-left: 0;
}
.blog-layout,
.article-layout {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
  margin: 0 auto;
}
.blog-grid {
  display: grid;
  gap: 18px;
}
.blog-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid #dbe4f0;
  border-radius: 20px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.blog-card-cover {
  display: block;
  overflow: hidden;
  min-height: 180px;
  border-radius: 16px;
  background: #eef4fb;
}
.blog-card img,
.article-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 42px;
}
.blog-card span,
.article-meta,
.blog-side-card a span,
.article-related span,
.article-prev-next span {
  color: #00d4aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.blog-card h2 {
  margin: 10px 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.12;
}
.blog-card h2 a,
.blog-read {
  color: inherit;
  text-decoration: none;
}
.blog-card p {
  margin: 0 0 18px;
  color: #52627a;
  font-size: 16px;
  line-height: 1.65;
}
.blog-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4f46e5;
  font-size: 14px;
  font-weight: 900;
}
.blog-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}
.blog-side-card {
  display: grid;
  gap: 12px;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}
.blog-side-card > strong {
  color: #111827;
  font-size: 18px;
}
.blog-side-card a {
  display: grid;
  gap: 4px;
  border-top: 1px solid #e5edf7;
  color: #334155;
  padding-top: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}
.blog-discount p {
  margin: 0;
  color: #52627a;
  line-height: 1.55;
}
.blog-discount input {
  width: 100%;
  border: 1px solid #cfd9e8;
  border-radius: 12px;
  background: #f8fafc;
  color: #111827;
  padding: 12px 13px;
}
.blog-discount .button {
  width: 100%;
}
.blog-subscribe-status {
  color: #52627a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
.blog-subscribe-status.is-ok { color: #047857; }
.blog-subscribe-status.is-error { color: #dc2626; }
.article-shell {
  max-width: 1180px;
  margin: 0 auto;
}
.article-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.article-cover {
  display: block;
  height: 360px;
  margin-top: 34px;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  background: #eef4fb;
}
.article-toc {
  overflow: hidden;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  background: #ffffff;
  margin-bottom: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}
.article-toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  color: #111827;
  padding: 16px 18px;
  font-weight: 950;
}
.article-toc summary::-webkit-details-marker { display: none; }
.article-toc nav {
  border-top: 1px solid #e5edf7;
  padding: 14px 18px 18px;
}
.article-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: #52627a;
}
.article-toc li {
  padding-left: 4px;
  font-size: 14px;
}
.article-toc a {
  color: #52627a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
}
.article-content {
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  background: #ffffff;
  padding: clamp(26px, 5vw, 52px);
  box-shadow: 0 22px 62px rgba(15, 23, 42, .08);
}
.article-content h2,
.article-content h3 {
  color: #111827;
  line-height: 1.18;
}
.article-content h2 {
  margin: 38px 0 14px;
  font-size: 34px;
}
.article-content h2:first-child {
  margin-top: 0;
}
.article-content h3 {
  margin: 28px 0 12px;
  font-size: 24px;
}
.article-block-title {
  margin: 26px 0 8px;
  color: #111827;
  font-weight: 900;
}
.article-content p,
.article-content li {
  color: #334155;
  font-size: 17px;
  line-height: 1.8;
}
.article-content p {
  margin: 0 0 18px;
}
.article-content ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 24px;
  padding-left: 24px;
}
.article-content blockquote {
  margin: 28px 0;
  border-left: 3px solid #14b8a6;
  border-radius: 18px;
  background: #eefcf8;
  color: #0f766e;
  padding: 20px 22px;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.55;
}
.article-content figure {
  margin: 28px 0;
}
.article-content figure img {
  width: 100%;
  border-radius: 18px;
}
.article-content figcaption {
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
}
.article-cta {
  display: grid;
  gap: 12px;
  margin: 32px 0;
  border: 1px solid #99f6e4;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #eef2ff);
  padding: 24px;
}
.article-cta strong {
  color: #111827;
  font-size: 22px;
}
.article-share,
.article-prev-next,
.article-related {
  max-width: 100%;
  margin-top: 22px;
}
.article-share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #52627a;
}
.article-share strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
  color: #111827;
}
.article-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid #d3dcff;
  border-radius: 999px;
  color: #4f46e5;
  padding: 9px 13px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}
.article-share a i {
  font-size: 18px;
}
.article-share a:hover {
  border-color: #99f6e4;
  color: #0f766e;
  background: #eefcf8;
}
.article-prev-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.article-prev-next a,
.article-related a {
  display: grid;
  gap: 6px;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
  padding: 18px;
  text-decoration: none;
  line-height: 1.35;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}
.article-related h2 {
  margin: 34px 0 16px;
  color: #111827;
  font-size: 28px;
}
.article-related > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.article-related p {
  margin: 0;
  color: #52627a;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .site-nav { grid-template-columns: 1fr; justify-items: start; }
  .nav-center, .nav-actions { justify-content: flex-start; flex-wrap: wrap; }
  .nav-menu { left: 0; transform: none; }
  .nav-menu::before { left: 28px; transform: rotate(45deg); }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { max-width: none; }
  .legal-hero { grid-template-columns: 1fr; }
  .legal-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-aside strong { grid-column: 1 / -1; }
  .blog-layout, .article-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero, .one-shot-section { grid-template-columns: 1fr; min-height: auto; }
  .usecases-section { grid-template-columns: 1fr; gap: 34px; }
  .usecases-section .seo-heading { max-width: 720px; position: static; }
  .audit-section { grid-template-columns: 1fr; gap: 30px; }
  .seo-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usecases-section .seo-card-grid { grid-template-columns: 1fr; }
  .public-hero, .public-workflow, .public-value-panel { grid-template-columns: 1fr; }
  .public-workflow > div:first-child { position: static; }
  .public-value-copy { border-right: 0; border-bottom: 1px solid rgba(123, 140, 255, .16); }
  .public-card-grid, .public-detail-grid, .public-related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-page-bulk-redirect-checker .public-card-grid,
  .public-page-website-migrations .public-card-grid,
  .public-page-ecommerce .public-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-nav { padding: 14px 18px; gap: 12px; }
  .nav-center a:first-child { display: none; }
  .nav-center { align-items: flex-start; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary {
    width: max-content;
    border: 1px solid rgba(123, 140, 255, .22);
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(10, 21, 39, .74);
  }
  .nav-menu {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 10px;
    transform: none;
  }
  .nav-menu::before { display: none; }
  .hero { padding: 48px 22px 64px; }
  .hero h2 { font-size: 46px; }
  .feature-grid, .steps-section > div, .plans, .seo-card-grid, .audit-grid, .compare-grid, .faq-list { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .public-hero, .public-card-grid, .public-detail-grid, .public-related, .public-contact-panel, .public-cta { padding-left: 22px; padding-right: 22px; }
  .public-workflow, .public-value-panel { margin-left: 22px; margin-right: 22px; }
  .public-value-copy { padding: 26px; }
  .public-value-list article { grid-template-columns: 1fr; padding: 24px; }
  .public-card-grid, .public-detail-grid, .public-related > div, .public-page-bulk-redirect-checker .public-card-grid, .public-page-website-migrations .public-card-grid, .public-page-ecommerce .public-card-grid { grid-template-columns: 1fr; }
  .public-hero h1 { font-size: 42px; }
  .public-workflow article { grid-template-columns: 1fr; }
  .contact-layout { padding: 58px 22px 70px; }
  .contact-copy h1 { font-size: 44px; }
  .contact-form { padding: 22px; }
  .site-footer { padding-left: 22px; padding-right: 22px; }
  .footer-inner, .legal-aside { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .legal-page { padding: 54px 22px 70px; }
  .legal-hero h1 { font-size: 42px; }
  .legal-content article { grid-template-columns: 1fr; padding: 22px; }
  .legal-identity dl { grid-template-columns: 1fr; }
  .blog-page, .article-page { padding: 54px 22px 70px; }
  .blog-card { grid-template-columns: 1fr; }
  .blog-card-cover { min-height: 150px; }
  .blog-sidebar { grid-template-columns: 1fr; }
  .article-cover { height: 240px; }
  .article-prev-next, .article-related > div { grid-template-columns: 1fr; }
  .steps-section > div::before { display: none; }
  .steps-section article { text-align: left; }
  .steps-section article p { margin-left: 0; margin-right: 0; }
  .steps-section strong { box-shadow: none; }
  .seo-section { padding: 58px 0; }
  .seo-heading { padding: 0 22px; }
  .usecases-section { padding: 64px 22px; }
  .usecases-section .seo-heading, .usecases-section .seo-card-grid { padding-left: 0; padding-right: 0; }
  .audit-section { padding-left: 22px; padding-right: 22px; }
  .audit-section .seo-heading, .audit-section .audit-grid { padding-left: 0; padding-right: 0; }
  .check-list { justify-content: flex-start; padding: 0 22px; }
  .one-shot-section { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .one-shot-toolbar, .one-shot-verification, .one-shot-mode, .one-shot-template-actions, .one-shot-summary, .one-shot-result-row { grid-template-columns: 1fr; }
  .one-shot-result-actions { justify-content: stretch; }
  .one-shot-result-actions button { flex: 1; }
  .one-shot-result-head { display: none; }
  .one-shot-steps, .one-shot-ms { text-align: left; justify-items: start; }
  .one-shot-detail-grid { grid-template-columns: 1fr; }
  .hero-monitoring { grid-template-columns: 1fr; }
  .preview-table div { grid-template-columns: 1fr; align-items: flex-start; }
  .preview-table b, .preview-table b:last-child, .preview-empty { justify-self: start; }
}
