body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #020617;
  color: white;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  border-bottom: 1px solid #00f7ff;
  background: rgba(2, 6, 23, 0.95);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  font-size: 22px;
  font-weight: bold;
  color: #00f7ff;
  text-shadow: 0 0 8px #00f7ff;
}

.navbar a {
  color: #d1d5db;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.3s;
}

.navbar a:hover {
  color: #00f7ff;
  text-shadow: 0 0 6px #00f7ff;
}

.hero {
  padding: 90px 20px 70px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(0, 247, 255, 0.16), transparent 35%),
    radial-gradient(circle at center, rgba(255, 47, 220, 0.08), transparent 45%),
    linear-gradient(180deg, #071224 0%, #020617 100%);
  position: relative;
  overflow: hidden;
}
.hero-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 14px rgba(255, 47, 220, 0.45))
    drop-shadow(0 0 20px rgba(0, 247, 255, 0.28));
  image-rendering: auto;
}

.hero-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 25px rgba(255, 0, 200, 0.9))
          drop-shadow(0 0 35px rgba(0, 247, 255, 0.7));
}

.hero-small {
  padding-top: 70px;
  padding-bottom: 40px;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.eyebrow {
  color: #00f7ff;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.hero h1,
.hero-title {
  font-size: 52px;
  line-height: 1.1;
  max-width: 950px;
  margin: 0 auto 20px;

  /* BLUE OUTLINE */
  -webkit-text-stroke: 0.6px rgba(0, 247, 255, 0.7);

  /* NEON GLOW STACK */
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.25),
    0 0 18px rgba(0, 247, 255, 0.15),
    0 0 25px rgba(255, 47, 220, 0.35),
    0 0 45px rgba(255, 47, 220, 0.25);
}

.hero-text {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto 30px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  padding: 13px 24px;
  background: #00f7ff;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 10px #00f7ff;
  transition: 0.3s;
  cursor: pointer;
}

.button:hover {
  box-shadow: 0 0 15px #00f7ff, 0 0 30px #00f7ff;
}

.button-secondary {
  background: transparent;
  color: #00f7ff;
  border: 1px solid #00f7ff;
  box-shadow: none;
}

.button-secondary:hover {
  box-shadow: 0 0 10px rgba(0, 247, 255, 0.35);
}

.section {
  padding: 30px 40px 60px;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 35px;
}

.section-heading h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.section-heading p {
  color: #a5b4c7;
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  background: linear-gradient(180deg, rgba(7, 18, 36, 0.96), rgba(3, 9, 20, 0.96));
  padding: 24px;
  border: 1px solid rgba(0, 247, 255, 0.12);
  border-radius: 14px;
  transition: 0.3s;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.card:hover {
  border-color: #ff2fdc;
  box-shadow:
    0 0 12px rgba(255, 47, 220, 0.38),
    0 0 30px rgba(255, 47, 220, 0.16);
  transform: translateY(-4px);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: white;
}

.card p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.65;
}

.trust-section {
  padding-top: 10px;
}

.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.split-card {
  background: #06101f;
  border: 1px solid #1f2937;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.split-card h2 {
  margin-top: 0;
}

.split-card p {
  color: #cbd5e1;
  line-height: 1.65;
}

.feature-list {
  margin: 0;
  padding-left: 20px;
  color: #cbd5e1;
  line-height: 1.9;
}

.callout {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}
.hero-premium {
  border-bottom: 1px solid rgba(0, 247, 255, 0.12);
}

.section-dark {
  background: linear-gradient(180deg, #030b18 0%, #06101f 100%);
}

.section-accent {
  background:
    radial-gradient(circle at center, rgba(255, 47, 220, 0.05), transparent 50%),
    #020617;
}

.premium-card {
  position: relative;
}

.premium-split {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 9, 20, 0.98));
  border: 1px solid rgba(0, 247, 255, 0.12);
}

