/* Start custom CSS for html, class: .elementor-element-0c1b87e *//* =========================================================
   PODELY HUB BY HSDESIGN
   V20 Clean SaaS Layout + reversible GSAP Text
   Ziel: saubere Desktop/Tablet/Mobile-Struktur, keine überlappenden Cards,
   ruhige Typografie, GSAP-safe Animationen.
========================================================= */

:root {
  --hs-bg: #05070d;
  --hs-bg-2: #080b14;
  --hs-panel: rgba(13, 17, 28, 0.78);
  --hs-panel-2: rgba(17, 22, 36, 0.82);
  --hs-line: rgba(148, 163, 184, 0.16);
  --hs-line-strong: rgba(196, 181, 253, 0.34);
  --hs-white: #f8fafc;
  --hs-text: rgba(226, 232, 240, 0.70);
  --hs-muted: rgba(203, 213, 225, 0.56);
  --hs-soft: rgba(148, 163, 184, 0.42);
  --hs-primary: #7c5cff;
  --hs-primary-2: #9b7cff;
  --hs-primary-3: #c4b5fd;
  --hs-cyan: #67e8f9;
  --hs-green: #86efac;
  --hs-radius: 28px;
  --hs-shadow: 0 28px 90px rgba(0,0,0,.34);
  --hs-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--hs-bg);
  color: var(--hs-white);
  font-family: var(--hs-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body.hs-mobile-menu-open { overflow: hidden; }

.hs-product-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  color: var(--hs-white);
  background:
    radial-gradient(circle at 76% 5%, rgba(124, 92, 255, 0.16), transparent 31%),
    radial-gradient(circle at 14% 40%, rgba(103, 232, 249, 0.055), transparent 30%),
    linear-gradient(180deg, #05070d 0%, #070a12 44%, #080613 100%);
}

.hs-product-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hs-product-container {
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
}

.hs-gsap-animated,
.hs-gsap-animated::before,
.hs-gsap-animated::after {
  transition: none !important;
}

/* =========================================================
   Background
========================================================= */

.hs-product-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hs-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .055;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at 50% 16%, black 0%, transparent 72%);
}

.hs-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  filter: blur(120px);
  opacity: .16;
  background: radial-gradient(circle, rgba(124,92,255,.62), transparent 68%);
}

.hs-glow-one { top: 2%; left: -14%; }
.hs-glow-two { top: 30%; right: -18%; opacity: .10; }

/* =========================================================
   Navigation
========================================================= */

.hs-product-nav {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--hs-line);
  background: rgba(8, 11, 20, .76);
  box-shadow: 0 20px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.hs-product-logo,
.hs-footer-logo {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.hs-product-logo img,
.hs-footer-logo img {
  width: auto;
  height: 38px;
  max-width: 168px;
  object-fit: contain;
}

.hs-product-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.hs-product-menu a,
.hs-footer-links a {
  color: rgba(226,232,240,.66);
  text-decoration: none;
  font-size: 14px;
  font-weight: 610;
  white-space: nowrap;
}

.hs-product-menu a:hover,
.hs-footer-links a:hover { color: #fff; }

.hs-mobile-menu-toggle { display: none; }

/* =========================================================
   Buttons / type system
========================================================= */

.hs-eyebrow {
  margin: 0 0 18px;
  color: rgba(196,181,253,.84);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 680;
}

.hs-nav-cta,
.hs-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  border: 1px solid rgba(196,181,253,.32);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 680;
  letter-spacing: -.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.hs-nav-cta {
  min-height: 42px;
  padding: 0 20px;
  font-size: 13px;
}

.hs-btn:hover,
.hs-nav-cta:hover { transform: translateY(-2px); }

.hs-btn-primary,
.hs-nav-cta {
  background: linear-gradient(135deg, rgba(124,92,255,.96), rgba(155,124,255,.94));
  border-color: rgba(196,181,253,.36);
  box-shadow: 0 16px 42px rgba(124,92,255,.24), inset 0 1px 0 rgba(255,255,255,.18);
}

.hs-btn-secondary {
  background: rgba(255,255,255,.035);
  border-color: rgba(148,163,184,.18);
  color: rgba(248,250,252,.86);
}

.hs-btn-secondary:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(196,181,253,.34);
}

/* =========================================================
   Hero
========================================================= */

.hs-product-hero {
  position: relative;
  min-height: 100vh;
  padding: 154px 0 96px;
  display: flex;
  align-items: center;
}

.hs-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .88fr);
  align-items: center;
  gap: clamp(46px, 6vw, 82px);
}

.hs-hero-title,
.hs-section-head h2,
.hs-experience-copy h2,
.pdh-flow-v10-copy h2,
.hs-showcase-box h2,
.hs-final-box h2 {
  color: rgba(248,250,252,.96);
  font-weight: 520;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.hs-hero-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(56px, 7.0vw, 98px);
  line-height: .94;
}

.hs-hero-title span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #c4b5fd 52%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hs-hero-text {
  max-width: 655px;
  margin: 30px 0 0;
  color: var(--hs-text);
  font-size: clamp(16.5px, 1.35vw, 19px);
  line-height: 1.72;
  font-weight: 390;
}

.hs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hs-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 44px;
}

.hs-hero-stats div,
.hs-info-card,
.hs-module-card,
.hs-price-card,
.hs-showcase-box,
.hs-final-box,
.hs-hub-card,
.hs-experience-panel,
.pdh-flow-v10-card {
  border: 1px solid rgba(148,163,184,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.022)),
    rgba(10,14,24,.78);
  box-shadow: 0 28px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.045);
}

.hs-hero-stats div {
  padding: 18px;
  border-radius: 22px;
}

.hs-hero-stats strong {
  display: block;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 560;
}

.hs-hero-stats span {
  display: block;
  margin-top: 8px;
  color: var(--hs-muted);
  font-size: 13px;
  line-height: 1.35;
}

.hs-hero-visual { min-width: 0; }

