:root {
  color-scheme: light;
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-300: #cbd5e1;
  --slate-100: #f1f5f9;
  --yellow: #facc15;
  --yellow-soft: #fef9c3;
  --blue: #1d4ed8;
  --blue-bright: #2563eb;
  --blue-soft: #eff6ff;
  --line: #dbe3ef;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--slate-900);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site[hidden] {
  display: none;
}

.site {
  min-height: 100vh;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 14px clamp(18px, 5vw, 72px);
}

.watchdog-site .nav {
  color: var(--white);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.94);
  backdrop-filter: blur(14px);
}

.bulktide-site .nav {
  color: var(--slate-900);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
}

.shield-mark {
  color: var(--slate-950);
  background: var(--yellow);
}

.tide-mark {
  color: var(--white);
  background: var(--blue);
}

.nav-links {
  gap: 24px;
  font-size: 0.9rem;
  font-weight: 750;
}

.watchdog-site .nav-links {
  color: var(--slate-300);
}

.bulktide-site .nav-links {
  color: var(--slate-600);
}

.nav-links a:hover,
.text-action:hover {
  color: var(--yellow);
}

.bulktide-site .nav-links a:hover,
.blue-text:hover {
  color: var(--blue);
}

.nav-cta,
.primary-action,
.submit-button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-cta {
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.88rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 68px);
  padding: clamp(36px, 6vw, 88px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.watchdog-hero {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.14), transparent 42%),
    linear-gradient(180deg, var(--slate-950), var(--slate-900));
}

.bulktide-hero {
  color: var(--slate-900);
  background:
    linear-gradient(135deg, var(--blue-soft), transparent 44%),
    var(--white);
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.65;
}

.watchdog-site .hero-copy p {
  color: var(--slate-300);
}

.bulktide-site .hero-copy p {
  color: var(--slate-600);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
}

.watchdog-action {
  color: var(--slate-950);
  background: var(--yellow);
}

.bulktide-action {
  color: var(--white);
  background: var(--blue);
}

.text-action {
  font-weight: 800;
  color: var(--slate-300);
}

.blue-text {
  color: var(--slate-600);
}

.trust-row {
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 26px;
  font-size: 0.9rem;
  font-weight: 750;
}

.watchdog-site .trust-row {
  color: var(--slate-300);
}

.bulktide-trust {
  color: var(--slate-600);
}

.trust-row span {
  position: relative;
  padding-left: 14px;
}

.trust-row span::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.intake-shell {
  width: 100%;
  border-radius: 12px;
  padding: clamp(20px, 3vw, 30px);
}

.watchdog-panel {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.82);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.bulktide-panel {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.panel-heading span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.watchdog-panel .panel-heading span {
  color: var(--yellow);
}

.bulktide-panel .panel-heading span {
  color: var(--blue);
}

.panel-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.panel-heading p {
  margin: 10px 0 20px;
  font-size: 0.95rem;
  line-height: 1.55;
}

.watchdog-panel .panel-heading p {
  color: var(--slate-300);
}

.bulktide-panel .panel-heading p {
  color: var(--slate-600);
}

.field {
  display: grid;
  gap: 7px;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 760;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 16px 0;
}

.wide {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border-radius: 8px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

input {
  height: 42px;
  padding: 0 11px;
}

textarea {
  min-height: 90px;
  padding: 11px;
  resize: vertical;
}

.watchdog-panel input,
.watchdog-panel textarea {
  color: var(--white);
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(2, 6, 23, 0.48);
}

.bulktide-panel input,
.bulktide-panel textarea {
  color: var(--slate-900);
  border: 1px solid var(--line);
  background: #f8fafc;
}

input:focus,
textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.16);
}

.bulktide-panel input:focus,
.bulktide-panel textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.checkline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: var(--slate-300);
  font-size: 0.9rem;
  font-weight: 700;
}

.checkline input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.submit-button {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
}

.errors {
  margin: 0 0 16px;
  padding: 11px 12px 11px 30px;
  border-radius: 8px;
  color: #7f1d1d;
  background: #fee2e2;
  font-size: 0.9rem;
}

.receipt {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.5;
}

.watchdog-panel .receipt {
  color: var(--yellow-soft);
  border: 1px solid rgba(250, 204, 21, 0.28);
  background: rgba(250, 204, 21, 0.08);
}

.bulktide-panel .receipt {
  color: #1e3a8a;
  border: 1px solid #bfdbfe;
  background: var(--blue-soft);
}

.section-band,
.process-section,
.faq-section {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.watchdog-band,
.watchdog-process {
  color: var(--white);
  background: var(--slate-950);
}

.bulktide-band,
.faq-section {
  background: #f8fafc;
}

.section-heading {
  max-width: 1180px;
  margin: 0 auto;
}

.faq-section > h2 {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading h2,
.process-section h2,
.faq-section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p,
.process-section p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--slate-500);
  font-size: 1.05rem;
  line-height: 1.6;
}

.watchdog-band .section-heading p,
.watchdog-process p {
  color: var(--slate-300);
}

.request-grid,
.value-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 32px auto 0;
}

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

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.request-card,
.value-card,
.faq-grid article {
  border-radius: 10px;
  padding: 20px;
}

.request-card {
  min-height: 220px;
  color: var(--white);
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: var(--slate-900);
}

.value-card,
.faq-grid article {
  border: 1px solid var(--line);
  background: var(--white);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: var(--slate-950);
  background: var(--yellow);
  font-size: 0.82rem;
  font-weight: 950;
}

.request-card h3,
.value-card h3,
.faq-grid h3 {
  margin: 18px 0 9px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.request-card p,
.value-card p,
.faq-grid p {
  margin: 0;
  color: var(--slate-500);
  line-height: 1.55;
}

.request-card p {
  color: var(--slate-300);
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(320px, 620px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  justify-content: center;
}

.bulktide-process {
  background: var(--white);
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  gap: 5px;
  border-radius: 10px;
  padding: 18px;
}

.watchdog-process .steps li {
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: var(--slate-900);
}

.blue-steps li {
  border: 1px solid var(--line);
  background: var(--blue-soft);
}

.steps strong {
  font-size: 1rem;
}

.steps span {
  color: var(--slate-500);
  line-height: 1.5;
}

.watchdog-process .steps span {
  color: var(--slate-300);
}

@media (max-width: 1040px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero,
  .process-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .request-grid,
  .value-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .nav {
    min-height: 62px;
    padding: 12px 16px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding: 34px 16px 52px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.2rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action {
    justify-content: center;
  }

  .field-grid,
  .request-grid,
  .value-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section-band,
  .process-section,
  .faq-section {
    padding: 48px 16px;
  }
}