.premium-split:hover {
  border-color: #ff2fdc;
  box-shadow:
    0 0 12px rgba(255, 47, 220, 0.28),
    0 0 28px rgba(255, 47, 220, 0.12);
}

.premium-callout {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-premium .hero-text {
  color: #d6e3f0;
}

.hero-premium .eyebrow {
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.28);
}
.hero-services {
  background:
    radial-gradient(circle at top, rgba(0, 247, 255, 0.14), transparent 30%),
    radial-gradient(circle at center, rgba(255, 47, 220, 0.07), transparent 45%),
    linear-gradient(180deg, #081426 0%, #020617 100%);
  border-bottom: 1px solid rgba(255, 47, 220, 0.12);
}

.services-title {
  -webkit-text-stroke: 0.5px rgba(0, 247, 255, 0.65);
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.2),
    0 0 18px rgba(0, 247, 255, 0.14),
    0 0 24px rgba(255, 47, 220, 0.3),
    0 0 40px rgba(255, 47, 220, 0.18);
}

.services-text {
  color: #d9e5f1;
}

.hero-services .eyebrow {
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.24),
    0 0 18px rgba(255, 47, 220, 0.12);
}
.hero-contact {
  background:
    radial-gradient(circle at top, rgba(0, 247, 255, 0.12), transparent 30%),
    radial-gradient(circle at center, rgba(255, 47, 220, 0.06), transparent 44%),
    linear-gradient(180deg, #071120 0%, #020617 100%);
  border-bottom: 1px solid rgba(0, 247, 255, 0.12);
}

.contact-title {
  -webkit-text-stroke: 0.45px rgba(0, 247, 255, 0.6);
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.18),
    0 0 18px rgba(0, 247, 255, 0.12),
    0 0 22px rgba(255, 47, 220, 0.24),
    0 0 38px rgba(255, 47, 220, 0.14);
}

.contact-text {
  color: #d8e3ef;
}

.hero-contact .eyebrow {
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.22),
    0 0 16px rgba(255, 47, 220, 0.1);
}
.hero-intake {
  background:
    radial-gradient(circle at top, rgba(0, 247, 255, 0.13), transparent 30%),
    radial-gradient(circle at center, rgba(255, 47, 220, 0.08), transparent 46%),
    linear-gradient(180deg, #071323 0%, #020617 100%);
  border-bottom: 1px solid rgba(255, 47, 220, 0.14);
}

.intake-title {
  -webkit-text-stroke: 0.45px rgba(0, 247, 255, 0.62);
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.2),
    0 0 18px rgba(0, 247, 255, 0.14),
    0 0 22px rgba(255, 47, 220, 0.28),
    0 0 40px rgba(255, 47, 220, 0.16);
}

.intake-text {
  color: #dbe6f1;
}

.hero-intake .eyebrow {
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.22),
    0 0 18px rgba(255, 47, 220, 0.12);
}

.intake-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.intake-panel {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 9, 20, 0.98));
  border: 1px solid rgba(0, 247, 255, 0.12);
  border-radius: 14px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.intake-info-panel {
  padding: 28px;
}

.intake-info-panel h2 {
  margin-top: 0;
  margin-bottom: 14px;
}

.intake-info-panel p {
  color: #cbd5e1;
  line-height: 1.7;
}

.intake-form-panel {
  padding: 28px;
}

.intake-form-panel form {
  margin: 0;
}

.intake-form-panel h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  color: #ffffff;
}

.intake-form-panel h3:first-child {
  margin-top: 0;
}

.intake-note-box {
  margin-top: 26px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 47, 220, 0.05);
  border: 1px solid rgba(255, 47, 220, 0.14);
  box-shadow: 0 0 14px rgba(255, 47, 220, 0.08);
}

.intake-note-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

.intake-note-box p {
  margin: 0;
  color: #d5deea;
}

