/* cmsms stylesheet: GH26-2-AI modified: 20.11.2025 23:03:34 */
/* cmsms stylesheet: GH26-2-AI modified: 20.11.2025 12:22:05 */
/* cmsms stylesheet: GH26-2-AI modified: 20.11.2025 12:08:35 */
/* ========== Icons ========== */
.lucide {
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    display: inline-block;
    overflow: visible;
}

/* ========== Menu ========== */

li.menu-item.ki-funktionen.panel-icon::before {
    content: "";
    background-color: #000000d4;
    position: absolute;
    inset: 3px;
    border-radius: 10px;
    transition: background-color.3s;
}

li.menu-item.ki-funktionen.panel-icon:hover::before {
    background-color: #041b3b66;

}

/* ========== Layout / Wrappers ========== */
content{
overflow-x: hidden;
}
.leading-hero-wrapper {
  padding: 8rem 15px 0;
  max-width: 1220px;
  margin: 0 auto;
}

.leading-hero-head {
  margin: 40px 40px 52px;
  position: relative;
  padding: 0 15px;
}

.leading-hero h1 {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800;
  max-width: 1080px;
  line-height: 1;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 1000px;
  grid-column: 2;
}

/* Content panel */
.leading-hero-content {
  padding: 32px;
  margin: 25px 40px;          /* keep this single definition */
  border-radius: 20px;
  background-color: #bfd4f32e;
}

.leading-hero-content p,
.leading-hero-content li {
  font-size: 18px;
}

/* Actions / Share row */
.leading-hero-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.leading-hero-share {
  display: flex;
  gap: 20px;
}

.gv-hidden {
    display: none;
}

span.light {
    font-weight: 100;
    font-size: 18px;
    white-space: nowrap;
    line-height: 12px;
}

.body.panel {
    display: flex;
    place-items: center;
    color: #ffffff;
    letter-spacing: .2px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 2px solid #ffffff4a;
    justify-content: center;
    text-align: center;
    height: 100%;
    align-items: center;
    align-content: center;
    position: relative;
    flex-direction: column;
}

.cta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    margin-top: var(--space-md);
}
a.button.light {
    background-image: linear-gradient(var(--gh23-b), var(--gh23-b));
}
/* Back button */
a.leading-hero-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 2px solid var(--gh23-b);
  border-radius: 32px;
  text-align: center;
  line-height: initial;
  font-weight: 700;
  color: var(--gh23-b);
  text-decoration: none;
  white-space: nowrap;
  background-image: linear-gradient(var(--gh23-y), var(--gh23-y));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .3s, color .3s;
  align-self: center;
}

a.leading-hero-back:hover {
  background-size: 100% 100%;
  color: #000;
}

/* Hosts */
.gh--webinar-host-portrait.avatar {
  width: 52px;
  height: 52px;
  border-radius: 32px;
  background: var(--gh23-g) url(/uploads/assets/ico-m-partner.svg) center / contain no-repeat;
  flex-shrink: 0;
}

ul.gh--webinar-head-host {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

ul.gh--webinar-head-host li a {
  display: flex;
  align-items: center;
  gap: 13px;
}

span.gh-aut--name {
  display: block;
  line-height: 1.2;
}
li.gh--webinar-host {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
}


/* ========== Video block ========== */
.leading-hero-video {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#gv-video-block {
  line-height: 0;
  z-index: +1;
  position: relative;
}

#gv-video-block iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* ========== Share button + animations ========== */
#share svg {
  width: 24px;
  height: 24px;
}

#share #done {
  fill: transparent;
}

#share #link {
  animation: fadeOutIn 5s linear;
}

#share #load {
  opacity: 0;
}

#share.active #done {
  fill: transparent;
  animation: copydone 1s linear 1s forwards;
}

#share.active #link {
  animation: fadeOutIn .5s linear forwards;
}

#share.active #load {
  transform-origin: center;
  fill: var(--skill-color);
  opacity: 0;
  animation: rotate 1s linear .5s forwards;
}

button#share {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  border: 1px solid #dadfe9;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
}

button#share:hover {
  background-color: #ff00bf3b;
  border-color: var(--color-hotpink);
}

/* Toast */
.share-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
}

.share-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background: #111;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.share-toast.show {
  opacity: 1;
  pointer-events: auto;
}

