/* Start custom CSS for html, class: .elementor-element-b7ab98a *//* =========================================================
   PODELY – PURPLE PREMIUM THEME
   Grün -> Lila / SaaS / AI Look
========================================================= */

.hs-product-page {
  --hs-bg: #05050a;
  --hs-bg-soft: #0b0b14;
  --hs-card: rgba(18, 18, 30, 0.78);
  --hs-card-strong: rgba(26, 20, 42, 0.92);

  --hs-primary: #8b5cf6;
  --hs-primary-2: #a855f7;
  --hs-primary-3: #c084fc;

  --hs-green: #8b5cf6;
  --hs-accent: #a855f7;
  --hs-glow: rgba(139, 92, 246, 0.42);

  --hs-text: #ffffff;
  --hs-muted: rgba(255,255,255,0.68);
  --hs-border: rgba(168, 85, 247, 0.22);
}

.hs-product-page,
.hs-product-hero,
.hs-section,
.hs-product-footer {
  background:
    radial-gradient(circle at 75% 15%, rgba(139,92,246,.22), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(168,85,247,.12), transparent 32%),
    #05050a !important;
  color: var(--hs-text);
}

.hs-glow-one {
  background: radial-gradient(circle, rgba(139,92,246,.55), transparent 68%) !important;
}

.hs-glow-two {
  background: radial-gradient(circle, rgba(192,132,252,.35), transparent 70%) !important;
}

.hs-hero-title span,
.hs-section-head h2 span,
.hs-eyebrow,
.hs-price,
.hs-time,
.hs-search-topline strong {
  color: var(--hs-primary-2) !important;
}

.hs-btn-primary,
.hs-nav-cta,
.hs-search-box button {
  background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
  color: #fff !important;
  border-color: rgba(192,132,252,.55) !important;
  box-shadow:
    0 18px 45px rgba(124,58,237,.35),
    inset 0 1px 0 rgba(255,255,255,.22) !important;
}

.hs-btn-primary:hover,
.hs-nav-cta:hover,
.hs-search-box button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 70px rgba(168,85,247,.48),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.hs-btn-secondary {
  color: #fff !important;
  border-color: rgba(168,85,247,.35) !important;
  background: rgba(139,92,246,.08) !important;
}

.hs-btn-secondary:hover {
  background: rgba(139,92,246,.18) !important;
  border-color: rgba(192,132,252,.65) !important;
}

.hs-search-card,
.hs-info-card,
.hs-feature-card,
.hs-step,
.hs-price-card,
.hs-showcase-box,
.hs-final-box {
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    rgba(12,12,20,.82) !important;
  border: 1px solid rgba(168,85,247,.22) !important;
  box-shadow:
    0 28px 90px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.03),
    0 0 55px rgba(124,58,237,.08) !important;
}

.hs-price-card.is-featured {
  border-color: rgba(192,132,252,.75) !important;
  box-shadow:
    0 34px 100px rgba(124,58,237,.32),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.hs-badge {
  background: rgba(139,92,246,.16) !important;
  color: #d8b4fe !important;
  border-color: rgba(192,132,252,.45) !important;
}

.hs-icon,
.hs-info-card span,
.hs-step span {
  background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
  color: #fff !important;
  box-shadow: 0 14px 40px rgba(124,58,237,.35) !important;
}

.hs-window-bar span {
  background: #a855f7 !important;
}

.hs-search-box,
.hs-tabs,
.hs-result-list article,
.hs-card-footer,
.hs-hero-stats div,
.hs-audience-grid span {
  background: rgba(139,92,246,.07) !important;
  border-color: rgba(168,85,247,.22) !important;
}

.hs-tabs button.is-active {
  background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
  color: #fff !important;
}

.hs-marquee {
  border-top-color: rgba(168,85,247,.22) !important;
  border-bottom-color: rgba(168,85,247,.22) !important;
}

.hs-marquee-track span {
  color: rgba(216,180,254,.78) !important;
}

.hs-product-menu a:hover,
.hs-footer-links a:hover {
  color: #c084fc !important;
}

::selection {
  background: #8b5cf6;
  color: #fff;
}
:root {
  --hs-bg: #020806;
  --hs-bg-soft: #07110d;
  --hs-card: rgba(255,255,255,.055);
  --hs-card-strong: rgba(255,255,255,.09);
  --hs-border: rgba(255,255,255,.12);
  --hs-text: rgba(255,255,255,.74);
  --hs-soft: rgba(255,255,255,.48);
  --hs-white: #ffffff;
  --hs-green: #20f28f;
  --hs-green-dark: #0dc777;
  --hs-green-rgb: 32,242,143;
  --hs-radius: 28px;
  --hs-shadow: 0 30px 90px rgba(0,0,0,.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--hs-bg);
  color: var(--hs-white);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.hs-product-page {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  opacity: 1;
  visibility: visible;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--hs-green-rgb), .12), transparent 32%),
    linear-gradient(180deg, #020806 0%, #020806 55%, #04100b 100%);
}