.form-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  background: #020617;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.15);
  border: 1px solid #1f2937;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  margin-top: 10px;
  border: 1px solid rgba(0, 247, 255, 0.12);
  background: rgba(2, 6, 23, 0.96);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  transition: 0.25s;
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(255, 47, 220, 0.28);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #00f7ff;
  box-shadow:
    0 0 8px rgba(0, 247, 255, 0.45),
    0 0 18px rgba(0, 247, 255, 0.12);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

button {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background: #00f7ff;
  border: none;
  color: black;
  font-weight: bold;
  cursor: pointer;
  box-shadow:
    0 0 10px rgba(0, 247, 255, 0.7),
    0 0 22px rgba(0, 247, 255, 0.16);
  transition: 0.3s;
  border-radius: 8px;
}

button:hover {
  box-shadow:
    0 0 16px rgba(0, 247, 255, 0.9),
    0 0 30px rgba(255, 47, 220, 0.16);
  transform: translateY(-1px);
}

#success {
  text-align: center;
  margin-top: 18px;
  color: #00f7ff;
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.22);
}
.upload-box {
  margin-top: 12px;
}

.upload-trigger {
  width: 100%;
  text-align: center;
}

.upload-help {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #b9c7d8;
  font-size: 14px;
}

.upload-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.upload-list li {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 47, 220, 0.05);
  border: 1px solid rgba(255, 47, 220, 0.14);
  color: #dbe6f1;
  word-break: break-word;
}

.upload-list a {
  color: #00f7ff;
  text-decoration: none;
}

.upload-list a:hover {
  text-shadow: 0 0 8px rgba(0, 247, 255, 0.35);
}

@media (max-width: 980px) {
  .intake-layout {
    grid-template-columns: 1fr;
  }
}

.callout h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.callout p {
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 24px;
}

.footer {
  border-top: 1px solid #1f2937;
  padding: 28px 20px;
  text-align: center;
  background: #030b18;
}

.footer-content p {
  margin: 8px 0;
  color: #cbd5e1;
}

/* Intake Page */
.form-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  background: #020617;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.15);
  border: 1px solid #1f2937;
}

.form-container h1 {
  text-align: center;
}

.form-container p {
  text-align: center;
  color: #aaa;
}

.form-container h3 {
  margin-top: 25px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #222;
  background: #020617;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #00f7ff;
  box-shadow: 0 0 8px #00f7ff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  background: #00f7ff;
  border: none;
  color: black;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 10px #00f7ff;
  transition: 0.3s;
  border-radius: 6px;
}

button:hover {
  box-shadow: 0 0 15px #00f7ff, 0 0 30px #00f7ff;
}

.hidden {
  display: none;
}

#success {
  text-align: center;
  margin-top: 15px;
  color: #00f7ff;
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: 36px;
  }

  .section-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .navbar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .navbar a {
    margin: 0 10px;
  }

  .hero {
    padding: 70px 20px 50px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-text {
    font-size: 16px;
  }

  .section {
    padding: 24px 20px 45px;
  }

  .form-container {
    margin: 30px 15px;
    padding: 22px;
  }
}
.hero-admin {
  background:
    radial-gradient(circle at top, rgba(0, 247, 255, 0.14), transparent 30%),
    radial-gradient(circle at center, rgba(255, 47, 220, 0.07), transparent 46%),
    linear-gradient(180deg, #071323 0%, #020617 100%);
  border-bottom: 1px solid rgba(0, 247, 255, 0.12);
}

.admin-title {
  -webkit-text-stroke: 0.45px rgba(0, 247, 255, 0.62);
  text-shadow:
    0 0 8px rgba(0, 247, 255, 0.2),
    0 0 18px rgba(0, 247, 255, 0.14),
    0 0 22px rgba(255, 47, 220, 0.28),
    0 0 40px rgba(255, 47, 220, 0.16);
}

.admin-text {
  color: #dbe6f1;
}

.admin-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.admin-card {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 9, 20, 0.98));
  border: 1px solid rgba(0, 247, 255, 0.12);
  border-radius: 14px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  padding: 28px;
}