/* Animations */
@keyframes rotate {
  0%   { opacity: 0; transform: rotate(0deg); }
  20%  { opacity: 1; }
  90%  { opacity: 0; }
  100% { opacity: 1; transform: rotate(720deg); }
}

@keyframes fadeOutIn {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes copydone {
  0%   { fill: transparent; }
  33%  { fill: var(--skill-color); }
  66%  { fill: transparent; }
  100% { fill: var(--skill-color); }
}



div#gv-form input.hs-button.primary.large {
    border: 2px solid var(--gh23-b);
    border-radius: 32px;
    padding: 8px 42px;
    text-align: center;
    box-sizing: border-box;
    line-height: initial;
    text-decoration: none;
    font-weight: bold;
    color: var(--gh23-b);
    display: inline-flex;
    align-items: center;
    background-image: linear-gradient(var(--gh23-y), var(--gh23-y));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .3s, color .3s;
    cursor: pointer;
    justify-content: center;
    white-space: nowrap;
    background-color: var(--gh23-y);
    background-size: 100% 100%;
    font-family: 'Oscine';
    font-size: 14px;
}

div#gv-form .hs-input {
    box-sizing: border-box;
    font-weight: 100;
    order: 2;
    width: 100%;
    padding: 9px 12px;
    border-radius: 6px;
    outline: none;
    font-size: 1rem;
    border: 2px solid #000;
    width: 100% !IMPORTANT;
    }



div#gv-form {
    display: flex;
    aspect-ratio: 16 /9;
    justify-content: center;
    align-items: center;
    background-color: #0e2027db;
    backdrop-filter: saturate(250%) blur(5px);
    z-index: +1;
    position: relative;
    padding: 15px;
}

div#gv-form label {
    font-weight: 600;
    color: #ffffff;
    order: 1;
    font-size: 0.875rem;
    /* padding: 8px 0 8px 0; */
    display: block;
    font-weight: 800;
}

div#gv-form ul.inputs-list {
    list-style: none;
    margin-top: 10px;
}

div#gv-form ul.inputs-list li label {
    font-weight: 100;
    line-height: 1.5;
    position: relative;
    width: 100%;
}

div#gv-form .inputs-list label > span:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    cursor: pointer;
}

div#gv-form .gh-module--video--wrapper-ph {
    position: absolute;
    inset: 0;
}

div#gv-form .actions {
    text-align: center;
    margin-top: 20px;
}

div#gv-form .legal-consent-container .hs-form-booleancheckbox-display>span a {
    color: #fff;
    background-image: linear-gradient(#f0ff002b, #f0ff002b);
}

div#gv-form .inputs-list input:checked + span:before {
    background-color: var(--gh23-y) !important;
}

div#gv-form input:checked + span:after {
    content: "";
    height: 11px;
    width: 6px;
    border: 0px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    position: absolute;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
    cursor: pointer;
    }

div#gv-form ul.inputs-list li label input {
    display: none;
}

div#gv-form li.hs-form-booleancheckbox label {
    padding-left: 30px;
}

div#gv-form .hs-form-9980f6db-bdee-4305-9a8a-89c1f55f2042_64a14a39-92f1-4ff7-9e82-8a3a53fc84a8 fieldset.form-columns-2 .input {
    margin-right: 0 !important;
}

div#gv-form .hs-form-9980f6db-bdee-4305-9a8a-89c1f55f2042_64a14a39-92f1-4ff7-9e82-8a3a53fc84a8 fieldset.form-columns-1 .input {
    margin-right: 0;
}

div#gv-form fieldset.form-columns-2 {
    gap: 20px;
    display: flex;
}

div#gv-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 710px;
}

.gh-module--video--wrapper-ph {
    position: absolute;
    inset: 0;
    background-size: contain;
}
fieldset {
    max-width: 100% !important;
}



.leading-hero-content.cta {
    background-color: #000;
    color: #fff;
}


.leading-hero-content.cta h3 {
    margin-bottom: 8px;
}

.leading-hero-content.cta p {
    margin-bottom: 24px;
}