.hs-hub-card {
  position: relative;
  min-height: 620px;
  padding: 24px;
  border-radius: 36px;
  overflow: hidden;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transform-origin: 50% 50%;
}

.hs-hub-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--hs-muted);
  font-size: 13px;
  font-weight: 610;
}

.hs-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hs-green);
  font-weight: 590;
}

.hs-live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.hs-hub-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.04);
}

.hs-hub-query,
.hs-hub-search span,
.hs-hub-search button { font-weight: 610; }

.hs-hub-query {
  min-width: 0;
  color: rgba(255,255,255,.88);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hs-hub-search button {
  appearance: none;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(124,92,255,.96), rgba(155,124,255,.94));
}

.hs-demo-tabs,
.hs-experience-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 6px;
  margin-top: 18px;
  padding: 6px;
  border-radius: 24px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.hs-demo-tabs button,
.hs-experience-tabs button {
  appearance: none;
  min-height: 42px;
  border: 0 !important;
  border-radius: 18px;
  color: rgba(226,232,240,.62);
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 610;
  cursor: pointer;
}

.hs-demo-tabs button.is-active,
.hs-experience-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(155,124,255,.92)) !important;
  box-shadow: 0 12px 30px rgba(124,92,255,.22) !important;
}

.hs-hub-panel { display: grid; gap: 14px; margin-top: 18px; }
.hs-hub-panel[hidden] { display: none !important; }

.hs-hub-result {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.035);
}

.hs-hub-time {
  min-width: 82px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgba(226,232,240,.78);
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(148,163,184,.16);
  font-size: 12px;
  font-weight: 590;
}

.hs-hub-result h3,
.hs-tab-panel strong,
.hs-info-card h3,
.hs-module-card h3,
.hs-price-card h3,
.pdh-flow-v10-card h3 {
  color: rgba(248,250,252,.94);
  font-weight: 560;
  letter-spacing: -.035em;
}

.hs-hub-result h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.16;
}

.hs-hub-result p {
  margin: 0;
  color: rgba(203,213,225,.66);
  font-size: 13px;
  line-height: 1.45;
}

.hs-hub-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.035);
  color: rgba(226,232,240,.60);
  font-size: 13px;
}

.hs-hub-footer strong { color: rgba(196,181,253,.94); font-weight: 560; }

/* =========================================================
   Section base
========================================================= */

.hs-section { position: relative; padding: 116px 0; }

.hs-section-head {
  max-width: 790px;
  margin-bottom: 52px;
}

.hs-section-head.is-centered {
  text-align: center;
  margin-inline: auto;
}

.hs-section-head h2,
.hs-experience-copy h2,
.pdh-flow-v10-copy h2,
.hs-showcase-box h2,
.hs-final-box h2 {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 72px);
  line-height: 1.01;
}

.hs-section-head p,
.hs-experience-copy p,
.pdh-flow-v10-copy p:not(.hs-eyebrow),
.hs-showcase-box p,
.hs-final-box p {
  margin: 20px 0 0;
  color: var(--hs-text);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 390;
}

.hs-info-grid,
.hs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.hs-info-card,
.hs-module-card,
.hs-price-card {
  padding: 32px;
  border-radius: var(--hs-radius);
}

.hs-info-card { min-height: 250px; }

.hs-info-card span {
  color: rgba(196,181,253,.92);
  font-size: 13px;
  font-weight: 650;
}

.hs-info-card h3,
.hs-module-card h3,
.hs-price-card h3 {
  margin: 18px 0 10px;
  font-size: 25px;
  line-height: 1.10;
}

.hs-info-card p,
.hs-module-card p,
.hs-price-card li,
.pdh-flow-v10-card p {
  margin: 0;
  color: rgba(203,213,225,.66);
  line-height: 1.68;
  font-weight: 390;
}

/* =========================================================
   Fixed visual sections
========================================================= */

.hs-visual-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .70fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: start;
}

.hs-visual-section .hs-section-head { margin-bottom: 34px; }
.hs-visual-section .hs-info-grid { grid-template-columns: 1fr; gap: 16px; max-width: 740px; }
.hs-visual-section .hs-info-card { min-height: auto; padding: 26px 28px; }

.hs-fixed-visual {
  position: sticky;
  top: 132px;
  align-self: start;
  min-height: 540px;
  border-radius: 34px;
  border: 1px solid rgba(148,163,184,.16);
  background:
    radial-gradient(circle at 18% 8%, rgba(155,124,255,.20), transparent 38%),
    radial-gradient(circle at 92% 82%, rgba(56,189,248,.10), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.026)),
    rgba(7,10,18,.74);
  box-shadow: 0 36px 110px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hs-fixed-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 38%, black 0%, transparent 72%);
  pointer-events: none;
}

.hs-visual-layer,
.hs-visual-layer * { transition: none !important; }

.hs-visual-kicker {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(226,232,240,.76);
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(255,255,255,.045);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 650;
}

.hs-visual-orb {
  position: absolute;
  right: -90px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(155,124,255,.42), rgba(155,124,255,.08) 46%, transparent 70%);
  filter: blur(3px);
}

.hs-visual-screen {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 108px;
  z-index: 2;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(8,12,22,.68);
  box-shadow: 0 26px 70px rgba(0,0,0,.34);
}

.hs-visual-screen-top { display: flex; gap: 7px; margin-bottom: 18px; }
.hs-visual-screen-top span { width: 10px; height: 10px; border-radius: 999px; background: rgba(216,180,254,.62); }

.hs-visual-searchline {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.052);
  font-size: 13px;
  font-weight: 520;
}

.hs-visual-row {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 18px;
  color: rgba(226,232,240,.66);
  background: rgba(255,255,255,.040);
  border: 1px solid rgba(148,163,184,.10);
}

.hs-visual-row.is-bright {
  color: rgba(255,255,255,.88);
  border-color: rgba(155,124,255,.30);
  background: rgba(155,124,255,.12);
}

