:root {
  --ocf-bg: #07050b;
  --ocf-bg-2: #110a18;
  --ocf-card: rgba(255, 255, 255, 0.075);
  --ocf-card-strong: rgba(255, 255, 255, 0.11);
  --ocf-line: rgba(255, 255, 255, 0.16);
  --ocf-line-soft: rgba(255, 255, 255, 0.09);
  --ocf-text: #fff7fb;
  --ocf-muted: rgba(255, 247, 251, 0.74);
  --ocf-violet: #b56cff;
  --ocf-violet-deep: #6b2cff;
  --ocf-rose: #ff7abd;
  --ocf-gold: #f7d48a;
  --ocf-cyan: #7ddcff;
  --ocf-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  --ocf-radius-xl: 34px;
  --ocf-radius-lg: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
.body {
  background: radial-gradient(circle at 18% 8%, rgba(181,108,255,.26), transparent 30%),
              radial-gradient(circle at 82% 18%, rgba(255,122,189,.2), transparent 28%),
              linear-gradient(180deg, var(--ocf-bg) 0%, #09050f 42%, #050407 100%) !important;
  color: var(--ocf-text);
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.page-bg {
  background:
    radial-gradient(circle at 12% 8%, rgba(181, 108, 255, .2), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(255, 122, 189, .16), transparent 26%),
    linear-gradient(180deg, #09060f 0%, #050407 100%) !important;
}
.page-wrapper:before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .48;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 82%);
}
.color-blob { opacity: .52; filter: blur(220px) saturate(130%); }
.color-blob.orange { background-color: var(--ocf-rose); }
.color-blob.cyan { background-color: var(--ocf-cyan); opacity: .34; }
.color-blob.purple { background-color: var(--ocf-violet); }

.bg-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 720px;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.background-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  z-index: 0 !important;
}

.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(.9) contrast(1.04) brightness(.9);
}

.tone {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 25% 20%, rgba(181,108,255,.12), transparent 34%),
    linear-gradient(90deg, rgba(5,3,8,.58) 0%, rgba(5,3,8,.34) 48%, rgba(5,3,8,.5) 100%),
    linear-gradient(180deg, rgba(5,3,8,.08) 0%, rgba(5,3,8,.52) 100%) !important;
}

.navbar {
  z-index: 900 !important;
  background: linear-gradient(180deg, rgba(9, 6, 15, .72), rgba(9, 6, 15, .34)) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.menu-wrapper { padding: 14px 5%; }
.nav-menu { justify-content: flex-start; gap: 10px; }
.nav-link {
  color: rgba(255,255,255,.78) !important;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  letter-spacing: .02em;
  transition: .22s ease;
}
.nav-link:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}
.lang-switcher {
  top: 17px !important;
  right: 18px !important;
  background: rgba(12, 8, 18, .66) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.12) !important;
}
.lang-switcher__btn.is-active {
  background: linear-gradient(135deg, rgba(247,212,138,.24), rgba(181,108,255,.32)) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 8px 24px rgba(181,108,255,.16) !important;
}

.hero-section-outter-wrapper {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  height: auto !important;
  padding-top: clamp(110px, 14vh, 170px) !important;
  padding-bottom: 80px;
  overflow: hidden;
}

.hero-section-outter-wrapper > .section-wrapper {
  position: relative;
  z-index: 2;
}