.hs-product-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Background */
.hs-product-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hs-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .12;
  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: 72px 72px;
  mask-image: radial-gradient(circle at 50% 20%, black 0%, transparent 72%);
}

.hs-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(90px);
  opacity: .26;
  background: var(--hs-green);
  will-change: transform;
}

.hs-glow-one {
  top: 6%;
  left: -12%;
}

.hs-glow-two {
  right: -14%;
  top: 34%;
  opacity: .16;
}

/* Navigation */
.hs-product-nav {
  position: fixed;
  z-index: 999;
  isolation: isolate;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(2,8,6,.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px rgba(0,0,0,.24);
}

.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 {
  display: block;
  width: auto;
  height: 38px;
  max-width: 160px;
}

.hs-product-menu {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.hs-product-menu a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  transition: color .25s ease;
}

.hs-product-menu a:hover {
  color: #fff;
}

.hs-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(var(--hs-green-rgb), .14);
  color: var(--hs-green);
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  border: 1px solid rgba(var(--hs-green-rgb), .25);
}

/* Hero */
.hs-product-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 90px;
  display: flex;
  align-items: center;
}

.hs-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 64px;
}

.hs-eyebrow {
  margin: 0 0 18px;
  color: var(--hs-green);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
}

.hs-hero-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(52px, 8vw, 112px);
  line-height: .88;
  letter-spacing: -.085em;
  font-weight: 950;
}

.hs-hero-title span {
  display: block;
  color: var(--hs-green);
  text-shadow: 0 0 50px rgba(var(--hs-green-rgb), .24);
}

.hs-hero-text {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--hs-text);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.hs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -.02em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.hs-btn:hover {
  transform: translateY(-2px);
}

.hs-btn-primary {
  background: var(--hs-green);
  color: #06110c;
  box-shadow: 0 20px 45px rgba(var(--hs-green-rgb), .22);
}

.hs-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.hs-btn:focus-visible,
.hs-search-box button:focus-visible,
.hs-tabs button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(var(--hs-green-rgb), .18),
    0 18px 45px rgba(var(--hs-green-rgb), .18);
}

/* Stats */
.hs-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 46px;
  max-width: 650px;
}

.hs-hero-stats div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
}

.hs-hero-stats strong {
  display: block;
  color: #fff;
  font-size: 28px;
  letter-spacing: -.05em;
}

.hs-hero-stats span {
  display: block;
  margin-top: 5px;
  color: var(--hs-soft);
  font-size: 13px;
  line-height: 1.35;
}

/* Hero Visual */
.hs-hero-visual {
  position: relative;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hs-search-card {
  position: relative;
  width: 100%;
  min-height: 620px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--hs-green-rgb), .22), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.035));
  box-shadow: var(--hs-shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
  transform: rotateX(4deg) rotateY(-8deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

.hs-search-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  background: linear-gradient(135deg, rgba(var(--hs-green-rgb), .25), transparent 42%);
  pointer-events: none;
  opacity: .7;
}

.hs-search-card > * {
  position: relative;
  z-index: 2;
}

.hs-window-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.hs-window-bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
}

.hs-search-topline {
  display: flex;
  justify-content: space-between;
  color: var(--hs-soft);
  font-size: 13px;
  font-weight: 850;
}

.hs-search-topline strong {
  color: var(--hs-green);
}

.hs-search-box {
  margin-top: 18px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 10px 10px 22px;
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.12);
}

.hs-search-box span {
  color: rgba(255,255,255,.86);
  font-weight: 800;
}

.hs-search-box button {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--hs-green);
  color: #06110c;
  font-weight: 950;
}

/* Hero Tabs */
.hs-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
  padding: 8px;
  border-radius: 24px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.1);
}

.hs-tabs button {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  min-height: 46px;
  border: 1px solid transparent !important;
  border-radius: 18px;
  background: transparent;
  color: rgba(255,255,255,.58);
  font-weight: 850;
  box-shadow: none !important;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.hs-tabs button:hover {
  color: #fff;
  background: rgba(255,255,255,.06);
}

.hs-tabs button.is-active {
  background: var(--hs-green);
  color: #06110c;
  border-color: rgba(var(--hs-green-rgb), .5) !important;
  box-shadow: 0 14px 32px rgba(var(--hs-green-rgb), .22) !important;
}

/* Hero Results */
.hs-result-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.hs-result-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.1);
}

