/** Shopify CDN: Minification failed

Line 1527:26 Unexpected "("

**/
.dp-home-restore-root,
.dp-home-restore-root *,
.dp-home-restore-root *::before,
.dp-home-restore-root *::after {
  box-sizing: border-box;
}

.dp-home-restore-root img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

body:has(.dp-home-restore-root),
html.dp-home-restore-active,
body.dp-home-restore-active {
  overflow-x: hidden !important;
}

body:has(.dp-home-restore-root) .shopify-section-group-header-group,
body:has(.dp-home-restore-root) .shopify-section-group-footer-group,
body.dp-home-restore-active .shopify-section-group-header-group,
body.dp-home-restore-active .shopify-section-group-footer-group {
  display: none !important;
}

body:has(.dp-home-restore-root) #MainContent,
body:has(.dp-home-restore-root) main,
body.dp-home-restore-active #MainContent,
body.dp-home-restore-active main {
  padding-top: 0 !important;
  margin-top: 0 !important;
  overflow-x: hidden !important;
}

.dp-home-restore-root {
  --dp-bg: #0a0f1a;
  --dp-bg-soft: #0d1421;
  --dp-bg-gradient: linear-gradient(180deg, #0a0f1a 0%, #131b2e 50%, #1a2744 100%);
  --dp-bg-gradient-alt: linear-gradient(180deg, #0d1421 0%, #131b2e 100%);
  --dp-accent: #00D8F0;
  --dp-accent-deep: #006C78;
  --dp-accent-mid: #00acbe;
  --dp-accent-blue: #00D8F0;
  --dp-text: #e8e6e3;
  --dp-text-soft: #d4d2cf;
  --dp-text-muted: #a8a6a3;
  --dp-card: rgba(255, 255, 255, 0.03);
  --dp-card-strong: rgba(255, 255, 255, 0.05);
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--dp-bg);
  color: var(--dp-text);
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  font-family: 'Inter', -apple-system, sans-serif;
}

.dp-home-restore-root a,
.dp-home-restore-root button,
.dp-home-restore-root input {
  font-family: inherit;
}

.dp-home-restore-shell {
  background: var(--dp-bg);
  color: var(--dp-text);
  min-height: 100vh;
  overflow-x: hidden;
}

.dp-skip-link {
  position: absolute;
  top: -120px;
  left: 16px;
  z-index: 200;
  background: var(--dp-accent-deep);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  transition: top 0.2s ease;
}

.dp-skip-link:focus {
  top: 16px;
}

.dp-heading {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--dp-text);
}

.dp-body {
  color: var(--dp-text-soft);
  line-height: 1.72;
}

.dp-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.dp-section {
  padding: 120px 0;
  position: relative;
}

.dp-section-dark {
  background: var(--dp-bg-soft);
}

.dp-section-gradient {
  background: var(--dp-bg-gradient-alt);
}

.dp-section-label {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(0, 216, 240, 0.85);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dp-section-label-purple {
  color: rgba(129, 140, 248, 0.9);
}

.dp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}

.dp-btn-primary {
  padding: 16px 36px;
  background: linear-gradient(135deg, var(--dp-accent-deep) 0%, var(--dp-accent-mid) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 24px rgba(15, 118, 110, 0.3);
}

.dp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(15, 118, 110, 0.42);
}

.dp-btn-secondary {
  padding: 16px 36px;
  background: transparent;
  border: 1px solid rgba(232, 230, 227, 0.2);
  color: rgba(232, 230, 227, 0.9);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.dp-btn-secondary:hover {
  background: rgba(232, 230, 227, 0.05);
  border-color: rgba(232, 230, 227, 0.35);
}

.dp-price {
  font-weight: 700;
  margin-right: 4px;
}

.dp-price-compare {
  text-decoration: line-through;
  opacity: 0.65;
  font-size: 0.86em;
  margin-right: 8px;
}

.dp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  transition: padding 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease;
}

.dp-nav.is-scrolled {
  background: rgba(10, 15, 26, 0.94);
  backdrop-filter: blur(20px);
  padding: 16px 48px;
}

