.elementor-kit-599{--e-global-color-primary:#4F5DFF;--e-global-color-secondary:#0B1120;--e-global-color-text:#1B2033;--e-global-color-accent:#22D3AE;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.65em;}.elementor-kit-599 e-page-transition{background-color:#FFBC7D;}.elementor-kit-599 h1{font-family:"Space Grotesk", Sans-serif;font-size:68px;font-weight:700;line-height:1.05em;}.elementor-kit-599 h2{font-family:"Space Grotesk", Sans-serif;font-size:44px;font-weight:700;line-height:1.15em;}.elementor-kit-599 h3{font-family:"Space Grotesk", Sans-serif;font-size:26px;font-weight:600;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-599 h1{font-size:46px;}.elementor-kit-599 h2{font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-599 h1{font-size:36px;}.elementor-kit-599 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === PgVault design system: global "alive" treatments === */
body { -webkit-font-smoothing: antialiased; }

/* Pill buttons with lift + glow on hover */
.elementor-button, a.elementor-button, button.elementor-button {
  border-radius: 999px !important;
  font-size: 17px !important;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background-color .25s ease !important;
  will-change: transform;
}
.elementor-button:hover, a.elementor-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -8px rgba(79,93,255,.55);
}

/* Card hover lift for icon-boxes / pricing cards */
.elementor-widget-icon-box, .pv-card {
  transition: transform .3s ease, box-shadow .3s ease;
}
.elementor-widget-icon-box:hover, .pv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -16px rgba(11,17,32,.25);
}

/* Gradient accent text utility - add CSS class "pv-gradient-text" to a heading in Elementor's Advanced tab */
.pv-gradient-text {
  background: linear-gradient(90deg, #4F5DFF 0%, #22D3AE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Subtle grain texture overlay - add CSS class "pv-grain" to a Section/Container */
.pv-grain { position: relative; isolation: isolate; }
.pv-grain::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Glow blob utility - add CSS class "pv-glow-blob" to a Container to get a soft radial glow behind its content */
.pv-glow-blob { position: relative; isolation: isolate; overflow: hidden; }
.pv-glow-blob::before {
  content: "";
  position: absolute;
  top: -20%; left: 50%;
  width: 140%; aspect-ratio: 1.6/1;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(79,93,255,.55), rgba(34,211,174,.25) 55%, transparent 75%);
  filter: blur(60px);
  z-index: -1;
}

/* Smooth section fade/slide handled by Elementor's own Motion Effects per-widget where applied */
h1, h2, h3 { letter-spacing: -0.02em; }


/* Floating product-screenshot frame with glow */
.pv-shot img {
  border-radius: 16px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08);
}


/* Mobile menu toggle icon on transparent dark hero header: brand-consistent color (Astra's "minimal" toggle style ignores the Transparent Header customizer color control, so overriding directly here; specificity must match/exceed Astra's own [data-section] chain) */
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal svg {
  color: #E7EAFC !important;
}
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:hover,
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
  color: #22D3AE !important;
}


/* "Most popular" pricing badge pill */
.pv-badge-popular {
  display: inline-block;
  background: #22D3AE;
  color: #0B1120;
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}


/* Connected numbered step timeline ("how it works") */
.pv-steps { display: flex; flex-direction: column; margin-top: 8px; }
.pv-step { display: flex; align-items: flex-start; gap: 18px; position: relative; padding-bottom: 30px; }
.pv-step:last-of-type { padding-bottom: 0; }
.pv-step:not(:last-of-type)::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: -6px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(79,93,255,.45), rgba(34,211,174,.45));
}
.pv-step-num {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pv-step-color, #4F5DFF);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 6px rgba(79,93,255,.12);
}
.pv-step-body { padding-top: 8px; font-size: 16px; line-height: 1.5; color: #AEB6D6; }
.pv-step-body strong { color: #F1F5F9; }
.pv-step-done {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 12px 18px;
  background: rgba(34,211,174,.1);
  border: 1px solid rgba(34,211,174,.35);
  border-radius: 12px;
  color: #22D3AE;
  font-weight: 600;
  font-size: 15px;
}


/* Документация (BetterDocs) — убрать стандартный сайдбар Astra и выровнять типографику с фирменным стилем сайта (2026-09-07) */
body.post-type-archive-docs #secondary,
body.single-docs #secondary,
body.tax-doc_category #secondary,
body.archive.post-type-archive-docs .widget-area.secondary {
  display: none !important;
}
body.post-type-archive-docs #primary,
body.single-docs #primary,
body.tax-doc_category #primary {
  width: 100% !important;
  float: none !important;
}
body.post-type-archive-docs .ast-archive-title,
body.tax-doc_category .ast-archive-title,
body.single-docs .entry-title {
  font-family: 'Space Grotesk', sans-serif !important;
  color: #1B2033;
  letter-spacing: -0.02em;
}
body.single-docs .entry-content {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #1B2033;
}
body.single-docs .entry-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: #1B2033;
}
body.single-docs .entry-content pre {
  background: #0B1120;
  color: #E7EAFC;
  padding: 16px 20px;
  border-radius: 8px;
  overflow-x: auto;
}
body.single-docs .entry-content code {
  background: #F3F4FA;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}
body.single-docs .entry-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}