.ai-gradient{
    background: linear-gradient(110deg, var(--color-neonblue) 25%, var(--color-purple) 75%, var(--color-hotpink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ai-gradient-r{
    background: linear-gradient(-110deg, var(--color-neonblue) 0, var(--color-purple) 55%, var(--color-hotpink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.leading-hero-video {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 40px 140px -50px  color-mix(in srgb, var(--color-hotpink) 35%, transparent), 0 26px 80px -40px rgba(0, 0, 0, .7);
    border: 1px solid var(
    --color-neonblue);
}

ul.gh--webinar-head-host li a {
    color: var(--color-footer-text);
    font-weight: 100;
}

#share svg {
    fill: #fff;
}

button#share {
    background-color: transparent;
}

a.gh-g-header--logo svg {
    /* width: 200px; */
}



#gh-g-navigation--main > ul > li > a:hover {
    color: var(--gh23-y);
}

#share:hover svg {
    fill: var(--color-hotpink);
}

a.leading-hero-back,a.leading-hero-back:visited {
    color: #fff;
    border-color: #fff;
}

a.leading-hero-back:hover {
    color: #000;
    border-color: var(--color-accent);
}

/* AI Agent + AI Human Assist DSGVO */
.section--aiagent-intro {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 23px;
}

.section--aiagent-dsgvobadge {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    min-width: 128px;
    max-width: 128px;
    flex-direction: column;
    align-content: center;
    text-align: center;
    border: 2px solid #d6dce7;
    background-color: #fff;
    color: #000;
}

.section--aiagent-dsgvobadge-ico {
    background-color: #0441ed;
    padding: 12px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.section--aiagent-dsgvobadge-txt {
    padding: 8px 8px;
    line-height: 1.2;
    font-size: 1em;
}

.leading-hero-head-grid {
    display: grid;
    grid-template-columns: 76px 1fr 76px;
    width: 100%;
    align-items: start;
    gap: 16px;
}

/* =======================================
   DARK MODE (cleaned & variable-based)
   ======================================= */

:root {
  /* Core Colors */
  --color-bg: #000;
  --color-bg-alt: #0f0d0c;
  --color-text: #ffffff;
  --color-muted: #d6d9e4;
  --color-border: #2a3343;
  --color-accent: #f0ff00;
  --color-accent-dark: #000;
  --color-footer-text: #90a1b9;

  /* Extra Accents */
  --color-pink: #d24de7;
  --color-purple: #ab4ef0;
  --color-eblue: #4795d4;
  --color-cyan: #30bad6;
  --color-hotpink: #fb3bfb;
  --color-neonblue: #00ffc0;
  --color-red: red;

  /* Layout & Misc */
  --maxw: 1280px;
  --panel-min-h: 600px;
  --space-xl: 10rem;
  --space-lg: 72px;
  --space-md: 40px;
  --radius: 22px;
}

/* -----------------------------
   Base
------------------------------ */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
}

.gh-g-header.is--scrolling {
  background-color: #0000008f;
  backdrop-filter: saturate(260%) blur(20px);
}

.gh-g-header--logo,
svg#more-indicator {
  fill: var(--color-text);
}

#gh-g-navigation--main > ul > li > a,
#gh-g-navigation--main > ul > li > span,
#gh-g-navigation--main a {
  color: var(--color-text);
}

#gh-g-navigation--main a.yellow {
  color: var(--color-accent-dark);
}

.article-count {
  background-color: var(--color-accent);
  color: var(--color-accent-dark);
  border: none;
}

/* -----------------------------
   Header
------------------------------ */
header.gh-g-header.is--scrolling:hover,
.gh-g-header:hover {
  background-color: var(--color-bg);
}

header.gh-g-header.is--scrolling:hover {
  position: fixed;
}
nav#gh-g-navigation--mobile span:nth-child(1),nav#gh-g-navigation--mobile span:nth-child(2):after, nav#gh-g-navigation--mobile span:nth-child(2):before,nav#gh-g-navigation--mobile span:nth-child(3) {
    background-color: #fff;
}

/* -----------------------------
   Navigation Hover/Active States
------------------------------ */
#gh-g-navigation--main > ul > li:hover > span,
#gh-g-navigation--main > ul > li:hover > a > span {
  color: var(--color-text);
}

#gh-g-navigation--main > ul > li:hover > span .menu-text:after,
#gh-g-navigation--main > ul > li:hover > a .menu-text:after,
#gh-g-navigation--main > ul > li > a.active .menu-text:after,
#gh-g-navigation--main > ul > li.active > span .menu-text:after,
#gh-g-navigation--main > ul > li > a.parentactive .menu-text:after {
  background-color: transparent;
  opacity: 0.4;
  border-radius: 4px;
  top: 33px;
}