.hs-visual-row i { width: 9px; height: 9px; border-radius: 999px; background: #9b7cff; box-shadow: 0 0 18px rgba(155,124,255,.58); }
.hs-visual-row strong { font-size: 13px; font-weight: 560; }
.hs-visual-row em { color: rgba(216,180,254,.88); font-style: normal; font-size: 12px; }

.hs-visual-metric {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  width: min(220px, calc(100% - 56px));
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(255,255,255,.055);
}

.hs-visual-metric strong { display: block; color: #fff; font-size: 36px; line-height: 1; letter-spacing: -.055em; font-weight: 520; }
.hs-visual-metric span { display: block; margin-top: 8px; color: rgba(226,232,240,.56); font-size: 13px; }

/* =========================================================
   Marquee
========================================================= */

.hs-marquee {
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid rgba(148,163,184,.10);
  border-bottom: 1px solid rgba(148,163,184,.10);
  background: rgba(255,255,255,.018);
}

.hs-marquee-track {
  display: flex;
  gap: 42px;
  width: max-content;
  white-space: nowrap;
  animation: hs-marquee 28s linear infinite;
}

.hs-marquee-track span {
  color: rgba(196,181,253,.48);
  font-size: clamp(24px,3.2vw,48px);
  font-weight: 560;
  letter-spacing: -.045em;
}

@keyframes hs-marquee { to { transform: translateX(-36%); } }

/* =========================================================
   Modules — fixed visual + safe two-column card system
========================================================= */

.hs-modules-layout {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: clamp(42px, 5.8vw, 78px);
  align-items: start;
}

.hs-visual-modules { min-height: 560px; }

.hs-module-map {
  position: absolute;
  inset: 96px 28px auto;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.hs-module-map span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: rgba(226,232,240,.68);
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(255,255,255,.045);
  font-size: 13px;
  font-weight: 560;
}

.hs-module-map .is-main {
  grid-column: 1 / -1;
  min-height: 104px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 20%, rgba(155,124,255,.28), transparent 54%),
    rgba(155,124,255,.10);
  border-color: rgba(155,124,255,.32);
  font-size: 28px;
  letter-spacing: -.04em;
}

.hs-visual-stack {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  height: 110px;
  z-index: 1;
}

.hs-visual-stack i {
  position: absolute;
  left: 0;
  right: 0;
  height: 58px;
  border-radius: 24px;
  border: 1px solid rgba(155,124,255,.18);
  background: rgba(255,255,255,.045);
  transform: rotate(-3deg);
}

.hs-visual-stack i:nth-child(2) { top: 28px; transform: rotate(2deg); opacity: .82; }
.hs-visual-stack i:nth-child(3) { top: 56px; transform: rotate(-1deg); opacity: .64; }

.hs-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(20px, 2vw, 28px);
  align-items: stretch;
}

.hs-module-card {
  position: relative;
  min-height: 248px;
  padding: clamp(28px, 3.2vw, 42px);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hs-module-card:nth-child(5) { grid-column: 1 / -1; min-height: 220px; }

.hs-module-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124,92,255,.96), rgba(139,92,246,.86));
  box-shadow: 0 16px 44px rgba(124,92,255,.22);
  font-size: 22px;
}

.hs-module-card small {
  display: block;
  color: rgba(196,181,253,.82);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 650;
}

.hs-module-card h3 { margin: 18px 0 10px; font-size: clamp(25px, 2vw, 31px); line-height: 1.08; }
.hs-module-card p { font-size: clamp(15.5px, 1.1vw, 17px); line-height: 1.70; }

.hs-module-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.hs-module-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.16);
  color: rgba(226,232,240,.78);
  background: rgba(255,255,255,.045);
  font-size: 12px;
  font-weight: 590;
}

/* =========================================================
   Search Experience
========================================================= */

.hs-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(480px, 1.08fr);
  gap: clamp(52px, 7vw, 92px);
  align-items: center;
}

.hs-sticky-copy { position: sticky; top: 140px; align-self: start; }

.hs-experience-copy h2 {
  max-width: 710px;
  font-size: clamp(46px, 5.4vw, 84px);
  line-height: .96;
}

.hs-experience-copy p { max-width: 590px; }

.hs-experience-panel {
  padding: 26px;
  border-radius: 36px;
}

.hs-tab-panel { display: grid; gap: 14px; margin-top: 18px; }
.hs-tab-panel[hidden] { display: none !important; }

.hs-tab-panel article {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.035);
}

.hs-tab-panel b {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #93c5fd;
  background: rgba(125,211,252,.10);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: 11px;
  font-weight: 650;
}

.hs-tab-panel strong { display: block; font-size: 22px; line-height: 1.22; }
.hs-tab-panel p { margin: 12px 0 0; color: rgba(203,213,225,.66); font-size: 18px; line-height: 1.48; }

/* =========================================================
   Workflow V14 — true pinned stage, no old workflow code
========================================================= */

.pdh-flow-v10 {
  position: relative;
  overflow: visible !important;
  isolation: isolate;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: clamp(120px, 14vh, 180px);
}

.pdh-flow-v10-stage {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 72px));
  min-height: min(760px, 78vh);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 650px);
  justify-content: center;
  align-items: center;
  gap: clamp(86px, 8vw, 150px);
  overflow: visible !important;
  transform: none !important;
  will-change: auto !important;
}

.pdh-flow-v10-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 400px;
  transform: none !important;
  will-change: auto !important;
}

.pdh-flow-v10-copy h2 {
  max-width: 9.4ch;
  font-size: clamp(48px, 4.7vw, 68px);
  line-height: .96;
}

.pdh-flow-v10-copy p:not(.hs-eyebrow) { max-width: 36ch; }
.pdh-flow-v10-copy .hs-btn { margin-top: 28px; }

.pdh-flow-v10-progress {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: 280px;
  margin-top: 36px;
  padding-left: 32px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-weight: 650;
}