.section-wrapper { max-width: 1220px; width: 100%; margin: 0 auto; }
.header-text-wrapper {
  max-width: 960px !important;
  padding: 44px 76px 44px 44px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: var(--ocf-shadow), inset 0 1px rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  position: relative;
  overflow: hidden;
}
.header-text-wrapper:before {
  content: "PREMIUM MODEL AGENCY";
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #ffe8b0;
  background: rgba(247, 212, 138, .1);
  border: 1px solid rgba(247, 212, 138, .22);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .14em;
}
.header-text-wrapper:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -110px;
  top: -120px;
  background: radial-gradient(circle, rgba(255,122,189,.26), transparent 68%);
  pointer-events: none;
}
.section-heading {
  max-width: 100%;
  color: var(--ocf-text) !important;
  font-size: clamp(42px, 5.45vw, 76px) !important;
  line-height: .99 !important;
  letter-spacing: -.035em;
  padding-right: 10px;
}
.section-heading.caps,
.section-heading.smaller { font-size: clamp(36px, 5vw, 64px) !important; }
.bold-text, .bold-text-2, .bold-text-3, .text-span, .text-span strong {
  background: linear-gradient(110deg, #fff 0%, #ffe2f4 42%, var(--ocf-gold) 74%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-span { color: unset !important; }
.subheader, .section-sunheader {
  color: var(--ocf-muted) !important;
  max-width: 760px;
  font-size: clamp(18px, 2.2vw, 25px) !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
  letter-spacing: -.015em;
}
.subheader { margin-top: 24px !important; }

.cta-button.left, .submit {
  background: linear-gradient(135deg, var(--ocf-violet-deep), var(--ocf-violet) 48%, var(--ocf-rose)) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 22px 58px rgba(151, 71, 255, .32), inset 0 1px rgba(255,255,255,.22) !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
.cta-button.left {
  width: min(100%, 360px) !important;
  height: 72px !important;
  margin-top: 34px !important;
  border-radius: 999px !important;
}
.cta-button.left:hover, .submit:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 30px 78px rgba(181, 108, 255, .42), inset 0 1px rgba(255,255,255,.24) !important;
}
.cta-bg { display: none; }
.cta-text { z-index: 1 !important; font-size: 21px !important; line-height: 1 !important; letter-spacing: -.01em; }

.features-metrics {
  position: relative;
  z-index: 3;
  margin-top: -22px !important;
  padding: 0 2.5% 70px !important;
  overflow: visible !important;
  background: linear-gradient(180deg, rgba(7,5,11,.96) 0%, rgba(9,5,15,.98) 100%);
}
.section-wrapper.stats { max-width: 1220px; }
.features-wrapper { gap: 18px !important; padding-left: 0 !important; padding-right: 0 !important; }
.features-block, .testimonial-block, .testimonial-block-main, .path-text, .from-outter-wrapper, .faq-p {
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045)) !important;
  border: 1px solid rgba(255,255,255,.13);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  box-shadow: var(--ocf-shadow), inset 0 1px rgba(255,255,255,.1) !important;
}
.features-block {
  min-height: 150px;
  border-radius: var(--ocf-radius-lg) !important;
  padding: 30px 22px !important;
}
.features-title {
  margin-bottom: 10px !important;
  color: var(--ocf-gold);
  font-size: clamp(30px, 3vw, 44px) !important;
  letter-spacing: -.04em;
}
.metrics-text { color: rgba(255,255,255,.72); font-size: 16px !important; line-height: 1.35; }
.bg-gd, .bg-grad_2, .bg-grad_3 { opacity: .28; filter: blur(48px) saturate(135%) !important; }

.hero-section-outter-wrapper.second { padding-top: 25px !important; }
.hero-wrapper {
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: center !important;
  padding: 32px !important;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 38px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 22px 80px rgba(0,0,0,.28);
}
.hero-wrapper._80px { margin-top: 34px !important; }
.image-wrapper {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 32px !important;
  padding: 10px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 90px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.1) !important;
}
.img-big { border-radius: 24px !important; max-width: min(500px, 42vw) !important; }
.text-block {
  color: rgba(255,255,255,.86) !important;
  background: rgba(255,255,255,.065) !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px !important;
  padding: 16px 18px !important;
  font-size: clamp(16px, 1.8vw, 21px) !important;
  line-height: 1.35 !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
}
.text-block.b-w { border-color: rgba(255, 122, 189, .2); }
.text-block.b-w._w-b { border-color: rgba(247, 212, 138, .2); }
.text-span-4, .text-span-5 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: -5px;
}
.text-span-4 { filter: hue-rotate(300deg) saturate(1.4); }
.text-span-5 { filter: hue-rotate(330deg) saturate(1.2) brightness(1.25); }
.bullet-points-list { gap: 12px !important; }