/* -----------------------------
   Navigation Panels
------------------------------ */
#gh-g-navigation--main .blue a:hover, #gh-g-navigation--main .red a:hover {
    color: #fff;
}
.gh-g-navigation--main-panel {
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

#gh-g-navigation--main .gh-g-navigation--main-panel-wrapper .menu-section > span {
  color: var(--color-text);
  font-size: 14px;
  text-transform: uppercase;
}

span.gh-grace-panel-desc {
  color: #ffffffa3;
}

.gh-grace-panel-image {
  filter: invert(1);
  background-size: 20px;
}

#gh-g-navigation--main .gh-g-navigation--main-panel-wrapper > ul > li:first-child {
  border-right-color: var(--color-border);
}

#gh-g-navigation--main > ul > li:hover > span,
#gh-g-navigation--main > ul > li:hover > a > span {
  color: var(--color-accent);
}

.red .gh-grace-panel--highlight,
.gh-grace-panel--highlight,
.active .gh-grace-panel--highlight {
  background-color: var(--color-border);
}

#gh-g-navigation--main > ul > .has-sub > ul {
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

/* -----------------------------
   Buttons
------------------------------ */
a.button.in-nav {
  border-color: var(--color-accent);
}

#gh-g-navigation--main a.button.in-nav:hover {
  color: var(--color-accent-dark) !important;
  background-image: linear-gradient(var(--color-accent), var(--color-accent));
}

#gh-g-navigation--main a.button.in-nav.yellow:hover {
  color: var(--color-accent) !important;
  background-image: linear-gradient(var(--gh23-b), var(--gh23-b));
}

/* -----------------------------
   Footer
------------------------------ */
svg#greyhound--logo-footer {
  fill: var(--color-text);
}

footer {
  color: var(--color-text);
  background-color: var(--color-bg);
  border-top: 1px solid var(--color-border);
}

footer a {
  color: var(--color-footer-text);
}

footer li.section > span,
span.section--header,
span.gh-nav-item.parent {
  color: var(--color-text);
  text-transform: none;
}

footer li.grace-social-button {
  background-color: transparent;
  /* border: 1px solid var(--color-border); */
}

.gh-g-copyright {
  background-color: var(--color-bg);
  color: var(--color-footer-text);
  font-weight: 100;
}


p.section--header {
    color: var(--color-footer-text);
    line-height: 1.2;
}

footer a.button.dark.in-nav {display: block;margin: 16px auto 66px auto;}

a.footer-callus {
    color: var(--gh23-y);
}
/* Panels */
.ph {
  display: grid;
  place-items: center;
  /* background: #a2a3cf57; */
  background-size: 100% 100%, 220% 220%;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: .2px;
  /* justify-content: center; */
}

/* FEATURES ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ generous whitespace, min-height panels, center-activate */
.features {
  padding: var(--space-l) 20px calc(var(--space-l) + 40px);
}

.rail {
  width: min(var(--maxw), 92vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
  /* min-height: var(--panel-min-h); */
  position: relative;
  opacity: 0;
  top: 150px;
  filter: blur(10px);
  transition: opacity .3s ease-in-out, top .5s ease-in-out;
}

.row:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}

.row::before {
  content: "";
  position: absolute;
  inset: -14%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  filter: saturate(1.1);
}

.row.active::before {
  opacity: 1;
  filter: blur(10px);
}

.row {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
  will-change: opacity, transform, filter;
}

.row.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 28px 90px -40px rgba(0, 0, 0, .7);
  border: 2px solid #ffffff4a;
  line-height: 0;
}

.ph--media {
  aspect-ratio: 3 / 3.5;
  font-size: clamp(16px, 2vw, 18px);
}
.ph--media img {
    width: 100%;
    max-width: 100%;
}

.body h3 {
  margin: 0 0 14px;
  font-size: clamp(42px, 4.5vw, 56px);
  font-weight: 1000;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.body p,
.body li {
  /* color: var(--color-muted); */
  font-size: clamp(18px, 2.4vw, 18px);
  max-width: 60ch;
  line-height: 1.4;
}

.kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: .35px;
  color: transparent;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(90deg, var(--color-pink), var(--color-purple), var(--color-cyan), var(--color-cyan));
  background-clip: text;
  position: relative;
  z-index: 1;
}
/* Leading */
.leading {
  text-align: center;
  padding: var(--space-xl) 20px;
  min-height: 32vh;
  display: flex;
  align-items: center;
}