/* Тёмная секция по всей странице — фон + сброс цветов текста, в духе тёмной темы продукта PgVault (2026-09-07) */
.pv-dark-section {
  background-color: #0B1120 !important;
}
.pv-dark-section .elementor-heading-title,
.pv-dark-section h1, .pv-dark-section h2, .pv-dark-section h3, .pv-dark-section h4 {
  color: #F5F7FF !important;
}
.pv-dark-section .elementor-widget-text-editor,
.pv-dark-section p {
  color: #AEB6D6 !important;
}

/* Тёмная карточка в духе панелей интерфейса PgVault — мягкая обводка, лёгкий фон поверх тёмной секции (2026-09-07) */
.pv-dark-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 28px 24px !important;
}
.pv-dark-card:hover {
  border-color: rgba(79,93,255,.4);
  background: rgba(255,255,255,.06);
}

/* Icon-box and icon-list contrast fixes for dark sections */
.pv-dark-section .elementor-icon-box-title,
.pv-dark-card .elementor-icon-box-title,
.pv-dark-section .elementor-icon-box-title a {
  color: #F8FAFC !important;
}
.pv-dark-section .elementor-icon-box-description,
.pv-dark-card .elementor-icon-box-description {
  color: #94A3B8 !important;
}
.pv-dark-section .elementor-icon-list-text {
  color: #CBD5E1 !important;
}
.pv-dark-section .elementor-icon-list-item a {
  color: #CBD5E1 !important;
}

/* Toggle/accordion widget contrast fix for dark sections */
.pv-dark-section .elementor-toggle-title,
.pv-dark-section .elementor-tab-title,
.pv-dark-section .elementor-tab-title a,
.pv-dark-section .elementor-toggle-title a {
  color: #F8FAFC !important;
}
.pv-dark-section .elementor-tab-content,
.pv-dark-section .elementor-toggle-item .elementor-tab-content {
  color: #94A3B8 !important;
}
.pv-dark-section .elementor-toggle-item {
  border-color: rgba(255,255,255,0.12) !important;
}

/* Elementor form widget contrast fix for dark sections */
.pv-dark-section .elementor-field-group label,
.pv-dark-section .elementor-field-group .elementor-field-label {
  color: #E2E8F0 !important;
}
.pv-dark-section .elementor-field-textual {
  background-color: #131A2E !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: #F1F5F9 !important;
}
.pv-dark-section .elementor-field-textual::placeholder {
  color: #64748B !important;
}


/* ================= Оживление интерфейса (2026-09-10, анимации) ================= */

@keyframes pvBlobBreathe {
  0%, 100% { transform: translateX(-50%) translateY(0) scale(1); opacity: 1; }
  50% { transform: translateX(-50%) translateY(1.5%) scale(1.05); opacity: .82; }
}
.pv-glow-blob::before { animation: pvBlobBreathe 11s ease-in-out infinite; }

.elementor-button:active, a.elementor-button:active, button.elementor-button:active {
  transform: translateY(-1px) scale(.97) !important;
  transition: transform .12s ease !important;
}

@keyframes pvBadgeGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(34,211,174,0); }
  50% { box-shadow: 0 0 18px 4px rgba(34,211,174,.45); }
}
.pv-badge-popular { animation: pvBadgeGlow 2.6s ease-in-out infinite; }

.pv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}
.pv-reveal.pv-in {
  opacity: 1;
  transform: translateY(0);
}

.pv-shot { perspective: 1000px; }
.pv-shot img { transition: transform .25s ease-out, box-shadow .25s ease-out; }