.testimonial-outter-wrapper, .proof-section-outter-wrapper, .cta-section, .faq, .path-section {
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
}
.testimonial-outter-wrapper { margin-top: 40px !important; padding-top: 50px !important; }
.section-wrapper.reviews { max-width: 1220px; }
.testimonial-grid { gap: 18px !important; }
.testimonial-block, .testimonial-block-main {
  border-radius: 30px !important;
  padding: 28px !important;
  min-height: 310px;
}
.text-block.nobg {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(17px, 1.7vw, 22px) !important;
  line-height: 1.48 !important;
}
.testimonial-info-two { margin-top: 28px; align-items: center !important; }
.testimonial-image {
  border: 2px solid rgba(247,212,138,.42);
  box-shadow: 0 14px 40px rgba(0,0,0,.34);
}
.testimonial-author-name { color: #fff; font-size: 19px !important; font-weight: 700; }

.path-section {
  max-width: 1220px;
  margin: 90px auto 0 !important;
  padding-top: 54px;
  padding-bottom: 56px;
}
.black-bg, .black-bg.top {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025)) !important;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 38px !important;
  box-shadow: 0 22px 80px rgba(0,0,0,.34);
}
.path-grid-wrapper { gap: 18px !important; margin-top: 42px !important; }
.path-grid-wrapper.reverse, .path-single-wrapper { margin-top: 18px !important; }
.path-text {
  min-height: 116px;
  border-radius: 24px !important;
  padding: 26px !important;
  font-size: clamp(17px, 1.7vw, 22px) !important;
  line-height: 1.28 !important;
  display: flex;
  align-items: center;
}
.bg-mask.desktop { opacity: .4; filter: saturate(.6) brightness(1.8); }

.proof-section-outter-wrapper { margin-top: 88px; }
.proof-header-wrapper { width: 100%; }
.proof-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 28px auto 0;
  gap: 22px !important;
}
.gallery-image {
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  padding: 8px;
  box-shadow: 0 24px 80px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.1);
}

