:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Exo 2", sans-serif;
  --vova-ai-accent: #ff8a8a;
  --vova-ai-accent-soft: rgba(255, 138, 138, 0.24);
  --vova-tooltip-accent: #b9e8dc;
  --vova-tooltip-accent-soft: rgba(185, 232, 220, 0.28);
}

html {
  scroll-behavior: smooth;
}

body.template-color-1 {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.maintitle {
  font-family: "Exo 2", sans-serif;
  letter-spacing: 0;
}

.vova-logo {
  max-height: 52px;
  width: auto;
}

.header-wrapper .logo img {
  max-width: 160px;
}

.rn-header .header-right a.rn-btn {
  white-space: nowrap;
}

.popup-mobile-menu .logo img {
  max-height: 48px;
  width: auto;
}

.slide.slider-style-1 {
  padding-top: 170px;
}

.slide .content .inner .title {
  line-height: 1.08;
}

.slide .content .inner .title .header-caption .cd-headline {
  align-items: baseline;
  display: inline-flex;
  line-height: inherit;
}

.slide .content .inner .title .header-caption .cd-headline > span:first-child,
.slide .content .inner .title .header-caption .cd-words-wrapper,
.slide .content .inner .title .header-caption .cd-words-wrapper b {
  line-height: inherit;
}

.slide .content .inner .title .header-caption .cd-words-wrapper {
  min-height: 1.08em;
  vertical-align: baseline;
}

.slide .content .inner .title .header-caption .cd-words-wrapper b {
  white-space: nowrap;
}

.slide .content .inner .title .header-caption .cd-words-wrapper b.vova-phrase-compact {
  font-size: 0.74em;
  line-height: 1.1;
}

.slide .content .inner .title .header-caption .cd-words-wrapper b.vova-phrase-long {
  font-size: 0.54em;
  line-height: 1.12;
}

.slide .content .inner .title .header-caption .cd-words-wrapper b.vova-phrase-ai {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  color: var(--vova-ai-accent);
  text-shadow: none;
}

.slide .content .inner .description {
  max-width: 680px;
}

.vova-hero-description {
  margin-top: 22px;
  max-width: 680px;
  padding-left: 22px;
  position: relative;
}

.vova-hero-description .description {
  margin: 0;
  max-width: none;
}

.vova-hero-description .description + .description {
  margin-top: 7px;
}

.vova-hero-description__decorator {
  background: linear-gradient(to bottom, var(--vova-ai-accent), rgba(185, 232, 220, 0.46));
  border-radius: 999px;
  bottom: 0.44em;
  box-shadow: 0 0 24px rgba(255, 138, 138, 0.14);
  left: 0;
  position: absolute;
  top: 0.42em;
  width: 2px;
}

.vova-hero-description__decorator::before {
  background: var(--vova-ai-accent);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 138, 138, 0.1);
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -1px);
  width: 7px;
}

.vova-hero-visual-column {
  transition: transform 360ms ease;
}

.vova-hero-portrait .inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.vova-hero-portrait .inner img {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
  width: 100%;
}

.rn-service .inner .content p.description,
.rn-pricing .pricing-body p.description,
.resume-single-list .inner p.description,
.contact-about-area .description p,
.vova-card-copy,
.vova-contact-panel p {
  font-size: 16px;
  line-height: 1.65;
}

.rn-service-area#features .row--25 {
  perspective: 1300px;
}

.rn-service-area#features [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.vova-feature-card {
  border: 1px solid rgba(236, 240, 243, 0.035);
  height: 320px;
  isolation: isolate;
  overflow: hidden;
  padding: 26px 30px 24px;
  transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(0.2, 0.85, 0.2, 1), box-shadow 520ms cubic-bezier(0.2, 0.85, 0.2, 1), border-color 520ms ease;
  will-change: transform;
}

.vova-feature-card::before {
  background: radial-gradient(circle at 20% 0%, rgba(255, 138, 138, 0.22), transparent 28%),
    radial-gradient(circle at 84% 100%, rgba(185, 232, 220, 0.18), transparent 32%),
    linear-gradient(145deg, #24272c 0%, #17191e 62%, #111318 100%);
  opacity: 0;
  transition: opacity 520ms ease;
}

.vova-feature-card::after {
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.03) 30%, rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0.04) 62%, transparent 100%);
  content: "";
  height: 150%;
  left: -86%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -25%;
  transform: translate3d(-10%, 0, 60px) rotate(12deg);
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.2, 0.85, 0.2, 1);
  width: 64%;
  z-index: 1;
}

