/* Dating Profile Search — full-width landing & SEO */

.dps-page .landing-wrap {
  max-width: 76rem;
}

.dps-hero-band {
  position: relative;
  padding: 2.5rem 0 3.5rem;
  margin: 0 0 1rem;
}

.dps-hero-band::before {
  content: "";
  position: absolute;
  inset: -2rem -1.5rem 0;
  background:
    radial-gradient(ellipse 55% 50% at 78% 18%, rgba(56, 189, 248, 0.14), transparent 60%),
    radial-gradient(ellipse 40% 35% at 12% 70%, rgba(37, 99, 235, 0.12), transparent 55%);
  pointer-events: none;
  border-radius: 1.25rem;
}

.dps-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .dps-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}

.dps-hero-copy .landing-badge {
  margin-bottom: 1.25rem;
}

.dps-hero-copy .landing-title {
  justify-content: flex-start;
  text-align: left;
  margin: 0 0 1.15rem;
  max-width: none;
  font-size: clamp(2.35rem, 4.8vw, 3.45rem);
}

.dps-hero-copy .landing-lead {
  text-align: left;
  margin: 0;
  max-width: 38rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #9aa8b8;
}

.dps-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
}

.dps-signal {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.55);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.dps-hero-visual {
  position: relative;
  overflow: hidden;
}

.dps-appscan {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
}

.dps-appscan__status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  background: #0b1220;
  color: #e2e8f0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.dps-appscan__live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
  animation: dps-live-pulse 1.8s ease-out infinite;
}

.dps-appscan__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  background: #0b1220;
}

.dps-appscan__app {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 7.25rem;
  border-radius: 1.05rem;
  overflow: hidden;
  animation: dps-app-breathe 3.6s ease-in-out infinite;
}

.dps-appscan__app:nth-child(2) { animation-delay: 0.35s; }
.dps-appscan__app:nth-child(3) { animation-delay: 0.7s; }
.dps-appscan__app:nth-child(4) { animation-delay: 1.05s; }
.dps-appscan__app:nth-child(5) { animation-delay: 1.4s; }
.dps-appscan__app:nth-child(6) { animation-delay: 1.75s; }

.dps-appscan__app span:last-child {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.dps-appscan__logo {
  width: 2.85rem;
  height: 2.85rem;
}

.dps-appscan__ok {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.dps-appscan__app--tinder {
  background: linear-gradient(145deg, #fd267a, #ff6b4a);
  color: #fff;
}

.dps-appscan__app--bumble {
  background: #ffc629;
  color: #141414;
}

.dps-appscan__app--hinge {
  background: #f3f1f0;
  color: #1a1a1a;
}

.dps-appscan__app--okc {
  background: #0500ff;
  color: #fff;
}

.dps-appscan__app--match {
  background: #e91e63;
  color: #fff;
}

.dps-appscan__app--pof {
  background: #ff6b35;
  color: #fff;
}

.dps-appscan__beam {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 2.6rem;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.18) 45%,
    rgba(125, 211, 252, 0.28) 50%,
    rgba(255, 255, 255, 0.12) 55%,
    transparent
  );
  animation: dps-app-scan 3.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  mix-blend-mode: screen;
}

.dps-hero-visual__caption {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: #8b9bb0;
  text-align: center;
}

@keyframes dps-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

@keyframes dps-app-scan {
  0% { transform: translateY(-20%); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translateY(280%); opacity: 0.15; }
}

@keyframes dps-app-breathe {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}

@media (min-width: 960px) {
  .dps-appscan__app {
    min-height: 8.5rem;
  }

  .dps-appscan__logo {
    width: 3.25rem;
    height: 3.25rem;
  }

  .dps-appscan__app span:last-child {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dps-appscan__live,
  .dps-appscan__app,
  .dps-appscan__beam {
    animation: none;
  }
}

.dps-intro-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.85rem;
}

.dps-intro-cta .landing-btn {
  padding: 0.85rem 1.4rem;
}

.dps-intro-cta__note {
  margin: 0;
  font-size: 0.8125rem;
  color: #64748b;
}

.dps-tool-band {
  margin: 0 0 4rem;
  padding: 0 0 1rem;
}

.dps-tool-band__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.dps-tool-band__head h2 {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.dps-tool-band__head p {
  margin: 0;
  font-size: 0.9375rem;
  color: #94a3b8;
}

.dps-seo-wide {
  padding: 0 0 5rem;
}

.dps-section-block {
  margin: 0 0 4.5rem;
}

.dps-section-block__head {
  margin-bottom: 1.75rem;
  max-width: 42rem;
}

.dps-section-block__head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  color: #f1f5f9;
}

.dps-section-block__head p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #94a3b8;
}