.pdh-flow-v10-progress-line { position: absolute; left: 5px; top: 6px; bottom: 6px; width: 1px; background: rgba(216,180,254,.25); }
.pdh-flow-v10-progress-fill { position: absolute; left: -1px; top: 0; width: 3px; height: 100%; border-radius: 999px; background: linear-gradient(180deg, #a855f7, #d8b4fe); transform: scaleY(0); transform-origin: 50% 0%; }
.pdh-flow-v10-progress span:not(.pdh-flow-v10-progress-line) { position: relative; display: block; transition: none !important; }
.pdh-flow-v10-progress span:not(.pdh-flow-v10-progress-line)::before { content: ""; position: absolute; left: -33px; top: 50%; width: 10px; height: 10px; border-radius: 999px; border: 1px solid rgba(216,180,254,.40); background: var(--hs-bg); transform: translateY(-50%); transition: none !important; }
.pdh-flow-v10-progress span.is-active { color: #fff; }
.pdh-flow-v10-progress span.is-active::before { background: #c084fc; border-color: #c084fc; }

.pdh-flow-v10-rail {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 26px;
  perspective: 1200px;
}

.pdh-flow-v10-card {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 28vw, 420px);
  padding: clamp(34px, 4vw, 54px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--hs-radius);
  transition: none !important;
}

.pdh-flow-v10-card::after {
  content: attr(data-pdh-step);
  position: absolute;
  right: 24px;
  bottom: -30px;
  color: rgba(255,255,255,.035);
  font-size: clamp(120px, 14vw, 190px);
  line-height: 1;
  letter-spacing: -.10em;
  font-weight: 560;
  pointer-events: none;
  transition: none !important;
}

.pdh-flow-v10-card > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #fff;
  font-size: 19px;
  font-weight: 650;
  background: linear-gradient(135deg, rgba(124,92,255,.96), rgba(139,92,246,.86));
  box-shadow: 0 16px 44px rgba(124,92,255,.22);
  transition: none !important;
}

.pdh-flow-v10-card h3 { margin: 0 0 14px; font-size: clamp(26px, 2.2vw, 34px); line-height: 1.08; }
.pdh-flow-v10-card p { max-width: 48ch; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; }

@media (min-width: 1025px) {
  .pdh-flow-v10.is-pinned-scene { min-height: var(--pdh-flow-v10-min-height, 3200px); }
  .pdh-flow-v10.is-pinned-scene .pdh-flow-v10-rail { display: block; height: clamp(360px, 48vh, 470px); }
  .pdh-flow-v10.is-pinned-scene .pdh-flow-v10-card { position: absolute; left: 0; right: 0; top: 50%; min-height: clamp(330px, 28vw, 420px); backface-visibility: hidden; }
}

.pdh-flow-v10-stage,
.pdh-flow-v10-stage *,
.pdh-flow-v10-card,
.pdh-flow-v10-card::before,
.pdh-flow-v10-card::after,
.pdh-flow-v10-progress-fill { transition: none !important; }

/* =========================================================
   Showcase / Pricing / Footer
========================================================= */

.hs-showcase-box {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: center;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 38px;
}

.hs-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.hs-audience-grid span {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.74);
  font-weight: 590;
}

.hs-price-card.is-featured {
  border-color: rgba(196,181,253,.34);
  background:
    radial-gradient(circle at 16% 0%, rgba(124,92,255,.12), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
    rgba(13,17,28,.76);
  transform: translateY(-10px);
}

.hs-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--hs-primary-3);
  border: 1px solid rgba(196,181,253,.34);
  background: rgba(124,92,255,.13);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 650;
}

.hs-price { margin: 14px 0 24px; color: rgba(196,181,253,.94); font-size: 34px; font-weight: 560; letter-spacing: -.045em; }
.hs-price-card ul { display: grid; gap: 12px; min-height: 180px; padding: 0; margin: 0 0 28px; list-style: none; }
.hs-price-card li { position: relative; padding-left: 24px; line-height: 1.55; }
.hs-price-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 999px; background: var(--hs-primary-2); }

.hs-final-cta { padding: 80px 0 120px; }
.hs-final-box { text-align: center; padding: clamp(34px, 6vw, 70px); border-radius: 38px; }
.hs-final-box p { max-width: 760px; margin-inline: auto; }
.hs-final-box .hs-hero-actions { justify-content: center; }

.hs-product-footer {
  padding: 76px 0 34px;
  border-top: 1px solid rgba(148,163,184,.10);
  background: radial-gradient(circle at 20% 0%, rgba(124,92,255,.10), transparent 34%), rgba(0,0,0,.14);
}

.hs-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .65fr .9fr .65fr;
  gap: 42px;
}

.hs-footer-brand p { max-width: 460px; margin: 22px 0 0; color: rgba(226,232,240,.62); font-size: 15px; line-height: 1.7; }
.hs-footer-links { display: grid; gap: 12px; align-content: start; }
.hs-footer-links strong { margin-bottom: 8px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 560; }
.hs-footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(148,163,184,.10); color: rgba(226,232,240,.42); font-size: 13px; font-weight: 560; }

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {
  .hs-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: 54px; }
  .hs-hero-title { font-size: clamp(54px, 7vw, 86px); }
  .hs-modules-layout { grid-template-columns: 320px minmax(0,1fr); gap: 42px; }
  .hs-module-card { padding: 28px; }
  .pdh-flow-v10-stage { width: min(1080px, calc(100% - 56px)); grid-template-columns: minmax(280px,360px) minmax(0,610px); gap: clamp(56px,6vw,100px); }
  .pdh-flow-v10-copy h2 { font-size: clamp(48px,5vw,66px); }
}

