:root {
  --color-primary: #af3f99;
  --color-body-bg: #ffffff;
  --color-body-color: #72556d;

  --color-default-50: #fff5fd;
  --color-default-100: #fbe8f8;
  --color-default-200: #f3d0ed;
  --color-default-300: #e7addd;
  --color-default-400: #d77bc4;
  --color-default-500: #c652ae;
  --color-default-600: #9a3d87;
  --color-default-700: #7f336f;
  --color-default-800: #612857;
  --color-default-900: #431d3d;
  --color-default-950: #271124;
}

body {
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-default-950);
}

body > section:first-of-type {
  isolation: isolate;
}

body > section:first-of-type::before {
  content: none;
}

body > section:first-of-type::after {
  content: none;
}

body > section:first-of-type > img:first-child {
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
}

.nav-sticky-on {
  border-color: color-mix(in srgb, var(--color-primary) 18%, white) !important;
  box-shadow: 0 20px 60px rgba(175, 63, 153, 0.14);
}

.bg-primary,
.hover\:bg-primary:hover,
.group:hover .group-hover\:bg-primary {
  background-color: var(--color-primary) !important;
}

.text-primary,
.hover\:text-primary:hover,
#navbar a.active,
#navbar .hs-dropdown-menu a.active {
  color: var(--color-primary) !important;
}

.border-default-100,
.border-default-200,
.border-default-950\/10 {
  border-color: color-mix(in srgb, var(--color-primary) 14%, white) !important;
}

.from-default-100,
.from-default-100\/70,
.from-default-100\/90 {
  --tw-gradient-from: color-mix(in srgb, var(--color-default-100) 100%, white) !important;
}

.to-transparent {
  --tw-gradient-to: transparent !important;
}

.bg-body-bg\/80 {
  background-color: color-mix(in srgb, #ffffff 82%, white) !important;
}

.text-default-600 {
  color: var(--color-default-600) !important;
}

.text-default-900 {
  color: var(--color-default-900) !important;
}

.text-default-950 {
  color: var(--color-default-950) !important;
}

.feature-faq-soft .hs-accordion {
  background-image: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 32%, white),
    #ffffff
  ) !important;
  box-shadow: none !important;
}

.feature-faq-soft .feature-sequence-card {
  box-shadow: none !important;
}

.home-bottom-cta-section {
  position: relative;
  z-index: 12;
  margin-top: -2.5rem !important;
}

.hero-subtitle-balance {
  text-wrap: balance;
}

input,
textarea,
select {
  border-color: color-mix(in srgb, var(--color-primary) 18%, white) !important;
}

input.bg-linear-to-b,
textarea.bg-linear-to-b,
select.bg-linear-to-b {
  background-image: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 18%, white),
    #ffffff
  ) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-primary) 34%, white) !important;
}

footer .bg-default-200,
footer .hover\:bg-default-200:hover {
  background-color: color-mix(in srgb, var(--color-default-100) 45%, white) !important;
}

footer#footer {
  position: relative;
  isolation: isolate;
}

footer#footer::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 10rem;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 22%,
    rgba(255, 255, 255, 0.82) 48%,
    rgba(255, 255, 255, 0.45) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

footer#footer > .container {
  position: relative;
  z-index: 2;
}

footer#footer > .container > .p-2\.5 {
  background-image: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 10%, white),
    transparent
  ) !important;
  border-color: color-mix(in srgb, var(--color-primary) 9%, white) !important;
  padding-bottom: 10px !important;
}

footer#footer .from-default-100\/70.to-transparent {
  background-image: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 20%, white),
    rgba(255, 255, 255, 0.96)
  ) !important;
}

.footer-top-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) repeat(3, minmax(0, 1fr));
  gap: 2.75rem;
  align-items: start;
}

.footer-pages-column {
  justify-self: end;
  width: fit-content;
  transform: translateX(-20px);
}

.footer-pages-section-label {
  margin-top: 1rem;
  color: var(--color-primary) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact-column {
  min-width: 18rem;
  max-width: 18rem;
  justify-self: end;
}

.footer-brand-column > a {
  display: inline-block;
  width: fit-content;
}

.header-shell {
  max-width: none !important;
}

.header-shell .nav-sticky {
  width: 100% !important;
  max-width: none !important;
}

@media (min-width: 1024px) {
  .home-bottom-cta-section {
    position: relative;
    z-index: 12;
    margin-top: -8rem !important;
  }

  .header-shell {
    width: min(1200px, calc(100vw - 3rem)) !important;
    max-width: min(1200px, calc(100vw - 3rem)) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }

  .header-shell .nav-sticky {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#navbar {
  flex: 1 1 auto;
  min-width: 0;
}

.header-actions {
  flex: 0 0 auto;
  gap: 1.5rem !important;
}

.header-actions > a {
  margin-right: 0 !important;
  transform: none !important;
}

.header-actions .language-switcher {
  margin-left: 20px !important;
}

.language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.language-switcher__summary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  cursor: pointer;
  padding: 0.55rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--color-primary) 14%, white);
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-default-100) 52%, white);
  color: var(--color-default-700);
  user-select: none;
}