/* Pre*/
section.pre {
    text-align: center;
    padding: var(--space-md) 20px;
    display: flex;
    align-items: center;
}
section.pre .wrap {
    max-width: 980px;
    margin: 0 auto;
}

section.pre h2{
    font-size: clamp(18px, 5.5vw, 36px);
    margin: 0 0 var(--space-lg);
    font-weight: 1000;
    letter-spacing: -.02em;
}
/* Closing */
.closing {
  text-align: center;
  padding: var(--space-md) 20px 0 20px;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.leading .wrap,.closing .wrap {
  max-width: 980px;
  margin: 0 auto;
}

.leading h2, .closing h2 {
  font-size: clamp(40px, 5.5vw, 64px);
  margin: 0 0 12px;
  font-weight: 1000;
  letter-spacing: -.02em;
}

.leading-hero p, .leading p, .closing p {
  font-size: clamp(18px, 2.3vw, 22px);
}



.green {
  color: var(--color-neonblue);
  position: relative;
}

.green.fat::after {
  background: var(--color-neonblue);
  content: "";
  position: absolute;
  display: block;
  inset: 65% -4px 0 -4px;
  opacity: 0.2;
  border-radius: 8px;
}

.pink {
  color: var(--color-pink);
  position: relative;
  font-weight: bold;
}

.pink.fat::after {
  background: var(--color-pink);
  content: "";
  position: absolute;
  display: block;
  inset: 65% -4px 0 -4px;
  opacity: 0.2;
  border-radius: 8px;
}

.fat {
  font-weight: bold;
}

section.row.active {
  opacity: 1;
  top: 0;
}

section.row::after {
  content: "";
  position: absolute;
  height: 120vh;
  aspect-ratio: 1;
  display: block;
  background: radial-gradient(var(--color-neonblue), transparent 48%);
  opacity: 0.3;
  z-index: -1;
  right: 33%;
  filter: blur(10px);
  pointer-events: none;
}

.row:nth-child(odd)::after {
  background: radial-gradient(var(--color-purple), transparent 48%);
  opacity: 0.2;
  z-index: -1;
  right: -33%;
}

div#gv-form h2 {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 20px;
    color: #fff;
    max-width: 440px;
    line-height: 1.2;
}


/* KI PANEL */

 
  .gh-ai--avatar svg {
    width: 28px;
    height: auto;
    display: block;
    shape-rendering: geometricprecision;
    filter
  }

svg#aihumanassist {
    filter: drop-shadow(-15px -15px 40px #5ce7c594)
          drop-shadow(15px 15px 40px #d860ee82);
}

  .gh-ai--avatar svg * {
    transform-box: fill-box;
    transform-origin: center;
  }
#gh-ai--avatar-1, #gh-ai--avatar-2,#gh-ai--avatar-3 {
  transform-box: fill-box;  
  transform-origin: center;  
}
  #gh-ai--avatar-1 {
    animation: pulse-small 1.2s ease-in-out infinite alternate;
  }


#gh-ai--avatar-2 {
  animation: pulse-alt 1.4s ease-in-out infinite;
}

#gh-ai--avatar-3 {
  animation: pulse-alt 1.4s ease-in-out infinite reverse;
  animation-delay: .3s;
}

@keyframes pulse-alt {
  0%   { transform: scale(0.50); opacity: 0; }
  50% { transform: scale(1.00); opacity: 1; }
  100% { transform: scale(0.50); opacity: 0; }
}

 @keyframes pulse-small {
    0%   { transform: scale(0.80); }
    100% { transform: scale(1.00); }
  }