.hs-time {
  min-width: 82px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(var(--hs-green-rgb), .12);
  color: var(--hs-green);
  font-size: 12px;
  font-weight: 950;
}

.hs-result-list h3 {
  margin: 0 0 5px;
  font-size: 18px;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.hs-result-list p {
  margin: 0;
  color: var(--hs-soft);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.hs-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(var(--hs-green-rgb), .1);
  color: rgba(255,255,255,.7);
}

.hs-card-footer strong {
  color: var(--hs-green);
}

/* Sections */
.hs-section {
  position: relative;
  padding: 120px 0;
}

.hs-section-head {
  max-width: 780px;
  margin-bottom: 54px;
}

.hs-section-head.is-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hs-section-head h2,
.hs-workflow-sticky h2,
.hs-showcase-box h2,
.hs-final-box h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 76px);
  line-height: .95;
  letter-spacing: -.075em;
}

.hs-section-head p,
.hs-workflow-sticky p,
.hs-final-box p {
  margin: 20px 0 0;
  color: var(--hs-text);
  font-size: 18px;
  line-height: 1.65;
}

/* Problem */
.hs-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hs-info-card,
.hs-feature-card,
.hs-price-card,
.hs-step {
  border: 1px solid rgba(255,255,255,.105);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
  border-radius: var(--hs-radius);
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
  transition:
    transform .28s ease,
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease;
}

.hs-info-card:hover,
.hs-feature-card:hover,
.hs-price-card:hover,
.hs-step:hover {
  border-color: rgba(var(--hs-green-rgb), .22);
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--hs-green-rgb), .12), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  box-shadow: 0 28px 85px rgba(0,0,0,.32);
}

.hs-info-card {
  padding: 32px;
}

.hs-info-card span {
  color: var(--hs-green);
  font-weight: 950;
}

.hs-info-card h3,
.hs-feature-card h3,
.hs-price-card h3,
.hs-step h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 25px;
  letter-spacing: -.045em;
}

.hs-info-card p,
.hs-feature-card p,
.hs-price-card li,
.hs-step p {
  margin: 0;
  color: var(--hs-text);
  line-height: 1.6;
}

/* Marquee */
.hs-marquee {
  position: relative;
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}

.hs-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 42px;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

.hs-marquee-track span {
  flex: 0 0 auto;
  color: rgba(255,255,255,.86);
  font-size: clamp(26px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: -.06em;
}

/* Features Bento Grid */
.hs-features {
  position: relative;
}

.hs-features::after {
  content: "";
  position: absolute;
  right: 6vw;
  bottom: 12%;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(var(--hs-green-rgb), .08);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.hs-features .hs-product-container {
  position: relative;
  z-index: 2;
}

.hs-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.hs-feature-card {
  min-height: 280px;
  height: auto;
  grid-column: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px;
  overflow: hidden;
}

.hs-feature-grid .hs-feature-card:nth-child(1) {
  grid-column: 1 / span 6;
}

.hs-feature-grid .hs-feature-card:nth-child(2) {
  grid-column: 7 / span 3;
}

.hs-feature-grid .hs-feature-card:nth-child(3) {
  grid-column: 10 / span 3;
}

.hs-feature-grid .hs-feature-card:nth-child(4) {
  grid-column: 1 / span 3;
}

.hs-feature-grid .hs-feature-card:nth-child(5) {
  grid-column: 4 / span 6;
}

.hs-feature-card:hover {
  transform: translateY(-4px);
}

.hs-feature-card h3 {
  max-width: 95%;
}

.hs-feature-card p {
  max-width: 620px;
}

.hs-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 18px;
  background: rgba(var(--hs-green-rgb), .12);
  color: var(--hs-green);
  font-size: 24px;
  font-weight: 950;
  will-change: transform;
}

/* Workflow */
.hs-workflow-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.hs-workflow-sticky {
  position: sticky;
  top: 130px;
}

.hs-workflow-steps {
  display: grid;
  gap: 18px;
}

.hs-step {
  min-height: 260px;
  padding: 36px;
}

.hs-step span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--hs-green);
  color: #06110c;
  font-weight: 950;
}

/* Showcase */
.hs-showcase-box,
.hs-final-box {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 42px;
  padding: clamp(32px, 6vw, 70px);
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--hs-green-rgb), .18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.032));
  box-shadow: var(--hs-shadow);
}

.hs-showcase-box {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.hs-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.hs-audience-grid span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  font-weight: 850;
}

/* Pricing */
.hs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hs-price-card {
  position: relative;
  padding: 32px;
}

.hs-price-card.is-featured {
  border-color: rgba(var(--hs-green-rgb), .36);
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--hs-green-rgb), .18), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.04));
  transform: translateY(-10px);
}