.language-switcher__summary::-webkit-details-marker {
  display: none;
}

.language-switcher__flag {
  font-size: 0.95rem;
  line-height: 1;
}

.language-switcher__code {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.language-switcher__chevron {
  width: 0.9rem;
  height: 0.9rem;
  color: color-mix(in srgb, var(--color-default-700) 70%, white);
  transition: transform 0.2s ease;
}

.language-switcher[open] .language-switcher__chevron {
  transform: rotate(180deg);
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 8.75rem;
  padding: 0.45rem;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--color-primary) 12%, white);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 40px rgba(39, 17, 36, 0.12);
  backdrop-filter: blur(14px);
  z-index: 40;
}

.language-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 0.8rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-default-700);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.language-switcher__option:hover {
  background: color-mix(in srgb, var(--color-default-100) 72%, white);
  color: var(--color-primary);
}

.language-switcher__option.is-active {
  background: color-mix(in srgb, var(--color-default-100) 88%, white);
  color: var(--color-primary);
}

.language-switcher--mobile {
  margin-top: 1rem;
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.hero-parallax-scene {
  position: relative;
  width: min(96%, 980px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.reports-parallax-scene {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.reports-parallax-base {
  opacity: 0.18;
  transition: opacity 180ms linear;
}

.integration-fireworks-scene {
  overflow: visible;
}

.integration-section-card {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .integration-section-card {
    overflow: visible;
  }
}

.hero-parallax-base,
.hero-parallax-layer {
  display: block;
  width: 100%;
  height: auto;
}

.hero-parallax-base {
  position: relative;
  z-index: 1;
}

.hero-parallax-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  will-change: transform;
  pointer-events: none;
  transform-origin: 50% 50%;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 24px 50px rgba(22, 16, 32, 0.08));
}

.hero-parallax-layer-1 {
  z-index: 3;
  transition-duration: 130ms;
}

.hero-parallax-layer-2 {
  z-index: 4;
  transition-duration: 160ms;
}

.hero-parallax-layer-3 {
  z-index: 5;
  transition-duration: 160ms;
}

.hero-parallax-layer-4 {
  z-index: 6;
  transition-duration: 180ms;
}

.integration-fireworks-icon {
  will-change: transform, opacity;
  transform-origin: center center;
  transition: transform 140ms cubic-bezier(0.22, 1, 0.36, 1), opacity 140ms linear;
}

.process-sequence-card {
  opacity: 0.08;
  transform: translate3d(0, 42px, 0);
  will-change: transform, opacity;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms linear;
}

.process-sequence-icon-wrap {
  will-change: transform, opacity;
}

.process-sequence-icon {
  transform: scale(0.88);
  opacity: 0.35;
  will-change: transform, opacity;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms linear, box-shadow 180ms linear;
}

.benefit-reveal-card {
  opacity: 0.01;
  transform: translate3d(0, 48px, 0);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms linear;
}

.benefit-reveal-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.benefit-reveal-icon {
  opacity: 0.32;
  transform: scale(0.88);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms linear;
}

.benefit-reveal-card.is-visible .benefit-reveal-icon {
  opacity: 1;
  transform: scale(1);
}

.feature-sequence-card {
  opacity: 1;
  transform: translate3d(0, 156px, 0);
  will-change: transform, opacity;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms linear, box-shadow 260ms linear;
}

.feature-media-large {
  padding: 15px !important;
}

.feature-media-large__image {
  width: 108%;
  height: auto;
  display: block;
  margin-inline: auto;
  transform: translateY(2px);
  transform-origin: center center;
}

.feature-media-ai-image {
  width: calc(100% + 40px);
  max-width: none;
  margin-left: -20px;
  transform: translateY(0);
}

.feature-media-dashboard-image {
  width: calc(100% + 40px);
  max-width: none;
  margin-left: -20px;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .feature-media-large {
    padding: 18px !important;
  }
}

.feature-footer-cta {
  margin-inline: auto;
}

.feature-footer-cta-wrap {
  display: none;
}

.contact-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 3.5rem;
  margin-bottom: 2.75rem;
}

.contact-about-media {
  min-width: 0;
}

.contact-about-image {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: 0;
  border-radius: 1.5rem;
  object-fit: cover;
}

.contact-about-copy {
  text-align: left;
}

.contact-about-title {
  font-size: 4rem;
  line-height: 1.2;
  color: var(--color-default-950);
  margin-bottom: 1rem;
}

.contact-about-subtitle {
  max-width: 100%;
  margin-inline: 0;
}

.contact-hero-intro {
  max-width: 56rem;
  margin-inline: auto;
  margin-top: 4.75rem;
  position: relative;
  z-index: 5;
}

.contact-hero-section {
  position: relative;
  isolation: isolate;
  padding-bottom: 3rem !important;
}

.contact-hero-section > .container {
  position: relative;
  z-index: 5;
}

.contact-hero-section > img:first-child {
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 58%, rgba(0, 0, 0, 0) 88%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 58%, rgba(0, 0, 0, 0) 88%);
}

