﻿@font-face {
  font-family: 'Bounded';
  src: url('../Bounded-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bounded';
  src: url('../Bounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bounded';
  src: url('../Bounded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: url('../cursor.svg') 1 1, auto;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* Scrollbar hidden */
::-webkit-scrollbar {
  display: none;
}
* {
  scrollbar-width: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.page {
  position: relative;
}

.page-bg {
  display: block;
  width: 100%;
  height: 7300px;
}

.navbar-wrapper {
  position: fixed;
  top: 45px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1050px;
}

.navbar {
  position: relative;
  height: 71px;
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  border: 1px solid rgba(0, 94, 255, 0.32);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(0, 94, 255, 0.12) 0%, rgba(0, 94, 255, 0.04) 50%, rgba(0, 94, 255, 0.07) 100%),
    linear-gradient(180deg, rgba(37, 37, 37, 0.54) 0%, rgba(15, 15, 15, 0.54) 100%);
  display: flex;
  align-items: center;
}

.navbar-logo {
  margin-left: 25px;
  width: 56px;
  height: 32px;
  flex-shrink: 0;
}

.nav-hamburger { display: none; }
.nav-drawer { display: none; }
.review-progress-wrap { display: none; }

.navbar-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-divider {
  margin-left: 27px;
  width: 1px;
  height: 45px;
  background: rgba(217, 217, 217, 0.1);
  flex-shrink: 0;
}

.navbar-links {
  margin-left: 28px;
  margin-right: 16px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 23px;
  border-radius: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #ffffff;
}

/* в”Ђв”Ђ Hero в”Ђв”Ђ */
.hero-wrapper {
  position: absolute;
  top: 350px;
  left: 325px;
}

.hero-3d-image {
  position: absolute;
  right: 360px;
  top: 353px;
  width: 480px;
  height: 290px;
  overflow: hidden;
  opacity: 0.94;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.hero-3d-image img {
  position: absolute;
  width: 121.75%;
  height: 203.43%;
  left: -10.93%;
  top: -55.33%;
  max-width: none;
}

.hero-content {
  flex-shrink: 0;
  width: 520px;
  display: flex;
  flex-direction: column;
  gap: 81px;
  align-items: flex-start;
}

.hero-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title-row {
  display: flex;
  align-items: center;
  gap: 17px;
}

.hero-vs-icon {
  display: block;
  width: 94px;
  height: 53.583px;
  object-fit: contain;
  flex-shrink: 0;
}

.hero-title {
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  white-space: nowrap;
  word-wrap: break-word;
  line-height: normal;
  margin-top: 10px;
}

.hero-description {
  margin-top: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 24px;
  color: white;
  opacity: 0.3;
  width: 524px;
  word-wrap: break-word;
  line-height: 1.5;
  min-height: 108px;
}


.hero-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: -30px;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 246px;
  height: 61px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0077ff 0%, #005eff 100%);
  box-shadow: inset 0px 0px 1.608px 0px rgba(255, 255, 255, 0.62);
  padding: 0 20px 0 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18.714px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary-arrow {
  width: 23px;
  height: 16.957px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 61px;
  border-radius: 18px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #0077ff 50%, rgba(0, 94, 255, 0.08) 50%);
  background-size: 210% 100%;
  background-position: right center;
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  box-shadow: inset 0px 0px 1.608px 0px rgba(255, 255, 255, 0.62);
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18.714px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  cursor: pointer;
  transition: background-position 0.45s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease, border-color 0.3s ease;
}

.btn-secondary:hover {
  background-position: left center;
  color: #fff;
  border-color: rgba(0, 119, 255, 0.4);
}

/* в”Ђв”Ђ Tools section title в”Ђв”Ђ */
.tools-title-section {
  position: absolute;
  top: 1016.58px;
  left: 50%;
  transform: translateX(-50%);
  width: 519px;
  pointer-events: none;
  scroll-margin-top: 180px;
}

.tools-title {
  position: absolute;
  left: 37px;
  top: 19px;
  width: 447px;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44.849px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0px 0px 48.265px rgba(67, 147, 255, 0.27);
}

.tools-title p {
  line-height: normal;
}

.tools-title-blue {
  color: #005EFF;
  margin-bottom: 13px;
}

.tools-title-white {
  color: #fff;
}

.sparkle-tr {
  position: absolute;
  left: 443px;
  top: -35px;
  width: 102px;
  height: 108px;
  display: block;
  transform: rotate(29deg);
}

.sparkle-ml {
  position: absolute;
  left: -23px;
  top: -15px;
  width: 106px;
  height: 120px;
  display: block;
}

.sparkle-bl {
  position: absolute;
  left: 19px;
  top: 90px;
  width: 82px;
  height: 84px;
  display: block;
}

.sparkle-br {
  position: absolute;
  left: 407px;
  top: 93px;
  width: 85px;
  height: 83px;
  display: block;
}

/* в”Ђв”Ђ Tools cards в”Ђв”Ђ */
.tools-cards-section {
  position: absolute;
  top: 1200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1256px;
  display: flex;
  flex-direction: column;
  gap: 10.08px;
}

.tools-cards-row {
  display: flex;
  gap: 10px;
}

.tool-card {
  position: relative;
  width: 411.87px;
  height: 127.66px;
  border-radius: 24.457px;
  border: 0.48px solid rgba(255,255,255,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  backdrop-filter: blur(4.628px);
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 411.87 127.66' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23g)' opacity='.36'/><defs><radialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(-0.054988 -16.284 9.9305 -0.058345 318.12 145.98)'><stop stop-color='rgb(48,82,142)' offset='0'/><stop stop-color='rgb(43,61,93)' offset='.5'/><stop stop-color='rgb(41,50,68)' offset='.75'/><stop stop-color='rgb(39,39,44)' offset='1'/></radialGradient></defs></svg>");
  background-size: 100% 100%;
  box-shadow: inset 0px 0px 1.247px 0px rgba(0,94,255,0.25);
  overflow: hidden;
  flex-shrink: 0;
}

/* Diagonal stripe - row 1 cards (155.81deg) */
.glow-br::before, .glow-bl-br::before, .glow-bl::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(155.81deg, transparent 15%, rgba(20,65,200,0.14) 38%, rgba(90,140,255,0.09) 52%, transparent 68%);
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Diagonal stripe - row 2 cards (144.19deg, mirrored) */
.glow-tr::before, .glow-tl-tr::before, .glow-tl::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(144.19deg, transparent 15%, rgba(20,65,200,0.14) 38%, rgba(90,140,255,0.09) 52%, transparent 68%);
  mix-blend-mode: overlay;
  pointer-events: none;
}


.tool-card {
  display: flex;
  align-items: center;
  padding: 0 28px;
  gap: 22px;
  box-sizing: border-box;
}

.tool-icon {
  flex-shrink: 0;
  display: block;
}

.tool-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.tool-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18.813px;
  color: #fff;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

.tool-title p {
  line-height: normal;
  margin: 0;
}

.tool-desc {
  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  font-size: 10.75px;
  color: rgba(255,255,255,0.3);
  line-height: 1.4;
  margin: 0;
  transition: font-size 0.35s ease, color 0.35s ease;
}

.tool-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(0, 94, 255, 0.4);
  box-shadow: inset 0px 0px 1.247px 0px rgba(0,94,255,0.4), 0 12px 40px rgba(0, 94, 255, 0.2);
}

.tool-card:hover .tool-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

/* в”Ђв”Ђ How it works section в”Ђв”Ђ */
.how-section {
  position: absolute;
  top: 1747px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
}

.how-title {
  text-align: center;
  font-family: 'Bounded', sans-serif;
  font-weight: 700;
  font-size: 54.317px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.how-title p:first-child { color: #fff; }
.how-title p:last-child  { color: #005eff; margin-top: 6px; }

.how-timeline {
  position: relative;
  margin-top: 100px;
  height: 720px;
}

.how-centerline {
  position: absolute;
  left: calc(50% - 1.5px);
  top: 0;
  width: 3px;
  height: 697px;
  background: rgba(255,255,255,0.08);
}

/* Glowing dot on the center line at each item */
/* Matches Figma: horizontal gradient (transparentв†’colorв†’transparent)
   on a 3px-wide element, blur spreads the glow outward sideways */
.how-dot {
  position: absolute;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 48px;
  overflow: visible;
}
.how-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,94,255,0) 0%, #005eff 50%, rgba(0,94,255,0) 100%);
  filter: blur(4.1px);
}
.how-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
  filter: blur(1.9px);
}

/* Gradient bars */
.how-bar {
  position: absolute;
  width: 134px;
  height: 48px;
}
.how-bar-right {
  left: calc(50% - 1px);
  background: linear-gradient(90deg, rgb(0,94,255) 0%, rgba(0,94,255,0.4) 20.934%, rgba(0,56,153,0) 100%);
}
.how-bar-left {
  right: calc(50% - 1px);
  background: linear-gradient(-90deg, rgb(0,94,255) 0%, rgba(0,94,255,0.4) 20.934%, rgba(0,56,153,0) 100%);
}

/* Numbers */
.how-number {
  position: absolute;
  font-family: 'Bounded', sans-serif;
  font-weight: 500;
  font-size: 29.681px;
  color: #005eff;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-50%);
}
.how-number-right { left: calc(50% + 29px); }
.how-number-left  { right: calc(50% + 28px); text-align: right; }

/* Item titles */
.how-item-title {
  position: absolute;
  font-family: 'Bebas Neue', 'BebasNeue', sans-serif;
  font-size: 32px;
  color: #005eff;
  letter-spacing: 0.96px;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-50%);
}
.how-item-title-right { left: calc(50% + 139px); }
.how-item-title-left  { right: calc(50% + 141px); text-align: right; }

/* Item descriptions */
.how-item-desc {
  position: absolute;
  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  width: 389px;
}
.how-item-desc-right { left: calc(50% + 139px); }
.how-item-desc-left  { right: calc(50% + 141px); text-align: right; }

/* в”Ђв”Ђ Pricing / Tariffs section в”Ђв”Ђ */
.pricing-section {
  position: absolute;
  top: 2964px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  overflow: visible;
}

.pricing-title {
  position: relative;
  z-index: 0;
  font-family: 'Bounded', sans-serif;
  font-weight: 900;
  font-size: 152.361px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, #005eff 6.654%, rgba(0,94,255,0) 81.679%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.pricing-cards {
  position: relative;
  z-index: 1;
  margin-top: -42px;
  display: flex;
  gap: 22px;
  width: 1022px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35.9px;
  padding: 35.9px;
  background: linear-gradient(180deg, rgba(0,94,255,0.12) 0%, rgba(0,94,255,0.04) 50%, rgba(0,94,255,0.07) 100%);
  border: 0.898px solid rgba(0,94,255,0.32);
  border-radius: 28.726px;
  backdrop-filter: blur(37.703px);
  -webkit-backdrop-filter: blur(37.703px);
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Per-plan name colors — white by default, colored on hover */
.pricing-name { transition: color 0.35s ease; }
.pricing-card-base:hover  .pricing-name { color: #4cde80; }
.pricing-card-full:hover  .pricing-name { color: #ff9b3a; }
.pricing-card-office:hover .pricing-name { color: #ff4c4c; }

/* Hover: card lifts, button glows */
.pricing-card:hover {
  transform: translateY(-6px);
}

.pricing-card-base:hover {
  border: 2px solid rgba(76, 222, 128, 0.45);
  box-shadow: 0 16px 48px rgba(76, 222, 128, 0.15);
}
.pricing-card-full:hover {
  border: 2px solid rgba(255, 155, 58, 0.45);
  box-shadow: 0 16px 48px rgba(255, 155, 58, 0.15);
}
.pricing-card-office:hover {
  border: 2px solid rgba(255, 76, 76, 0.45);
  box-shadow: 0 16px 48px rgba(255, 76, 76, 0.15);
}

.pricing-btn {
  transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.pricing-card-base:hover  .pricing-btn {
  background: linear-gradient(203.92deg, rgba(76,222,128,0.35) 30%, rgba(30,180,80,0.35) 75%);
  color: #fff;
  box-shadow: 0 0 18px rgba(76, 222, 128, 0.4);
}
.pricing-card-full:hover  .pricing-btn {
  background: linear-gradient(203.92deg, rgba(255,155,58,0.35) 30%, rgba(220,120,20,0.35) 75%);
  color: #fff;
  box-shadow: 0 0 18px rgba(255, 155, 58, 0.4);
}
.pricing-card-office:hover .pricing-btn {
  background: linear-gradient(203.92deg, rgba(255,76,76,0.35) 30%, rgba(200,30,30,0.35) 75%);
  color: #fff;
  box-shadow: 0 0 18px rgba(255, 76, 76, 0.4);
}

.pricing-card-header {
  display: flex;
  flex-direction: column;
  gap: 28.726px;
}

.pricing-card-info {
  display: flex;
  flex-direction: column;
  gap: 19.749px;
}

.pricing-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 35.91px;
  color: #fff;
  line-height: 25.136px;
  white-space: nowrap;
  margin: 0;
}

.pricing-desc {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 12.57px;
  color: #fff;
  line-height: 17.954px;
  width: 254px;
  margin: 0;
}

.pricing-price {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 43.09px;
  color: #fff;
  line-height: 50.271px;
  white-space: nowrap;
  margin: 0;
}

.pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39.499px;
  padding: 10.772px 12.568px;
  border-radius: 10.772px;
  border: none;
  background: linear-gradient(203.92deg, rgba(0,94,255,0.2) 30.995%, rgba(0,119,255,0.2) 74.763%);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 12.57px;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.pricing-divider {
  width: 100%;
  height: 0.898px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 14.363px;
}

.pricing-features-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14.36px;
  color: #fff;
  line-height: 21.545px;
  white-space: nowrap;
  margin: 0;
}

.pricing-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14.363px;
}

.pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 7.182px;
}

.pricing-check {
  flex-shrink: 0;
  width: 14.363px;
  height: 14.363px;
  margin-top: 3px;
}

.pricing-feature-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 13.47px;
  color: rgba(255,255,255,0.8);
  line-height: 19.749px;
  margin: 0;
}

/* в”Ђв”Ђ Reviews section в”Ђв”Ђ */
.reviews-section {
  position: absolute;
  top: 4083px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  text-align: center;
}
.reviews-title {
  font-family: 'Bounded', sans-serif;
  font-weight: 700;
  font-size: 54.317px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.reviews-title p:first-child { color: #fff; }
.reviews-title p:last-child  { color: #005eff; margin-top: 6px; }
.reviews-slider-outer {
  position: relative;
  margin-top: 40px;
  width: 1267px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.reviews-slider {
  display: flex;
  gap: 78px;
  padding-left: 22px;
  transition: transform 0.4s ease;
}
.review-card {
  flex-shrink: 0;
  width: 589px;
  height: 247px;
  position: relative;
  border-radius: 34.975px;
  border: 0.686px solid rgba(255,255,255,0.06);
  background: radial-gradient(ellipse at 77% 114%, rgba(48,82,142,0.36) 0%, rgba(43,61,93,0.36) 50%, rgba(41,50,68,0.36) 75%, rgba(39,39,44,0.36) 100%);
  backdrop-filter: blur(6.618px);
  box-shadow: inset 0 0 1.783px rgba(0,94,255,0.25);
  overflow: hidden;
}
.review-avatar {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.review-name {
  position: absolute;
  left: 153px; top: 44px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 26.904px;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}
.review-text {
  position: absolute;
  left: 153px; top: 82px;
  width: 380px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.review-stars {
  position: absolute;
  left: 153px; top: 186px;
  height: 29px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.reviews-arrows {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 58px;
  margin-left: 40px;
}
.reviews-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Results */
.results-title {
  font-family: 'Bounded', sans-serif;
  font-weight: 700;
  font-size: 54.317px;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  margin-top: 240px;
}
.results-title span:first-child { color: #005eff; }
.results-title span:last-child  { color: #fff; }
.results-card {
  position: relative;
  width: 1223px;
  height: 379px;
  margin: 48px auto 0;
  border-radius: 34px;
  border: 0.48px solid rgba(255,255,255,0.06);
  background: radial-gradient(ellipse at 24% 109%, rgba(48,82,142,0.36) 0%, rgba(43,61,93,0.36) 50%, rgba(41,50,68,0.36) 75%, rgba(39,39,44,0.36) 100%);
  backdrop-filter: blur(4.628px);
  box-shadow: inset 0 0 1.247px rgba(0,94,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  overflow: hidden;
}
.result-screenshot {
  width: 360px;
  height: 324px;
  border-radius: 25px;
  border: 0.48px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 0 1.247px rgba(0,94,255,0.25);
  overflow: hidden;
  flex-shrink: 0;
  backdrop-filter: blur(4.628px);
  position: relative;
  cursor: pointer;
}
.result-screenshot img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(12px) brightness(0.7);
  transform: scale(1.05);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.result-screenshot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,20,60,0);
  transition: background 0.4s ease;
  border-radius: inherit;
}
.result-eye {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
  pointer-events: none;
  background: rgba(0,94,255,0.25);
  border: 1px solid rgba(0,94,255,0.5);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
}
.result-eye svg { width: 28px; height: 28px; }
/* Modal */
.img-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.img-modal-overlay.open {
  background: rgba(0,0,0,0.75);
  opacity: 1;
  pointer-events: all;
}
.img-modal-box {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(255,255,255,0.08);
  transform: scale(0.88);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(.22,1,.36,1), opacity 0.35s ease;
}
.img-modal-overlay.open .img-modal-box {
  transform: scale(1);
  opacity: 1;
}
.img-modal-box img {
  display: block;
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 28px;
}
.img-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  transition: background 0.2s ease;
  z-index: 1;
}
.img-modal-close:hover { background: rgba(0,94,255,0.4); }

/* Tool modal */
.tool-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.tool-modal-overlay.open {
  background: rgba(0,0,0,0.75);
  opacity: 1;
  pointer-events: all;
}
.tool-modal-box {
  position: relative;
  width: 90vw;
  max-width: 480px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(10,20,60,0.97) 0%, rgba(6,14,38,0.97) 100%);
  border: 1px solid rgba(0,94,255,0.2);
  box-shadow: 0 32px 80px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(255,255,255,0.06);
  padding: 32px 28px 28px;
  transform: scale(0.88);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(.22,1,.36,1), opacity 0.35s ease;
}
.tool-modal-overlay.open .tool-modal-box {
  transform: scale(1);
  opacity: 1;
}
.tool-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: background 0.2s ease;
  z-index: 1;
}
.tool-modal-close:hover { background: rgba(0,94,255,0.35); }

.tool-modal-box select option {
  background: #0d1a3a;
  color: #fff;
}

/* в”Ђв”Ђ Q&A + Contact section в”Ђв”Ђ */
.faq-section {
  position: absolute;
  top: 5800px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Sparkles вЂ” absolutely positioned relative to faq-section */
.faq-spark-left {
  position: absolute;
  left: 616px; top: 16px;
  width: 78px; height: 88px;
  transform: scaleY(-1) rotate(15deg);
  pointer-events: none;
}
.faq-spark-right {
  position: absolute;
  left: 744px; top: 0px;
  width: 79px; height: 86px;
  transform: rotate(60deg);
  pointer-events: none;
}
.faq-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 27.9px;
  margin-bottom: 52.7px;
}
.faq-qalabel {
  font-family: 'Bounded', sans-serif;
  font-weight: 700;
  font-size: 49.891px;
  color: #005eff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.faq-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 27.017px;
  color: #fff;
  text-align: center;
  margin: 0;
}
/* Chat wrap + question marks */
.faq-chat-wrap {
  position: relative;
}
.faq-qmark {
  position: absolute;
  pointer-events: none;
}
.faq-qmark-tl { right: -50px; bottom: -60px; width: 150px;  transform: rotate(0deg); z-index: 2; }
.faq-qmark-tr { right: -125px; top: -50px;  width: 260px;  transform: rotate(-3deg); z-index: 0; }
.faq-qmark-bl { left: -105px;  bottom: -60px; width: 145px;  transform: rotate(0deg); }
.faq-qmark-br { left: -75px; top: -20px;   width: 106px; transform: rotate(1.33deg); z-index: 2}
/* Chat container: 441.276 Г— 602.251px from Figma */
.faq-chat {
  position: relative;
  z-index: 1;
  width: 460px;
  border: 2px solid #005eff;
  border-radius: 33.55px;
  backdrop-filter: blur(13.675px);
  background: rgba(255,255,255,0.01);
  box-shadow: 0 7.357px 35.865px rgba(0,0,0,0.18);
  padding: 19px 19px 0 19px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}
.faq-msg {
  display: flex;
  flex-direction: column;
}
.faq-msg-user  { align-items: flex-start; margin-bottom: 12px; }
.faq-msg-service { align-items: flex-end;   margin-bottom: 16px; }
.faq-who {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 12.638px;
  color: #8e8d94;
  letter-spacing: 0.6319px;
  margin: 0 0 3px 4px;
}
.faq-msg-service .faq-who { margin: 0 4px 3px 0; }
/* Blue user bubble вЂ” #278EFF matches Rectangle 76.svg */
.faq-bubble-wrap {
  position: relative;
  display: inline-flex;
}
.faq-bubble-user {
  background: #278eff;
  border-radius: 15.76px 15.76px 15.76px 4px;
  padding: 8px 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14.587px;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
/* Union tail for user bubble */
.faq-tail-user {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 14px;
  height: 11.5px;
  z-index: 1;
}
/* Dark service bubble вЂ” #26252A */
.faq-bubble-service {
  background: #26252a;
  border-radius: 15.76px 15.76px 4px 15.76px;
  padding: 9px 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14.587px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
}
/* Union tail for service bubble (flipped) */
.faq-tail-service {
  position: absolute;
  bottom: -5px;
  right: -7px;
  width: 14px;
  height: 11.5px;
}
/* Input bar вЂ” matches Tech/Messaging/Message Bar structure */
.faq-input-bar {
  position: relative;
  margin: 20px -19px 12px;
  background: rgba(255,255,255,0.01);
  border-top: none;
  height: 50.522px;
  box-sizing: border-box;
}
.faq-bar-camera {
  position: absolute;
  left: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  width: auto;
}
.faq-bar-appstore {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  width: auto;
}
.faq-bar-field {
  position: absolute;
  left: 32.93%;
  right: 10.5%;
  top: 10%;
  bottom: 12%;
  background: rgba(255,255,255,0.01);
  border: 1px solid white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 3px 0 14px;
}
.faq-bar-placeholder {
  flex: 1;
  font-family: 'Manrope', sans-serif;
  font-size: 16.841px;
  color: rgba(255,255,255,0.3);
  line-height: normal;
}
.faq-bar-dictation {
  height: 30px;
  width: auto;
  flex-shrink: 0;
}
/* Contact section */
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 148px;
}
.contact-title {
  font-family: 'Bounded', sans-serif;
  font-weight: 700;
  font-size: 44.32px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.contact-title .ct-blue  { color: #005eff; display: block; margin-bottom: 6px; }
.contact-title .ct-white { color: #fff;    display: block; }
.contact-btns {
  display: flex;
  gap: 18px;
  margin-top: 60px;
}
.contact-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0077ff 0%, #005eff 100%);
  box-shadow: inset 0 0 1.608px rgba(255,255,255,0.62);
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18.714px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.contact-btn img { height: 20px; width: auto; }
.result-screenshot:hover img {
  transform: scale(1.08);
  filter: blur(14px) brightness(0.5);
}
.result-screenshot:hover::after {
  background: rgba(0,20,60,0.45);
}
.result-screenshot:hover .result-eye {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.reviews-more-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: rgba(255,255,255,0.4);
  line-height: normal;
  width: 475px;
  margin: 60px auto 0;
}
.telegram-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding: 17px 26px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(180deg, #0077ff 0%, #005eff 100%);
  box-shadow: inset 0 0 1.608px rgba(255,255,255,0.62);
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18.714px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.telegram-btn img { width: 23px; height: 20px; }

/* в”Ђв”Ђ Scroll arrows в”Ђв”Ђ */
/* Site footer */
.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 120px;
  padding-bottom: 40px;
}
.site-footer-logo {
  width: 66px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.site-footer-text {
  display: flex;
  flex-direction: column;
}
.site-footer-text p {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18.714px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  white-space: nowrap;
}

.scroll-arrows {
  position: absolute;
  top: 305px;
  right: 30px;
  width: 18px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  pointer-events: none;
}

.scroll-arrow-item {
  width: 18px;
  height: 104px;
  flex-shrink: 0;
}

.scroll-arrow-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) sepia(1) saturate(10) hue-rotate(155deg);
}

/* ══════════════════════════════════════
   MOBILE  ≤ 768px
   ══════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Base ── */
  .page {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }

  .page-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
  }

  /* hide desktop-only anchors with absolute positioning */
  #tools[style] { display: none; }

  .scroll-arrows { display: none; }

  /* ── Navbar ── */
  .navbar-wrapper {
    top: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    padding: 0;
    box-sizing: border-box;
  }

  .navbar {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 0;
    justify-content: space-between;
  }

  .navbar-divider { display: none; }

  .navbar-links { display: none; }

  .navbar-btns { display: none; }

  .navbar-logo { margin-left: 0; }

  /* hamburger button */
  .nav-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
  }
  .nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    transition: background 0.2s;
  }

  /* mobile nav drawer */
  .nav-drawer {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    background: rgba(6,14,38,0.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 24px 24px 32px;
    gap: 24px;
    z-index: 200;
    border-bottom: 1px solid rgba(0,94,255,0.2);
  }
  .nav-drawer.open { display: flex; }
  .nav-drawer a {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
  }
  .nav-drawer a:hover { color: #fff; }

  /* ── Hero ── */
  .hero-wrapper {
    position: relative;
    top: auto; left: auto;
    padding: 100px 24px 40px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
  }

  .hero-content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .hero-title-row {
    gap: 10px;
  }

  .hero-vs-icon {
    width: 56px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-description {
    font-size: 16px;
    width: 100%;
    min-height: auto;
    opacity: 0.6;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    margin-top: 8px;
    gap: 12px;
  }

  .btn-primary {
    width: 100%;
    justify-content: center;
    gap: 10px;
    height: 52px;
    font-size: 16px;
  }

  .btn-secondary {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  .hero-3d-image { display: none; }

  /* ── Tools ── */
  .tools-title-section {
    position: relative;
    top: auto; left: auto;
    transform: none;
    width: 100%;
    padding: 60px 24px 0;
    box-sizing: border-box;
    pointer-events: auto;
    z-index: 1;
  }

  .tools-title {
    position: relative;
    top: auto; left: auto;
    width: 100%;
    font-size: 32px;
    text-align: center;
  }

  .sparkle-tr, .sparkle-ml, .sparkle-bl, .sparkle-br { display: none; }

  .tools-cards-section {
    position: relative;
    top: auto; left: auto;
    transform: none;
    width: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
    z-index: 1;
    scroll-margin-top: 70px;
  }

  .tools-cards-row {
    flex-direction: column;
    gap: 12px;
  }

  .tool-card {
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 20px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .tool-icon { flex-shrink: 0; }

  .tool-text { flex: 1; }

  /* ── How it works ── */
  .how-section {
    position: relative;
    top: auto; left: auto;
    transform: none;
    width: 100%;
    padding: 48px 24px;
    box-sizing: border-box;
    z-index: 1;
  }

  .how-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
  }

  .how-timeline {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .how-centerline, .how-dot, .how-bar { display: none; }

  .how-number, .how-item-title, .how-item-desc {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    text-align: left;
  }

  .how-number {
    font-size: 18px;
    color: #005eff;
    margin-bottom: 4px;
  }

  .how-item-title {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .how-item-desc {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 32px;
  }

  /* ── Pricing ── */
  .pricing-section {
    position: relative;
    top: auto; left: auto;
    transform: none;
    width: 100%;
    padding: 48px 16px;
    box-sizing: border-box;
    z-index: 1;
  }

  .pricing-title { font-size: 60px; text-align: center; margin-bottom: 0px; }

  .pricing-cards {
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 16px;
  }

  .pricing-card { width: 100%; }

  /* ── Reviews ── */
  .reviews-section {
    position: relative;
    top: auto; left: auto;
    transform: none;
    width: 100%;
    padding: 48px 16px;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .reviews-title { font-size: 28px; }

  .reviews-slider-wrap {
    overflow: hidden;
    width: calc(100% - 48px);
  }

  .reviews-slider {
    gap: 16px;
  }

  .review-card {
    min-width: calc(100vw - 80px);
    width: calc(100vw - 80px);
    height: auto;
    min-height: 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px 20px 153px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .review-avatar {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: left center;
  }

  .review-name {
    position: relative;
    top: auto; left: auto;
    font-size: 14px;
    margin-bottom: 8px;
    z-index: 1;
  }

  .review-text {
    position: relative;
    top: auto; left: auto;
    width: 100%;
    font-size: 12px;
    margin-bottom: 12px;
    z-index: 1;
  }

  .review-stars {
    position: relative;
    top: auto; left: auto;
    z-index: 1;
  }

  .review-stars svg {
    width: 100%;
    max-width: 120px;
    height: auto;
  }

  .review-text {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .reviews-arrows { display: none; }

  .review-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #005eff;
    border-radius: 0 0 20px 20px;
    z-index: 3;
  }


  /* Results */
  .results-title {
    font-size: 28px;
    margin-top: 48px;
    white-space: normal;
    text-align: center;
  }

  .results-card {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .result-screenshot {
    flex: 1;
    aspect-ratio: 1 / 1;
    width: auto;
    max-width: none;
    border-radius: 16px;
  }

  .result-screenshot img {
    border-radius: 16px;
  }

  .result-eye {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .result-screenshot::after {
    background: rgba(0, 20, 60, 0.35);
  }

  .reviews-more-text {
    font-size: 20px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
    margin: 32px auto 0;
  }

  .telegram-btn {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
  }

  /* Center all mobile sections */
  .tools-title-section,
  .tools-cards-section,
  .how-section,
  .pricing-section,
  .reviews-section,
  .faq-section {
    margin-left: auto;
    margin-right: auto;
  }

  /* ── FAQ + Contact ── */
  .faq-section {
    position: relative;
    top: auto; left: auto;
    transform: none;
    width: 100%;
    padding: 48px 16px;
    box-sizing: border-box;
    z-index: 1;
  }

  .faq-spark-left, .faq-spark-right { display: none; }

  .faq-heading { margin-bottom: 24px; }
  .faq-qalabel { font-size: 40px; }
  .faq-subtitle { font-size: 14px; }

  .faq-chat-wrap { width: 100%; }

  .faq-qmark { display: none; }

  .faq-chat {
    width: 100%;
    border-radius: 20px;
    padding: 16px;
  }

  .contact-section { margin-top: 40px; }
  .contact-title { font-size: 28px; }
  .contact-btns { margin-top: 20px; }

  /* ── Footer ── */
  .site-footer {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    margin-top: 40px;
    padding: 0 16px 32px;
  }

  .site-footer-text p { font-size: 14px; }

}