.cta-section { margin-top: 100px; }
.cta-text-wrapper { max-width: 980px; margin: 0 auto; }
.from-outter-wrapper {
  width: 100%;
  margin-top: 34px;
  border-radius: 32px !important;
  padding: 34px !important;
}
.form-line { gap: 18px !important; margin-bottom: 18px !important; }
.field-20px.name {
  color: rgba(255,255,255,.76) !important;
  width: 220px !important;
  font-size: 16px !important;
  font-weight: 650;
}
.field-20px.w-input {
  height: 58px !important;
  color: #fff !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 18px !important;
  padding: 14px 18px !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field-20px.w-input:focus {
  border-color: rgba(247,212,138,.55) !important;
  box-shadow: 0 0 0 4px rgba(247,212,138,.11) !important;
  background: rgba(255,255,255,.11) !important;
}
.field-20px.w-input::placeholder { color: rgba(255,255,255,.42); }
.submit {
  margin-top: 14px;
  border-radius: 999px !important;
  padding: 20px 40px !important;
  font-size: 21px !important;
  line-height: 1 !important;
  cursor: pointer;
}

.faq { max-width: 980px; margin: 110px auto 0; }
.faq-container { margin-top: 34px !important; }
.faq-p { border-radius: 22px !important; margin-bottom: 12px !important; }
.faq-2 {
  background: transparent !important;
  min-height: 68px;
  padding: 16px 56px 16px 18px !important;
}
.toggle-text { font-size: clamp(16px, 1.8vw, 21px) !important; line-height: 1.28 !important; color: #fff; }
.faq-body, .faq-body.w--open { background: transparent !important; }
.faq-body-cont { padding: 4px 26px 26px !important; color: rgba(255,255,255,.76); }
.faq-answer { font-size: 17px !important; line-height: 1.65 !important; }
.inline-cta {
  background-image: linear-gradient(90deg, var(--ocf-gold), var(--ocf-rose)) !important;
  font-weight: 800;
}
.footer-dark {
  margin-top: 80px;
  background: rgba(0,0,0,.24) !important;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-copyright-center { color: rgba(255,255,255,.48); }

@media screen and (max-width: 991px) {
  .hero-section-outter-wrapper { padding-top: 105px !important; }
  .header-text-wrapper { padding: 32px; border-radius: 30px; }
  .features-wrapper, .testimonial-grid { grid-template-columns: 1fr 1fr !important; display: grid !important; }
  .features-block.last { grid-column: span 2; }
  .hero-wrapper { flex-direction: column !important; align-items: stretch !important; padding: 24px !important; }
  .img-big { max-width: 100% !important; width: 100%; }
  .path-grid-wrapper, .path-single-wrapper { grid-template-columns: 1fr !important; }
  .path-text { min-height: auto; }
  .proof-wrapper { grid-template-columns: 1fr !important; }
  .form-line { flex-direction: column; align-items: stretch !important; }
  .field-20px.name { width: auto !important; }
}

@media screen and (max-width: 767px) {
  .navbar { background: rgba(9,6,15,.82) !important; }
  .menu-wrapper { padding: 10px 12px; }
  .nav-menu { gap: 6px; }
  .nav-link { font-size: 12px !important; padding: 10px 11px !important; }
  .lang-switcher { top: auto !important; bottom: 12px !important; right: 12px !important; z-index: 1001 !important; }
  .hero-section-outter-wrapper { padding: 88px 4% 54px !important; }
  .header-text-wrapper { padding: 24px 28px 24px 24px; border-radius: 26px; }
  .header-text-wrapper:before { font-size: 10px; margin-bottom: 18px; }
  .cta-button.left { height: 64px !important; width: 100% !important; }
  .features-metrics { margin-top: 0 !important; padding-bottom: 44px !important; }
  .features-wrapper, .testimonial-grid { grid-template-columns: 1fr !important; }
  .features-block.last { grid-column: span 1; }
  .hero-wrapper { border-radius: 28px !important; }
  .testimonial-block, .testimonial-block-main { min-height: auto; }
  .path-section { margin-top: 56px !important; padding-top: 34px; padding-bottom: 34px; }
  .from-outter-wrapper { padding: 22px !important; border-radius: 26px !important; }
  .faq { margin-top: 78px; }
}

@media screen and (max-width: 479px) {
  .section-heading { font-size: 39px !important; }
  .section-heading.caps, .section-heading.smaller { font-size: 34px !important; }
  .subheader, .section-sunheader { font-size: 17px !important; }
  .text-block { font-size: 16px !important; }
  .features-title { font-size: 34px !important; }
  .features-block { min-height: 132px; }
  .testimonial-image { width: 58px !important; height: 58px !important; }
  .faq-img { width: 30px !important; height: 30px !important; }
  .faq-2 { padding-left: 14px !important; }
}


/* === FIX 2026-05-11 v2: hero title, metrics background, FAQ dropdown, mobile language switcher === */

/* 1. Hero title: OnlyFans больше не режется и не переносится как Only / Fans */
.header-text-wrapper {
  overflow: visible !important;
}

.header-text-wrapper .section-heading.hero-title {
  display: block !important;
  max-width: 100% !important;
  line-height: 1.06 !important;
  overflow: visible !important;
  padding-right: 0 !important;
  padding-bottom: 0.1em !important;
  margin-bottom: -0.04em !important;
}

.hero-title-line {
  display: block !important;
  line-height: 1.06 !important;
  overflow: visible !important;
  padding-bottom: 0.04em !important;
}

.hero-nowrap {
  display: inline-block !important;
  white-space: nowrap !important;
  line-height: 1.06 !important;
  overflow: visible !important;
  padding-right: 0.08em !important;
  padding-bottom: 0.08em !important;
  margin-bottom: -0.08em !important;
  background: linear-gradient(110deg, #fff 0%, #ffe2f4 42%, var(--ocf-gold) 74%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* 2. Блок статистики: убираем резкий чёрный фон и делаем фон в стиле сайта */
.features-metrics {
  position: relative !important;
  z-index: 3 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 70px 2.5% !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 16% 10%, rgba(181, 108, 255, .34), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(255, 122, 189, .18), transparent 30%),
    linear-gradient(135deg, rgba(28, 16, 42, .92), rgba(8, 5, 14, .96) 48%, rgba(36, 18, 52, .88)) !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.08),
    0 28px 90px rgba(0,0,0,.28) !important;
}

.features-metrics:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .36;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.features-metrics:after {
  content: "";
  position: absolute;
  inset: auto 8% -120px 8%;
  height: 220px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(181,108,255,.22), transparent 68%);
  filter: blur(20px);
}

.features-wrapper {
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

.features-block {
  opacity: 0;
  transform: translateY(34px) scale(0.96);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(.2, .9, .2, 1),
    box-shadow 0.22s ease,
    filter 0.22s ease !important;
  will-change: opacity, transform;
}

.features-metrics.is-visible .features-block {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.features-metrics.is-visible .features-block:nth-child(1) {
  transition-delay: 0.04s;
}

.features-metrics.is-visible .features-block:nth-child(2) {
  transition-delay: 0.16s;
}

.features-metrics.is-visible .features-block:nth-child(3) {
  transition-delay: 0.28s;
}

.features-metrics.is-visible .features-block:nth-child(4) {
  transition-delay: 0.4s;
}


/* 3. Секция "Твій шлях": убираем лишнюю движущуюся тень/обложку */
.path-section {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025)) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 38px !important;
  box-shadow: 0 22px 80px rgba(0,0,0,.34) !important;
}

.black-bg,
.black-bg.top {
  display: none !important;
}


/* 3. Анимация постепенной прорисовки пунктирной линии */
.path-section .bg-mask {
  opacity: 1 !important;
  filter: saturate(.8) brightness(1.6) !important;
  z-index: 0 !important;
  pointer-events: none !important;
  clip-path: inset(0 0 calc(100% - var(--path-line-progress, 0%)) 0);
  -webkit-clip-path: inset(0 0 calc(100% - var(--path-line-progress, 0%)) 0);
  transition: clip-path 0.08s linear, -webkit-clip-path 0.08s linear;
}

.path-section .section-heading,
.path-section .path-grid-wrapper,
.path-section .path-single-wrapper {
  position: relative !important;
  z-index: 2 !important;
}

.path-text {
  position: relative !important;
  z-index: 3 !important;
}


/* 4. FAQ: вопросы не режутся, но ответы снова скрыты до клика */
.faq-p {
  height: auto !important;
  min-height: 68px !important;
  overflow: hidden !important;
}

.faq-2,
.faq-2._30px,
.faq-2._30px.two-line,
.faq-2.tall {
  min-height: 68px !important;
  height: auto !important;
  white-space: normal !important;
  align-items: center !important;
}

.toggle-text {
  width: 100% !important;
  max-width: calc(100% - 18px) !important;
  white-space: normal !important;
  overflow: visible !important;
}

.toggle-text strong {
  display: block !important;
  line-height: 1.28 !important;
}

.faq-body.w-dropdown-list {
  display: none !important;
  position: relative !important;
}

.faq-body.w-dropdown-list.w--open {
  display: block !important;
}


/* 5. Мобильная версия */
@media screen and (max-width: 767px) {
  .lang-switcher {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    z-index: 1001 !important;
  }

  .features-metrics {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    border-radius: 28px !important;
  }

  .features-block {
    transform: translateY(26px) scale(0.97);
  }

  .header-text-wrapper .section-heading.hero-title {
    line-height: 1.1 !important;
    padding-bottom: 0.12em !important;
  }

  .hero-title-line {
    line-height: 1.1 !important;
  }

  .hero-nowrap {
    line-height: 1.1 !important;
    padding-right: 0.08em !important;
    padding-bottom: 0.1em !important;
  }

  .faq-p {
    min-height: 78px !important;
  }

  .faq-2,
  .faq-2._30px,
  .faq-2._30px.two-line,
  .faq-2.tall {
    min-height: 78px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-right: 52px !important;
  }

  .toggle-text {
    font-size: 20px !important;
    line-height: 1.28 !important;
  }
}

@media screen and (max-width: 479px) {
  .header-text-wrapper .section-heading.hero-title {
    font-size: 38px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.045em !important;
  }

  .hero-title-line {
    line-height: 1.12 !important;
  }

  .hero-nowrap {
    line-height: 1.12 !important;
    padding-right: 0.1em !important;
    padding-bottom: 0.1em !important;
  }

  .faq {
    max-width: 100% !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .faq-p {
    min-height: 86px !important;
  }

  .faq-2,
  .faq-2._30px,
  .faq-2._30px.two-line,
  .faq-2.tall {
    min-height: 86px !important;
    padding: 16px 50px 16px 18px !important;
  }

  .toggle-text {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }
}

/* === FIX 2026-05-11 v3: counters + proof section + lower depth === */

/* ---------------------------------
   1. Счетчики в плашках статистики
--------------------------------- */
.features-title {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-variant-numeric: tabular-nums;
}

.metric-counter {
  display: inline-block;
  min-width: 1ch;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 24px rgba(247, 212, 138, .18);
}

.metric-inline-label {
  display: inline-block;
  font-size: .62em;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ocf-gold);
  opacity: .96;
}

/* ---------------------------------
   2. Блок "МЕНШЕ СЛІВ — БІЛЬШЕ ДОКАЗІВ"
--------------------------------- */
.proof-section-outter-wrapper,
.cta-section,
.faq {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.proof-section-outter-wrapper::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -90px;
  top: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181,108,255,.24), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.proof-section-outter-wrapper::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -70px;
  top: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,189,.18), transparent 68%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}