.dps-prose {
  columns: 1;
  column-gap: 2.5rem;
}

@media (min-width: 900px) {
  .dps-prose {
    columns: 2;
  }

  .dps-prose--single {
    columns: 1;
    max-width: 48rem;
  }
}

.dps-prose p {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.72;
  color: #b6c2d1;
}

.dps-prose p:last-child {
  margin-bottom: 0;
}

.dps-prose strong {
  color: #e2e8f0;
  font-weight: 600;
}

.dps-steps-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2rem 0 0;
}

@media (min-width: 720px) {
  .dps-steps-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.dps-step-card {
  padding: 1.35rem 1.4rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(10, 16, 26, 0.72);
}

.dps-step-card__num {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #38bdf8;
}

.dps-step-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: #f8fafc;
}

.dps-step-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #94a3b8;
}

.dps-topic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .dps-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dps-topic-card {
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(180deg, rgba(14, 22, 34, 0.85), rgba(8, 12, 20, 0.9));
}

.dps-topic-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.125rem;
  color: #e2e8f0;
}

.dps-topic-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.62;
  color: #94a3b8;
}

.dps-cta-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin: 4rem 0;
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(56, 189, 248, 0.22);
  background:
    linear-gradient(135deg, rgba(14, 28, 42, 0.9), rgba(8, 14, 24, 0.95));
}

@media (min-width: 800px) {
  .dps-cta-panel {
    grid-template-columns: 1fr auto;
    padding: 2.25rem 2.5rem;
  }
}

.dps-cta-panel h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  color: #f8fafc;
}

.dps-cta-panel p {
  margin: 0;
  max-width: 36rem;
  line-height: 1.65;
  color: #94a3b8;
}

.dps-faq-section,
.dps-dyk-section {
  margin: 0 0 4.5rem;
}

.dps-faq-section h2,
.dps-dyk-section h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  letter-spacing: -0.03em;
  color: #f1f5f9;
}

.dps-section-lead {
  margin: 0 0 2rem;
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #94a3b8;
}

.dps-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 900px) {
  .dps-faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1rem;
  }
}

.dps-faq-item {
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 10px;
  background: rgba(8, 14, 22, 0.65);
  overflow: hidden;
}

.dps-faq-item summary {
  padding: 1rem 1.15rem;
  font-weight: 600;
  font-size: 0.975rem;
  color: #e2e8f0;
  cursor: pointer;
  list-style: none;
}

.dps-faq-item summary::-webkit-details-marker {
  display: none;
}

.dps-faq-item summary::after {
  content: "+";
  float: right;
  color: #64748b;
  font-weight: 400;
}

.dps-faq-item[open] summary::after {
  content: "−";
  color: #38bdf8;
}

.dps-faq-item[open] summary {
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.dps-faq-item div {
  padding: 0 1.15rem 1.1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #94a3b8;
}

.dps-dyk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .dps-dyk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .dps-dyk-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dps-dyk-card {
  padding: 1.25rem 1.35rem;
  border-radius: 10px;
  border-left: 3px solid #38bdf8;
  background: rgba(12, 20, 32, 0.75);
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  border-right: 1px solid rgba(148, 163, 184, 0.1);
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.dps-dyk-card__label {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #38bdf8;
}

.dps-dyk-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #b6c2d1;
}

.dps-seo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.dps-seo-nav a {
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  font-size: 0.8125rem;
  color: #94a3b8;
  text-decoration: none;
}

.dps-seo-nav a:hover {
  color: #e2e8f0;
  border-color: rgba(56, 189, 248, 0.35);
}

.dps-page.dps-flow .dps-seo-wide,
.dps-page.dps-flow .dps-hero-band {
  display: none;
}

.dps-page.dps-flow .dps-tool-band__head {
  display: none;
}

.dps-page.dps-flow .dps-tool-band {
  margin-top: 0.5rem;
  padding: 1.35rem 1.15rem 2.5rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(14, 165, 233, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(30, 41, 59, 0.75), rgba(15, 23, 42, 0.55));
  box-shadow: 0 24px 64px -40px rgba(0, 0, 0, 0.55);
}

@media (min-width: 720px) {
  .dps-page.dps-flow .dps-tool-band {
    padding: 1.75rem 1.75rem 3rem;
  }
}