.gh-ai--notifier {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: linear-gradient(90deg,#00ffc0,#ab4ef0,#FB3BFA );
    border-radius: 32px;
    /* max-width: 100%; */
    width: 100%;
}

.gh-ai--notifier-message {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 7px;
    background-color: #000000bf;
    padding: 6px 12px 6px 9px;
    border-radius: 40px;
    margin: 4px;
    box-shadow: -15px -15px 40px #5ce7c5, 15px 15px 40px #d860ee;
    width: calc(100% - 8px);
}


.gh-ai--text {
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.gh-ai--text span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.row-3 {
    min-height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.row-3 > div {
    flex: 1 1 300px; 
    max-width: 312px;
    padding: 1rem;
}
.icon-panels .body {
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 22px;
}

.icon-panels .body svg{
    stroke-width: 2px;
    stroke: currentColor;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    filter: drop-shadow(5px 5px 20px currentcolor);
}

.icon-panels .body:nth-child(1) {
    color: var(--color-neonblue);
}
.icon-panels .body:nth-child(2) {
    color: var(--color-purple);
}
.icon-panels .body:nth-child(3) {
    color: var(--color-hotpink);
}

.icon-frame {
    padding: 15px;
    border-radius: 20px;
    display: inline;
    position: relative;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    width: 84px;
    overflow: hidden
}
.icon-frame:after {
    content:"";
    position:absolute;
    inset: 0;
    background-color: currentcolor;
    opacity: 0.15;
}

.body.panel .icon-frame {
    margin-bottom: 22px;
    width: 96px;
    border-radius: 32px;
}

.body.panel .icon-frame svg {
    width: 54px;
    height: 54px;
}

.gh-s--form {
    background-color: #000000;
    border-left: 1px solid var(--color-border);
}

.gh-s--form .gh-s--form-close svg {
    filter: invert(1);
}

.gh-s--form .hs-fieldtype-text label, .gh-s--form .hs-fieldtype-phonenumber label, .gh-s--form .hs-fieldtype-textarea label {
    color: #fff;
}

.gh-s--form .legal-consent-container .hs-form-booleancheckbox-display>span a {
    color: var(--gh23-y);
    background-image: none;
}


.legal-consent-container~.hs_recaptcha .input {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    align-self: center;
    border-radius: 12px;
    overflow: hidden;
    margin-top: -22px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    text-align: center;
}


/* faq*/
section.faq {
    text-align: center;
    padding: var(--space-md) 20px var(--space-lg) 20px;
    display: flex;
    align-items: center;
}
section.faq .wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
}

section.faq  h2{
    font-size: clamp(18px, 5.5vw, 36px);
    font-weight: 1000;
    letter-spacing: -.02em;
}

section.faq .gh--faq-list dt {
    background: transparent;
    border-bottom: 1px solid var(--color-border);
}

section.faq .gh--faq-list {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 40px 140px -50px 
 color-mix(in srgb, var(--color-hotpink) 35%, transparent), 0 26px 80px -40px rgba(0, 0, 0, .7);
    border: 1px solid var(--color-pink);
}

section.faq .gh--faq-list dd {
    background: transparent;
    border-bottom: 1px solid var(--color-border);
}

section.faq .gh--faq-list dt.is-open {
    border-bottom-color: transparent;
}

section.faq h2#FAQ {
    padding-left: 20px;
    margin-top: 0;
}

section.faq .gh--faq-list dt:hover {
    background: var(--color-border);
}

section.faq .gh--faq-list dd {
    padding: 0 16px 22px 16px;
}




/* UPDATE */
section.leading-hero {
    text-align: center;
}

.leading-hero-img {
    border-radius: 20px;
    overflow: hidden;
}

.leading-hero p {
    max-width: 900px;
    margin: 0 auto 20px auto;
}


.body.panel .price {
    bottom: 0;
    width: 100%;
    border-top: 2px solid #ffffff4a;
    min-height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    padding: 31px;
}

.body.panel .price-n {
    font-size: clamp(18px, 3.5vw, 24px);
    margin-bottom: 5px;
}

ul.tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 20px;
}

ul.tags > li {
    padding: 0;
    margin: 0;
    border: 2px solid;
    border-radius: 14px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    padding: 12px !important;
    position: relative;
}

ul.tags.tags--red li {
    color: #fff;
    padding-left: 50px !important;
    border-color: #ff0089;
    background-color: #ff008921;
}