.vova-feature-card__art {
  display: block;
  filter: saturate(0.9) contrast(0.96) brightness(1);
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 8px) scale(1.04);
  transition: filter 420ms ease, transform 520ms cubic-bezier(0.2, 0.85, 0.2, 1);
  width: 100%;
  z-index: 1;
}

.vova-feature-card .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  z-index: 2;
}

.vova-feature-card .inner .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  transform: translateZ(22px);
}

.vova-feature-card .inner .content .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 8px;
}

.vova-feature-card .inner .content .title a {
  font-weight: inherit;
}

.vova-feature-card .inner .content p.description {
  font-size: 16px;
  line-height: 1.52;
  margin-bottom: 0;
}

.vova-feature-card__description {
  flex: 1 1 auto;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.vova-feature-card--center-body .vova-feature-card__description {
  align-items: center;
  display: flex;
}

.vova-feature-card__description.is-clipped {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 62px), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 62px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.vova-inline-logo {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  height: 1.22em;
  justify-content: center;
  margin: 0 0.12em;
  max-width: 4.6em;
  padding: 0;
  transform: translateY(0.16em);
  vertical-align: baseline;
}

.vova-inline-logo img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.vova-inline-logo--vk {
  max-width: 1.24em;
}

.vova-inline-logo--rw {
  height: 1.24em;
  max-width: 3.5em;
}

.vova-feature-card a.over-link {
  z-index: 4;
}

.vova-feature-card:hover,
.vova-feature-card:focus-within {
  border-color: rgba(255, 138, 138, 0.18);
  box-shadow: 22px 28px 56px rgba(0, 0, 0, 0.38), -10px -10px 30px rgba(255, 255, 255, 0.035), 0 0 42px rgba(255, 138, 138, 0.08);
  transform: perspective(1200px) rotateX(5deg) rotateY(-7deg) translate3d(0, -12px, 30px) scale(1.015);
}

.vova-feature-card:hover::before,
.vova-feature-card:focus-within::before {
  opacity: 1;
}

.vova-feature-card:hover::after,
.vova-feature-card:focus-within::after {
  opacity: 1;
  transform: translate3d(250%, 0, 60px) rotate(12deg);
}

.vova-feature-card:hover .vova-feature-card__art,
.vova-feature-card:focus-within .vova-feature-card__art {
  filter: saturate(1) contrast(1) brightness(1.06);
  transform: translate3d(0, 0, 24px) scale(1.08);
}

@media (min-width: 992px) {
  .vova-hero-visual-column {
    transform: translateY(-33px);
  }
}

.vova-detail-header {
  align-items: center;
  background: rgba(33, 36, 40, 0.92);
  border-bottom: 1px solid rgba(236, 240, 243, 0.05);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px 48px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 96;
}

.vova-detail-header__logo {
  display: inline-flex;
}

.vova-feature-detail {
  padding-top: 88px;
}

.vova-feature-detail__hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 138, 138, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(36, 39, 44, 0.92), rgba(18, 20, 25, 0.98));
}