.dp-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dp-text);
  text-decoration: none;
}

.dp-nav-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.dp-nav-brand span {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

.dp-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.dp-nav-links a {
  color: #c8c6c3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dp-nav-links a:hover {
  color: var(--dp-text);
}

.dp-nav-toggle {
  padding: 8px;
  border: none;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--dp-text);
  position: relative;
  z-index: 121;
}

.dp-hamburger,
.dp-hamburger::before,
.dp-hamburger::after {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  position: absolute;
  content: "";
  transition: all 0.3s ease;
}

.dp-hamburger::before {
  top: -7px;
}

.dp-hamburger::after {
  bottom: -7px;
}

.dp-nav-toggle.is-active .dp-hamburger {
  background: transparent;
}

.dp-nav-toggle.is-active .dp-hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

.dp-nav-toggle.is-active .dp-hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}

.dp-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 119;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: rgba(10, 15, 26, 0.98);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dp-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dp-mobile-menu a {
  color: var(--dp-text);
  text-decoration: none;
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
}

.dp-mobile-menu .dp-btn {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 48px;
}

.dp-hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  background: var(--dp-bg-gradient);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.dp-hero-container {
  width: min(1400px, calc(100% - 96px));
}

.dp-hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.dp-hero-glow-1 {
  top: 10%;
  left: 15%;
  background: radial-gradient(circle, rgba(0, 216, 240, 0.15) 0%, transparent 70%);
}

.dp-hero-glow-2 {
  right: 10%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(0, 216, 240, 0.1) 0%, transparent 70%);
}

.dp-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: center;
}

.dp-hero-text {
  max-width: 600px;
}

.dp-hero h1 {
  font-size: clamp(42px, 5vw, 64px);
  margin: 0 0 24px;
}

.dp-hero h1 span {
  color: rgba(0, 216, 240, 0.92);
}

.dp-hero-copy {
  max-width: 480px;
  font-size: 19px;
  margin-bottom: 40px;
}

.dp-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.dp-hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.dp-hero-stat-value {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 4px;
}

.dp-hero-stat-label {
  font-size: 11px;
  letter-spacing: 1px;
  color: #b8b6b3;
  text-transform: uppercase;
  line-height: 1.4;
}

.dp-hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-hero-media img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20px 60px rgba(0, 216, 240, 0.2));
}

.dp-problem-solution {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

.dp-card-plain h2,
.dp-science-copy h2,
.dp-section-head h2,
.dp-founder-main h2,
.dp-lifestyle-heading h2,
.dp-final-cta h2,
.dp-ces-copy h2 {
  font-size: clamp(36px, 4vw, 54px);
  margin: 0 0 20px;
}

.dp-card-plain p,
.dp-science-copy p,
.dp-lifestyle-heading p,
.dp-final-cta p,
.dp-ces-copy p {
  font-size: 17px;
  margin: 0 0 16px;
}

.dp-science-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.dp-science-media img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.dp-science-points {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}

.dp-science-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.dp-science-point-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 216, 240, 0.18);
  color: var(--dp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  margin-top: 2px;
}

.dp-science-point-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}

.dp-section-head {
  text-align: center;
  margin-bottom: 64px;
}

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

.dp-how-card,
.dp-founder-panel {
  background: var(--dp-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  backdrop-filter: blur(20px);
}

.dp-how-card {
  padding: 48px 36px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.dp-how-card:hover {
  background: var(--dp-card-strong);
  transform: translateY(-4px);
}

.dp-how-icon {
  color: rgba(0, 216, 240, 0.85);
  margin-bottom: 18px;
}

.dp-how-number {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 64px;
  font-weight: 300;
  color: rgba(0, 216, 240, 0.2);
  line-height: 1;
}

.dp-how-card h3 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  margin: 8px 0 12px;
  color: var(--dp-text);
}

.dp-how-card p {
  margin: 0;
  color: #c8c6c3;
  font-size: 15px;
  line-height: 1.7;
}

.dp-cta-center {
  text-align: center;
  margin-top: 56px;
}

.dp-founder-panel {
  padding: 64px;
  overflow: hidden;
  position: relative;
}

.dp-founder-glow {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 216, 240, 0.1) 0%, transparent 70%);
  filter: blur(40px);
}