.contact-hero-fade {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 24rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.82) 28%,
    rgba(255, 255, 255, 0.95) 56%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 2;
}

.contact-form-section {
  padding-top: 3.5rem !important;
}

.contact-form-section h2 {
  font-size: 4rem !important;
  line-height: 1.12 !important;
}

.contact-process-section {
  padding-bottom: 0.75rem !important;
}

.vonde-feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.vonde-feedback-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vonde-feedback-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(39, 17, 36, 0.42);
  backdrop-filter: blur(8px);
}

.vonde-feedback-modal__panel {
  position: relative;
  width: min(100%, 36rem);
  border: 1px solid color-mix(in srgb, var(--color-primary) 14%, white);
  border-radius: 1.5rem;
  padding: 2rem;
  background-image: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 28%, white),
    #ffffff
  );
  box-shadow: 0 24px 80px rgba(39, 17, 36, 0.14);
}

.vonde-feedback-modal__title {
  font-size: clamp(1.75rem, 2.5vw, 2.375rem);
  line-height: 1.1;
  margin-bottom: 0.875rem;
  color: var(--color-default-950);
}

.vonde-feedback-modal__text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-default-700);
  margin-bottom: 1.5rem;
}

.vonde-feedback-modal__state--hidden {
  display: none;
}

.vonde-feedback-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vonde-feedback-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.vonde-feedback-form__label {
  font-weight: 600;
  color: var(--color-default-900);
}

.vonde-feedback-form__status {
  min-height: 1.5rem;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-default-700);
}

.vonde-feedback-modal__actions {
  display: flex;
  justify-content: flex-start;
}

.footer-brand-logo {
  display: block;
  width: 230px;
  height: auto;
  max-width: 100%;
  overflow: visible;
  margin-left: 0;
}

.footer-contact-details {
  font-size: 0.95rem;
  line-height: 1.65;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.65rem;
  align-items: start;
}

.footer-contact-details p + p {
  margin-top: 0.45rem;
}

.footer-contact-icon {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  color: color-mix(in srgb, var(--color-primary) 84%, #2d1831);
  transform: translateY(0.2rem);
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
}

.footer-contact-details a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.footer-cookie-settings-button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  display: block;
  text-align: left;
  margin-left: 0;
}

.footer-newsletter-divider {
  margin-block: 2rem;
}

.footer-newsletter-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  max-width: 62rem;
  margin-inline: auto;
}

.footer-newsletter-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-top: 0.6rem;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 auto;
  max-width: 42rem;
}

.footer-newsletter-input-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-newsletter-input-row input {
  flex: 1 1 auto;
}

.footer-newsletter-input-row button {
  flex: 0 0 auto;
}

.footer-newsletter-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--color-default-600, #6b7280);
  cursor: pointer;
  line-height: 1.5;
}

.footer-newsletter-consent-check {
  flex-shrink: 0;
  margin-top: 0.15rem;
  accent-color: var(--color-primary, #534AB7);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.footer-newsletter-consent-text {
  flex: 1;
}

.footer-newsletter-consent-link {
  color: inherit;
  text-decoration: underline;
}

.footer-newsletter-consent-link:hover {
  color: var(--color-primary, #534AB7);
}

.footer-newsletter-status {
  font-size: 0.8125rem;
  min-height: 1.25rem;
  margin: 0;
}

.footer-bottom-row {
  margin-top: -0.25rem;
  padding-bottom: 0 !important;
  transform: translateY(10px);
}

.cookie-consent-open {
  overflow: hidden;
}

.cookie-consent-root {
  position: relative;
  z-index: 300;
}

.cookie-consent-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: min(760px, calc(100vw - 2rem));
  border: 1px solid color-mix(in srgb, var(--color-primary) 12%, white);
  border-radius: 24px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 26%, white),
    rgba(255, 255, 255, 0.98)
  );
  box-shadow: 0 28px 80px rgba(67, 29, 61, 0.16);
  backdrop-filter: blur(18px);
}