.vova-feature-detail .subtitle {
  color: var(--vova-ai-accent);
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.vova-feature-detail .title {
  color: var(--color-lightn);
  font-size: 56px;
  line-height: 1.06;
  margin: 0;
}

.vova-detail-back {
  color: var(--color-lightn);
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 34px;
  opacity: 0.7;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.vova-detail-back:hover {
  color: var(--vova-ai-accent);
  opacity: 1;
}

.vova-feature-detail__marker {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #212428, #16181c);
  border: 1px solid rgba(255, 138, 138, 0.16);
  border-radius: 10px;
  box-shadow: 18px 22px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  color: var(--vova-ai-accent);
  display: flex;
  justify-content: center;
  margin-left: auto;
  max-width: 180px;
}

.vova-feature-detail__marker span {
  color: var(--vova-ai-accent);
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 28px rgba(255, 138, 138, 0.24);
}

.vova-feature-detail__body {
  padding-top: 80px;
}

.vova-feature-detail__card {
  background: linear-gradient(145deg, #212428, #16181c);
  border: 1px solid rgba(236, 240, 243, 0.045);
  border-radius: 10px;
  box-shadow: var(--shadow-1);
  max-width: 900px;
  padding: 42px 46px;
}

.vova-feature-detail__card p.description {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.vova-feature-detail__card p.description:last-child {
  margin-bottom: 0;
}

.vova-feature-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.vova-service-card {
  height: 100%;
}

.vova-service-card .pricing-header {
  min-height: 112px;
}

.vova-service-card .pricing-body {
  min-height: 285px;
}

.vova-service-card .pricing-footer {
  margin-top: auto;
}

.rn-portfolio .inner .thumbnail a,
.rn-blog .inner .thumbnail a {
  aspect-ratio: 16 / 10;
  display: block;
}

.rn-portfolio .inner .thumbnail a img,
.rn-blog .inner .thumbnail a img {
  height: 100%;
  object-fit: cover;
}

.vova-card-copy {
  color: var(--color-body);
  margin-top: 14px;
}

.resume-single-list .inner .heading {
  align-items: flex-start;
}

.progress-wrapper + .progress-wrapper {
  margin-top: 34px;
}

.contact-about-area.h-100,
.contact-form-wrapper.h-100,
.vova-contact-panel {
  height: 100%;
}

.contact-form-wrapper .introduce.vova-contact-panel {
  display: block;
}

.contact-about-area .thumbnail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vova-contact-panel {
  padding: 45px;
}

.vova-contact-panel .subtitle {
  color: var(--color-primary);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.vova-contact-panel h3 {
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.vova-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.vova-contact-actions .rn-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 180px;
  overflow: visible;
}

.vova-contact-actions .rn-btn > .vova-contact-label {
  margin-left: 0;
}

.vova-social-buttons {
  gap: 14px;
  margin: 0;
}

.vova-social-buttons li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[data-tooltip],
.vova-social-buttons a,
.contact-about-area .social-area .social-icone a,
.vova-contact-actions .rn-btn {
  overflow: visible;
  position: relative;
}

.vova-tooltip {
  backdrop-filter: blur(10px);
  background: linear-gradient(145deg, rgba(33, 36, 40, 0.96), rgba(22, 24, 28, 0.96));
  border: 1px solid var(--vova-tooltip-accent-soft);
  border-radius: 8px;
  bottom: calc(100% + 12px);
  box-shadow: 14px 14px 32px rgba(0, 0, 0, 0.38), -7px -7px 18px rgba(255, 255, 255, 0.03);
  color: var(--color-body);
  font-family: "Montserrat", sans-serif;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.45;
  max-width: min(360px, calc(100vw - 40px));
  min-width: 220px;
  opacity: 0;
  padding: 12px 14px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-transform: none;
  transform: translate(-50%, 10px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  white-space: normal;
  width: max-content;
  z-index: 80;
}

.vova-tooltip::before {
  background: #191c20;
  border-bottom: 1px solid var(--vova-tooltip-accent-soft);
  border-right: 1px solid var(--vova-tooltip-accent-soft);
  bottom: -6px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}

.vova-tooltip strong {
  color: var(--vova-tooltip-accent);
  display: block;
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-shadow: 0 0 18px rgba(185, 232, 220, 0.3);
}

.vova-tooltip span {
  color: var(--color-lightn);
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  margin-top: 4px;
}

[data-tooltip]:hover .vova-tooltip,
[data-tooltip]:focus-visible .vova-tooltip {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
}

.vova-social-buttons li:first-child .vova-tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.98);
}

.vova-social-buttons li:first-child .vova-tooltip::before {
  left: 30px;
}

.vova-social-buttons li:first-child [data-tooltip]:hover .vova-tooltip,
.vova-social-buttons li:first-child [data-tooltip]:focus-visible .vova-tooltip {
  transform: translate(0, 0) scale(1);
}

.scroll-indicator {
  align-items: center;
  display: flex;
  height: min(44vh, 360px);
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translate(10px, -50%) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  visibility: hidden;
  width: 42px;
  z-index: 95;
}

.scroll-indicator.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
  visibility: visible;
}

.scroll-indicator__rail {
  background: linear-gradient(to bottom, rgba(236, 240, 243, 0), rgba(236, 240, 243, 0.28) 16%, rgba(236, 240, 243, 0.28) 84%, rgba(236, 240, 243, 0));
  bottom: 8px;
  left: 50%;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 1px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.scroll-indicator__progress {
  background: linear-gradient(to bottom, rgba(255, 138, 138, 0.12), var(--vova-ai-accent));
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(255, 138, 138, 0.18);
  display: block;
  left: 0;
  max-height: 100%;
  min-height: 0;
  position: absolute;
  top: 0;
  transition: height 260ms ease;
  width: 1px;
}

.scroll-indicator__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: relative;
  width: 100%;
}

.scroll-indicator__item {
  align-items: center;
  display: flex;
  height: 18px;
  justify-content: center;
  margin: 0;
  position: relative;
}

.scroll-indicator__dot {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  outline: none;
  position: relative;
  width: 24px;
}

.scroll-indicator__dot::before {
  background: rgba(236, 240, 243, 0.42);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(255, 138, 138, 0);
  content: "";
  display: block;
  height: 6px;
  transition: background 180ms ease, box-shadow 180ms ease, height 180ms ease, transform 180ms ease, width 180ms ease;
  width: 6px;
}

.scroll-indicator__dot:hover::before,
.scroll-indicator__dot:focus-visible::before {
  background: rgba(255, 138, 138, 0.82);
  box-shadow: 0 0 0 5px rgba(255, 138, 138, 0.1);
  height: 9px;
  transform: scale(1.05);
  width: 9px;
}

.scroll-indicator__dot.is-active::before {
  background: var(--vova-ai-accent);
  box-shadow: 0 0 0 5px rgba(255, 138, 138, 0.13), 0 0 22px rgba(255, 138, 138, 0.28);
  height: 11px;
  width: 11px;
}

.scroll-indicator__tooltip {
  backdrop-filter: blur(10px);
  background: linear-gradient(145deg, rgba(33, 36, 40, 0.96), rgba(22, 24, 28, 0.96));
  border: 1px solid rgba(255, 138, 138, 0.18);
  border-radius: 8px;
  box-shadow: 12px 12px 28px rgba(0, 0, 0, 0.34), -6px -6px 16px rgba(255, 255, 255, 0.03);
  color: var(--color-lightn);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  right: calc(100% + 12px);
  text-transform: none;
  top: 50%;
  transform: translate(8px, -50%) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  white-space: nowrap;
}

.scroll-indicator__tooltip::after {
  background: #1d2025;
  border-right: 1px solid rgba(255, 138, 138, 0.18);
  border-top: 1px solid rgba(255, 138, 138, 0.18);
  content: "";
  height: 8px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.scroll-indicator__dot:hover .scroll-indicator__tooltip,
.scroll-indicator__dot:focus-visible .scroll-indicator__tooltip {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  visibility: visible;
}

.vova-footer-logo {
  max-width: 168px;
  width: 100%;
}

.backto-top {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .rn-header .header-right a.rn-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .scroll-indicator {
    display: none;
  }

  .slide.slider-style-1 {
    padding-top: 120px;
  }

  .vova-hero-portrait .inner img {
    max-height: 480px;
  }

  .vova-contact-panel {
    padding: 32px;
  }

  .vova-tooltip {
    max-width: min(320px, calc(100vw - 40px));
    min-width: 210px;
  }

  .vova-detail-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vova-feature-detail .title {
    font-size: 42px;
  }

  .vova-feature-detail__marker {
    margin-left: 0;
    max-width: 132px;
  }
}

@media (max-width: 575px) {
  .rn-header .header-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .vova-logo {
    max-height: 44px;
    max-width: 132px;
  }

  .vova-detail-header {
    padding: 14px 16px;
  }

  .vova-detail-header .rn-btn {
    padding: 12px 16px;
  }

  .vova-detail-header .rn-btn span {
    font-size: 12px;
  }

  .slide.slider-style-1 {
    padding-top: 100px;
  }

  .slide .content .inner .title {
    font-size: 42px;
  }

  .slide .content .inner .title .header-caption .cd-words-wrapper b.vova-phrase-compact {
    font-size: 0.64em;
  }

  .slide .content .inner .title .header-caption .cd-words-wrapper b.vova-phrase-long {
    font-size: 0.4em;
  }

  .vova-contact-actions .rn-btn {
    width: 100%;
  }

  .vova-tooltip {
    display: none;
  }

  .vova-feature-card {
    height: 320px;
    padding: 24px 28px 22px;
  }

  .vova-feature-card__art {
    transform: translate3d(0, 0, 8px) scale(1.03);
  }

  .vova-feature-card .inner .content .title {
    font-size: 23px;
  }

  .vova-feature-card .inner .content p.description {
    font-size: 16px;
  }

  .vova-feature-detail {
    padding-top: 72px;
  }

  .vova-feature-detail .title {
    font-size: 34px;
  }

  .vova-feature-detail__body {
    padding-top: 48px;
  }

  .vova-feature-detail__card {
    padding: 30px 24px;
  }

  .vova-feature-detail__card p.description {
    font-size: 17px;
  }

  .vova-feature-detail__actions .rn-btn {
    width: 100%;
  }
}
