.elementor-665 .elementor-element.elementor-element-2114fb9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-68dd0d5 *//* Data-Vise product page â€” Data-Vise Design System
   Geist is loaded from Google Fonts in index.html.
   To self-host instead, drop the WOFF2 files in fonts/ and replace the <link>
   with @font-face rules for weights 300 / 400 / 500 / 600. */

:root {
  --pink-500: #FF008C;
  --pink-600: #E00079;
  --pink-100: #FFD6EB;
  --pink-tint: #FFFCFE;
  --turquoise-700: #1F9BA0;
  --orange-500: #FFAC00;
  --blue-700: #2C7FB8;
  --navy-900: #2F445B;
  --navy-700: #48607A;
  --navy-600: #647B94;
  --navy-500: #7A8FA6;
  --navy-200: #DDE3EA;
  --navy-100: #EEF1F5;
  --glow-pink: rgba(255, 0, 140, .14);
  --glow-turquoise: rgba(111, 232, 236, .14);
  --shadow-sm: 0 1px 2px rgba(47, 68, 91, .07);
  --shadow-card: 0 2px 14px -6px rgba(47, 68, 91, .18);
  --shadow-md: 0 10px 30px -14px rgba(47, 68, 91, .28);
  --shadow-frame: 0 24px 60px -30px rgba(47, 68, 91, .35);
  --shadow-hero: 0 40px 90px -40px rgba(47, 68, 91, .45);
  --ease: cubic-bezier(.4, 0, .2, 1);
  --font: "Geist", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: #fff;
  color: var(--navy-900);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, p, figure, blockquote { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }
a { color: var(--navy-900); text-decoration: none; }
a:hover { color: var(--pink-500); }

.wrap { max-width: 1200px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.spacer { flex: 1; }
.stack { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, .86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--navy-100);
}
.header-inner { display: flex; align-items: center; gap: 32px; padding-top: 14px; padding-bottom: 14px; }
.logo { height: 24px; width: auto; display: block; }
.logo-sm { height: 20px; }
.nav { display: flex; gap: 26px; font-size: 14px; font-weight: 500; }
.nav a, .nav-link-plain { color: var(--navy-700); }
.nav a:hover, .nav-link-plain:hover { color: var(--pink-500); }
.nav-link-plain { font-size: 14px; font-weight: 500; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 999px;
  font-family: inherit; font-weight: 600; cursor: pointer;
  padding: 14px 26px; font-size: 15px; line-height: 1;
  transition: background-color 200ms var(--ease), border-color 200ms var(--ease), transform 120ms var(--ease);
}
.btn-primary { background: var(--pink-500); color: #fff; }
.btn-primary:hover { background: var(--pink-600); color: #fff; }
.btn-secondary { background: #fff; color: var(--navy-900); border-color: var(--navy-200); }
.btn-secondary:hover { border-color: var(--navy-900); color: var(--navy-900); }
.btn:active { transform: scale(.97); }
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-block { width: 100%; }

/* Glows â€” blurred brand circles on white, 14% opacity */
.glow { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-hero-1 { top: -160px; left: 50%; transform: translateX(-50%); width: 900px; height: 520px; background: var(--glow-turquoise); filter: blur(60px); }
.glow-hero-2 { top: 40px; right: -180px; width: 520px; height: 520px; background: var(--glow-pink); filter: blur(60px); }
.glow-band-1 { top: -100px; right: -60px; width: 360px; height: 360px; background: var(--glow-pink); filter: blur(50px); }
.glow-band-2 { bottom: -120px; left: -60px; width: 340px; height: 340px; background: var(--glow-turquoise); filter: blur(50px); }
.glow-panel-1 { top: -100px; left: -70px; width: 360px; height: 360px; background: var(--glow-turquoise); filter: blur(50px); }
.glow-panel-2 { bottom: -120px; right: -60px; width: 380px; height: 380px; background: var(--glow-pink); filter: blur(50px); }

/* Hero */
.hero { position: relative; max-width: 1180px; margin: 0 auto; padding: 64px 32px 44px; text-align: center; }
.hero-content { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--navy-200); border-radius: 999px;
  padding: 6px 14px; font-size: 13px; font-weight: 500; color: var(--navy-700);
  box-shadow: var(--shadow-sm);
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink-500); flex: none; }
.hero h1 { font-size: 64px; line-height: 1.03; letter-spacing: -.03em; font-weight: 600; max-width: 16em; text-wrap: balance; }
.pink { color: var(--pink-500); }
.lead { font-size: 19px; line-height: 1.55; color: var(--navy-600); max-width: 31em; text-wrap: pretty; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.fineprint { font-size: 13px; color: var(--navy-500); }

/* Screenshot frames */
.frame { border: 1px solid var(--navy-200); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: var(--shadow-frame); }
.frame img { width: 100%; height: auto; display: block; }
.frame-hero { position: relative; margin-top: 44px; border-radius: 24px; box-shadow: var(--shadow-hero); }
.frame-clipped { position: relative; max-height: 520px; }
.fade { position: absolute; left: 0; right: 0; bottom: 0; height: 88px; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
.deco { position: absolute; width: 124px; height: auto; pointer-events: none; }
.deco-hero { bottom: -30px; left: -58px; }
.deco-insights { top: -48px; right: -58px; width: 126px; }

/* Platform strip */
.platforms { padding: 20px 0 8px; }
.platforms-inner { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.pills li { background: var(--navy-100); border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 500; color: var(--navy-700); }

/* Eyebrows + type */
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow.orange { color: var(--orange-500); }
.eyebrow.pink { color: var(--pink-500); }
.eyebrow.muted { color: var(--navy-500); }
.body { font-size: 17px; line-height: 1.62; color: var(--navy-600); text-wrap: pretty; }
.body.narrow { max-width: 26em; }
.text-link { font-size: 15px; font-weight: 600; color: var(--pink-500); }
.text-link:hover { color: var(--pink-600); }

/* Split sections */
.split { padding-top: 80px; }
.split-first { padding-top: 72px; }
.split-grid { display: grid; gap: 56px; align-items: center; }
.split-45-55 { grid-template-columns: 1fr 1.2fr; }
.media-first.split-45-55 { grid-template-columns: .9fr 1.1fr; }
.media-col { position: relative; }
.split h2 { font-size: 38px; line-height: 1.14; letter-spacing: -.02em; font-weight: 600; text-wrap: balance; }
.pullquote { border-left: 2px solid var(--pink-500); padding: 4px 0 4px 16px; font-size: 16px; line-height: 1.6; color: var(--navy-700); font-style: italic; }

/* Three pillars */
.pillars { padding-top: 80px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { border: 1px solid var(--navy-200); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow-card); }
.card-highlight { border-color: var(--pink-100); background: var(--pink-tint); }
.card h3 { font-size: 20px; font-weight: 600; }
.card p { font-size: 15px; line-height: 1.6; color: var(--navy-600); }
.num { font-size: 13px; font-weight: 600; }
.num.orange { color: var(--orange-500); }
.num.pink { color: var(--pink-600); }
.num.turquoise { color: var(--turquoise-700); }

/* Animated band */
.band-section { padding-top: 80px; }
.band { position: relative; overflow: hidden; border-radius: 28px; background: var(--navy-100); padding: 64px 48px; text-align: center; }
.band-static { position: relative; font-size: 54px; line-height: 1.08; letter-spacing: -.03em; font-weight: 600; }
.cycle { position: relative; height: 66px; margin-top: 6px; }
.cycle span {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 54px; line-height: 1.08; letter-spacing: -.03em; font-weight: 600;
  color: var(--pink-500); opacity: 0;
  animation: dv-cycle 7.5s var(--ease) infinite;
}
.cycle span:nth-child(2) { animation-delay: 2.5s; }
.cycle span:nth-child(3) { animation-delay: 5s; }
@keyframes dv-cycle {
  0% { opacity: 0; transform: translateY(14px); }
  4%, 29% { opacity: 1; transform: translateY(0); }
  33%, 100% { opacity: 0; transform: translateY(-14px); }
}

/* Pricing */
.pricing-section { padding-top: 80px; padding-bottom: 96px; }
.panel { position: relative; overflow: hidden; border-radius: 28px; background: var(--navy-100); padding: 56px 48px; }
.panel-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.panel-title { font-size: 44px; line-height: 1.08; letter-spacing: -.025em; font-weight: 600; text-wrap: balance; }
.contact { font-size: 14px; color: var(--navy-600); }
.contact a { color: var(--blue-700); font-weight: 500; }
.plan { background: #fff; border: 1px solid var(--pink-100); border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow-md); }
.price { font-size: 52px; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.plan-list { display: flex; flex-direction: column; gap: 10px; }
.plan-list li { display: flex; gap: 10px; align-items: center; font-size: 15px; }
.plan-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--pink-500); flex: none; }
.plan-note { font-size: 12.5px; color: var(--navy-500); }

/* Footer */
.site-footer { border-top: 1px solid var(--navy-100); }
.footer-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; padding-top: 28px; padding-bottom: 28px; }
.footer-nav { display: flex; gap: 22px; font-size: 13.5px; }
.footer-nav a { color: var(--navy-600); }
.copyright { font-size: 13px; color: var(--navy-500); }

/* Tablet */
@media (max-width: 1024px) {
  .split-45-55, .media-first.split-45-55, .panel-grid { grid-template-columns: 1fr; gap: 36px; }
  .media-first .media-col { order: 2; }
  .deco { display: none; }
  .hero h1 { font-size: 44px; }
  .split h2 { font-size: 32px; }
  .panel-title { font-size: 36px; }
  .band-static, .cycle span { font-size: 40px; }
  .cycle { height: 52px; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
}

/* Mobile */
@media (max-width: 767px) {
  .wrap, .hero { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 40px; padding-bottom: 32px; }
  .split, .pillars, .band-section, .pricing-section { padding-top: 56px; }
  .pricing-section { padding-bottom: 64px; }
  .hero h1 { font-size: 36px; line-height: 1.08; }
  .lead { font-size: 16px; }
  .body { font-size: 16px; }
  .split h2 { font-size: 28px; line-height: 1.15; }
  .panel { padding: 36px 22px; }
  .panel-title { font-size: 30px; }
  .band { padding: 40px 20px; }
  .band-static, .cycle span { font-size: 32px; }
  .cycle { height: 42px; }
  .card h3 { font-size: 19px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .cta-row { width: 100%; flex-direction: column; align-items: stretch; }
  .cta-row .btn { width: 100%; }
  .footer-inner { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .cycle { height: auto; display: flex; flex-direction: column; gap: 4px; }
  .cycle span { animation: none; opacity: 1; position: relative; inset: auto; }
  .btn { transition: none; }
}/* End custom CSS */