.hs-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--hs-green);
  color: #06110c;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hs-price {
  margin: 14px 0 24px;
  color: var(--hs-green);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.06em;
}

.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;
}

.hs-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hs-green);
}

/* Final CTA */
.hs-final-cta {
  padding: 80px 0 120px;
}

.hs-final-box {
  text-align: center;
}

.hs-final-box p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.hs-final-box .hs-hero-actions {
  justify-content: center;
}

/* Footer */
.hs-product-footer {
  position: relative;
  padding: 76px 0 34px;
  border-top: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--hs-green-rgb), .10), transparent 34%),
    rgba(0,0,0,.18);
}

.hs-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .65fr .9fr .65fr;
  gap: 42px;
  align-items: start;
}

.hs-footer-brand p {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.7;
}

.hs-footer-logo {
  gap: 0;
}

.hs-footer-links {
  display: grid;
  gap: 12px;
}

.hs-footer-links strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hs-footer-links a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: color .25s ease;
}

.hs-footer-links a:hover {
  color: var(--hs-green);
}

.hs-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.42);
  font-size: 13px;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 1024px) {
  .hs-product-menu {
    display: none;
  }

  .hs-product-nav {
    position: fixed;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .hs-hero-grid,
  .hs-workflow-grid,
  .hs-showcase-box {
    grid-template-columns: 1fr;
  }

  .hs-search-card {
    transform: none !important;
  }

  .hs-problem-grid,
  .hs-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hs-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hs-feature-grid .hs-feature-card:nth-child(1),
  .hs-feature-grid .hs-feature-card:nth-child(2),
  .hs-feature-grid .hs-feature-card:nth-child(3),
  .hs-feature-grid .hs-feature-card:nth-child(4),
  .hs-feature-grid .hs-feature-card:nth-child(5) {
    grid-column: auto;
  }

  .hs-feature-grid .hs-feature-card:nth-child(1),
  .hs-feature-grid .hs-feature-card:nth-child(5) {
    grid-column: 1 / -1;
  }

  .hs-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hs-footer-brand {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hs-product-container {
    width: min(100% - 26px, 1180px);
  }

  .hs-product-nav {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 22px;
  }

  .hs-product-logo img,
  .hs-footer-logo img {
    height: 32px;
    max-width: 126px;
  }

  .hs-nav-cta {
    display: none;
  }

  .hs-product-hero {
    min-height: auto;
    padding: 118px 0 64px;
  }

  .hs-hero-grid {
    gap: 42px;
  }

  .hs-hero-title {
    font-size: clamp(48px, 16vw, 72px);
    letter-spacing: -.07em;
  }

  .hs-hero-text {
    font-size: 16px;
    line-height: 1.58;
  }

  .hs-hero-actions {
    width: 100%;
  }

  .hs-hero-actions .hs-btn {
    width: 100%;
  }

  .hs-hero-stats,
  .hs-problem-grid,
  .hs-feature-grid,
  .hs-pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .hs-hero-stats div {
    padding: 16px;
  }

  .hs-search-card {
    min-height: auto;
    padding: 18px;
    border-radius: 28px;
    transform: none !important;
    will-change: auto;
  }

  .hs-search-box {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 18px;
  }

  .hs-search-box button {
    width: 100%;
  }

  .hs-tabs {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .hs-tabs button {
    min-height: 48px;
    border-radius: 16px;
  }

  .hs-result-list article {
    grid-template-columns: 1fr;
  }

  .hs-time {
    width: fit-content;
    min-width: 82px;
  }

  .hs-card-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hs-section {
    padding: 84px 0;
  }

  .hs-section-head h2,
  .hs-workflow-sticky h2,
  .hs-showcase-box h2,
  .hs-final-box h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .hs-workflow-sticky {
    position: relative;
    top: auto;
  }

  .hs-feature-grid .hs-feature-card:nth-child(1),
  .hs-feature-grid .hs-feature-card:nth-child(2),
  .hs-feature-grid .hs-feature-card:nth-child(3),
  .hs-feature-grid .hs-feature-card:nth-child(4),
  .hs-feature-grid .hs-feature-card:nth-child(5) {
    grid-column: 1 / -1;
  }

  .hs-feature-card {
    min-height: auto;
    padding: 24px;
  }

  .hs-audience-grid {
    grid-template-columns: 1fr;
  }

  .hs-marquee-track {
    gap: 28px;
  }

  .hs-price-card.is-featured {
    transform: none;
  }

  .hs-final-cta {
    padding-bottom: 80px;
  }

  .hs-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hs-footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .hs-search-card,
  .hs-marquee-track,
  .hs-info-card,
  .hs-feature-card,
  .hs-price-card,
  .hs-step {
    transform: none !important;
  }
}/* End custom CSS */