:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --ink: #07111f;
  --muted: #637184;
  --line: #dce5ef;
  --line-dark: rgba(159, 186, 217, 0.2);
  --blue: #0a7cff;
  --blue-dark: #0056d6;
  --cyan: #27e3ff;
  --green: #19c48a;
  --navy: #07111f;
  --navy-2: #0d1c31;
  --magenta: #ff3fd7;
  --shadow: 0 24px 60px rgba(7, 17, 31, 0.11);
  --soft-shadow: 0 16px 42px rgba(7, 17, 31, 0.075);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  appearance: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: white;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(39, 227, 255, 0.35), transparent 42%),
    linear-gradient(135deg, #0a7cff, #07111f 54%, #19c48a);
  box-shadow: 0 0 30px rgba(39, 227, 255, 0.35);
  overflow: hidden;
}

.logo-pulse,
.logo-ring,
.logo-play {
  position: absolute;
  inset: 0;
}

.logo-pulse {
  border: 1px solid rgba(39, 227, 255, 0.45);
  border-radius: inherit;
  animation: logoPulse 2.2s ease-in-out infinite;
}

.logo-ring {
  inset: 9px;
  border: 2px dashed rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  animation: rotateLogo 9s linear infinite;
}

.logo-play {
  inset: 15px 14px 13px 17px;
  background: white;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 0 8px rgba(39, 227, 255, 0.85));
}

nav {
  display: flex;
  gap: 28px;
  color: #2f3c50;
  font-size: 14px;
  font-weight: 800;
}

nav a,
.header-cta,
.primary-link,
.secondary-link,
.popular-projects button,
.search-card button,
.lead-form button,
.provider-card button,
.admin-login button,
.admin-actions button {
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

nav a:hover {
  color: var(--blue);
}

.header-cta,
.search-card button,
.lead-form button,
.provider-card button,
.admin-login button,
.admin-actions button {
  border: 0;
  color: white;
  background: linear-gradient(135deg, var(--blue), #00b7ff);
  border-radius: 10px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(10, 124, 255, 0.28);
}

.header-cta {
  padding: 12px 18px;
  font-size: 14px;
}

.header-cta:hover,
.search-card button:hover,
.lead-form button:hover,
.provider-card button:hover,
.admin-login button:hover,
.admin-actions button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0299ff, var(--blue-dark));
  box-shadow: 0 18px 42px rgba(10, 124, 255, 0.38);
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.section {
  padding: 70px clamp(20px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items: center;
  gap: 56px;
  min-height: 700px;
  margin-top: -77px;
  padding-top: 124px;
  color: var(--ink);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(39, 227, 255, 0.15), transparent 32%),
    radial-gradient(circle at 22% 82%, rgba(10, 124, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(10, 124, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 124, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
}

.hero-copy,
.hero-network {
  position: relative;
  z-index: 1;
}

.rating-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.rating-line span {
  padding: 7px 10px;
  color: #244260;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.hero h1 {
  max-width: 820px;
  margin: 0 0 24px;
  font-size: clamp(46px, 6.2vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.search-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.8fr) auto;
  gap: 12px;
  margin: 0 0 14px;
  padding: 12px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
}

label span,
.section-heading span,
.trust-band span,
.playbook span,
.contact-section span,
.cost-guide span,
.article-label,
.article-grid article > span,
.blog-hero span,
.article-header > span,
.article-cta span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.search-card label span {
  color: #1c5dbe;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(10, 124, 255, 0.65);
  box-shadow: 0 0 0 4px rgba(10, 124, 255, 0.12);
}

textarea {
  min-height: 116px;
  resize: vertical;
}

.search-card button {
  align-self: end;
  min-height: 50px;
  padding: 0 24px;
}

.popular-projects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.popular-projects button {
  padding: 9px 12px;
  color: #244260;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.popular-projects button:hover {
  color: var(--blue-dark);
  background: #eaf6ff;
  border-color: rgba(10, 124, 255, 0.35);
  transform: translateY(-1px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  font-weight: 900;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 10px;
}

.primary-link {
  color: white;
  background: var(--ink);
}

.primary-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.16);
}

.secondary-link {
  color: var(--ink);
  border: 1px solid var(--line);
  background: white;
}

.secondary-link:hover {
  border-color: rgba(10, 124, 255, 0.35);
  transform: translateY(-2px);
}

.hero-network {
  min-height: 540px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(39, 227, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(235, 247, 255, 0.92));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.network-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 124, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 124, 255, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.85;
}

.route-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(10, 124, 255, 0.34);
  stroke-width: 2;
  stroke-dasharray: 7 14;
  filter: drop-shadow(0 0 8px rgba(39, 227, 255, 0.35));
  animation: driftLines 12s linear infinite;
}

.signal-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.94), rgba(39, 227, 255, 0.26) 34%, transparent 68%);
}