.proof-section-outter-wrapper > .section-wrapper,
.cta-section > .section-wrapper {
  position: relative;
  z-index: 1;
}

.proof-gallery-wrapper {
  position: relative;
  z-index: 2;
}

.proof-header-wrapper--enhanced {
  width: 100%;
}

.proof-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(247,212,138,.24);
  background: rgba(247,212,138,.09);
  color: #ffe8b0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}

.proof-subheader {
  max-width: 760px;
  margin-top: -8px;
}

.proof-stage {
  position: relative;
  width: 100%;
  margin-top: 28px;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(181,108,255,.24), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255,122,189,.16), transparent 25%),
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 100px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.proof-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .20;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
}

.proof-stage::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -70px;
  bottom: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,212,138,.14), transparent 70%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}

.proof-wrapper--showcase {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.proof-wrapper--showcase .gallery-image {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.proof-wrapper--showcase .gallery-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 36px 90px rgba(0,0,0,.45), 0 0 0 1px rgba(247,212,138,.16), inset 0 1px rgba(255,255,255,.1);
  border-color: rgba(247,212,138,.2);
}

.proof-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  max-width: 240px;
  padding: 14px 16px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  animation: proofFloat 6s ease-in-out infinite;
}

.proof-float--money {
  top: 22px;
  right: 26px;
}