.admin-card h2 {
  margin-top: 0;
}

.admin-status {
  max-width: 1180px;
  margin: 0 auto 20px;
  color: #dbe6f1;
  text-align: center;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat-box {
  background: rgba(255, 47, 220, 0.05);
  border: 1px solid rgba(255, 47, 220, 0.14);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.stat-label {
  display: block;
  color: #b9c7d8;
  font-size: 13px;
  margin-bottom: 8px;
}

.stat-value {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #00f7ff;
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.22);
}

.dashboard-list {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.dashboard-card {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 9, 20, 0.98));
  border: 1px solid rgba(0, 247, 255, 0.12);
  border-radius: 14px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  padding: 24px;
}

.dashboard-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.dashboard-meta {
  color: #94a3b8;
  margin-top: 0;
  margin-bottom: 16px;
}

.dashboard-field {
  margin-bottom: 10px;
  color: #dbe6f1;
  line-height: 1.6;
}

.dashboard-link {
  color: #00f7ff;
  text-decoration: none;
}

.dashboard-link:hover {
  text-shadow: 0 0 8px rgba(0, 247, 255, 0.35);
}

.admin-empty {
  text-align: center;
  color: #b9c7d8;
  padding: 20px;
}

@media (max-width: 900px) {
  .admin-controls {
    grid-template-columns: 1fr;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }
}
.dashboard-status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 247, 255, 0.08);
}

.status-select {
  min-width: 180px;
  width: auto;
  margin-top: 0;
}

.status-save-button {
  width: auto;
  margin-top: 0;
  padding: 10px 14px;
  border-radius: 8px;
}

.status-save-text {
  color: #b9c7d8;
  font-size: 14px;
}

.brand-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.brand-chip {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 247, 255, 0.06);
  border: 1px solid rgba(0, 247, 255, 0.18);
  color: #dbe6f1;
  box-shadow:
    0 0 10px rgba(0, 247, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.quote-card {
  position: relative;
}

.quote-card::before {
  content: "“";
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 40px;
  line-height: 1;
  color: rgba(255, 47, 220, 0.18);
}

/* TESTIMONIALS */
.testimonial-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: linear-gradient(180deg, rgba(6,16,31,0.98), rgba(3,9,20,0.98));
  border: 1px solid rgba(255, 47, 220, 0.18);
  border-radius: 12px;
  padding: 20px;
  color: #dbe6f1;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.25),
    0 0 12px rgba(255, 47, 220, 0.15);
}

.testimonial-card span {
  display: block;
  margin-top: 12px;
  color: #00f7ff;
  font-size: 14px;
}

/* RESPONSE BOX */
.response-box {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(0, 247, 255, 0.05);
  border: 1px solid rgba(0, 247, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

/* STEPS */
.steps-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-card {
  background: linear-gradient(180deg, rgba(6,16,31,0.98), rgba(3,9,20,0.98));
  border: 1px solid rgba(0, 247, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonial-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* LOGIN SCREEN */
.login-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020617;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.login-box {
  background: linear-gradient(180deg, rgba(6,16,31,0.98), rgba(3,9,20,0.98));
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(0, 247, 255, 0.2);
  text-align: center;
  width: 300px;
}

.login-box input {
  width: 100%;
  margin-top: 10px;
}

.login-box button {
  margin-top: 15px;
  width: 100%;
}

.login-error {
  color: #ff4d4d;
  margin-top: 10px;
}

.proof-stats-section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.proof-stats-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.proof-stat-card {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 9, 20, 0.98));
  border: 1px solid rgba(0, 247, 255, 0.14);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.proof-stat-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #00f7ff;
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.22);
  margin-bottom: 8px;
}

.proof-stat-label {
  display: block;
  color: #dbe6f1;
  font-size: 14px;
  line-height: 1.4;
}

.proof-note {
  margin-top: 12px;
  color: #9fb2c9;
  font-size: 14px;
}

.capability-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.capability-card {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 9, 20, 0.98));
  border: 1px solid rgba(255, 47, 220, 0.16);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 12px rgba(255, 47, 220, 0.08);
}