.signal-core strong {
  position: relative;
  z-index: 2;
  color: var(--blue);
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -0.08em;
  text-shadow: 0 0 20px rgba(39, 227, 255, 0.72);
}

.signal-core small {
  position: absolute;
  bottom: 42px;
  z-index: 2;
  width: 120px;
  color: #244260;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.core-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(39, 227, 255, 0.38);
}

.core-ring.one {
  inset: 16px;
  border-style: dashed;
  animation: rotateLogo 12s linear infinite;
}

.core-ring.two {
  inset: -18px;
  animation: logoPulse 2.8s ease-in-out infinite;
}

.core-ring.three {
  inset: -58px;
  border-color: rgba(255, 63, 215, 0.18);
  animation: logoPulse 3.6s ease-in-out infinite;
}

.network-card,
.hero-result-card {
  position: absolute;
  width: min(260px, 45%);
  padding: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 229, 239, 0.95);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.12);
  backdrop-filter: blur(18px);
}

.network-card {
  animation: floatCard 5.5s ease-in-out infinite;
}

.card-a {
  top: 56px;
  left: 40px;
}

.card-b {
  top: 116px;
  right: 32px;
  animation-delay: -1.5s;
}

.card-c {
  left: 54px;
  bottom: 80px;
  animation-delay: -3s;
}

.network-card strong,
.hero-result-card strong {
  display: block;
  margin: 8px 0 5px;
  font-size: 17px;
}

.network-card p,
.hero-result-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.verified-dot,
.hero-result-card > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #047551;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verified-dot::before,
.hero-result-card > span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(25, 196, 138, 0.75);
}

.hero-result-card {
  right: 38px;
  bottom: 42px;
  width: min(310px, 50%);
}

.hero-result-card em {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-style: normal;
  font-weight: 950;
}

.trust-band {
  display: grid;
  grid-template-columns: 0.34fr 1fr 0.65fr;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--ink);
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band p {
  margin: 0;
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin-bottom: 24px;
}

.section-heading h2,
.playbook h2,
.contact-section h1,
.contact-section h2,
.cost-guide h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.marketplace-section,
.providers-section,
.contact-section {
  background: white;
}

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

.project-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1.2fr) 120px 110px 120px;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.04);
}

.project-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--blue);
  background: #edf7ff;
  border: 1px solid rgba(10, 124, 255, 0.14);
  border-radius: 14px;
  font-style: normal;
  font-size: 20px;
  font-weight: 950;
}

.project-list strong {
  font-size: 21px;
}

.project-list p,
.domain-grid p,
.money-grid p,
.contact-section p,
.blog-feature p,
.article-card p,
.cost-guide p,
.how-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.project-list p {
  margin: 5px 0 0;
}

.project-list span {
  color: #344258;
  font-size: 14px;
  font-weight: 850;
}

.project-list em {
  color: var(--green);
  font-style: normal;
  font-weight: 950;
}