.proof-float--growth {
  top: 132px;
  left: 24px;
  animation-delay: 1.1s;
}

.proof-float--potential {
  right: 42px;
  bottom: 32px;
  animation-delay: 2s;
}

.proof-float-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(107,44,255,.9), rgba(181,108,255,.78) 50%, rgba(255,122,189,.82));
  box-shadow: 0 16px 36px rgba(107,44,255,.24), inset 0 1px rgba(255,255,255,.2);
}

.proof-float-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.proof-float-value {
  color: #fff;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.02em;
}

.proof-float-label {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.18;
  font-weight: 500;
}

@keyframes proofFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------------------------------
   3. Нижняя часть сайта — больше глубины
--------------------------------- */
.cta-section::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: -40px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(181,108,255,.16), transparent 72%);
  filter: blur(34px);
  z-index: 0;
  pointer-events: none;
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: 3%;
  top: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,189,.13), transparent 70%);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}

.faq::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -80px;
  top: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181,108,255,.13), transparent 72%);
  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
}

.faq::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,189,.11), transparent 72%);
  filter: blur(26px);
  z-index: 0;
  pointer-events: none;
}

.faq > * {
  position: relative;
  z-index: 1;
}

/* ---------------------------------
   4. Адаптив
--------------------------------- */
@media screen and (max-width: 991px) {
  .proof-stage {
    padding: 24px;
  }

  .proof-float {
    position: static;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin-bottom: 12px;
    animation: none;
  }

  .proof-wrapper--showcase {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .features-title {
    gap: 6px;
  }

  .metric-inline-label {
    font-size: .56em;
  }

  .proof-kicker {
    font-size: 11px;
    letter-spacing: .12em;
    padding: 9px 14px;
  }

  .proof-stage {
    padding: 18px;
    border-radius: 26px;
  }

  .proof-float {
    padding: 13px 14px;
    border-radius: 18px;
  }

  .proof-float-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 22px;
    border-radius: 14px;
  }

  .proof-float-value {
    font-size: 16px;
  }

  .proof-float-label {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .metric-inline-label {
    font-size: .54em;
  }

  .proof-subheader {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .proof-stage {
    margin-top: 22px;
    padding: 16px;
  }

  .proof-wrapper--showcase {
    gap: 14px;
  }
}

/* === FIX 2026-05-11 v4: premium proof cards polish === */

/* 
  Доработка блока "МЕНШЕ СЛІВ — БІЛЬШЕ ДОКАЗІВ":
  - убираем наложение карточек на скрины на ПК;
  - делаем карточки читаемыми;
  - на мобильной версии убираем слишком яркий розовый фон;
  - делаем блок дороже и спокойнее визуально.
*/

.proof-stage {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  padding: 28px !important;
  background:
    radial-gradient(circle at 14% 10%, rgba(181,108,255,.18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,122,189,.10), transparent 28%),
    linear-gradient(145deg, rgba(19, 13, 28, .92), rgba(7, 5, 12, .96) 58%, rgba(25, 12, 34, .88)) !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,.38),
    inset 0 1px rgba(255,255,255,.08) !important;
}

.proof-stage::before {
  opacity: .12 !important;
}

.proof-stage::after {
  opacity: .8 !important;
  background: radial-gradient(circle, rgba(181,108,255,.14), transparent 72%) !important;
}

/* Карточки теперь не накладываются на скрины, а стоят отдельным верхним рядом */
.proof-float,
.proof-float--money,
.proof-float--growth,
.proof-float--potential {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 3 !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 92px !important;

  display: flex !important;
  align-items: center !important;
  gap: 14px !important;

  padding: 15px 16px !important;
  border-radius: 22px !important;

  background:
    linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,255,255,.13) !important;

  box-shadow:
    0 18px 46px rgba(0,0,0,.28),
    inset 0 1px rgba(255,255,255,.12) !important;

  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;

animation: proofCardFloat 6.2s ease-in-out infinite !important;
overflow: hidden !important;
will-change: transform;
transform: translate3d(0, 0, 0);
}

