/* Google Ads LP — premium conversion /web */

body.zeonika-lp-page--ads .entry-content {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.zeonika-lp-page--ads #primary,
body.zeonika-lp-page--ads #primary .ast-article-single {
  max-width: none !important;
  padding: 0 !important;
}

body.zeonika-lp-page--ads #content.site-content {
  padding-top: var(--ast-header-height, 72px) !important;
}

.zads {
  --zads-navy: #0a192f;
  --zads-accent: #6c63ff;
  --zads-accent2: #a78bfa;
  --zads-light: #f4f6f8;
  --zads-surface-tint: #f3f1ff;
  --zads-ink: #0a192f;
  --zads-muted: #64748b;
  --zads-line: #e2e8f0;
  --zads-wa: #25d366;
  font-family: 'Poppins', sans-serif;
  color: var(--zads-ink);
  line-height: 1.6;
}

.zads-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Hero ── */
.zads-hero {
  position: relative;
  overflow: hidden;
  background: var(--zads-navy);
  color: #fff;
  padding: 52px 0 0;
}

.zads-hero__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--zads-accent), transparent);
}

@media (min-width: 900px) {
  .zads-hero {
    padding: 64px 0 0;
    min-height: 520px;
  }
}

.zads-hero__grid {
  display: grid;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
}

@media (min-width: 900px) {
  .zads-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    padding-bottom: 48px;
  }
}

.zads-hero__copy {
  position: relative;
  z-index: 1;
  padding-left: 12px;
}

.zads-cert {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.25);
  border: 1px solid rgba(167, 139, 250, 0.55);
  box-shadow: 0 4px 24px rgba(108, 99, 255, 0.3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.zads-cert__icon {
  flex-shrink: 0;
  color: #fff;
}

.zads-hero__title {
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #fff;
  letter-spacing: -0.02em;
}

.zads-hero__sub {
  font-size: clamp(15px, 2vw, 18px);
  color: #94a3b8;
  margin: 0 0 32px;
  line-height: 1.65;
  max-width: 520px;
}

.zads-hero__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 480px) {
  .zads-hero__cta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

.zads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, background 0.2s ease, border-color 0.2s ease;
}

.zads-btn--lg {
  min-height: 58px;
  padding: 16px 32px;
  font-size: 17px;
}

.zads-btn--phone {
  background: var(--zads-accent);
  color: #fff;
  box-shadow: 0 6px 28px rgba(108, 99, 255, 0.45);
}

.zads-btn--phone:hover {
  background: #5a52e0;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(108, 99, 255, 0.55);
}

.zads-btn--phone:active {
  transform: translateY(0) scale(0.98);
}

.zads-btn--wa {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.28);
}

.zads-btn--wa:hover {
  background: var(--zads-wa);
  border-color: var(--zads-wa);
  color: #fff;
  transform: translateY(-3px);
}

.zads-hero .zads-btn--wa {
  background: var(--zads-wa);
  color: #fff;
  border: 2px solid var(--zads-wa);
}

.zads-hero .zads-btn--wa:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff;
}

.zads-btn--full {
  width: 100%;
}

/* Flow diagram */
.zads-hero__flow {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.zads-flow__step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(108, 99, 255, 0.35);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transform-origin: center top;
  opacity: 0;
}

.zads-hero__flow.zads-flow--live .zads-flow__step {
  animation: zads-step-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--zads-d, 0ms);
}

@keyframes zads-step-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.92);
    box-shadow: none;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 8px 32px rgba(108, 99, 255, 0.2);
  }
}

.zads-flow__num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zads-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.zads-flow__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(108, 99, 255, 0.2);
  color: var(--zads-accent2);
}

.zads-flow__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #e2e8f0;
  line-height: 1.4;
}

.zads-flow__connector {
  width: 2px;
  height: 24px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--zads-accent), rgba(108, 99, 255, 0.2));
  transform-origin: top center;
  transform: scaleY(0);
}

.zads-hero__flow.zads-flow--live .zads-flow__connector {
  animation: zads-draw 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--zads-d, 0ms);
}

@keyframes zads-draw {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

/* Hero + scroll animations */
.zads-hero__anim {
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--zads-d, 0ms);
}

html.zads-hero-ready .zads-hero__anim {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

/* Trust bar */
.zads-trustbar {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #6c63ff 0%, #5a52e0 100%);
  color: #fff;
  padding: 16px 0;
}

.zads-trustbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
}

.zads-trustbar__item {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

.zads-trustbar__item::before {
  content: '✓ ';
  color: #fff;
  opacity: 1;
}

/* ── Bento includes ── */
.zads-bento {
  padding: 56px 0;
  background: #fff;
  border-top: 1px solid rgba(10, 25, 47, 0.06);
}

.zads-section__title {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  margin: 0 0 32px;
  color: var(--zads-ink);
  letter-spacing: -0.02em;
}

.zads-section__title--light {
  color: #fff;
}

.zads-section--dark {
  background: var(--zads-navy);
  color: #fff;
}

.zads-section--dark .zads-section__title {
  color: #fff;
}

.zads-bento__grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .zads-bento__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.zads-bento__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--zads-line);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(10, 25, 47, 0.08);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.2s ease;
}

.zads-bento__card:hover {
  transform: translateY(-4px);
  border-color: rgba(108, 99, 255, 0.35);
  box-shadow: 0 16px 40px rgba(10, 25, 47, 0.1);
}

.zads-bento__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(108, 99, 255, 0.1);
  color: var(--zads-accent);
}