.provider-list {
  display: grid;
  gap: 14px;
}

.provider-card {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(10, 124, 255, 0.055), transparent 42%),
    white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7, 17, 31, 0.055);
}

.provider-logo {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(39, 227, 255, 0.55), transparent 35%),
    linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 16px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(10, 124, 255, 0.22);
}

.provider-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.provider-topline h3 {
  margin: 0;
  font-size: 23px;
}

.provider-topline span {
  padding: 6px 9px;
  color: #036746;
  background: rgba(25, 196, 138, 0.13);
  border: 1px solid rgba(25, 196, 138, 0.25);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.provider-card p {
  margin: 5px 0 8px;
  color: var(--muted);
}

.meta {
  color: #0f8d64;
  font-size: 14px;
  font-weight: 850;
}

.provider-card button {
  padding: 13px 18px;
}

.how-section {
  background: #f4f7fb;
}

.how-grid,
.money-grid,
.domain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.how-grid article,
.money-grid article,
.domain-grid article {
  min-height: 142px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.05);
}

.how-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.how-grid strong,
.domain-grid strong {
  display: block;
  margin-top: 16px;
  font-size: 22px;
}

.money-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 16%, rgba(39, 227, 255, 0.13), transparent 30%),
    #f4f7fb;
}

.money-section .section-heading span {
  color: var(--blue);
}

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

.money-grid article {
  color: var(--ink);
}