ul.tags.tags--red li:before {
    background-image: url(/uploads/assets/lu/circle-x.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    content: "";
    color: #fff;
    filter: invert(1);
    left: 12px;
}

ul.perks {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
    margin-bottom: 20px;
}

ul.perks li {
    border: 2px solid #ffffff4a;
    border-radius: 20px;
    padding: 18px !important;
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    gap: 15px;
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.4;
    text-align: left;
}

ul.perks li svg {
    height: 32px;
    width: 32px;
    stroke-width: 2px !important;
    color: #00ffc0;
}

.body-panel {
    grid-column: 1 / 3;
    background-color: #00ffc021;
    padding: 3rem 4rem;
    border-radius: 30px;
    border: 2px solid #ffffff4a;
    box-shadow: 0px 20px 150px #00ffc061;
}

.body-panel h2 {
    font-weight: 800;
    margin-bottom: 37px;
}

.body-panel .cta {
    justify-content: flex-start;
    margin: 0;
}

.body-panel p {
    font-size: clamp(16px, 1.3vw, 18px);
}

.body.panel--desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 20px 20px 20px;
    flex: 1;
    justify-content: center;
}
ul.perks.perks-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.perks.perks-grid li {
    flex: 1 1 min(45%, 400px);
    max-width: 100%;
    border: 2px solid #ffffff21;
}

.icon-frame.small {
    width: 1.3em;
    display: inline-grid;
    padding: 0;
    margin-right: 20px;
}

.warp-header {
    grid-column: 1 / 3;
}

.warp-header h2 {
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}

.ai-ready a span {
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    border: 2px solid #ffffff4a;
    font-size: 0;
    display: block;
    border-radius: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ai-ready {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
a.ai-ready--icon {
    width: calc((100% - (20px * 3)) / 4);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.button.ai-button {
    background: linear-gradient(110deg, var(--color-neonblue) 50%, var(--color-purple) 80%, var(--color-hotpink) 100%);
    border: none;
    min-width: 270px;
    padding: 0;
    position: relative;
    box-shadow: 12px 9px 30px #fb3bfb1f, -12px -9px 30px #00ffc01c;
    transition: box-shadow .3s, background .3s;
    height: 50px;
}

a.button.ai-button span {
    background-color: #000000d4;
    padding: 12px 32px;
    position: absolute;
    inset: 2px;
    border-radius: 50px;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.button.ai-button:hover {box-shadow: 12px 9px 50px #fb3bfb9e, -12px -9px 50px #00ffc08c;color: #fff;background: linear-gradient(110deg, var(--color-neonblue) 0%, var(--color-purple) 40%, var(--color-hotpink) 70%);}

a.button.ai-button:hover span {
    background-color: #041b3b0d;
    color: #fff;
}
/* ========== Responsive ========== */

/* Mobile */
@media (max-width: 980px) {
  .media{
    order: 0;
    aspect-ratio: 6 / 7;
  }
  .body{
    order: 2;
  }
  .row, .row:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: unset;
    text-align: center;
    gap: 30px;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
    top: 0;
  }
  .body p {
    max-width: none;
  }
  
.leading {
    min-height: max-content;
    padding: 50px 20px;
}


.rail {
    gap: calc(var(--space-xl) / 3.5);
}

.closing {
    padding: 70px 15px 40px 15px;
    min-height: max-content;
}

section.pre h2 {
    margin: 0 auto 0px;
    max-width: 80%;
}

.body.panel {
    /* padding: 2rem; */
    grid-column: 1 / 3;
}
  video {
    width: 100%;
}
ul.perks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.perks li {
    flex: 1 1 min(45%, 400px);
    max-width: 100%;
    border: 2px solid #ffffff21;
}
.leading-hero-head-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 10px;
    gap: 0;
}

.leading-hero h1 {
    grid-column: 1;
}

.section--aiagent-dsgvobadge {
    min-width: 61px;
}

.section--aiagent-dsgvobadge-txt {
    font-size: 10px;
    padding: 4px 6px 2px 4px;
}

.section--aiagent-dsgvobadge-ico {
    padding: 4px;
}

.section--aiagent-dsgvobadge-ico svg {
    height: 38px !important;
    width: 37px !important;
}
  
}

@media (prefers-reduced-motion: reduce) {
  .marquee {
    animation-duration: 0s;
  }
}

@media (max-width: 728px) {
  .leading-hero-wrapper {
    padding: 5rem 15px 0;
  }

  .leading-hero-head {
    margin: 0 0 35px;
  }

  .leading-hero-share,
  .gh--webinar-host-namepanel {
    display: none;
  }

  .leading-hero-content {
    padding: 22px;
    margin: 25px 0;  /* tighter on mobile */
  }
  .cta {
    gap: 15px;
}


.body-panel {
    padding: 45px 15px 1px 15px;
}



.cta {
    flex-direction: column;
}
}