.zads-bento__card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--zads-ink);
}

.zads-bento__card p {
  font-size: 14px;
  color: var(--zads-muted);
  margin: 0;
  line-height: 1.6;
}

/* ── Convert split (steps + form) ── */
.zads-convert {
  padding: 56px 0;
  background: var(--zads-light);
  color: var(--zads-ink);
  border-top: 1px solid rgba(10, 25, 47, 0.06);
}

.zads-convert .zads-section__title--light {
  color: var(--zads-ink);
}

.zads-convert__grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

@media (min-width: 900px) {
  .zads-convert__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }
}

.zads-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.zads-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--zads-line);
  border-left: 3px solid var(--zads-accent);
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 16px rgba(10, 25, 47, 0.06);
}

.zads-step__num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zads-accent);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

.zads-step__body strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--zads-ink);
}

.zads-step__body p {
  margin: 0;
  font-size: 14px;
  color: var(--zads-muted);
  line-height: 1.55;
}

.zads-convert__form {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid var(--zads-line);
  box-shadow: 0 8px 32px rgba(10, 25, 47, 0.08);
}

.zads-form__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--zads-ink);
}

.zads-form__lead {
  font-size: 15px;
  color: var(--zads-muted);
  margin: 0 0 24px;
}

.zads-form {
  display: grid;
  gap: 14px;
}

.zlp-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.zlp-field {
  display: grid;
  gap: 6px;
}

.zlp-field span {
  font-size: 13px;
  font-weight: 600;
  color: var(--zads-ink);
}

.zlp-field input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--zads-line);
  background: #fff;
  color: var(--zads-ink);
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zlp-field input:focus {
  outline: none;
  border-color: var(--zads-accent);
  box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.2);
}

.zads-form__note {
  font-size: 12px;
  color: var(--zads-muted);
  text-align: center;
  margin: 0;
}

.zads-form.is-loading .zads-btn--phone {
  opacity: 0.7;
  pointer-events: none;
}

.zlp-form__error {
  color: #dc2626;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

/* ── Refs ── */
.zads-refs {
  padding: 56px 0;
  border-top: none;
}

.zads-refs__grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .zads-refs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.zads-ref-card {
  display: flex;
  flex-direction: column;
  color: var(--zads-ink);
  background: #fff;
  border: 1px solid var(--zads-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.2s ease;
}

.zads-ref-card:hover {
  border-color: var(--zads-accent);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 25, 47, 0.12);
}

.zads-ref-card__img {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8eaed;
}

.zads-ref-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1);
}

.zads-ref-card.is-visible .zads-ref-card__img img {
  transform: scale(1.03);
}

.zads-ref-card:hover .zads-ref-card__img img {
  transform: scale(1.04);
}

.zads-ref-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 18px 20px;
}

.zads-ref-card__sector {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--zads-accent);
  margin-bottom: 6px;
}

.zads-ref-card__name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--zads-ink);
}

.zads-ref-card__desc {
  font-size: 14px;
  color: var(--zads-muted);
  margin: 0 0 12px;
  line-height: 1.55;
  flex: 1;
}

.zads-ref-card__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--zads-accent);
  text-decoration: none;
}

.zads-ref-card__link:hover {
  color: #5a52e0;
}

/* ── FAQ grid ── */
.zads-faq {
  padding: 56px 0;
  border-top: none;
}

.zads-faq__grid {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}

.zads-faq__item {
  background: #fff;
  border: 1px solid var(--zads-line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
  color: var(--zads-ink);
}

.zads-faq__item[open] {
  border-color: rgba(108, 99, 255, 0.35);
}

.zads-faq__item summary {
  padding: 16px 18px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: var(--zads-ink);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zads-faq__item summary::-webkit-details-marker {
  display: none;
}

.zads-faq__item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zads-light);
  color: var(--zads-accent);
  font-size: 1.2rem;
  line-height: 1;
}

.zads-faq__item[open] summary::after {
  content: '×';
}

.zads-faq__item p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14px;
  color: var(--zads-muted);
  line-height: 1.6;
}

/* ── Final ── */
.zads-final {
  padding: 56px 0 88px;
  background: var(--zads-light);
  color: var(--zads-ink);
  text-align: center;
}

.zads-final__label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--zads-accent);
}

.zads-final__title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  margin: 0 0 28px;
  color: var(--zads-ink);
}

.zads-final__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.zads-final .zads-btn--wa {
  background: var(--zads-wa);
  color: #fff;
  border: 2px solid var(--zads-wa);
}

.zads-final .zads-btn--wa:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff;
}

@media (min-width: 480px) {
  .zads-final__cta {
    flex-direction: row;
  }
}

/* ── Reveal ── */
.zads-reveal,
.zads-reveal-child {
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.zads-reveal-child {
  transition-delay: calc(var(--zads-i, 0) * 100ms);
}

.zads-reveal.is-visible,
.zads-reveal-child.is-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

html.zeonika-scrolling .zads-bento__card:hover,
html.zeonika-scrolling .zads-ref-card:hover {
  transform: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .zads-hero__flow.zads-flow--live .zads-flow__step,
  .zads-hero__flow.zads-flow--live .zads-flow__connector {
    animation: none;
    transform: none;
    opacity: 1;
  }

  .zads-hero__anim,
  .zads-reveal,
  .zads-reveal-child {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .zads-ref-card:hover .zads-ref-card__img img,
  .zads-ref-card.is-visible .zads-ref-card__img img {
    transform: none;
  }
}