.money-grid article strong {
  display: block;
  margin: 12px 0 0;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.money-grid .featured {
  color: white;
  background: linear-gradient(145deg, var(--blue), #063d99);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(10, 124, 255, 0.34);
}

.money-grid .featured p {
  color: rgba(255, 255, 255, 0.86);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 22px;
  background: #f4f7fb;
}

.quote-card,
.cost-guide {
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.quote-card {
  display: grid;
  align-content: space-between;
  min-height: 220px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(39, 227, 255, 0.13), transparent 32%),
    linear-gradient(135deg, #ffffff, #edf7ff);
}

.quote-card p {
  max-width: 780px;
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.quote-card span {
  color: var(--muted);
  font-weight: 850;
}

.playbook {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 42px;
  color: var(--ink);
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.playbook span {
  color: var(--blue);
}

.playbook ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 24px;
  color: #273444;
  font-size: 18px;
  line-height: 1.45;
}

.domain-network {
  background: white;
}

.domain-grid article {
  min-height: 160px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 42px;
  align-items: start;
}

.blog-preview {
  background: #f4f7fb;
}

.blog-feature {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
}

.blog-feature h3 {
  max-width: 760px;
  margin: 8px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.blog-feature .primary-link,
.cost-guide .secondary-link {
  color: white;
  background: var(--ink);
}

.blog-hero {
  min-height: 440px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(135deg, rgba(10, 124, 255, 0.12), rgba(25, 196, 138, 0.08)),
    #fff;
}

.blog-hero h1 {
  max-width: 980px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.blog-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.article-grid {
  background: #f4f7fb;
}

.article-card {
  max-width: 900px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.article-card h2 {
  margin: 12px 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.article-meta {
  margin-top: 18px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.article-page {
  background: white;
}

.article-header {
  padding: 70px clamp(20px, 12vw, 180px) 44px;
  background:
    linear-gradient(135deg, rgba(10, 124, 255, 0.12), rgba(25, 196, 138, 0.08)),
    #fff;
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.article-header h1 {
  max-width: 1080px;
  margin: 12px 0 22px;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.article-deck {
  max-width: 860px;
  margin: 0;
  color: #3b4858;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.42;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  color: var(--muted);
}

.article-byline strong {
  color: var(--ink);
}

.article-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 54px 20px 70px;
}

.article-body p {
  margin: 0 0 24px;
  color: #273444;
  font-size: 20px;
  line-height: 1.75;
}

.article-body h2 {
  margin: 44px 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.article-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin: 0 clamp(20px, 12vw, 180px) 80px;
  padding: 30px;
  color: white;
  background: var(--ink);
  border-radius: 18px;
}

.article-cta h2 {
  margin: 8px 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.article-cta p {
  max-width: 760px;
  margin: 0;
  color: #b7c7d9;
  line-height: 1.55;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.lead-form button {
  min-height: 52px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.form-status[data-state="success"] {
  color: #078359;
}

.form-status[data-state="error"] {
  color: #c32525;
}

.form-status[data-state="info"] {
  color: var(--blue);
}

.admin-page {
  background: #f4f7fb;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 32px;
  align-items: end;
  padding-top: 92px;
  background:
    radial-gradient(circle at 84% 20%, rgba(39, 227, 255, 0.15), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.admin-hero span,
.admin-toolbar span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.admin-hero h1 {
  max-width: 900px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.admin-hero p,
.admin-toolbar p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.admin-login {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.admin-login button,
.admin-actions button {
  min-height: 50px;
  padding: 0 18px;
  font-weight: 950;
}

.admin-dashboard {
  display: grid;
  gap: 22px;
}

.admin-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.admin-toolbar h2 {
  margin: 8px 0 8px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
}

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

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric-card,
.admin-panel {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.metric-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin: 10px 0 4px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.metric-card p,
.empty-state {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.admin-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-panel h3 {
  margin: 0 0 16px;
  font-size: 24px;
}

.metric-bars {
  display: grid;
  gap: 14px;
}

.metric-bar {
  display: grid;
  gap: 8px;
}

.metric-bar div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #26374c;
  font-size: 14px;
}

.metric-bar i {
  display: block;
  height: 10px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 999px;
}

.lead-table-wrap {
  overflow-x: auto;
}

.lead-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
  font-size: 14px;
}

.lead-table th,
.lead-table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.lead-table th {
  color: #304057;
  background: #f7faff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-table td {
  color: #253348;
}

.lead-table a {
  color: var(--blue);
  font-weight: 850;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: #b7c7d9;
  background: #050b14;
}

footer strong {
  color: white;
}

.footer-links {
  gap: 16px;
  color: #d9e7f5;
}

.footer-links a:hover {
  color: white;
}

@keyframes rotateLogo {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.16);
    opacity: 0.36;
  }
}

@keyframes driftLines {
  to {
    stroke-dashoffset: -126;
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 132px;
  }

  .hero-network {
    min-height: 560px;
  }

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

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero {
    margin-top: 0;
    padding-top: 70px;
  }

  .search-card,
  .project-list article,
  .how-grid,
  .money-grid,
  .domain-grid,
  .blog-feature,
  .article-cta,
  .proof-section,
  .playbook,
  .contact-section,
  .trust-band,
  .admin-hero,
  .admin-panels,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .admin-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-list article {
    gap: 8px;
  }

  .provider-card {
    grid-template-columns: 58px 1fr;
  }

  .provider-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .provider-card button {
    grid-column: 1 / -1;
  }

  .network-card,
  .hero-result-card {
    width: min(280px, 68%);
  }

  .card-a {
    left: 18px;
  }

  .card-b {
    right: 18px;
  }

  .card-c {
    left: 24px;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 58px 18px;
  }

  .site-header {
    padding: 16px 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .hero-network {
    min-height: 640px;
  }

  .signal-core {
    width: 138px;
    height: 138px;
  }

  .network-card,
  .hero-result-card {
    width: calc(100% - 36px);
  }

  .card-a,
  .card-b,
  .card-c,
  .hero-result-card {
    left: 18px;
    right: 18px;
  }

  .card-a {
    top: 32px;
  }

  .card-b {
    top: 140px;
  }

  .card-c {
    bottom: 140px;
  }

  .hero-result-card {
    bottom: 24px;
  }

  footer {
    flex-direction: column;
  }
}