.proof-float::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .85;
  background:
    radial-gradient(circle at 12% 0%, rgba(181,108,255,.22), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(247,212,138,.10), transparent 42%);
}

.proof-float::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247,212,138,.32), transparent);
  opacity: .7;
}

.proof-float--growth {
  animation-delay: .8s !important;
}

.proof-float--potential {
  animation-delay: 1.6s !important;
}

.proof-float-icon {
  position: relative !important;
  z-index: 2 !important;

  flex: 0 0 50px !important;
  width: 50px !important;
  height: 50px !important;

  border-radius: 16px !important;
  font-size: 24px !important;
  color: #fff !important;

  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg, rgba(107,44,255,.95), rgba(181,108,255,.78) 54%, rgba(247,212,138,.52)) !important;

  box-shadow:
    0 14px 34px rgba(107,44,255,.28),
    inset 0 1px rgba(255,255,255,.22) !important;
}

.proof-float-copy {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
}

.proof-float-value {
  color: #fff7fb !important;
  font-size: 17px !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.36) !important;
}

.proof-float-label {
  margin-top: 4px !important;
  color: rgba(255,247,251,.72) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 550 !important;
  letter-spacing: -.01em !important;
}

/* Сами скрины занимают всю ширину ниже карточек */
.proof-wrapper--showcase {
  grid-column: 1 / -1 !important;
  margin-top: 8px !important;
  max-width: 920px !important;
}

.proof-wrapper--showcase .gallery-image {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  box-shadow:
    0 28px 90px rgba(0,0,0,.44),
    0 0 0 1px rgba(181,108,255,.06),
    inset 0 1px rgba(255,255,255,.09) !important;
}

/* Более дорогой hover без кислотности */
.proof-wrapper--showcase .gallery-image:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(247,212,138,.22) !important;
  box-shadow:
    0 38px 110px rgba(0,0,0,.5),
    0 0 0 1px rgba(247,212,138,.12),
    0 0 80px rgba(181,108,255,.12),
    inset 0 1px rgba(255,255,255,.1) !important;
}

@keyframes proofCardFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  25% {
    transform: translate3d(2px, -4px, 0) rotate(.35deg);
  }

  50% {
    transform: translate3d(0, -9px, 0) rotate(0deg);
  }

  75% {
    transform: translate3d(-2px, -4px, 0) rotate(-.35deg);
  }
}

@keyframes proofCardFloatMobile {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}

/* Планшеты */
@media screen and (max-width: 991px) {
  .proof-stage {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 22px !important;
  }

  .proof-float,
  .proof-float--money,
  .proof-float--growth,
  .proof-float--potential {
    min-height: 82px !important;
    margin-bottom: 0 !important;
    animation: proofCardFloatMobile 6.5s ease-in-out infinite !important;
    will-change: transform;
  }

  .proof-float--growth {
    animation-delay: .7s !important;
  }

  .proof-float--potential {
    animation-delay: 1.4s !important;
  }

  .proof-wrapper--showcase {
    margin-top: 8px !important;
  }
}