@media (prefers-reduced-motion: reduce) {
  .pv-glow-blob::before,
  .pv-badge-popular {
    animation: none !important;
  }
  .pv-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ================= Приятные цифры (2026-09-10) ================= */
.pv-num {
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'tnum' 1, 'lnum' 1;
  font-variant-numeric: tabular-nums lining-nums;
}


/* PgVault trial demo modal */
.pv-trial-overlay{position:fixed;inset:0;background:rgba(11,17,32,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:999999;opacity:0;visibility:hidden;transition:opacity .2s ease;}
.pv-trial-overlay.pv-trial-open{opacity:1;visibility:visible;}
.pv-trial-modal{position:relative;width:100%;max-width:440px;background:#10192c;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.45);padding:32px 28px;transform:translateY(12px) scale(.98);transition:transform .2s ease;font-family:'Inter',sans-serif;box-sizing:border-box;max-height:90vh;overflow-y:auto;}
.pv-trial-overlay.pv-trial-open .pv-trial-modal{transform:translateY(0) scale(1);}
.pv-trial-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:none;background:rgba(255,255,255,.06);color:#AEB6D6;border-radius:999px;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0;}
.pv-trial-close:hover{background:rgba(255,255,255,.12);color:#F5F7FF;}
.pv-trial-title{font-family:'Space Grotesk',sans-serif;color:#F5F7FF;font-size:22px;margin:0 0 8px;font-weight:600;}
.pv-trial-sub{color:#AEB6D6;font-size:15px;line-height:1.5;margin:0 0 22px;}
.pv-trial-label{display:block;color:#AEB6D6;font-size:14px;margin-bottom:14px;}
.pv-trial-optional{color:#7C87AC;font-weight:400;}
.pv-trial-input{display:block;width:100%;margin-top:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px 14px;color:#F5F7FF;font-size:15px;font-family:inherit;transition:border-color .15s,background .15s;box-sizing:border-box;}
.pv-trial-input::placeholder{color:#7C87AC;}
.pv-trial-input:focus{outline:none;border-color:#4F5DFF;background:rgba(255,255,255,.09);}
.pv-trial-input.pv-trial-invalid{border-color:#FF6B6B;}
.pv-trial-error{color:#FF9B9B;background:rgba(255,107,107,.08);border:1px solid rgba(255,107,107,.25);border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.4;margin-bottom:16px;}
.pv-trial-error a{color:#FF9B9B;text-decoration:underline;}
.pv-trial-submit.elementor-button{width:100%;border:none;cursor:pointer;margin-top:4px;background-color:#22D3AE;color:#0B1120;font-weight:700;border-radius:999px;}
.pv-trial-submit.elementor-button:hover{background-color:#1cc39c;color:#0B1120;}
.pv-trial-submit[disabled]{opacity:.6;cursor:default;}
.pv-trial-result{text-align:center;padding:12px 0 4px;}
.pv-trial-result-icon{width:52px;height:52px;border-radius:999px;background:rgba(34,211,174,.12);color:#22D3AE;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:26px;}
.pv-trial-result-text{color:#F5F7FF;font-size:17px;font-family:'Space Grotesk',sans-serif;line-height:1.5;}
@media (max-width:480px){
  .pv-trial-modal{padding:26px 20px;}
}


.pv-trial-modal input.pv-trial-input{background:rgba(255,255,255,.06) !important;border-color:rgba(255,255,255,.12) !important;color:#F5F7FF !important;}
.pv-trial-modal input.pv-trial-input:focus{border-color:#4F5DFF !important;background:rgba(255,255,255,.09) !important;}
.pv-trial-modal input.pv-trial-input.pv-trial-invalid{border-color:#FF6B6B !important;}


/* Скрытие виджетов BetterDocs по запросу пользователя (2026-09-17): рейтинг статьи, кнопки "поделиться", "последнее обновление" в архиве рубрик */
.betterdocs-article-reactions,
.betterdocs-social-share,
.betterdocs-last-update,
.betterdocs-sub-category-items-counts {
  display: none !important;
}

/* Скрытие формы "Возник вопрос? Можем вам помочь?" (содержит личный email автора) и дат "Последнее обновление" в списках статей категории BetterDocs (2026-09-17, по запросу пользователя) */
.feedback-update-form,
.update-date {
  display: none !important;
}
.pv-badge-lifetime {
  display: block;
  background: rgba(34, 211, 174, .10);
  border: 1px solid rgba(34, 211, 174, .4);
  color: #22D3AE;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  margin: 16px 0;
}
.pv-features-block {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.pv-features-block .elementor-icon-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 18px;
  text-align: left;
}
.pv-features-block .elementor-icon-list-item {
  align-items: flex-start;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .pv-features-block .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }
}

.pv-trial-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 16px;
  cursor: pointer;
}
.pv-trial-consent-input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #22D3AE;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.pv-trial-consent span {
  color: #AEB6D6;
  font-size: 13px;
  line-height: 1.5;
}
.pv-trial-consent a {
  color: #22D3AE;
  text-decoration: underline;
}

/* Fix: Astra theme's page-builder compat CSS (.entry-content[data-ast-blocks-layout] > ... > *)
   sets max-width on direct/grandchild elements of .entry-content, which incorrectly also
   catches Elementor's own full-width containers (.e-con-full) on some pages, shrinking them
   back to the boxed ~1200px content width. Force full-width containers to stay full-width
   regardless of that theme rule. */
.e-con.e-con-full{max-width:100% !important;}/* End custom CSS */