@media (max-width: 1024px) {
  .hs-product-container { width: min(100% - 36px, 1180px); }

  .hs-product-nav {
    top: 14px;
    width: calc(100% - 28px);
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 28px;
  }

  .hs-nav-cta { display: none; }

  .hs-mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(196,181,253,.38);
    color: var(--hs-primary-3);
    background: rgba(124,92,255,.12);
    cursor: pointer;
  }

  .hs-mobile-menu-toggle span,
  .hs-mobile-menu-toggle span::before,
  .hs-mobile-menu-toggle span::after {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .22s ease, top .22s ease, background .22s ease;
  }

  .hs-mobile-menu-toggle span { position: relative; }
  .hs-mobile-menu-toggle span::before,
  .hs-mobile-menu-toggle span::after { content: ""; position: absolute; left: 0; }
  .hs-mobile-menu-toggle span::before { top: -7px; }
  .hs-mobile-menu-toggle span::after { top: 7px; }
  body.hs-mobile-menu-open .hs-mobile-menu-toggle span { background: transparent; }
  body.hs-mobile-menu-open .hs-mobile-menu-toggle span::before { top: 0; transform: rotate(45deg); }
  body.hs-mobile-menu-open .hs-mobile-menu-toggle span::after { top: 0; transform: rotate(-45deg); }

  .hs-product-menu {
    position: fixed;
    z-index: 999;
    top: calc(88px + env(safe-area-inset-top));
    left: 50%;
    width: calc(100% - 28px);
    max-width: 440px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(196,181,253,.25);
    background: rgba(10,7,20,.96);
    box-shadow: 0 28px 90px rgba(0,0,0,.52);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(-12px) scale(.96);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }

  body.hs-mobile-menu-open .hs-product-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .hs-product-menu a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.86);
  }
  .hs-product-menu a::after { content: "→"; color: var(--hs-primary-3); }

  .hs-hero-grid,
  .hs-visual-section,
  .hs-modules-layout,
  .hs-experience-grid,
  .pdh-flow-v10-stage,
  .hs-showcase-box { grid-template-columns: 1fr; }

  .hs-product-hero { display: block; min-height: auto; padding: calc(118px + env(safe-area-inset-top)) 0 82px; }
  .hs-hero-copy,
  .hs-section-head.is-centered { text-align: center; }
  .hs-hero-title,
  .hs-hero-text,
  .hs-hero-stats { margin-inline: auto; }
  .hs-hero-title { font-size: clamp(50px, 10vw, 76px); line-height: .96; letter-spacing: -.052em; }
  .hs-hero-actions { justify-content: center; }
  .hs-hub-card { min-height: auto; }

  .hs-fixed-visual,
  .hs-sticky-copy { position: relative; top: auto; }
  .hs-fixed-visual { min-height: 460px; order: -1; }

  .hs-info-grid,
  .hs-pricing-grid,
  .hs-modules-grid,
  .hs-visual-section .hs-info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hs-module-card:nth-child(5) { grid-column: 1 / -1; }

  .pdh-flow-v10 { padding-top: 96px; padding-bottom: 96px; }
  .pdh-flow-v10-stage { width: min(100% - 36px, 760px); min-height: auto; gap: 44px; text-align: center; }
  .pdh-flow-v10-copy { max-width: 720px; margin-inline: auto; }
  .pdh-flow-v10-copy h2,
  .pdh-flow-v10-copy p:not(.hs-eyebrow) { max-width: none; margin-left: auto; margin-right: auto; }
  .pdh-flow-v10-copy .hs-btn,
  .pdh-flow-v10-copy .hs-eyebrow { margin-left: auto; margin-right: auto; }
  .pdh-flow-v10-progress { max-width: 300px; margin-left: auto; margin-right: auto; text-align: left; }
  .pdh-flow-v10-rail { max-width: 680px; margin-inline: auto; }

  .hs-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .hs-product-container { width: calc(100% - 28px); }
  .hs-product-nav { top: calc(10px + env(safe-area-inset-top)); width: calc(100% - 22px); padding: 9px 10px; border-radius: 24px; }
  .hs-product-logo img,
  .hs-footer-logo img { height: 30px; max-width: 130px; }
  .hs-mobile-menu-toggle { width: 50px; height: 50px; }
  .hs-product-menu { top: calc(78px + env(safe-area-inset-top)); }

  .hs-product-hero { padding: calc(112px + env(safe-area-inset-top)) 0 70px; }
  .hs-hero-grid { gap: 38px; }
  .hs-hero-title { font-size: clamp(39px, 12vw, 56px); line-height: .98; letter-spacing: -.050em; }
  .hs-hero-text { max-width: 94%; font-size: 15.5px; line-height: 1.62; }
  .hs-hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hs-btn { width: 100%; min-height: 52px; border-radius: 18px; }
  .hs-hero-stats { grid-template-columns: 1fr; margin-top: 28px; }

  .hs-hub-card { padding: 16px; border-radius: 26px; }
  .hs-hub-search,
  .hs-hub-result,
  .hs-hub-footer { grid-template-columns: 1fr; border-radius: 20px; }
  .hs-hub-search button { width: 100%; }
  .hs-demo-tabs,
  .hs-experience-tabs { grid-template-columns: repeat(2, minmax(0,1fr)); border-radius: 22px; }

  .hs-section { padding: 74px 0; }
  .hs-section-head h2,
  .hs-experience-copy h2,
  .pdh-flow-v10-copy h2,
  .hs-showcase-box h2,
  .hs-final-box h2 { font-size: clamp(32px, 9.5vw, 46px); line-height: 1.02; letter-spacing: -.044em; }
  .hs-section-head p,
  .hs-experience-copy p,
  .pdh-flow-v10-copy p:not(.hs-eyebrow),
  .hs-showcase-box p,
  .hs-final-box p { font-size: 15px; line-height: 1.62; }
  .hs-eyebrow { font-size: 9.5px; letter-spacing: .13em; }

  .hs-info-grid,
  .hs-pricing-grid,
  .hs-modules-grid,
  .hs-visual-section .hs-info-grid,
  .hs-audience-grid,
  .hs-footer-grid { grid-template-columns: 1fr; }
  .hs-module-card:nth-child(5) { grid-column: auto; }

  .hs-info-card,
  .hs-module-card,
  .hs-price-card,
  .pdh-flow-v10-card,
  .hs-showcase-box,
  .hs-final-box { padding: 24px; border-radius: 24px; min-height: auto; }

  .hs-fixed-visual { min-height: 390px; border-radius: 26px; }
  .hs-visual-screen { left: 16px; right: 16px; top: 82px; padding: 15px; border-radius: 20px; }
  .hs-visual-kicker { left: 16px; top: 16px; }
  .hs-visual-metric { left: 16px; right: 16px; bottom: 16px; width: auto; }
  .hs-module-map { inset: 76px 16px auto; gap: 9px; }
  .hs-module-map span { min-height: 64px; }
  .hs-module-map .is-main { min-height: 86px; }

  .hs-experience-panel { padding: 16px; border-radius: 26px; }
  .hs-tab-panel article { padding: 20px; border-radius: 20px; }
  .hs-tab-panel strong { font-size: 19px; }
  .hs-tab-panel p { font-size: 15px; }

  .pdh-flow-v10 { padding-top: 76px; padding-bottom: 76px; }
  .pdh-flow-v10-stage { width: calc(100% - 28px); gap: 30px; text-align: left; }
  .pdh-flow-v10-copy h2 { max-width: 10ch; }
  .pdh-flow-v10-copy p:not(.hs-eyebrow) { max-width: 36ch; margin-left: 0; margin-right: 0; }
  .pdh-flow-v10-copy .hs-btn,
  .pdh-flow-v10-copy .hs-eyebrow { margin-left: 0; margin-right: 0; }
  .pdh-flow-v10-progress { max-width: 270px; margin-left: 0; margin-right: 0; }
  .pdh-flow-v10-card h3 { font-size: 28px; }
  .pdh-flow-v10-card p { font-size: 16px; }

  .hs-price-card.is-featured { transform: none; }
  .hs-price-card ul { min-height: auto; }
  .hs-final-cta { padding: 54px 0 72px; }
  .hs-product-footer { padding: 56px 0 28px; }
  .hs-footer-bottom { display: grid; gap: 8px; margin-top: 38px; }
}