/* Мобильная версия */
@media screen and (max-width: 767px) {
  .proof-section-outter-wrapper {
    margin-top: 72px !important;
  }

  .proof-stage {
    padding: 16px !important;
    border-radius: 28px !important;
    gap: 10px !important;
    background:
      radial-gradient(circle at 10% 4%, rgba(181,108,255,.20), transparent 34%),
      radial-gradient(circle at 100% 0%, rgba(255,122,189,.09), transparent 30%),
      linear-gradient(145deg, rgba(18, 12, 27, .94), rgba(7, 5, 12, .97) 62%, rgba(21, 11, 31, .9)) !important;
  }

  .proof-float,
  .proof-float--money,
  .proof-float--growth,
  .proof-float--potential {
    min-height: 70px !important;
    padding: 12px 13px !important;
    border-radius: 19px !important;
    gap: 12px !important;

    background:
      linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.028)) !important;

    border-color: rgba(255,255,255,.12) !important;

    box-shadow:
      0 14px 38px rgba(0,0,0,.24),
      inset 0 1px rgba(255,255,255,.1) !important;
  }

  .proof-float-icon {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    font-size: 21px !important;
  }

  .proof-float-value {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  .proof-float-label {
    font-size: 12px !important;
    line-height: 1.18 !important;
    margin-top: 3px !important;
  }

  .proof-wrapper--showcase {
    gap: 14px !important;
  }

  .proof-wrapper--showcase .gallery-image {
    padding: 6px !important;
    border-radius: 22px !important;
  }
}

/* Очень узкие телефоны */
@media screen and (max-width: 479px) {
  .proof-stage {
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .proof-float,
  .proof-float--money,
  .proof-float--growth,
  .proof-float--potential {
    min-height: 66px !important;
    padding: 11px 12px !important;
    border-radius: 17px !important;
  }

  .proof-float-icon {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 13px !important;
    font-size: 20px !important;
  }

  .proof-float-value {
    font-size: 15px !important;
  }

  .proof-float-label {
    font-size: 11.5px !important;
  }
}

/* === FIX 2026-05-11 v5: chart icon for "Стабільний ріст" === */

.proof-float-icon--chart {
  padding: 0 !important;
  overflow: hidden !important;
}

.proof-chart-bars {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  padding: 8px 8px 7px 8px;
}

.proof-chart-bar {
  display: block;
  width: 9px;
  background: rgba(255,255,255,.98);
  border-radius: 6px 6px 4px 4px;
  box-shadow:
    0 0 14px rgba(255,255,255,.18),
    inset 0 1px rgba(255,255,255,.25);
}

.proof-chart-bar--1 {
  height: 16px;
  opacity: .92;
}

.proof-chart-bar--2 {
  height: 26px;
  opacity: .96;
}

.proof-chart-bar--3 {
  height: 36px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .proof-chart-bars {
    gap: 4px;
    padding: 7px 7px 6px 7px;
  }

  .proof-chart-bar {
    width: 8px;
  }

  .proof-chart-bar--1 {
    height: 14px;
  }

  .proof-chart-bar--2 {
    height: 22px;
  }

  .proof-chart-bar--3 {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .proof-chart-bar {
    width: 7px;
    border-radius: 5px 5px 3px 3px;
  }

  .proof-chart-bar--1 {
    height: 12px;
  }

  .proof-chart-bar--2 {
    height: 19px;
  }

  .proof-chart-bar--3 {
    height: 26px;
  }
}

/* === FIX 2026-05-11 v6: mobile proof screenshots overlap fix === */

/* 
  Исправляет наложение скринов статистики друг на друга на мобильной версии.
  На ПК визуал не ломает.
*/

.proof-wrapper--showcase {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.proof-wrapper--showcase .gallery-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  max-width: 920px !important;
  max-height: none !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

@media screen and (max-width: 991px) {
  .proof-wrapper--showcase {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
  }

  .proof-wrapper--showcase .gallery-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 767px) {
  .proof-wrapper--showcase {
    gap: 16px !important;
    margin-top: 12px !important;
  }

  .proof-wrapper--showcase .gallery-image {
    height: auto !important;
    min-height: 0 !important;
    border-radius: 22px !important;
  }
}

@media screen and (max-width: 479px) {
  .proof-wrapper--showcase {
    gap: 14px !important;
  }

  .proof-wrapper--showcase .gallery-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
}