{"id":125,"date":"2018-11-26T12:45:27","date_gmt":"2018-11-26T12:45:27","guid":{"rendered":"https:\/\/darkwaterstest.online\/index.php\/home\/"},"modified":"2026-02-11T11:36:09","modified_gmt":"2026-02-11T17:36:09","slug":"home","status":"publish","type":"post","link":"https:\/\/darkwaterstest.online\/index.php\/2018\/11\/26\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Dark Waters \u2014 The Truth Lives In The Dark<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700;900&#038;family=Outfit:wght@300;400;500;600;700&#038;family=Lora:ital,wght@0,400;0,600;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ===== RESET & VARIABLES ===== *\/\n*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }\n:root {\n  --bg: #060a08;\n  --bg-card: #0d1610;\n  --bg-surface: #0a100c;\n  --accent: #1BAE70;\n  --accent-dim: rgba(27,174,112,0.12);\n  --accent-glow: rgba(27,174,112,0.35);\n  --text: #e8ede9;\n  --text-body: #c4cfc7;\n  --text-muted: #546158;\n  --border: rgba(27,174,112,0.12);\n  --border-hover: rgba(27,174,112,0.3);\n  --radius: 14px;\n  --transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);\n}\nhtml { scroll-behavior: smooth; }\nbody {\n  background: var(--bg);\n  color: var(--text-body);\n  font-family: 'Outfit', sans-serif;\n  overflow-x: hidden;\n  -webkit-font-smoothing: antialiased;\n}\na { color: var(--accent); text-decoration: none; transition: var(--transition); }\na:hover { color: #5eeaa3; }\nimg { max-width: 100%; display: block; }\n\n\/* ===== UTILITY ===== *\/\n.dw-container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }\n.dw-section { padding: 100px 0; position: relative; }\n.dw-btn {\n  display: inline-flex; align-items: center; gap: 10px;\n  padding: 16px 36px;\n  background: var(--accent);\n  color: #fff; font-family: 'Outfit', sans-serif;\n  font-weight: 700; font-size: 15px;\n  border: none; border-radius: 50px; cursor: pointer;\n  transition: var(--transition);\n  text-decoration: none;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  position: relative; overflow: hidden;\n}\n.dw-btn::before {\n  content: ''; position: absolute; inset: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);\n  opacity: 0; transition: var(--transition);\n}\n.dw-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 0 40px var(--accent-glow), 0 15px 40px rgba(0,0,0,0.4);\n  color: #fff;\n}\n.dw-btn:hover::before { opacity: 1; }\n.dw-btn-outline {\n  background: transparent;\n  border: 1px solid var(--border-hover);\n  color: var(--text);\n}\n.dw-btn-outline:hover {\n  background: var(--accent-dim);\n  border-color: var(--accent);\n  color: #fff;\n}\n\n\/* ===== HERO ===== *\/\n.dw-hero {\n  min-height: 100vh;\n  display: flex; align-items: center; justify-content: center;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  padding: 120px 24px 80px;\n  \/* HERO BACKGROUND \u2014 Replace the URL below with your Midjourney image once uploaded *\/\n  background: url('https:\/\/darkwaterstest.online\/wp-content\/uploads\/2023\/03\/cropped-Dark_waters_african_American_business_man_in_suit_walking_out_i_2e3fd050-dfdf-46bf-9c58-67a28cda8547.png') center center \/ cover no-repeat;\n}\n.dw-hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse at 20% 50%, rgba(27,174,112,0.08) 0%, transparent 60%),\n    radial-gradient(ellipse at 80% 20%, rgba(27,174,112,0.05) 0%, transparent 50%),\n    radial-gradient(ellipse at 50% 100%, rgba(0,0,0,0.8) 0%, transparent 60%),\n    linear-gradient(to bottom, rgba(6,10,8,0.7) 0%, rgba(6,10,8,0.5) 50%, rgba(6,10,8,0.9) 100%);\n  pointer-events: none; z-index: 1;\n}\n\/* Animated grain texture *\/\n.dw-hero::after {\n  content: ''; position: absolute; inset: -50%;\n  background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'\/%3E%3C\/svg%3E\");\n  background-size: 200px; pointer-events: none; z-index: 1;\n  animation: grain 8s steps(10) infinite;\n}\n@keyframes grain {\n  0%, 100% { transform: translate(0,0); }\n  10% { transform: translate(-5%,-10%); }\n  30% { transform: translate(3%,-15%); }\n  50% { transform: translate(12%,9%); }\n  70% { transform: translate(9%,4%); }\n  90% { transform: translate(-1%,7%); }\n}\n.dw-hero-content { position: relative; z-index: 2; max-width: 800px; }\n\n\/* Glowing orb behind the text *\/\n.dw-hero-orb {\n  position: absolute;\n  width: 500px; height: 500px;\n  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);\n  border-radius: 50%;\n  top: 50%; left: 50%; transform: translate(-50%, -50%);\n  filter: blur(100px);\n  opacity: 0.3;\n  animation: orbPulse 6s ease-in-out infinite;\n  z-index: 0;\n}\n@keyframes orbPulse {\n  0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(1); }\n  50% { opacity: 0.4; transform: translate(-50%, -50%) scale(1.15); }\n}\n\n.dw-hero-badge {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-size: 12px; font-weight: 600;\n  color: var(--accent);\n  text-transform: uppercase; letter-spacing: 3px;\n  margin-bottom: 28px;\n  animation: fadeUp 0.8s ease both;\n}\n.dw-hero-badge::before, .dw-hero-badge::after {\n  content: ''; width: 30px; height: 1px;\n  background: var(--accent);\n}\n.dw-hero h1 {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(38px, 6vw, 72px);\n  font-weight: 900; color: var(--text);\n  line-height: 1.1; letter-spacing: 2px;\n  margin-bottom: 24px;\n  animation: fadeUp 0.8s ease 0.1s both;\n}\n.dw-hero h1 span { color: var(--accent); }\n.dw-hero-sub {\n  font-family: 'Lora', serif;\n  font-size: clamp(16px, 2vw, 20px);\n  color: var(--text-body);\n  line-height: 1.7;\n  max-width: 580px; margin: 0 auto 40px;\n  animation: fadeUp 0.8s ease 0.2s both;\n}\n.dw-hero-actions {\n  display: flex; gap: 16px;\n  justify-content: center; flex-wrap: wrap;\n  animation: fadeUp 0.8s ease 0.3s both;\n}\n.dw-hero-stats {\n  display: flex; gap: 48px;\n  justify-content: center; flex-wrap: wrap;\n  margin-top: 60px;\n  animation: fadeUp 0.8s ease 0.4s both;\n}\n.dw-hero-stat { text-align: center; }\n.dw-hero-stat-num {\n  font-family: 'Cinzel', serif; font-size: 32px;\n  font-weight: 900; color: var(--accent);\n  line-height: 1;\n}\n.dw-hero-stat-label {\n  font-size: 13px; color: var(--text-muted);\n  margin-top: 6px; text-transform: uppercase;\n  letter-spacing: 1.5px;\n}\n\n\/* Scroll indicator *\/\n.dw-scroll-hint {\n  position: absolute; bottom: 30px;\n  left: 50%; transform: translateX(-50%);\n  z-index: 2; text-align: center;\n  animation: fadeUp 1s ease 0.6s both;\n}\n.dw-scroll-hint span {\n  font-size: 11px; color: var(--text-muted);\n  text-transform: uppercase; letter-spacing: 2px;\n  display: block; margin-bottom: 8px;\n}\n.dw-scroll-arrow {\n  width: 24px; height: 24px; margin: 0 auto;\n  border-right: 2px solid var(--accent);\n  border-bottom: 2px solid var(--accent);\n  transform: rotate(45deg);\n  animation: scrollBounce 2s ease-in-out infinite;\n}\n@keyframes scrollBounce {\n  0%, 100% { transform: rotate(45deg) translate(0,0); opacity: 0.5; }\n  50% { transform: rotate(45deg) translate(5px,5px); opacity: 1; }\n}\n\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* ===== CONTENT PREVIEW SECTION ===== *\/\n.dw-preview { background: var(--bg); overflow: hidden; }\n.dw-preview-header { text-align: center; margin-bottom: 56px; }\n.dw-section-tag {\n  font-size: 12px; font-weight: 600;\n  color: var(--accent); text-transform: uppercase;\n  letter-spacing: 3px; margin-bottom: 16px;\n}\n.dw-section-title {\n  font-family: 'Cinzel', serif; font-size: clamp(26px, 3.5vw, 40px);\n  font-weight: 900; color: var(--text);\n  line-height: 1.2; margin-bottom: 16px;\n}\n.dw-section-sub {\n  font-family: 'Lora', serif; font-size: 17px;\n  color: var(--text-muted); max-width: 540px;\n  margin: 0 auto; line-height: 1.7;\n}\n\n\/* Content cards grid *\/\n.dw-content-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n  gap: 20px;\n}\n.dw-content-card {\n  position: relative; border-radius: var(--radius);\n  overflow: hidden; border: 1px solid var(--border);\n  background: var(--bg-card);\n  transition: var(--transition);\n  cursor: pointer;\n}\n.dw-content-card:hover {\n  border-color: var(--accent);\n  transform: translateY(-6px);\n  box-shadow: 0 0 25px rgba(27,174,112,0.15), 0 20px 50px rgba(0,0,0,0.4);\n}\n.dw-content-card-img {\n  position: relative; overflow: hidden;\n  aspect-ratio: 16\/10;\n}\n.dw-content-card-img img {\n  width: 100%; height: 100%; object-fit: cover;\n  transition: transform 0.6s ease, filter 0.5s ease;\n}\n.dw-content-card:hover .dw-content-card-img img {\n  transform: scale(1.1);\n  filter: brightness(1.15);\n}\n\/* Lock overlay *\/\n.dw-lock-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(to top, rgba(6,10,8,0.9) 0%, rgba(6,10,8,0.3) 50%, transparent 100%);\n  display: flex; flex-direction: column;\n  align-items: center; justify-content: flex-end;\n  padding: 20px;\n}\n.dw-lock-icon {\n  width: 40px; height: 40px;\n  background: rgba(27,174,112,0.9);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 16px; color: #fff;\n  position: absolute; top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  box-shadow: 0 0 30px var(--accent-glow);\n  opacity: 0;\n  transition: var(--transition);\n}\n.dw-content-card:hover .dw-lock-icon { opacity: 1; }\n.dw-content-card-cat {\n  font-size: 10px; font-weight: 700;\n  color: var(--accent); text-transform: uppercase;\n  letter-spacing: 2px; margin-bottom: 4px;\n  align-self: flex-start;\n}\n.dw-content-card-title {\n  font-family: 'Cinzel', serif; font-size: 15px;\n  font-weight: 700; color: var(--text);\n  line-height: 1.3; align-self: flex-start;\n}\n.dw-members-badge {\n  display: inline-flex; align-items: center; gap: 5px;\n  font-size: 10px; font-weight: 600;\n  color: var(--accent); background: var(--accent-dim);\n  padding: 4px 10px; border-radius: 20px;\n  margin-top: 8px; align-self: flex-start;\n  border: 1px solid var(--border);\n}\n\n\/* ===== CREDIBILITY BAR ===== *\/\n.dw-credibility {\n  background: var(--bg-surface);\n  border-top: 1px solid var(--border);\n  border-bottom: 1px solid var(--border);\n  padding: 60px 0;\n  text-align: center;\n}\n.dw-credibility-label {\n  font-size: 12px; font-weight: 600; color: var(--text-muted);\n  text-transform: uppercase; letter-spacing: 3px;\n  margin-bottom: 36px;\n}\n.dw-credibility-logos {\n  display: flex; align-items: center;\n  justify-content: center; gap: 48px;\n  flex-wrap: wrap;\n}\n.dw-cred-item {\n  text-align: center; max-width: 240px;\n}\n.dw-cred-item img {\n  width: 200px; height: 140px; object-fit: contain;\n  border-radius: 12px; margin: 0 auto 16px;\n  filter: grayscale(30%);\n  transition: var(--transition);\n}\n.dw-cred-item:hover img { filter: grayscale(0%); transform: scale(1.05); }\n.dw-cred-item-name {\n  font-family: 'Cinzel', serif; font-size: 16px;\n  font-weight: 700; color: var(--text);\n  letter-spacing: 0.5px;\n}\n\n\/* ===== BENEFITS SECTION ===== *\/\n.dw-benefits { background: var(--bg); }\n.dw-benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n  gap: 24px;\n  margin-top: 56px;\n}\n.dw-benefit-card {\n  background: var(--bg-card);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  padding: 36px 28px;\n  transition: var(--transition);\n  position: relative; overflow: hidden;\n}\n.dw-benefit-card::before {\n  content: ''; position: absolute;\n  top: 0; left: 0; right: 0; height: 3px;\n  background: linear-gradient(90deg, transparent, var(--accent), transparent);\n  opacity: 0; transition: var(--transition);\n}\n.dw-benefit-card:hover {\n  border-color: var(--border-hover);\n  transform: translateY(-4px);\n  box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n}\n.dw-benefit-card:hover::before { opacity: 1; }\n.dw-benefit-icon {\n  width: 72px; height: 72px;\n  background: var(--accent-dim);\n  border: 1px solid var(--border);\n  border-radius: 16px;\n  display: flex; align-items: center; justify-content: center;\n  margin-bottom: 24px;\n  transition: var(--transition);\n  overflow: hidden;\n}\n.dw-benefit-icon svg {\n  width: 34px; height: 34px;\n  stroke: var(--accent);\n  fill: none;\n  stroke-width: 1.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.dw-benefit-icon img {\n  width: 100%; height: 100%; object-fit: cover;\n  border-radius: 16px;\n}\n.dw-benefit-card:hover .dw-benefit-icon {\n  background: rgba(27,174,112,0.2);\n  border-color: var(--accent);\n  box-shadow: 0 0 25px var(--accent-glow);\n}\n.dw-benefit-title {\n  font-family: 'Cinzel', serif; font-size: 17px;\n  font-weight: 700; color: var(--text);\n  margin-bottom: 10px;\n}\n.dw-benefit-text {\n  font-size: 15px; color: var(--text-muted);\n  line-height: 1.7;\n}\n\n\/* ===== QUOTE \/ SCRIPTURE ===== *\/\n.dw-scripture {\n  padding: 80px 24px;\n  text-align: center;\n  position: relative;\n  background: var(--bg-surface);\n  border-top: 1px solid var(--border);\n  border-bottom: 1px solid var(--border);\n}\n.dw-scripture::before {\n  content: '\"'; position: absolute;\n  top: -30px; left: 50%; transform: translateX(-50%);\n  font-family: 'Cinzel', serif; font-size: 160px;\n  color: var(--accent); opacity: 0.08;\n  line-height: 1; pointer-events: none;\n}\n.dw-scripture-text {\n  font-family: 'Lora', serif; font-style: italic;\n  font-size: clamp(20px, 3vw, 28px);\n  color: var(--text); line-height: 1.6;\n  max-width: 700px; margin: 0 auto 16px;\n}\n.dw-scripture-ref {\n  font-family: 'Cinzel', serif; font-size: 14px;\n  font-weight: 700; color: var(--accent);\n  letter-spacing: 2px; text-transform: uppercase;\n}\n\n\/* ===== TESTIMONIALS ===== *\/\n.dw-testimonials { background: var(--bg); }\n.dw-testimonials-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 24px; margin-top: 56px;\n}\n.dw-testimonial {\n  background: var(--bg-card);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  padding: 32px;\n  position: relative;\n  transition: var(--transition);\n}\n.dw-testimonial:hover {\n  border-color: var(--border-hover);\n  transform: translateY(-3px);\n}\n.dw-testimonial-stars {\n  color: var(--accent); font-size: 14px;\n  letter-spacing: 2px; margin-bottom: 16px;\n}\n.dw-testimonial-text {\n  font-family: 'Lora', serif; font-style: italic;\n  font-size: 16px; color: var(--text-body);\n  line-height: 1.8; margin-bottom: 20px;\n}\n.dw-testimonial-author {\n  display: flex; align-items: center; gap: 12px;\n}\n.dw-testimonial-avatar {\n  width: 40px; height: 40px;\n  background: var(--accent-dim);\n  border: 1px solid var(--border);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-family: 'Cinzel', serif; font-size: 15px;\n  font-weight: 700; color: var(--accent);\n}\n.dw-testimonial-name {\n  font-family: 'Outfit', sans-serif; font-size: 14px;\n  font-weight: 600; color: var(--text);\n}\n.dw-testimonial-role {\n  font-size: 12px; color: var(--text-muted);\n}\n\n\/* ===== PATHS PREVIEW ===== *\/\n.dw-paths { background: var(--bg-surface); border-top: 1px solid var(--border); }\n.dw-paths-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px; margin-top: 56px;\n}\n.dw-path-card {\n  text-align: center; padding: 48px 28px;\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  background: var(--bg-card);\n  transition: var(--transition);\n  position: relative; overflow: hidden;\n}\n.dw-path-card:hover {\n  border-color: var(--border-hover);\n  transform: translateY(-6px);\n  box-shadow: 0 20px 50px rgba(0,0,0,0.3);\n}\n.dw-path-pill {\n  width: 80px; height: 80px;\n  border-radius: 50%; margin: 0 auto 20px;\n  display: flex; align-items: center; justify-content: center;\n  overflow: hidden;\n  box-shadow: 0 0 30px rgba(0,0,0,0.3);\n}\n.dw-path-pill img {\n  width: 100%; height: 100%; object-fit: cover;\n  border-radius: 50%;\n}\n.dw-path-pill-green { box-shadow: 0 0 35px rgba(27,174,112,0.4); border: 2px solid rgba(27,174,112,0.3); }\n.dw-path-pill-red { box-shadow: 0 0 35px rgba(212,63,63,0.4); border: 2px solid rgba(212,63,63,0.3); }\n.dw-path-pill-black { box-shadow: 0 0 35px rgba(107,33,168,0.4); border: 2px solid rgba(107,33,168,0.3); }\n.dw-path-name {\n  font-family: 'Cinzel', serif; font-size: 20px;\n  font-weight: 900; color: var(--text);\n  margin-bottom: 6px;\n}\n.dw-path-subtitle {\n  font-size: 13px; color: var(--accent);\n  text-transform: uppercase; letter-spacing: 2px;\n  font-weight: 600; margin-bottom: 14px;\n}\n.dw-path-desc {\n  font-size: 15px; color: var(--text-muted);\n  line-height: 1.7;\n}\n\n\/* ===== FINAL CTA ===== *\/\n.dw-final-cta {\n  padding: 120px 24px;\n  text-align: center;\n  position: relative; overflow: hidden;\n  background: var(--bg);\n}\n.dw-final-cta::before {\n  content: ''; position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse at 50% 0%, rgba(27,174,112,0.1) 0%, transparent 60%),\n    radial-gradient(ellipse at 50% 100%, rgba(27,174,112,0.08) 0%, transparent 50%);\n  pointer-events: none;\n}\n.dw-final-cta-content { position: relative; z-index: 1; }\n.dw-final-cta h2 {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(30px, 4vw, 48px);\n  font-weight: 900; color: var(--text);\n  line-height: 1.2; margin-bottom: 20px;\n}\n.dw-final-cta h2 span { color: var(--accent); }\n.dw-final-cta-sub {\n  font-family: 'Lora', serif; font-size: 18px;\n  color: var(--text-body); max-width: 520px;\n  margin: 0 auto 40px; line-height: 1.7;\n}\n.dw-price-tag {\n  display: inline-flex; align-items: baseline; gap: 4px;\n  margin-bottom: 32px;\n}\n.dw-price-amount {\n  font-family: 'Cinzel', serif; font-size: 48px;\n  font-weight: 900; color: var(--accent);\n}\n.dw-price-period {\n  font-size: 16px; color: var(--text-muted);\n}\n.dw-guarantee {\n  font-size: 13px; color: var(--text-muted);\n  margin-top: 20px;\n}\n.dw-guarantee svg {\n  vertical-align: middle; margin-right: 6px;\n}\n\n\/* ===== FOOTER NOTE ===== *\/\n.dw-footer-note {\n  text-align: center; padding: 40px 24px;\n  border-top: 1px solid var(--border);\n  font-size: 13px; color: var(--text-muted);\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 768px) {\n  .dw-section { padding: 70px 0; }\n  .dw-hero { min-height: 90vh; padding: 100px 20px 60px; }\n  .dw-hero-stats { gap: 32px; }\n  .dw-paths-grid { grid-template-columns: 1fr; }\n  .dw-credibility-logos { gap: 24px; }\n  .dw-content-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }\n  .dw-testimonials-grid { grid-template-columns: 1fr; }\n  .dw-benefits-grid { grid-template-columns: 1fr; }\n}\n@media (max-width: 480px) {\n  .dw-content-grid { grid-template-columns: 1fr; }\n  .dw-hero-stats { flex-direction: column; gap: 20px; }\n}\n\n\/* ===== SCROLL ANIMATIONS ===== *\/\n.dw-reveal {\n  opacity: 0; transform: translateY(30px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.dw-reveal.dw-visible {\n  opacity: 1; transform: translateY(0);\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- ===== HERO SECTION ===== -->\n<section class=\"dw-hero\">\n  <div class=\"dw-hero-orb\"><\/div>\n  <div class=\"dw-hero-content\">\n    <div class=\"dw-hero-badge\">Est. 2018 \u2014 New Orleans<\/div>\n    <h1>THE TRUTH LIVES<br>IN THE <span>DARK<\/span><\/h1>\n    <p class=\"dw-hero-sub\">\n      Exclusive paranormal encounters, spiritual warfare, and stories so real they&#8217;ll keep you up at night. Carefully vetted. Masterfully told.\n    <\/p>\n    <div class=\"dw-hero-actions\">\n      <a href=\"https:\/\/darkwaterstest.online\/index.php\/plans\/dark-waters-membership\/\" class=\"dw-btn\">\n        Become A Member \u2192\n      <\/a>\n      <a href=\"https:\/\/darkwaterstest.online\/index.php\/login-2\/\" class=\"dw-btn dw-btn-outline\">\n        Member Login\n      <\/a>\n    <\/div>\n    <div class=\"dw-hero-stats\">\n      <div class=\"dw-hero-stat\">\n        <div class=\"dw-hero-stat-num\">565K+<\/div>\n        <div class=\"dw-hero-stat-label\">Subscribers<\/div>\n      <\/div>\n      <div class=\"dw-hero-stat\">\n        <div class=\"dw-hero-stat-num\">500+<\/div>\n        <div class=\"dw-hero-stat-label\">Exclusive Stories<\/div>\n      <\/div>\n      <div class=\"dw-hero-stat\">\n        <div class=\"dw-hero-stat-num\">7+<\/div>\n        <div class=\"dw-hero-stat-label\">Years Running<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n<!-- ===== CONTENT PREVIEW ===== -->\n<section class=\"dw-section dw-preview\">\n  <div class=\"dw-container\">\n    <div class=\"dw-preview-header dw-reveal\">\n      <div class=\"dw-section-tag\">Members Only Content<\/div>\n      <h2 class=\"dw-section-title\">See What You&#8217;re Missing<\/h2>\n      <p class=\"dw-section-sub\">Over 500 exclusive stories you won&#8217;t find on YouTube. Here&#8217;s just a taste.<\/p>\n    <\/div>\n    <div class=\"dw-content-grid\">\n      <!-- Card 1 -->\n      <div class=\"dw-content-card dw-reveal\">\n        <div class=\"dw-content-card-img\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/nothingmore_bigfoot_in_the_style_of_T-shirt_design_-ar_813_-v_228820f1-27d6-4a17-a83c-d5e28ed3a7a8-scaled.png\" alt=\"Bigfoot Stories\">\n          <div class=\"dw-lock-overlay\">\n            <div class=\"dw-lock-icon\">\ud83d\udd12<\/div>\n            <span class=\"dw-content-card-cat\">Bigfoot<\/span>\n            <span class=\"dw-content-card-title\">Bigfoot Stories Collection<\/span>\n            <span class=\"dw-members-badge\">\ud83d\udd12 Members Only<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <!-- Card 2 -->\n      <div class=\"dw-content-card dw-reveal\">\n        <div class=\"dw-content-card-img\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/obie13978_Dark_Horror_Werewolf_Catchy_thumbnail_for_youtube_vid_9fbebf77-8124-479c-81ec-20e0b9ad4150.png\" alt=\"Dogman Stories\">\n          <div class=\"dw-lock-overlay\">\n            <div class=\"dw-lock-icon\">\ud83d\udd12<\/div>\n            <span class=\"dw-content-card-cat\">Dogman<\/span>\n            <span class=\"dw-content-card-title\">Dogman Encounters<\/span>\n            <span class=\"dw-members-badge\">\ud83d\udd12 Members Only<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <!-- Card 3 -->\n      <div class=\"dw-content-card dw-reveal\">\n        <div class=\"dw-content-card-img\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/ro8t_Centered_symmetrical_minimalist_ghost_character_in_a_sleek_c7f85c3c-0f2d-4821-90c5-21f319540bf4.png\" alt=\"Ghost Stories\">\n          <div class=\"dw-lock-overlay\">\n            <div class=\"dw-lock-icon\">\ud83d\udd12<\/div>\n            <span class=\"dw-content-card-cat\">Paranormal<\/span>\n            <span class=\"dw-content-card-title\">Ghost Stories Archive<\/span>\n            <span class=\"dw-members-badge\">\ud83d\udd12 Members Only<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <!-- Card 4 -->\n      <div class=\"dw-content-card dw-reveal\">\n        <div class=\"dw-content-card-img\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/papa_watchdog_90s_cartoon_image_of_A_younger_Ice_Cube_and_a_you_293f0456-edc2-416b-a0b1-957983de519c.png\" alt=\"Tales From Da Hood\">\n          <div class=\"dw-lock-overlay\">\n            <div class=\"dw-lock-icon\">\ud83d\udd12<\/div>\n            <span class=\"dw-content-card-cat\">Urban<\/span>\n            <span class=\"dw-content-card-title\">Tales From Da Hood<\/span>\n            <span class=\"dw-members-badge\">\ud83d\udd12 Members Only<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <!-- Card 5 -->\n      <div class=\"dw-content-card dw-reveal\">\n        <div class=\"dw-content-card-img\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/tanyamirza_Record_jacket_design_-v_7_69af622d-2203-46de-a629-2082db2496fc.png\" alt=\"Full Albums\">\n          <div class=\"dw-lock-overlay\">\n            <div class=\"dw-lock-icon\">\ud83d\udd12<\/div>\n            <span class=\"dw-content-card-cat\">Albums<\/span>\n            <span class=\"dw-content-card-title\">Full Story Albums<\/span>\n            <span class=\"dw-members-badge\">\ud83d\udd12 Members Only<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <!-- Card 6 -->\n      <div class=\"dw-content-card dw-reveal\">\n        <div class=\"dw-content-card-img\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/galacticinvader_a_glowing_ON_AIR_sign_retro-futuristic_style_ne_025a7a67-2c7d-41e8-8c65-00f4ccd797e0-scaled.png\" alt=\"Interviews\">\n          <div class=\"dw-lock-overlay\">\n            <div class=\"dw-lock-icon\">\ud83d\udd12<\/div>\n            <span class=\"dw-content-card-cat\">Interviews<\/span>\n            <span class=\"dw-content-card-title\">Exclusive Interviews<\/span>\n            <span class=\"dw-members-badge\">\ud83d\udd12 Members Only<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div style=\"text-align:center; margin-top:48px;\" class=\"dw-reveal\">\n      <a href=\"https:\/\/darkwaterstest.online\/index.php\/plans\/dark-waters-membership\/\" class=\"dw-btn\">\n        Unlock All Content \u2192\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== CREDIBILITY BAR ===== -->\n<section class=\"dw-credibility dw-reveal\">\n  <div class=\"dw-container\">\n    <div class=\"dw-credibility-label\">As Heard On<\/div>\n    <div class=\"dw-credibility-logos\">\n      <div class=\"dw-cred-item\">\n        <img decoding=\"async\" src=\"https:\/\/darkwaterstest.online\/wp-content\/uploads\/2022\/07\/coast-to-coast.jpg\" alt=\"Coast To Coast AM\">\n        <div class=\"dw-cred-item-name\">Coast To Coast AM<\/div>\n      <\/div>\n      <div class=\"dw-cred-item\">\n        <img decoding=\"async\" src=\"https:\/\/darkwaterstest.online\/wp-content\/uploads\/2022\/07\/sasquatch-chronicles.jpg\" alt=\"Sasquatch Chronicles\">\n        <div class=\"dw-cred-item-name\">Sasquatch Chronicles<\/div>\n      <\/div>\n      <div class=\"dw-cred-item\">\n        <img decoding=\"async\" src=\"https:\/\/darkwaterstest.online\/wp-content\/uploads\/2022\/07\/confessionals.jpg\" alt=\"The Confessionals\">\n        <div class=\"dw-cred-item-name\">The Confessionals<\/div>\n      <\/div>\n      <div class=\"dw-cred-item\">\n        <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/infowars-logo-png_seeklogo-492791.webp\" alt=\"Infowars\">\n        <div class=\"dw-cred-item-name\">Infowars<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== SCRIPTURE ===== -->\n<section class=\"dw-scripture dw-reveal\">\n  <div class=\"dw-container\">\n    <p class=\"dw-scripture-text\">He discovereth deep things out of darkness, and bringeth out to light the shadow of death.<\/p>\n    <span class=\"dw-scripture-ref\">\u2014 Job 12:22<\/span>\n  <\/div>\n<\/section>\n\n<!-- ===== THREE PATHS ===== -->\n<section class=\"dw-section dw-paths\">\n  <div class=\"dw-container\">\n    <div style=\"text-align:center; margin-bottom:56px;\" class=\"dw-reveal\">\n      <div class=\"dw-section-tag\">Choose Your Path<\/div>\n      <h2 class=\"dw-section-title\">Three Doorways. One Truth.<\/h2>\n      <p class=\"dw-section-sub\">Every member chooses their path. Which truth calls to you?<\/p>\n    <\/div>\n    <div class=\"dw-paths-grid\">\n      <div class=\"dw-path-card dw-reveal\">\n        <div class=\"dw-path-pill dw-path-pill-green\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/darkwatersnola_A_glowing_emerald_green_pill_floating_in_darkn_68481434-6e86-4d14-ae25-82c94c1da1d6_1.png\" alt=\"Green Pill\">\n        <\/div>\n        <h3 class=\"dw-path-name\">Green Pill<\/h3>\n        <div class=\"dw-path-subtitle\">The Unknown<\/div>\n        <p class=\"dw-path-desc\">Enter the shadows. Cryptid encounters, paranormal investigations, and mysteries that defy explanation.<\/p>\n      <\/div>\n      <div class=\"dw-path-card dw-reveal\">\n        <div class=\"dw-path-pill dw-path-pill-red\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/darkwatersnola_A_glowing_crimson_red_pill_floating_in_darknes_2f02fbe3-cc54-4e81-98d2-4f1b8221a95d_2.png\" alt=\"Red Pill\">\n        <\/div>\n        <h3 class=\"dw-path-name\">Red Pill<\/h3>\n        <div class=\"dw-path-subtitle\">The Awakening<\/div>\n        <p class=\"dw-path-desc\">Wake up. Politics, culture war, and the forces quietly shaping your world while you sleep.<\/p>\n      <\/div>\n      <div class=\"dw-path-card dw-reveal\">\n        <div class=\"dw-path-pill dw-path-pill-black\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/darkwatersnola_A_glowing_deep_purple_and_black_pill_floating__9d304890-ec4f-4581-b2a2-1b04cb7ee126_2.png\" alt=\"Black Pill\">\n        <\/div>\n        <h3 class=\"dw-path-name\">Black Pill<\/h3>\n        <div class=\"dw-path-subtitle\">The Spirit<\/div>\n        <p class=\"dw-path-desc\">Go deeper. Spiritual warfare, biblical truth, and the divine battle unfolding in the unseen realm.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== BENEFITS ===== -->\n<section class=\"dw-section dw-benefits\">\n  <div class=\"dw-container\">\n    <div style=\"text-align:center;\" class=\"dw-reveal\">\n      <div class=\"dw-section-tag\">Membership Benefits<\/div>\n      <h2 class=\"dw-section-title\">What You Get Inside<\/h2>\n    <\/div>\n    <div class=\"dw-benefits-grid\">\n      <div class=\"dw-benefit-card dw-reveal\">\n        <div class=\"dw-benefit-icon\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2023\/06\/Dark_waters_Portrait8k__photorealism_funky_monkey_bcd59ebd-6f96-47a7-95b7-38620c0813ff.png\" alt=\"Exclusive Stories\">\n        <\/div>\n        <h3 class=\"dw-benefit-title\">500+ Exclusive Stories<\/h3>\n        <p class=\"dw-benefit-text\">Encounters, investigations, and narratives you&#8217;ll never find on YouTube. New content added regularly.<\/p>\n      <\/div>\n      <div class=\"dw-benefit-card dw-reveal\">\n        <div class=\"dw-benefit-icon\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/darkwatersnola_members_only_sign_-v_7_a93d29bb-59f7-42ac-9921-d566cd5c5db6_1.png\" alt=\"Live Streams\">\n        <\/div>\n        <h3 class=\"dw-benefit-title\">Private Live Streams<\/h3>\n        <p class=\"dw-benefit-text\">Members-only call-in streams. Ask questions, discuss encounters, and connect directly.<\/p>\n      <\/div>\n      <div class=\"dw-benefit-card dw-reveal\">\n        <div class=\"dw-benefit-icon\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/taigatadajinn_Design_a_logo_Composed_of_the_letter_Speak_Combin_03c3862e-d6ec-4a17-b4ad-63aea62f12d6.png\" alt=\"Interviews\">\n        <\/div>\n        <h3 class=\"dw-benefit-title\">Exclusive Interviews<\/h3>\n        <p class=\"dw-benefit-text\">One-on-one conversations with eyewitnesses and researchers who&#8217;ve experienced the unexplainable.<\/p>\n      <\/div>\n      <div class=\"dw-benefit-card dw-reveal\">\n        <div class=\"dw-benefit-icon\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/Portada-Novela-Misterio-Marron-Beige.jpg\" alt=\"Books\">\n        <\/div>\n        <h3 class=\"dw-benefit-title\">Free Books &#038; Comics<\/h3>\n        <p class=\"dw-benefit-text\">Digital access to all DarkWaters books and comics \u2014 including the spiritual warfare guide.<\/p>\n      <\/div>\n      <div class=\"dw-benefit-card dw-reveal\">\n        <div class=\"dw-benefit-icon\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2023\/06\/Dark_waters_NOBEBO_PILL_bcb6c78a-29cc-4bf7-baeb-13b7574263a5.png\" alt=\"Albums\">\n        <\/div>\n        <h3 class=\"dw-benefit-title\">Full Story Albums<\/h3>\n        <p class=\"dw-benefit-text\">Curated binge-worthy collections. Hit play and let the darkness take you on a journey.<\/p>\n      <\/div>\n      <div class=\"dw-benefit-card dw-reveal\">\n        <div class=\"dw-benefit-icon\">\n          <img decoding=\"async\" src=\"http:\/\/darkwaterstest.online\/wp-content\/uploads\/2026\/02\/pinoai707_Realistic_digital_painting_of_a_handsome_muscular_Sai_2307967e-121a-48d7-b8bb-144d68077a74.png\" alt=\"Spiritual Warfare\">\n        <\/div>\n        <h3 class=\"dw-benefit-title\">Spiritual Warfare Lessons<\/h3>\n        <p class=\"dw-benefit-text\">Deep biblical teaching on the unseen battle \u2014 equipping you with knowledge to stand firm in the spirit.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== TESTIMONIALS ===== -->\n<section class=\"dw-section dw-testimonials\">\n  <div class=\"dw-container\">\n    <div style=\"text-align:center; margin-bottom:56px;\" class=\"dw-reveal\">\n      <div class=\"dw-section-tag\">From Our Members<\/div>\n      <h2 class=\"dw-section-title\">What The Community Says<\/h2>\n    <\/div>\n    <div class=\"dw-testimonials-grid\">\n      <div class=\"dw-testimonial dw-reveal\">\n        <div class=\"dw-testimonial-stars\">\u2605 \u2605 \u2605 \u2605 \u2605<\/div>\n        <p class=\"dw-testimonial-text\">&#8220;You Sir are a master story teller mixed with &#8216;Southern realism&#8217;. Glad to be back.&#8221;<\/p>\n        <div class=\"dw-testimonial-author\">\n          <div class=\"dw-testimonial-avatar\">D<\/div>\n          <div>\n            <div class=\"dw-testimonial-name\">David C.<\/div>\n            <div class=\"dw-testimonial-role\">Returning Member<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"dw-testimonial dw-reveal\">\n        <div class=\"dw-testimonial-stars\">\u2605 \u2605 \u2605 \u2605 \u2605<\/div>\n        <p class=\"dw-testimonial-text\">&#8220;Is there a way to play stories consecutively? I like to listen as I lay down at night.&#8221;<\/p>\n        <div class=\"dw-testimonial-author\">\n          <div class=\"dw-testimonial-avatar\">D<\/div>\n          <div>\n            <div class=\"dw-testimonial-name\">David C.<\/div>\n            <div class=\"dw-testimonial-role\">Active Member<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"dw-testimonial dw-reveal\">\n        <div class=\"dw-testimonial-stars\">\u2605 \u2605 \u2605 \u2605 \u2605<\/div>\n        <p class=\"dw-testimonial-text\">&#8220;You are helping your spiritual life more than that money could spending most anywhere else.&#8221;<\/p>\n        <div class=\"dw-testimonial-author\">\n          <div class=\"dw-testimonial-avatar\">M<\/div>\n          <div>\n            <div class=\"dw-testimonial-name\">Marques B.<\/div>\n            <div class=\"dw-testimonial-role\">Active Member<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== FINAL CTA ===== -->\n<section class=\"dw-final-cta\">\n  <div class=\"dw-final-cta-content dw-reveal\">\n    <h2>Ready To Go <span>Deeper<\/span>?<\/h2>\n    <p class=\"dw-final-cta-sub\">\n      Join the DarkWaters family. Get instant access to 500+ exclusive stories, live streams, interviews, books, and a community that seeks the truth.\n    <\/p>\n    <a href=\"https:\/\/darkwaterstest.online\/index.php\/plans\/dark-waters-membership\/\" class=\"dw-btn\" style=\"font-size:17px; padding:18px 48px;\">\n      Become A Member Today \u2192\n    <\/a>\n    <p class=\"dw-guarantee\">\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1BAE70\" stroke-width=\"2\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n      Secure checkout \u00b7 Cancel anytime \u00b7 Instant access\n    <\/p>\n  <\/div>\n<\/section>\n\n<div class=\"dw-footer-note\">\n  \u00a9 2026 Dark Waters Entertainment \u00b7 New Orleans, LA\n<\/div>\n\n<!-- ===== SCROLL REVEAL SCRIPT ===== -->\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n  const reveals = document.querySelectorAll('.dw-reveal');\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('dw-visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });\n  reveals.forEach(el => observer.observe(el));\n});\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Dark Waters \u2014 The Truth Lives In The Dark Est. 2018 \u2014 New Orleans THE TRUTH LIVESIN THE DARK Exclusive paranormal encounters, spiritual warfare, and stories so real they&#8217;ll keep you up at night. Carefully vetted. Masterfully told. Become A Member \u2192 Member Login 565K+ Subscribers 500+ Exclusive Stories 7+ Years Running Members Only Content &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/darkwaterstest.online\/index.php\/2018\/11\/26\/home\/\"> <span class=\"screen-reader-text\">Home<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":true,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-125","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/posts\/125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/comments?post=125"}],"version-history":[{"count":96,"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/posts\/125\/revisions"}],"predecessor-version":[{"id":4630,"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/posts\/125\/revisions\/4630"}],"wp:attachment":[{"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/media?parent=125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/categories?post=125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/darkwaterstest.online\/index.php\/wp-json\/wp\/v2\/tags?post=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}