.dp-founder-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.dp-founder-aside {
  text-align: center;
}

.dp-founder-aside img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px;
  border: 3px solid rgba(0, 216, 240, 0.3);
}

.dp-founder-name {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}

.dp-founder-role {
  color: rgba(0, 216, 240, 0.8);
  font-size: 13px;
  letter-spacing: 0.5px;
}

.dp-founder-quote {
  margin: 0 0 32px;
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.48;
  color: var(--dp-text);
}

.dp-founder-credentials {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
}

.dp-founder-credential {
  flex: 1 1 180px;
}

.dp-founder-credential span {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #b8b6b3;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dp-founder-credential strong {
  display: block;
  color: #e0dedb;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.dp-book {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
}

.dp-book-cover {
  width: 100px;
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 100px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease;
}

.dp-book-cover:hover {
  transform: scale(1.04);
}

.dp-book-cover img {
  width: 100%;
  display: block;
}

.dp-book-label {
  color: var(--dp-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.dp-book-title {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

.dp-book-subtitle {
  color: #b8b6b3;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.dp-book-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--dp-accent);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.dp-book-link:hover {
  text-decoration: underline;
}

.dp-lifestyle-heading {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 64px;
}

.dp-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 220px);
  gap: 20px;
}

.dp-mosaic-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
}

.dp-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.dp-mosaic-item:hover img {
  transform: scale(1.05);
}

.dp-mosaic-item.dp-large {
  grid-column: 1;
  grid-row: 1 / 3;
}

.dp-mosaic-item.dp-large img {
  transform: scale(1.08);
  transform-origin: left bottom;
}

.dp-mosaic-item.dp-large:hover img {
  transform: scale(1.12);
}

.dp-mosaic-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(10, 15, 26, 0.92));
}

.dp-mosaic-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dp-accent);
  margin-bottom: 6px;
}

.dp-mosaic-title {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--dp-text);
}

.dp-lifestyle-features {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.dp-lifestyle-feature {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dp-text-muted);
  font-size: 15px;
}

.dp-lifestyle-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 216, 240, 0.12);
  color: var(--dp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
}

.dp-testimonials {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.dp-testimonials-live {
  position: relative;
  min-height: 320px;
}

.dp-testimonial {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.dp-testimonial.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}

.dp-testimonial img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 24px;
  border: 3px solid rgba(0, 216, 240, 0.3);
}

.dp-testimonial blockquote {
  margin: 0 0 24px;
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 31px;
  font-style: italic;
  line-height: 1.42;
  color: var(--dp-text);
}

.dp-testimonial-author {
  color: var(--dp-text);
  font-size: 16px;
  font-weight: 600;
}

.dp-testimonial-role {
  margin-top: 4px;
  color: #b8b6b3;
  font-size: 14px;
}

.dp-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.dp-testimonial-dot {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  color: inherit;
}

.dp-testimonial-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, background 0.3s ease;
}

.dp-testimonial-dot.is-active::after {
  width: 32px;
  background: rgba(0, 216, 240, 0.88);
}

.dp-ces {
  background: linear-gradient(180deg, #0d1421 0%, #18233b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dp-ces-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: start;
}

.dp-ces-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 216, 240, 0.09);
  border: 1px solid rgba(0, 216, 240, 0.18);
  color: var(--dp-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dp-ces-price-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 24px 0 18px;
  flex-wrap: wrap;
}

.dp-ces-price {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 500;
  line-height: 1;
}

.dp-ces-compare {
  color: rgba(232, 230, 227, 0.55);
  text-decoration: line-through;
  font-size: 26px;
}

.dp-ces-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--dp-text);
  font-size: 14px;
  margin-bottom: 24px;
}