@media (max-width: 390px) {
  .hs-product-container { width: calc(100% - 22px); }
  .hs-product-logo img,
  .hs-footer-logo img { height: 28px; max-width: 116px; }
  .hs-hero-title { font-size: clamp(38px, 13vw, 54px); }
  .hs-demo-tabs,
  .hs-experience-tabs { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .hs-reveal,
  .hs-gsap-animated { opacity: 1 !important; transform: none !important; filter: none !important; }
}


/* =========================================================
   V21 MOBILE REPAIR — iOS / small screens
   Fixes: nav overlap, too tall tabs, visual-card overflow,
   oversized mobile headings, accidental horizontal scroll.
========================================================= */

html { scroll-padding-top: 112px; }
.hs-product-page section,
.hs-product-page [id] { scroll-margin-top: 112px; }

@media (max-width: 767px) {
  html,
  body,
  .hs-product-page {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .hs-product-page {
    overflow-y: visible;
    background:
      radial-gradient(circle at 72% 4%, rgba(124,92,255,.12), transparent 30%),
      linear-gradient(180deg, #05070d 0%, #070a12 48%, #080613 100%);
  }

  .hs-product-container {
    width: min(100% - 28px, 640px);
  }

  .hs-product-nav {
    left: 14px;
    right: 14px;
    transform: none !important;
    width: auto;
    min-height: 74px;
    padding: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 28px;
  }

  .hs-product-logo img,
  .hs-footer-logo img {
    height: 31px;
    max-width: 172px;
  }

  .hs-mobile-menu-toggle {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-radius: 22px;
  }

  .hs-product-menu {
    left: 14px;
    right: 14px;
    width: auto;
    max-width: none;
    transform: translateY(-10px) scale(.98);
  }

  body.hs-mobile-menu-open .hs-product-menu {
    transform: translateY(0) scale(1);
  }

  .hs-product-hero {
    padding-top: calc(122px + env(safe-area-inset-top));
    padding-bottom: 58px;
  }

  .hs-section {
    padding: 68px 0;
  }

  .hs-hero-title {
    font-size: clamp(42px, 11.6vw, 55px);
    line-height: .99;
    letter-spacing: -.046em;
  }

  .hs-section-head h2,
  .hs-experience-copy h2,
  .pdh-flow-v10-copy h2,
  .hs-showcase-box h2,
  .hs-final-box h2 {
    font-size: clamp(34px, 9vw, 43px);
    line-height: 1.06;
    letter-spacing: -.038em;
    max-width: 12.5ch;
  }

  .hs-section-head.is-centered h2,
  .hs-final-box h2,
  .hs-showcase-box h2 {
    max-width: 13.5ch;
  }

  .hs-section-head p,
  .hs-experience-copy p,
  .pdh-flow-v10-copy p:not(.hs-eyebrow),
  .hs-showcase-box p,
  .hs-final-box p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .hs-eyebrow {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    letter-spacing: .16em;
    line-height: 1.3;
  }

  /* Compact, premium mobile segmented controls */
  .hs-demo-tabs,
  .hs-experience-tabs {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 8px;
    border-radius: 999px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .hs-demo-tabs::-webkit-scrollbar,
  .hs-experience-tabs::-webkit-scrollbar { display: none; }

  .hs-demo-tabs button,
  .hs-experience-tabs button {
    flex: 0 0 auto;
    min-width: 104px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    scroll-snap-align: start;
  }

  .hs-experience-panel {
    padding: 14px;
    border-radius: 28px;
  }

  .hs-tab-panel {
    gap: 14px;
  }

  .hs-tab-panel article {
    padding: 18px;
    border-radius: 21px;
  }

  .hs-tab-panel strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .hs-tab-panel p {
    font-size: 15px;
    line-height: 1.58;
  }

  /* Fixed visuals become normal, contained mobile cards */
  .hs-visual-section,
  .hs-modules-layout,
  .hs-experience-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .hs-fixed-visual,
  .hs-visual-modules {
    position: relative !important;
    top: auto !important;
    order: -1;
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px;
    border-radius: 28px;
    overflow: hidden;
  }

  .hs-fixed-visual::before {
    opacity: .12;
    background-size: 34px 34px;
  }

  .hs-visual-orb {
    width: 180px;
    height: 180px;
    right: -80px;
    top: -70px;
    opacity: .58;
  }

  .hs-visual-kicker,
  .hs-visual-screen,
  .hs-visual-metric,
  .hs-module-map,
  .hs-visual-stack {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .hs-visual-kicker {
    z-index: 3;
    width: fit-content !important;
    max-width: 100%;
    min-height: 34px;
    margin-bottom: 18px;
  }

  .hs-visual-screen {
    padding: 16px;
    border-radius: 22px;
  }

  .hs-visual-searchline {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .hs-visual-row {
    grid-template-columns: 12px minmax(0, 1fr) auto;
    min-height: auto;
    padding: 12px;
    gap: 10px;
    border-radius: 16px;
  }

  .hs-visual-row strong,
  .hs-visual-row em {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hs-visual-row em {
    font-size: 12px;
  }

  .hs-visual-metric {
    margin-top: 14px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.045);
  }

  .hs-visual-metric strong {
    font-size: 34px;
  }

  .hs-module-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
  }

  .hs-module-map span {
    min-height: 58px;
    border-radius: 18px;
    font-size: 12.5px;
  }

  .hs-module-map .is-main {
    min-height: 74px;
    font-size: 22px;
  }

  .hs-visual-stack {
    height: 72px;
    margin-top: 16px;
  }

  .hs-visual-stack i {
    height: 42px;
    border-radius: 18px;
  }

  .hs-visual-stack i:nth-child(2) { top: 18px; }
  .hs-visual-stack i:nth-child(3) { top: 36px; }

  .hs-info-card,
  .hs-module-card,
  .hs-price-card,
  .pdh-flow-v10-card,
  .hs-showcase-box,
  .hs-final-box {
    padding: 22px;
    border-radius: 24px;
  }

  .hs-modules-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .hs-module-card,
  .hs-module-card:nth-child(5) {
    grid-column: auto !important;
    min-height: auto !important;
  }

  .hs-module-card h3 {
    font-size: clamp(25px, 7.4vw, 31px);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .hs-module-card p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .pdh-flow-v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pdh-flow-v10-stage {
    width: min(100% - 28px, 640px);
    gap: 26px;
  }

  .pdh-flow-v10-copy h2 {
    max-width: 9.5ch;
  }

  .pdh-flow-v10-copy .hs-btn {
    width: 100%;
  }

  .pdh-flow-v10-progress {
    max-width: 100%;
    padding-left: 36px;
  }

  .pdh-flow-v10-card {
    min-height: auto;
  }

  .pdh-flow-v10-card h3 {
    font-size: 24px;
    line-height: 1.15;
  }

  .pdh-flow-v10-card p {
    font-size: 15.5px;
    line-height: 1.62;
  }
}

@media (max-width: 390px) {
  .hs-product-container { width: calc(100% - 24px); }
  .hs-product-nav { left: 12px; right: 12px; }
  .hs-product-logo img,
  .hs-footer-logo img { height: 28px; max-width: 152px; }
  .hs-mobile-menu-toggle { width: 52px; height: 52px; }

  .hs-demo-tabs,
  .hs-experience-tabs {
    grid-template-columns: none !important;
    display: flex !important;
  }

  .hs-demo-tabs button,
  .hs-experience-tabs button {
    min-width: 96px;
    min-height: 42px;
    padding-inline: 14px;
  }

  .hs-section-head h2,
  .hs-experience-copy h2,
  .pdh-flow-v10-copy h2,
  .hs-showcase-box h2,
  .hs-final-box h2 {
    font-size: clamp(32px, 9.2vw, 40px);
  }
}


/* =========================================================
   V22 MOBILE WIDTH + VISUAL CLEANUP
   - no horizontal page overflow on iOS
   - hide heavy fixed visuals on phones
   - remove meaningless visual stack lines
========================================================= */

.hs-visual-stack {
  display: none !important;
}

@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .hs-product-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: visible;
  }

  .hs-product-page *,
  .hs-product-page *::before,
  .hs-product-page *::after {
    box-sizing: border-box;
    min-width: 0;
  }

  .hs-product-container {
    width: calc(100% - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hs-section,
  .hs-product-hero,
  .hs-experience,
  .hs-modules,
  .hs-problem {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* On phones the large decorative visual cards create width/overlap issues.
     Keep the premium layout clean: content first, visuals desktop/tablet only. */
  .hs-visual-section .hs-fixed-visual,
  .hs-modules-layout > .hs-fixed-visual {
    display: none !important;
  }

  .hs-visual-section,
  .hs-modules-layout,
  .hs-experience-grid,
  .hs-hero-grid,
  .pdh-flow-v10-stage {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .hs-experience-copy,
  .hs-experience-copy p,
  .hs-section-head,
  .hs-section-head p,
  .hs-hero-copy,
  .hs-hero-text,
  .pdh-flow-v10-copy,
  .pdh-flow-v10-copy p,
  .hs-final-box,
  .hs-final-box p {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hs-hero-title,
  .hs-section-head h2,
  .hs-experience-copy h2,
  .pdh-flow-v10-copy h2,
  .hs-showcase-box h2,
  .hs-final-box h2 {
    max-width: 100% !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hs-experience-panel,
  .hs-tab-panel,
  .hs-tab-panel article,
  .hs-hub-card,
  .hs-hub-result,
  .hs-module-card,
  .hs-info-card,
  .hs-price-card,
  .pdh-flow-v10-card {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hs-experience-panel {
    padding: 14px !important;
    border-radius: 28px !important;
  }

  .hs-demo-tabs,
  .hs-experience-tabs {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    contain: inline-size;
  }

  .hs-demo-tabs::-webkit-scrollbar,
  .hs-experience-tabs::-webkit-scrollbar {
    display: none;
  }

  .hs-demo-tabs button,
  .hs-experience-tabs button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 96px !important;
    max-width: none !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  .hs-tab-panel article {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .hs-tab-panel strong,
  .hs-tab-panel p {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
  }

  .hs-tab-panel strong {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  .hs-tab-panel p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .hs-module-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .hs-module-tags span {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 390px) {
  .hs-product-container {
    width: calc(100% - 22px) !important;
    max-width: calc(100vw - 22px) !important;
  }

  .hs-demo-tabs button,
  .hs-experience-tabs button {
    min-width: 88px !important;
    padding: 0 14px !important;
    font-size: 12.5px !important;
  }
}

/* =========================================================
   V23 MOBILE RHYTHM + ALIGNMENT FIX
   - einheitliche mobile Gutter
   - Workflow Copy/Card-Rhythmus sauber
   - Tagline/Headline gleiche Achse
   - Pricing/Modules/Experience mobile SaaS spacing
========================================================= */
@media (max-width: 767px) {
  :root {
    --hs-mobile-gutter: 24px;
    --hs-mobile-section-y: 86px;
    --hs-mobile-card-pad: 24px;
  }

  .hs-product-page {
    --hs-readable-mobile: min(100%, 360px);
  }

  .hs-product-container,
  .hs-product-nav,
  .pdh-flow-v10-stage,
  .hs-final-box {
    width: calc(100% - (var(--hs-mobile-gutter) * 2)) !important;
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hs-section,
  .hs-product-hero,
  .pdh-flow-v10,
  .hs-final-cta {
    padding-top: var(--hs-mobile-section-y) !important;
    padding-bottom: var(--hs-mobile-section-y) !important;
  }

  .hs-product-hero {
    padding-top: calc(112px + env(safe-area-inset-top)) !important;
  }

  .hs-section-head,
  .hs-experience-copy,
  .pdh-flow-v10-copy,
  .hs-final-box {
    width: 100% !important;
    max-width: var(--hs-readable-mobile) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hs-section-head.is-centered,
  .hs-modules .hs-section-head,
  .hs-pricing .hs-section-head {
    text-align: center !important;
  }

  .hs-section-head:not(.is-centered),
  .hs-experience-copy,
  .pdh-flow-v10-copy {
    text-align: left !important;
  }

  .hs-eyebrow {
    display: block !important;
    width: 100% !important;
    max-width: var(--hs-readable-mobile) !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: inherit !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: .22em !important;
  }

  .hs-section-head h2,
  .hs-experience-copy h2,
  .pdh-flow-v10-copy h2,
  .hs-showcase-box h2,
  .hs-final-box h2 {
    width: 100% !important;
    max-width: var(--hs-readable-mobile) !important;
    margin: 0 0 18px !important;
    font-size: clamp(38px, 10.1vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
    text-align: inherit !important;
  }

  .hs-section-head p,
  .hs-experience-copy p,
  .pdh-flow-v10-copy p:not(.hs-eyebrow),
  .hs-final-box p {
    width: 100% !important;
    max-width: var(--hs-readable-mobile) !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
    letter-spacing: -0.015em !important;
    text-align: inherit !important;
  }

  .hs-modules .hs-section-head,
  .hs-pricing .hs-section-head {
    margin-bottom: 36px !important;
  }

  .hs-modules .hs-section-head h2,
  .hs-pricing .hs-section-head h2 {
    max-width: 11.5ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hs-modules .hs-section-head p,
  .hs-pricing .hs-section-head p {
    max-width: 34ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hs-experience-grid,
  .hs-hero-grid,
  .hs-visual-section,
  .hs-modules-layout,
  .pdh-flow-v10-stage {
    gap: 34px !important;
  }

  .hs-experience-panel,
  .hs-info-card,
  .hs-module-card,
  .hs-price-card,
  .pdh-flow-v10-card,
  .hs-showcase-box,
  .hs-final-box {
    padding: var(--hs-mobile-card-pad) !important;
    border-radius: 28px !important;
  }

  .hs-experience-panel {
    margin-top: 2px !important;
  }

  .hs-demo-tabs,
  .hs-experience-tabs {
    margin-bottom: 18px !important;
  }

  .hs-tab-panel {
    display: grid !important;
    gap: 16px !important;
  }

  .hs-tab-panel article {
    padding: 22px !important;
  }

  .pdh-flow-v10 {
    padding-top: 92px !important;
    padding-bottom: 98px !important;
  }

  .pdh-flow-v10-stage {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .pdh-flow-v10-copy {
    max-width: var(--hs-readable-mobile) !important;
  }

  .pdh-flow-v10-copy h2 {
    max-width: 10.8ch !important;
  }

  .pdh-flow-v10-copy p:not(.hs-eyebrow) {
    max-width: 34ch !important;
  }

  .pdh-flow-v10-copy .hs-btn {
    width: 100% !important;
    margin-top: 34px !important;
    margin-bottom: 32px !important;
  }

  .pdh-flow-v10-progress {
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 !important;
    padding-left: 36px !important;
    gap: 14px !important;
  }

  .pdh-flow-v10-rail {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    display: grid !important;
    gap: 18px !important;
  }

  .pdh-flow-v10-card {
    min-height: auto !important;
  }

  .pdh-flow-v10-card > span {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 24px !important;
    border-radius: 16px !important;
    font-size: 20px !important;
  }

  .pdh-flow-v10-card h3 {
    margin: 0 0 14px !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  .pdh-flow-v10-card p {
    font-size: 15.5px !important;
    line-height: 1.64 !important;
  }

  .hs-pricing-grid,
  .hs-modules-grid {
    width: 100% !important;
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 18px !important;
  }

  .hs-price-card h3,
  .hs-module-card h3 {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .hs-price {
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1 !important;
  }
}

@media (max-width: 390px) {
  :root {
    --hs-mobile-gutter: 20px;
    --hs-mobile-card-pad: 22px;
  }

  .hs-section-head h2,
  .hs-experience-copy h2,
  .pdh-flow-v10-copy h2,
  .hs-showcase-box h2,
  .hs-final-box h2 {
    font-size: clamp(34px, 9.5vw, 42px) !important;
  }

  .pdh-flow-v10-copy h2 {
    max-width: 11ch !important;
  }
}/* End custom CSS */