.cookie-consent-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.5rem 1.6rem;
}

.cookie-consent-banner__title,
.cookie-consent-modal__title {
  color: var(--color-default-950);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.35rem;
}

.cookie-consent-banner__description,
.cookie-consent-modal__description,
.cookie-consent-group__copy p {
  color: var(--color-default-700);
  font-size: 0.97rem;
  line-height: 1.65;
  margin: 0;
}

.cookie-consent-banner__actions,
.cookie-consent-modal__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cookie-consent-banner__actions {
  width: 100%;
  flex-wrap: nowrap;
}

.cookie-consent-btn {
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 14%, white);
  padding: 0.85rem 1.2rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cookie-consent-banner__actions .cookie-consent-btn {
  flex: 1 1 180px;
  min-width: 180px;
  justify-content: center;
}

.cookie-consent-btn:hover {
  transform: translateY(-1px);
}

.cookie-consent-btn--primary {
  background: var(--color-primary);
  color: white;
  box-shadow: 0 14px 34px rgba(175, 63, 153, 0.24);
}

.cookie-consent-btn--ghost {
  background: white;
  color: var(--color-default-800);
}

.cookie-consent-modal {
  position: fixed;
  inset: 0;
}

.cookie-consent-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(39, 17, 36, 0.32);
  backdrop-filter: blur(8px);
}

.cookie-consent-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, calc(100vw - 2rem));
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 12%, white);
  background: white;
  box-shadow: 0 30px 100px rgba(67, 29, 61, 0.2);
  padding: 1.5rem;
}

.cookie-consent-modal__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cookie-consent-modal__close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 12%, white);
  background: color-mix(in srgb, var(--color-default-100) 36%, white);
  color: var(--color-default-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cookie-consent-modal__close svg {
  width: 1rem;
  height: 1rem;
}

.cookie-consent-groups {
  display: grid;
  gap: 0.9rem;
}

.cookie-consent-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid color-mix(in srgb, var(--color-primary) 10%, white);
  border-radius: 22px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-default-100) 16%, white),
    #ffffff
  );
  padding: 1rem 1.05rem;
}

.cookie-consent-group__copy h3 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color-default-900);
}

.cookie-consent-chip {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-default-100) 45%, white);
  color: var(--color-default-700);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.cookie-consent-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.cookie-consent-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-consent-toggle__track {
  position: relative;
  width: 3.1rem;
  height: 1.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-default-200) 72%, white);
  transition: background-color 0.2s ease;
}

.cookie-consent-toggle__track::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: white;
  box-shadow: 0 4px 12px rgba(67, 29, 61, 0.14);
  transition: transform 0.2s ease;
}

.cookie-consent-toggle input:checked + .cookie-consent-toggle__track {
  background: var(--color-primary);
}

.cookie-consent-toggle input:checked + .cookie-consent-toggle__track::after {
  transform: translateX(1.3rem);
}

.cookie-consent-toggle__text {
  color: var(--color-default-700);
  font-size: 0.9rem;
  font-weight: 700;
}

.cookie-consent-modal__footer {
  margin-top: 1.25rem;
  justify-content: flex-end;
}

.desktop-only-br {
  display: inline;
}

.mobile-only-br {
  display: none;
}

/* FAQ cím méret mobilon — ID szektor garantáltan felülír minden class-alapú szabályt */

/* Validation error messages */
.vonde-field-error-msg {
  color: #ef4444;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
}

/* Footer fix: 1024–1279px range where 4 columns get cramped */
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer-top-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
    gap: 1.25rem;
  }
  .footer-contact-column {
    min-width: 0;
    max-width: none;
  }
  .footer-pages-column {
    transform: none;
  }
}