.dp-ces-code strong {
  color: var(--dp-accent);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dp-ces-details {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}

.dp-ces-detail {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dp-ces-detail svg {
  width: 18px;
  height: 18px;
  color: var(--dp-accent);
  flex: 0 0 18px;
  margin-top: 2px;
}

.dp-ces-detail strong {
  display: block;
  color: var(--dp-text);
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}

.dp-ces-detail span {
  color: var(--dp-text-soft);
  font-size: 15px;
  line-height: 1.6;
}

.dp-final {
  text-align: center;
  padding: 140px 0;
  background: linear-gradient(180deg, #131b2e 0%, #0a0f1a 100%);
}

.dp-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dp-final-copy {
  max-width: 520px;
  width: 100%;
  margin: 0 auto 42px;
  font-size: 19px;
  text-align: center;
}

.dp-app-links {
  margin-top: 36px;
}

.dp-app-links p,
.dp-email-wrap > p {
  color: rgba(232, 230, 227, 0.72);
  font-size: 15px;
  margin-bottom: 16px;
}

.dp-app-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dp-app-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(232, 230, 227, 0.92);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.dp-app-btn svg {
  flex: 0 0 20px;
}

.dp-app-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.dp-email-wrap {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dp-email-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}

.dp-email-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: var(--dp-text);
  font-size: 15px;
}

.dp-email-input::placeholder {
  color: #7a7876;
}

.dp-email-input:focus {
  outline: 2px solid rgba(0, 216, 240, 0.8);
  outline-offset: 2px;
  border-color: rgba(0, 216, 240, 0.5);
}

.dp-email-disclaimer,
.dp-email-message {
  margin-top: 12px;
  font-size: 12px;
  color: #a8a6a3;
}

.dp-email-message.is-error {
  color: #fca5a5;
}

.dp-email-message.is-success {
  color: #6ee7b7;
}

.dp-trust {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.dp-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(232, 230, 227, 0.88);
}

.dp-footer {
  background: var(--dp-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 48px 24px;
  text-align: center;
}

.dp-footer-links,
.dp-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dp-footer-links {
  margin-bottom: 24px;
}

.dp-footer-links a,
.dp-footer-social a {
  color: #c8c6c3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dp-footer-links a:hover,
.dp-footer-social a:hover {
  color: var(--dp-text);
}

.dp-footer-divider {
  color: #5a5856;
}

.dp-footer-social {
  gap: 20px;
  margin-bottom: 24px;
}

.dp-footer-social a {
  color: #8a8885;
  padding: 12px;
}

.dp-footer-social a svg {
  display: block;
}

.dp-footer-copy,
.dp-footer-note {
  color: #b0aeab;
  font-size: 13px;
}

.dp-footer-note {
  margin-top: 8px;
  font-size: 12px;
}

.dp-popup {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 10, 18, 0.72);
  backdrop-filter: blur(10px);
  padding: 24px;
}

.dp-popup.is-open {
  display: flex;
}

.dp-popup-card {
  width: min(520px, 100%);
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #13223b 0%, #0a0f1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
  padding: 34px;
}

.dp-popup-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(0, 216, 240, 0.1);
  border: 1px solid rgba(0, 216, 240, 0.18);
  color: var(--dp-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.dp-popup h3 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 14px;
  color: var(--dp-text);
}

.dp-popup h3 span {
  color: var(--dp-accent);
}

.dp-popup p {
  margin: 0 0 18px;
  color: var(--dp-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.dp-popup-gift {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--dp-text);
  font-size: 15px;
  font-weight: 600;
}

.dp-popup-gift small {
  font-size: 13px;
  color: var(--dp-accent);
  font-weight: 700;
}

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

.dp-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--dp-text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.dp-home-restore-root :focus-visible {
  outline: 2px solid var(--dp-accent);
  outline-offset: 2px;
}

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

@media (max-width: 1024px) {
  .dp-hero-grid,
  .dp-problem-solution,
  .dp-science-grid,
  .dp-founder-grid,
  .dp-ces-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dp-how-grid {
    grid-template-columns: 1fr;
  }

  .dp-hero-media {
    order: 2;
  }
}

@media (max-width: 900px) {
  .dp-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 220px);
  }

  .dp-mosaic-item,
  .dp-mosaic-item.dp-large {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .dp-nav {
    padding: 16px 24px;
  }

  .dp-nav.is-scrolled {
    padding: 14px 24px;
  }

  .dp-nav-links {
    display: none;
  }

  .dp-nav-toggle {
    display: inline-flex;
  }

  .dp-container {
    width: min(100%, calc(100% - 32px));
  }

  .dp-hero-container {
    width: min(100%, calc(100% - 32px));
  }

  .dp-hero {
    padding: 100px 0 64px;
  }

  .dp-hero-grid {
    gap: 48px;
  }

  .dp-section {
    padding: 84px 0;
  }

  .dp-hero-actions,
  .dp-popup-actions,
  .dp-email-form {
    flex-direction: column;
  }

  .dp-hero-actions .dp-btn,
  .dp-popup-actions .dp-btn,
  .dp-email-form .dp-btn {
    width: 100%;
  }

  .dp-founder-panel {
    padding: 40px 24px;
  }

  .dp-book {
    flex-direction: column;
    text-align: center;
  }

  .dp-final {
    padding: 100px 0;
  }

  .dp-footer-links {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .dp-nav-brand span {
    font-size: 18px;
  }

  .dp-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 210px);
  }

  .dp-mobile-menu {
    gap: 28px;
  }

  .dp-mobile-menu a {
    font-size: 26px;
  }

  .dp-hero-stats,
  .dp-trust {
    gap: 24px;
  }

  .dp-hero-stats {
    justify-content: flex-start;
  }

  .dp-hero-stat-value {
    font-size: 24px;
  }

  .dp-testimonials-live {
    min-height: 380px;
  }

  .dp-testimonial blockquote {
    font-size: 26px;
  }

  .dp-popup-card {
    padding: 28px 20px;
  }

  .dp-footer-social {
    gap: 12px;
  }
}


/* mobile: clip decorative glows that extend past the viewport */
.dp-home-restore-root { overflow-x: clip; }


/* Unified nav base (store homepage) */
.dp-home-restore-root .uni-announce { height: 35px; background: #040000; color: #fff; display: flex; align-items: center; justify-content: center; gap: 120px; font-size: 13px; }
.dp-home-restore-root .uni-announce p { margin: 0; }
.dp-home-restore-root .uni-announce { position: fixed; top: 0; left: 0; right: 0; z-index: 70; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.dp-home-restore-root .nav.uni-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 80px; padding: 0 24px; position: fixed; top: 35px; left: 0; right: 0; z-index: 60; border-bottom: 1px solid rgba(255, 255, 255, 0.10); background: rgba(10, 15, 26, 0.35); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background 0.3s ease, backdrop-filter 0.3s ease; }
.dp-home-restore-root .nav.uni-nav.scrolled { background: rgba(10, 15, 26, 0.95); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.dp-home-restore-shell { padding-top: 115px; }
@media (min-width: 1488px) { .dp-home-restore-root .nav.uni-nav { padding-left: calc((100% - 1440px) / 2); padding-right: calc((100% - 1440px) / 2); } }
.dp-home-restore-root .uni-nav-logo img { width: 259px; height: auto; display: block; }
.dp-home-restore-root .nav-links { display: flex; align-items: center; gap: 28px; }
.dp-home-restore-root .nav-links a { color: #fff; font-size: 15px; text-decoration: none; }
.dp-home-restore-root .uni-nav-shop { border: 1px solid rgba(255,255,255,0.7); border-radius: 999px; padding: 10px 24px; }
.dp-home-restore-root .nav-toggle { display: none; background: none; border: none; width: 44px; height: 44px; position: relative; cursor: pointer; }
.dp-home-restore-root .hamburger, .dp-home-restore-root .hamburger::before, .dp-home-restore-root .hamburger::after { content: ""; position: absolute; left: 10px; width: 24px; height: 2px; background: #fff; }
.dp-home-restore-root .hamburger { top: 21px; }
.dp-home-restore-root .hamburger::before { left: 0; top: -7px; }
.dp-home-restore-root .hamburger::after { left: 0; top: 7px; }
@media (max-width: 1100px) {
  .dp-home-restore-root .uni-nav-products, .dp-home-restore-root .nav-links { display: none; }
  .dp-home-restore-root .nav-toggle { display: block; }
  .dp-home-restore-root .nav.uni-nav { height: 56px; padding: 0 20px; }
  .dp-home-restore-root .uni-nav-logo img { width: 170px; }
  .dp-home-restore-shell { padding-top: 91px; }
  .dp-home-restore-root .uni-announce { gap: 24px; font-size: 11px; }
}

       Unified Navigation (index.html only)
       Additive rules — legal pages are unaffected.
       =========================================== */

    /* Announcement bar */
    .uni-announce {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 35px;
      background: #040000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 120px;
      font-size: 13px;
      z-index: 110;
    }

    .uni-announce p {
      margin: 0;
    }

    .uni-announce svg {
      flex: none;
    }

    body.__disabled_has_rule:has(.uni-announce) {
      padding-top: 35px;
    }

    @media (max-width: 767px) {
      .uni-announce {
        gap: 24px;
        font-size: 11px;
        padding: 0 12px;
        text-align: center;
      }
    }

    html:has(.uni-announce) {
      scroll-padding-top: 120px;
    }

    html:has(.uni-announce) [id] {
      scroll-margin-top: 120px;
    }

    /* Nav bar (extends .nav) */
    .nav.uni-nav {
      top: 35px;
    }

    .uni-nav-logo img {
      width: 259px;
      height: 23px;
    }

    .uni-nav-products {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-left: 40px;
      margin-right: auto;
    }

    .uni-nav-products-label {
      font-size: 16px;
      color: #fff;
    }

    .uni-nav-products-divider {
      width: 1px;
      height: 17px;
      background: #fff;
    }

    .uni-nav-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      padding: 0 24px;
      border-radius: 2px;
      font-size: 16px;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .uni-nav-pill:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .uni-nav-pill.active {
      background: #00D8F0;
      border: none;
      color: #000;
      font-weight: 700;
    }

    .uni-nav .nav-link {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
    }

    .uni-nav-shop {
      font-size: 16px;
      padding: 9px 28px;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
    }

    .uni-nav-shop:hover {
      border-color: #fff;
    }

    /* Mobile drawer (full-screen, below announcement bar) */
    .uni-drawer {
      display: flex;
      position: fixed;
      top: 35px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      z-index: 105;
      flex-direction: column;
      overflow-y: auto;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .uni-drawer.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .uni-drawer-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 24px;
      flex: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .uni-drawer-logo img {
      width: 190px;
      height: auto;
    }

    .uni-drawer-close {
      background: none;
      border: none;
      padding: 10px;
      cursor: pointer;
      display: flex;
    }

    .uni-drawer-menu {
      display: flex;
      flex-direction: column;
      margin-top: 8px;
      flex: none;
    }

    .uni-drawer-link {
      display: flex;
      align-items: center;
      gap: 12px;
      height: 76px;
      padding: 0 32px;
      font-family: 'Noto Serif SC', Georgia, serif;
      font-size: 24px;
      color: #fff;
      text-align: left;
      text-decoration: none;
      background: none;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      width: 100%;
      cursor: pointer;
      flex: none;
    }

    .uni-drawer-chevron {
      transition: transform 0.2s ease;
    }

    .uni-drawer-products-btn[aria-expanded="true"] .uni-drawer-chevron {
      transform: rotate(180deg);
    }

    .uni-drawer-sub {
      display: flex;
      flex-direction: column;
    }

    .uni-drawer-sub[hidden] {
      display: none;
    }

    .uni-drawer-sublink {
      display: flex;
      align-items: center;
      height: 76px;
      padding: 0 32px 0 64px;
      font-family: 'Noto Serif SC', Georgia, serif;
      font-size: 24px;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      flex: none;
    }

    .uni-drawer-ctas {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 40px 24px 48px;
    }

    .uni-drawer-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 227px;
      height: 50px;
      border-radius: 4px;
      background: #00D8F0;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      flex: none;
    }

    @media (min-width: 1201px) {
      .uni-drawer {
        display: none;
      }
    }

    @media (max-width: 1200px) {
      .uni-nav-products {
        display: none;
      }

      .uni-nav .nav-links {
        display: none;
      }

      .uni-nav .nav-toggle {
        display: block;
      }

      .uni-nav,
      .uni-nav.scrolled {
        background: #000;
        padding: 14px 24px;
      }

      .uni-nav-logo img {
        width: 190px;
        height: auto;
      }
    }
/* unified footer */

    .uni-footer {
      background: #0a0f1a;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding: 40px 24px 55px;
      text-align: center;
    }

    .uni-footer-content {
      max-width: 1440px;
      margin: 0 auto;
    }

    .uni-footer-social {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .uni-footer-social a {
      display: flex;
      color: #fff;
      transition: opacity 0.2s ease;
    }

    .uni-footer-social a:hover {
      opacity: 0.7;
    }

    .uni-footer-links {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 40px;
      font-size: 13px;
    }

    .uni-footer-links a {
      color: #fff;
      text-decoration: none;
    }

    .uni-footer-links a:hover {
      text-decoration: underline;
    }

    .uni-footer-links span {
      color: rgba(255, 255, 255, 0.3);
    }

    .uni-footer-contact {
      margin-top: 24px;
      font-size: 11px;
      line-height: 2;
      color: #e8e6e3;
    }

    .uni-footer-legal {
      max-width: 1006px;
      margin: 22px auto 0;
      font-size: 11px;
      line-height: 1.3;
      color: rgba(255, 255, 255, 0.4);
    }

    .uni-footer-copyright {
      margin-top: 36px;
      font-size: 11px;
      color: #e8e6e3;
    }

    .uni-footer-built {
      margin-top: 8px;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.4);
    }

    .uni-footer-built a {
      color: rgba(255, 255, 255, 0.55);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .uni-footer-built a:hover {
      color: #00D8F0;
    }
/* Rotating announcement bar */
.uni-announce { overflow: hidden; }
.uni-announce .uni-announce-msg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  white-space: nowrap;
}
.uni-announce .uni-announce-msg.is-active { opacity: 1; transform: translateY(0); }
@media (max-width: 480px) {
  .uni-announce .uni-announce-msg { font-size: 10px; letter-spacing: 0.05em; }
}

/* rotator needs a positioned containing block on this page (bar is in normal flow) */
.dp-home-restore-root .uni-announce { position: relative; overflow: hidden; }

/* mobile-friendly footer links */
.uni-footer-links { flex-wrap: wrap; }
@media (max-width: 600px) {
  .uni-footer-links { gap: 6px 14px; padding: 0 16px; justify-content: center; }
  .uni-footer-links span { display: none; }
  .uni-footer-links a { padding: 6px 4px; display: inline-block; }
}

/* drawer font unify + crossfade fix (self-review) */
.uni-drawer-link, .uni-drawer-sublink, .uni-drawer-products-btn { font-family: 'Inter', -apple-system, sans-serif; }
.uni-announce .uni-announce-msg { opacity: 0; visibility: hidden; transform: none; transition: opacity 0.4s ease, visibility 0s linear 0.4s; }
.uni-announce .uni-announce-msg.is-active { opacity: 1; visibility: visible; transition: opacity 0.4s ease, visibility 0s; }

/* dp-hero-media-mobile-cta: keep CTA above the fold on mobile */
@media (max-width: 1100px) {
  .dp-home-restore-root .dp-hero-media { order: 2; }
  .dp-home-restore-root .dp-hero-media img { max-height: 360px; }
}