.capability-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow:
    0 0 10px rgba(255, 47, 220, 0.18),
    0 0 18px rgba(0, 247, 255, 0.08);
}

.capability-label {
  display: block;
  color: #dbe6f1;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .proof-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .proof-stats-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }
}

.mini-proof-strip {
  max-width: 1180px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mini-proof-item {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.96), rgba(3, 9, 20, 0.96));
  border: 1px solid rgba(0, 247, 255, 0.12);
  border-radius: 12px;
  padding: 16px 14px;
  text-align: center;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.mini-proof-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #00f7ff;
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.2);
  margin-bottom: 6px;
}

.mini-proof-label {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #dbe6f1;
}

@media (max-width: 900px) {
  .mini-proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .mini-proof-strip {
    grid-template-columns: 1fr;
  }
}

.response-mini-block {
  max-width: 1180px;
  margin: 0 auto 35px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.response-mini-item {
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.96), rgba(3, 9, 20, 0.96));
  border: 1px solid rgba(255, 47, 220, 0.14);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.response-mini-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.response-mini-text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #dbe6f1;
}

@media (max-width: 900px) {
  .response-mini-block {
    grid-template-columns: 1fr;
  }
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .navbar {
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
    text-align: center;
  }

  .navbar .logo {
    font-size: 24px;
  }

  .navbar a {
    display: inline-block;
    margin: 6px 10px;
    font-size: 15px;
  }

  .hero {
    padding: 56px 18px 40px;
  }

  .hero h1,
  .hero-title {
    font-size: 34px;
    line-height: 1.15;
    max-width: 100%;
  }

  .hero-text {
    font-size: 17px;
    line-height: 1.65;
    max-width: 100%;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.4px;
  }

  .hero-logo {
    width: 180px;
    margin-bottom: 18px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-buttons .button,
  .hero-buttons .button-secondary {
    width: 100%;
    box-sizing: border-box;
  }

  .section {
    padding: 26px 18px 42px;
  }

  .section-heading h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-heading p {
    font-size: 16px;
    line-height: 1.65;
  }

  .card h3,
  .split-card h2,
  .intake-info-panel h2 {
    font-size: 22px;
  }

  .card p,
  .split-card p,
  .feature-list,
  .intake-info-panel p,
  .intake-note-box p,
  .response-mini-text,
  .proof-stat-label,
  .capability-label {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-grid,
  .section-split,
  .steps-grid,
  .testimonial-grid,
  .proof-stats-grid,
  .capability-grid,
  .response-mini-block,
  .mini-proof-strip {
    grid-template-columns: 1fr !important;
  }

  .intake-layout {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .intake-panel,
  .intake-info-panel,
  .intake-form-panel,
  .split-card,
  .card,
  .admin-card,
  .dashboard-card {
    padding: 20px;
  }

  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }

  .callout h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .callout p {
    font-size: 16px;
    line-height: 1.7;
  }

  .footer {
    padding: 24px 16px;
  }

  .footer-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .hero h1,
  .hero-title {
    font-size: 28px;
  }

  .hero-text,
  .section-heading p,
  .card p,
  .split-card p,
  .feature-list,
  .callout p {
    font-size: 15px;
  }

  .section-heading h2,
  .callout h2 {
    font-size: 24px;
  }

  .mini-proof-number,
  .proof-stat-number,
  .capability-number,
  .stat-value {
    font-size: 22px;
  }

  .button,
  button {
    padding: 14px 16px;
  }
}