@media (max-width: 1023px) {
  .mobile-menu-nav {
    padding-top: 1rem;
  }

  .mobile-menu-login-wrap {
    padding-top: 1.25rem !important;
  }

  .mobile-menu-language-row .language-switcher--mobile {
    margin-top: 1rem;
    margin-bottom: 0.85rem;
  }

  .footer-top-layout {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
    gap: 1.5rem;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
  }

  .footer-brand-logo {
    width: min(100%, 320px);
    margin-left: 0;
  }

  .footer-pages-column {
    transform: none;
    justify-self: start;
    margin-left: -1rem;
  }

  .footer-legal-column {
    justify-self: start;
    width: 100%;
    margin-left: 10px;
  }

  .footer-legal-column .space-y-2\.5 {
    gap: 0.45rem !important;
  }

  .footer-legal-column .space-y-2\.5 > * {
    font-size: 0.92rem;
    line-height: 1.25 !important;
  }

  .footer-contact-column {
    grid-column: 1 / -1;
    justify-self: center;
    min-width: 0;
    max-width: 22rem;
    text-align: center;
  }

  .footer-contact-column .space-y-4 > div {
    justify-content: center;
  }

  .footer-newsletter-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .footer-newsletter-title {
    text-align: center;
  }

  .footer-newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }

  .footer-newsletter-input-row {
    flex-direction: column;
  }

  .footer-newsletter-input-row input[type="email"],
  .footer-newsletter-input-row button {
    width: 100%;
  }

  .language-switcher {
    width: fit-content;
    margin-inline: auto;
  }

  .language-switcher__menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .cookie-consent-banner {
    bottom: 16px;
    width: calc(100vw - 1rem);
  }

  .cookie-consent-banner__content,
  .cookie-consent-group,
  .cookie-consent-modal__header,
  .cookie-consent-modal__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-modal__panel {
    padding: 1.15rem;
  }

  .cookie-consent-banner__actions {
    flex-wrap: wrap;
  }

  .cookie-consent-banner__actions .cookie-consent-btn {
    width: 100%;
  }

  .cookie-consent-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .footer-bottom-row {
    justify-content: center !important;
  }

  .footer-bottom-row > div:first-child {
    display: none;
  }

  body > section:first-of-type {
    padding-top: 8.5rem !important;
    position: relative;
  }

  body > section:first-of-type > .container {
    position: relative;
    z-index: 3;
    padding-inline: 20px !important;
  }

  body > section:first-of-type::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: -2rem;
    height: 8rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 58%, #ffffff 100%);
    pointer-events: none;
    z-index: 2;
  }

  body > section:first-of-type h1 {
    width: 100% !important;
    margin-top: 1.25rem !important;
    margin-bottom: 1.15rem !important;
    font-size: clamp(3.7rem, 12vw, 4.9rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.04em;
  }

  body > section:first-of-type p.text-xl {
    width: 100% !important;
    font-size: 1.18rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.5rem !important;
  }

  .contact-hero-subtitle {
    max-width: 18.25rem;
    margin-inline: auto;
    margin-top: 0.5rem;
  }

  .contact-about-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2.25rem;
  }

  .contact-about-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .contact-about-copy {
    text-align: left;
  }

  .contact-about-title {
    font-size: clamp(3rem, 9vw, 3.6rem);
    line-height: 1.06;
  }

  .contact-about-subtitle {
    max-width: none;
    margin-inline: 0;
  }

  .contact-hero-intro {
    max-width: 20rem;
    margin-inline: auto;
    margin-top: 2rem;
  }

  .contact-form-section {
    padding-top: 3.5rem !important;
  }

  .contact-process-section {
    padding-bottom: 0.5rem !important;
  }

  .contact-page section:not(:first-of-type) h2 {
    font-size: clamp(3rem, 9vw, 3.6rem) !important;
    line-height: 1.06 !important;
  }

  .contact-page section:not(:first-of-type) h3 {
    font-size: 2rem !important;
    line-height: 1.18 !important;
  }

  .contact-page section:not(:first-of-type) p,
  .contact-page section:not(:first-of-type) label {
    font-size: 1.12rem !important;
    line-height: 1.7 !important;
  }

  .contact-page section:not(:first-of-type) input,
  .contact-page section:not(:first-of-type) textarea,
  .contact-page section:not(:first-of-type) button {
    font-size: 18px !important;
  }

  .hero-parallax-scene {
    width: 138%;
    max-width: none;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-inline: 0;
    transform: translateX(-12%);
    position: relative;
    z-index: 1;
  }

  .hero-cta-stack,
  .page-cta-stack {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% - 40px) !important;
    margin-inline: auto !important;
    gap: 0.9rem !important;
  }

  .hero-cta-stack > a,
  .page-cta-stack > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  body > section a.group.bg-primary,
  body > section button.group.bg-primary {
    display: flex !important;
    align-items: center !important;
    width: calc(100% - 40px) !important;
    margin-inline: auto !important;
    justify-content: center !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .hero-cta-stack > a:first-child,
  .page-cta-stack > a:first-child {
    display: flex !important;
  }

  .hero-cta-stack > a:first-child > span,
  .page-cta-stack > a:last-child > span,
  .page-cta-stack > a:first-child {
    width: 100% !important;
  }

  .hero-cta-stack > a:first-child > span .group,
  .page-cta-stack > a:last-child > span .group {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .hero-cta-stack > a:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: auto;
    padding: 0.15rem 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-cta-stack > a:last-child {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
  }

  .page-cta-stack > a:last-child > span {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .hero-cta-stack a .relative > span:last-child,
  .page-cta-stack a .relative > span:last-child,
  body > section a.group.bg-primary .relative > span:last-child,
  body > section button.group.bg-primary .relative > span:last-child {
    display: none !important;
  }

  .hero-cta-stack a .relative > span:first-child,
  .page-cta-stack a .relative > span:first-child,
  body > section a.group.bg-primary .relative > span:first-child,
  body > section button.group.bg-primary .relative > span:first-child {
    transform: none !important;
    position: static !important;
  }

  .mobile-inline-cta-note {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.375rem;
    column-gap: 0.625rem;
    text-align: center;
  }

  .mobile-inline-cta-note__text {
    flex-basis: 100%;
  }

  .mobile-inline-cta-note__link {
    justify-content: center;
  }

  .process-sequence-card p {
    max-width: 19rem;
    margin-inline: auto;
  }

  .reports-mobile-intro p {
    max-width: 19.5rem;
  }

  .reports-mobile-intro,
  .home-bottom-cta-copy,
  .feature-benefits-copy,
  .feature-page-cta-copy,
  .home-faq-heading-copy {
    box-sizing: border-box !important;
    padding-inline: 20px !important;
  }

  .feature-hero-copy {
    padding-inline: 0 !important;
  }

  .feature-hero-copy p br,
  .feature-page-cta-copy p br {
    display: none;
  }

  .desktop-only-br {
    display: none !important;
  }

  .mobile-only-br {
    display: inline !important;
  }

  .mobile-intelligent-title {
    display: block;
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .request-demo-hero-subtitle {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .home-faq-heading-copy,
  .feature-faq-heading-copy {
    margin-bottom: 20px !important;
  }

  .home-faq-heading-copy + .lg\:w-200,
  .feature-faq-heading-copy + .lg\:w-200 {
    margin-top: 0 !important;
  }

  .privacy-policy-page .container.max-w-245\! {
    padding-inline: 20px !important;
  }

  .reports-mobile-section .process-sequence,
  .reports-mobile-section .process-sequence-card,
  .reports-mobile-section .process-sequence-card h3,
  .reports-mobile-section .process-sequence-card p {
    position: relative;
    z-index: 3;
  }

  .reports-mobile-section > img[alt="Decoration"] {
    opacity: 0.42 !important;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 58%,
      rgba(0, 0, 0, 0.72) 78%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 58%,
      rgba(0, 0, 0, 0.72) 78%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .reports-mobile-section::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: -1.25rem;
    height: 12rem;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.42) 32%,
      rgba(255, 255, 255, 0.84) 68%,
      #ffffff 100%
    );
    pointer-events: none;
    z-index: 2;
  }

  .reports-parallax-scene {
    width: 146%;
    max-width: none;
    margin-inline: 0;
    transform: translateX(-14%);
  }

  body > section:not(:first-of-type) h2 {
    font-size: clamp(2.9rem, 9vw, 3.5rem) !important;
    line-height: 1.04 !important;
  }

  body > section:not(:first-of-type) h3 {
    font-size: 1.85rem !important;
    line-height: 1.18 !important;
  }

  body > section:not(:first-of-type) p {
    font-size: 1.08rem !important;
    line-height: 1.68 !important;
  }

  body > section:not(:first-of-type) .text-sm {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .features-header-stack {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
  }

  .features-header-stack h2 {
    width: 100% !important;
    font-size: 2.7rem !important;
    line-height: 1.02 !important;
    white-space: nowrap;
  }

  .benefit-reveal-card {
    text-align: center;
    max-width: 21rem;
    margin-inline: auto;
  }

  .benefit-reveal-card > .mb-7\.5 {
    display: flex;
    justify-content: center;
  }

  .feature-benefits-section .benefit-reveal-card:first-child > .mb-7\.5 {
    margin-top: 20px !important;
  }

  .benefit-reveal-card h3 {
    font-size: 1.85rem !important;
    line-height: 1.18 !important;
  }

  .benefit-reveal-card p {
    max-width: 19rem;
    margin-inline: auto;
  }

  .testimonials-mobile-strip .testimonial-card .text-sm,
  .testimonial-card .text-sm {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .testimonials-mobile-strip .testimonial-card h3.testimonial-name,
  .testimonial-card h3.testimonial-name,
  h3.testimonial-name {
    font-size: 18px !important;
    line-height: 1.16 !important;
  }

  .faq-question-toggle,
  .faq-question-toggle h3,
  h3.faq-question,
  .faq-question {
    font-size: 16px !important;
    line-height: 1.18 !important;
  }

  .testimonials-mobile-strip {
    display: flex !important;
    column-count: unset !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.9rem;
    padding: 0 2.5rem 0 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .testimonials-mobile-strip::-webkit-scrollbar {
    display: none;
  }

  .testimonials-mobile-strip .testimonial-card {
    flex: 0 0 calc(100% - 3.5rem);
    min-width: calc(100% - 3.5rem);
    margin-bottom: 0 !important;
    scroll-snap-align: start;
  }

  .home-bottom-cta-section {
    margin-top: 40px !important;
  }

  .features-header-stack > a {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .feature-sequence-master {
    display: block;
  }

  .feature-footer-cta-wrap {
    display: block;
    margin-top: 41px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }

  .feature-footer-cta {
    width: 100% !important;
    display: inline-flex !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .footer-newsletter-form button,
  .cookie-consent-btn,
  .vonde-form button,
  .vonde-feedback-modal__actions button {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  #gyakori-kerdesek.feature-faq-soft {
    margin-top: 0 !important;
    padding-bottom: 2rem !important;
  }

  footer#footer::before {
    height: 9rem;
  }
}

@media (min-width: 1024px) {
  .hero-parallax-scene {
    display: flex;
    width: 80%;
  }

  .reports-parallax-scene {
    display: block;
  }
}

/* FAQ cím + kérdések méret mobilon
   ID szektor [1,x,x] felülír minden class-alapú [0,1,3] szabályt */
@media (max-width: 767px) {
  /* Szekció főcím: "Gyakori kérdések" */
  #gyakori-kerdesek .home-faq-heading-copy h2,
  #gyakori-kerdesek .feature-faq-heading-copy h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  /* FAQ kérdés sorok: h3.faq-question — 18px, olvasható de nem brutális */
  #gyakori-kerdesek h3.faq-question,
  #gyakori-kerdesek .faq-question {
    font-size: 1.125rem !important;
    line-height: 1.35 !important;
  }
}

/* YouTube video section with parallax */
.vonde-video-section {
  padding-block: 0 2rem;
  overflow: hidden;
  /* Compensate for the features section's bottom padding (py-20 = 80px) */
  margin-top: -4rem;
}

@media (min-width: 768px) {
  .vonde-video-section {
    padding-block: 0 3rem;
    margin-top: -5rem;
  }
}

@media (min-width: 1024px) {
  .vonde-video-section {
    margin-top: -6rem;
  }
}

.vonde-video-parallax-wrap {
  max-width: 960px;
  margin-inline: auto;
  will-change: transform;
  transition: transform 0.14s cubic-bezier(0.22, 1, 0.36, 1);
}

.vonde-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(83, 74, 183, 0.13);
}

@media (min-width: 768px) {
  .vonde-video-embed {
    border-radius: 1.75rem;
    box-shadow: 0 28px 80px rgba(83, 74, 183, 0.16);
  }
}

.vonde-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vonde-video-click-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.vonde-video-click-overlay.is-paused {
  background-color: rgba(39, 17, 36, 0.38);
}

.vonde-video-click-overlay.is-paused::after {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23271124'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}

/* Sound toggle button */
.vonde-video-sound-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #271124;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(39,17,36,0.18);
  transition: background 0.15s, transform 0.15s;
}

.vonde-video-sound-btn:hover {
  background: #fff;
  transform: scale(1.08);
}

.vonde-video-sound-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.vonde-video-sound-btn .icon-unmuted { display: none; }
.vonde-video-sound-btn.is-unmuted .icon-muted { display: none; }
.vonde-video-sound-btn.is-unmuted .icon-unmuted { display: block; }


/* ─── Feature page: full-screen video hero ─── */
.feature-hero-video-section {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem !important;
  padding-bottom: 5rem !important;
}

@media (min-width: 1024px) {
  .feature-hero-video-section {
    padding-top: 10rem !important;
    padding-bottom: 7rem !important;
  }
}

/* Hide the original white blur gradient (was for bg image, not needed for video) */
.feature-hero-video-section > div[class*="blur"] {
  display: none !important;
}

/* YouTube iframe as cover background */
.feature-hero-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.feature-hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, calc(100vh * 16 / 9));
  height: max(100%, calc(100vw * 9 / 16));
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

/* Dark gradient overlay — heavier on the left for text readability */
.feature-hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(10, 4, 16, 0.82) 0%,
    rgba(10, 4, 16, 0.62) 45%,
    rgba(10, 4, 16, 0.28) 100%
  );
}

/* Container sits above video */
.feature-hero-video-section > .container {
  position: relative;
  z-index: 2;
}

/* Left-aligned white text */
.feature-hero-video-section .text-center {
  text-align: left !important;
}

.feature-hero-video-section .feature-hero-copy h1 {
  color: #ffffff !important;
  margin-inline: 0 !important;
  text-align: left;
  max-width: 62%;
}

.feature-hero-video-section .feature-hero-copy p {
  color: rgba(255, 255, 255, 0.82) !important;
  margin-inline: 0 !important;
  text-align: left;
}

.feature-hero-video-section .flex.flex-wrap {
  justify-content: flex-start !important;
}

.feature-hero-video-section [data-presentation-link] {
  color: #ffffff !important;
}

.feature-hero-video-section [data-presentation-link] svg {
  stroke: rgba(255,255,255,0.9) !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .feature-hero-video-section .feature-hero-copy h1 {
    max-width: 100%;
  }
  .feature-hero-video-section {
    min-height: 75vh;
  }
}

/* Feature hero: fix hover controls + overlay opacity */
.feature-hero-video-bg {
  pointer-events: none;
}

.feature-hero-video-overlay {
  background: linear-gradient(
    105deg,
    rgba(10, 4, 16, 0.70) 0%,
    rgba(10, 4, 16, 0.52) 45%,
    rgba(10, 4, 16, 0.22) 100%
  ) !important;
}

/* Ghost buttons on dark hero */
.feature-hero-ghost-btn {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit;
  padding: 0;
  transition: color 0.2s;
}
.feature-hero-ghost-btn:hover { color: #fff; }

/* Hero pause button — bottom right */
.feature-hero-pause-btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1.5rem;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.feature-hero-pause-btn:hover { background: rgba(255,255,255,0.28); }

/* Trailer modal — wider panel for video */
.vonde-trailer-modal .vonde-trailer-modal__panel {
  position: relative;
  width: min(100%, 880px);
  border-radius: 1.25rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 90px rgba(0,0,0,0.5);
}

.vonde-trailer-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.vonde-trailer-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.vonde-trailer-modal__close:hover { background: rgba(255,255,255,0.28); }
.vonde-trailer-modal__close svg { width: 16px; height: 16px; }

/* Ghost buttons row — side by side minden méretben */
.feature-hero-ghost-btns-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Touch guard: blocks ALL pointer/touch events from reaching the iframe */
.feature-hero-touch-guard {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: all;
  touch-action: none;
  cursor: default;
  background: transparent;
}

/* Mobile: hero CTA area */
@media (max-width: 767px) {
  .feature-hero-video-section {
    min-height: 75vh;
    padding-bottom: 4rem !important;
  }

  /* Demo gomb teljes szélesség, középre */
  .feature-hero-video-section .flex.flex-wrap {
    padding-inline: 0 !important;
    width: 100%;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.75rem !important;
  }

  .feature-hero-video-section .flex.flex-wrap > a.group[href*="request-demo"] {
    width: 100%;
    justify-content: center;
  }

  /* Ghost gombok egymás mellett, középre igazítva */
  .feature-hero-video-section .feature-hero-ghost-btn {
    width: auto !important;
    font-size: 0.9375rem;
  }

  /* Wrapper a ghost gombok sorba rendezéséhez */
  .feature-hero-video-section .flex.flex-wrap > a.feature-hero-ghost-btn,
  .feature-hero-video-section .flex.flex-wrap > button.feature-hero-ghost-btn {
    flex: 0 0 auto;
  }

  /* Ghost gombok konténer — flex row, középre */
  .feature-hero-ghost-btns-row {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .feature-hero-pause-btn {
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

/* "Adatból insight" szekció h2 méret mobilon */
@media (max-width: 767px) {
  .feature-hero-ghost-btns-row {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}

/* Showreel CTA button in light background sections (bottom CTA, etc.) */
.showreel-cta-btn {
  color: var(--color-default-700, #7f336f);
  font-size: 0.9375rem;
  transition: color 0.15s;
}
.showreel-cta-btn:hover {
  color: var(--color-primary, #af3f99);
}
