/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
button {
  touch-action: manipulation;
}
:root {
  --primary: #6366f1;
  --pl: #818cf8;
  --pd: #4f46e5;
  --green: #10b981;
  --amber: #f59e0b;
  --red: #ef4444;
  --blue: #4285f4;
  --ms: #0078d4;
  --bg: #0a0a0f;
  --bg2: #12121a;
  --bg3: #1a1a2e;
  --bg4: #0d0d16;
  --text: #f1f1f3;
  --text2: #cdd1da;
  --text3: #b9b9c9;
  --border: rgba(255, 255, 255, 0.07);
  --border2: rgba(255, 255, 255, 0.12);
  --r: 14px;
  --rm: 8px;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  background-image:
    radial-gradient(
      ellipse 100% 60% at 20% 50%,
      rgba(99, 102, 241, 0.1),
      transparent
    ),
    radial-gradient(
      ellipse 80% 60% at 80% 50%,
      rgba(16, 185, 129, 0.06),
      transparent
    );
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
}

/* NAV
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 15, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--border);
  padding: 0 1.5rem;
  flex-shrink: 0;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
} */

nav {
  position: sticky;
  top: 16px; /* Відступ зверху */
  z-index: 100;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* .nav-inner {
  height: 60px;
  background: rgba(18, 18, 26, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 0 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
} */

.nav-inner {
  position: relative;
  width: 100%;
  max-width: 100%; /* прибираємо обмеження в 1100px */
  background: rgba(18, 18, 26, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 0 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--text);
}
.nav-logo-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.15;
}
.nav-logo-sub {
  font-size: 10px;
  font-weight: 600;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nav-logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.nav-logo:hover .nav-logo-icon {
  transform: rotate(-8deg) scale(1.12);
  box-shadow: 0 0 16px 2px rgba(99, 102, 241, 0.5);
}
.nav-links {
  display: flex;
  gap: 4px;
}
.nav-link {
  position: relative;
  padding: 6px 14px;
  border-radius: var(--rm);
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  transition:
    color 0.2s,
    background 0.2s,
    transform 0.2s;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  overflow: hidden;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
.nav-link:hover {
  color: var(--text);
  background: rgba(99, 102, 241, 0.08);
  transform: translateY(-1px);
}
.nav-link:hover::after {
  width: 55%;
}
.lang-sw {
  display: flex;
  gap: 5px;
}
.lb {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border: 1px solid var(--border2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  font-family: inherit;
  transition: all 0.25s ease;
}
.lb-flag {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  flex-shrink: 0;
  display: block;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.lb.active,
.lb:hover {
  background: var(--pd);
  color: #fff;
  border-color: var(--pd);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px -2px rgba(99, 102, 241, 0.45);
}
.lb.active .lb-flag,
.lb:hover .lb-flag {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

/* MOBILE MENU BURGER */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.nav-burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-burger.open span:nth-child(2) {
  opacity: 0;
}
.nav-burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* HERO */
.hero {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  border: 0.5px solid rgba(99, 102, 241, 0.35);
  border-radius: 999px;
  font-size: 12px;
  color: var(--pl);
  margin-bottom: 2rem;
  background: rgba(99, 102, 241, 0.08);
  animation: fadeUp 0.6s ease both;
}
.hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 1.25rem;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero h1 .accent {
  background: linear-gradient(135deg, var(--primary), var(--pl));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: 17px;
  color: var(--text2);
  max-width: 560px;
  margin: 0 auto 2.5rem;
  animation: fadeUp 0.6s 0.2s ease both;
}
.hero-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.3s ease both;
}
.btn-p {
  margin-top: 20px;
  padding: 12px 26px;
  background: var(--pd);
  color: #fff;
  border: none;
  border-radius: var(--rm);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-p:hover {
  background: #4338ca;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}
.btn-s {
  margin-top: 20px;
  padding: 12px 26px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 0.5px solid var(--border2);
  border-radius: var(--rm);
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-s:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

/* STATS */
.stats {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 1.5rem 4rem;
}
.stat {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem;
  text-align: center;
  transition: all 0.25s;
  animation: fadeUp 0.6s 0.4s ease both;
}
.stat:hover {
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-3px);
}
.stat-n {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 6px;
}
.stat-l {
  font-size: 13px;
  color: var(--text2);
}

/* SECTIONS */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.s-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
}
.s-sub {
  font-size: 16px;
  color: var(--text2);
  text-align: center;
  margin-bottom: 3rem;
}

/* FEATURES GRID */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.feat-card {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem;
  cursor: default;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.feat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: var(--r);
}
.feat-card:hover {
  transform: translateY(-4px);
  border-color: var(--c, var(--primary));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.feat-card:hover::after {
  opacity: 1;
  background: radial-gradient(
    circle at 50% 0%,
    color-mix(in srgb, var(--c, var(--primary)) 8%, transparent),
    transparent 70%
  );
}
.feat-icon {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}
.feat-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: color-mix(in srgb, var(--c, var(--primary)) 15%, transparent);
  color: var(--c, var(--primary));
}
.feat-title {
  font-size: 16px;
  font-weight: 650;
  margin-bottom: 8px;
}
.feat-desc {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.6;
}

/* HOW SECTION */
.how-wrap {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}
.how-tabs-wrap {
  position: relative;
}
.how-tabs-wrap::before,
.how-tabs-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s;
}
.how-tabs-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bg2), transparent);
  opacity: 0;
}
.how-tabs-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bg2), transparent);
}
.how-tabs-wrap.can-scroll-left::before {
  opacity: 1;
}
.how-tabs-wrap.can-scroll-right::after {
  opacity: 1;
}
.how-tabs-wrap:not(.can-scroll-right)::after {
  opacity: 0;
}

.tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0.5px solid var(--border2);
  background: var(--bg3);
  color: var(--text2);
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}
.tab-arrow:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.tab-arrow-left {
  left: 4px;
}
.tab-arrow-right {
  right: 4px;
}
.can-scroll-left .tab-arrow-left {
  opacity: 1;
  pointer-events: auto;
}
.can-scroll-right .tab-arrow-right {
  opacity: 1;
  pointer-events: auto;
}

.how-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 0.5px solid var(--border);
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.how-tabs::-webkit-scrollbar {
  display: none;
}
.how-tab {
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text2);
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  flex-shrink: 0;
}
.how-tab:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}
.how-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  background: rgba(99, 102, 241, 0.06);
}
.how-body {
  display: none;
  padding: 2rem;
  animation: fadeUp 0.25s ease;
}
.how-body.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.how-col h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.how-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.how-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
}
.step-n {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.how-tip-box {
  background: rgba(245, 158, 11, 0.07);
  border: 0.5px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--rm);
  padding: 1.25rem;
  margin-top: 0;
}
.tip-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}
.how-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.how-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--text2);
}
.how-features li::before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* AGENT MODE */
.agent-section {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.08),
    rgba(16, 185, 129, 0.05)
  );
  border: 0.5px solid rgba(99, 102, 241, 0.2);
  border-radius: var(--r);
  padding: 2.5rem;
  margin-bottom: 3rem;
}
.agent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 2rem;
}
.agent-col h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.config-card {
  background: var(--bg4);
  border: 0.5px solid var(--border2);
  border-radius: var(--rm);
  padding: 1.25rem;
  margin-top: 12px;
}
.config-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 0.5px solid var(--border);
  font-size: 13px;
}
.config-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.config-label {
  color: var(--text2);
}
.config-val {
  color: var(--primary);
  font-weight: 500;
  font-size: 12px;
  background: rgba(99, 102, 241, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* PLANS */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.plan-card {
  width: 100%;
  box-sizing: border-box;
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem;
  transition: all 0.25s;
  position: relative;
}
.plan-card:hover {
  transform: translateY(-3px);
  border-color: var(--c, var(--border2));
}
.plan-card.featured {
  border-color: var(--primary);
  background: rgba(99, 102, 241, 0.06);
}
.plan-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.plan-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.plan-price {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 4px;
}
.plan-price span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text2);
}
.plan-period {
  font-size: 13px;
  color: var(--text2);
  margin-bottom: 16px;
}
.plan-annual {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  padding: 4px 10px 4px 6px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.plan-annual-tag {
  background: var(--green);
  color: #06210f;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 999px;
  line-height: 1.4;
}
.plan-features {
  list-style: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--text);
  line-height: 1.4;
}
.plan-features li.plus::before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}
.plan-features li.minus {
  color: var(--text2);
}
.plan-features li.minus::before {
  content: "✗";
  color: var(--text3);
  flex-shrink: 0;
}

/* SECURITY */
.sec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.sec-card {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.25rem;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: all 0.25s;
}
.sec-card:hover {
  border-color: var(--green);
  transform: translateX(4px);
}
.sec-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--rm);
  background: rgba(16, 185, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.sec-info h3 {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 4px;
}
.sec-info p {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.55;
}

/* FOOTER */
.site-footer {
  padding: 2.5rem 1.5rem 1.5rem;
  color: var(--text2);
  font-size: 13px;
  background: var(--bg4);
  border-top: 0.5px solid var(--border);
}
.footer-trust {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 0.5px solid var(--border);
}
.footer-trust-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: var(--text2);
  white-space: nowrap;
}
.footer-trust-icon {
  font-size: 15px;
  line-height: 1;
}
.footer-top {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 28px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.footer-logo-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.footer-tagline {
  font-size: 12px;
  color: var(--text2);
  line-height: 1.6;
  max-width: 240px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-col-title {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  padding-bottom: 8px;
}
.footer-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.footer-col a {
  font-size: 13px;
  color: var(--text2);
  text-decoration: none;
  width: fit-content;
  transition: color 0.2s ease;
}
.footer-col a:hover {
  color: var(--pl);
}
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 0.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.site-footer a {
  color: var(--pl);
  text-decoration: underline;
  text-decoration-color: rgba(129, 140, 248, 0.35);
  text-underline-offset: 2px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}
.site-footer a:hover {
  color: #fff;
  text-decoration-color: currentColor;
}
.footer-col a,
.footer-col a:hover {
  text-decoration: none;
}
.footer-col a {
  color: var(--text2);
}
.footer-col a:hover {
  color: var(--pl);
}
@media (max-width: 700px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-trust {
    gap: 14px 20px;
  }
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--rm);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  transition: background 0.2s;
  gap: 12px;
}
.faq-q:hover {
  background: rgba(255, 255, 255, 0.03);
}
.faq-arrow {
  font-size: 12px;
  transition: transform 0.3s;
  color: var(--text3);
  flex-shrink: 0;
}
.faq-q.open .faq-arrow {
  transform: rotate(180deg);
}
.faq-a {
  font-size: 13px;
  color: var(--text2);
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  line-height: 1.65;
}
.faq-a.open {
  max-height: 200px;
  padding: 0 18px 16px;
}

/* CTA */
.cta-box {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.12),
    rgba(16, 185, 129, 0.06)
  );
  border: 0.5px solid rgba(99, 102, 241, 0.25);
  border-radius: var(--r);
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 4rem;
}
.cta-box h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-box p {
  color: var(--text2);
  margin-bottom: 2rem;
  font-size: 15px;
}
.chips {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.chip {
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  border: 0.5px solid;
}
.chip-g {
  background: rgba(66, 133, 244, 0.1);
  color: var(--blue);
  border-color: rgba(66, 133, 244, 0.25);
}
.chip-m {
  background: rgba(0, 120, 212, 0.1);
  color: var(--ms);
  border-color: rgba(0, 120, 212, 0.25);
}
.chip-free {
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
  border-color: rgba(16, 185, 129, 0.25);
}

/* DIVIDER */
.divider {
  height: 0.5px;
  background: var(--border);
  max-width: 1100px;
  margin: 0 auto;
}

/* ANIM */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* VIDEO */
.video-box {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 4rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.video-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(99, 102, 241, 0.06),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s;
}
.video-box:hover {
  border-color: rgba(99, 102, 241, 0.3);
}
.video-box:hover::before {
  opacity: 1;
}
.play-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
.video-box:hover .play-circle {
  transform: scale(1.1);
  box-shadow: 0 0 32px rgba(99, 102, 241, 0.4);
}
.video-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.video-sub {
  font-size: 13px;
  color: var(--text2);
}

/* RESPONSIVE */

/* NAV: бургер потрібен раніше, ніж контент-сітки — 6 пунктів меню
   + лого + перемикач мов не влазять в один рядок вже з ~960px */
@media (max-width: 960px) {
  .nav-burger {
    display: flex;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 2px;
    background: rgba(15, 15, 22, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border2);
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
    z-index: 200;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-link {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
  }
  .nav-link::after {
    display: none;
  }
}

/* TABLET (≤900px): трохи стискаємо, поки що не ламаємо колонки */
@media (max-width: 900px) {
  .hero {
    padding: 4rem 1.25rem 3rem;
  }
  .stats {
    gap: 12px;
  }
  .nd-grid {
    grid-template-columns: 260px 1fr !important;
  }
  .demo-grid {
    grid-template-columns: 48px 220px 1fr !important;
  }
}

/* MOBILE (≤700px) */
@media (max-width: 700px) {
  .stats {
    grid-template-columns: 1fr;
  }
  .agent-grid,
  .how-body.active {
    grid-template-columns: 1fr;
  }
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }
  .start-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Демо поштової скриньки: складаємо у 1 колонку, ховаємо декоративну іконку-панель */
  .demo-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  .demo-sidebar {
    display: none !important;
  }
  .demo-list-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    max-height: 260px;
    overflow-y: auto;
  }
  .demo-detail-col {
    min-height: 320px;
  }

  /* Демо новин комплаєнсу: складаємо у 1 колонку */
  .nd-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  .nd-list-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 500px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }
  .start-grid {
    grid-template-columns: 1fr;
  }
  .hero-badge {
    font-size: 11px;
    padding: 5px 12px;
  }
  .lang-sw {
    gap: 3px;
  }
  .lb {
    padding: 5px 8px;
    font-size: 11px;
  }
}

/* Дуже вузькі екрани: стискаємо шапку, щоб лого не переносилось */
@media (max-width: 480px) {
  .nav-inner {
    height: auto;
    min-height: 60px;
    padding: 8px 0.85rem;
  }
  .nav-logo-sub {
    display: none;
  }
  .nav-logo {
    font-size: 14px;
    gap: 8px;
  }
  .nav-logo-text span:first-child {
    white-space: nowrap;
  }
  .nav-logo-icon {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .lb-code {
    display: none;
  }
  .lb {
    padding: 6px 9px;
  }
  .lang-sw {
    gap: 4px;
  }
  .nav-burger {
    width: 32px;
    height: 32px;
  }
}

/* START STEPS */
.start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.start-step {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem;
  text-align: center;
  position: relative;
  transition: all 0.25s;
}
.start-step:hover {
  border-color: var(--c, var(--primary));
  transform: translateY(-3px);
}
.s-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c, var(--primary));
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.s-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.s-desc {
  font-size: 13px;
  color: var(--text2);
}
@media (max-width: 600px) {
  .start-grid {
    grid-template-columns: 1fr;
  }
}

/* Стилі компонента (раніше окремий <style> в тілі сторінки) */
.di-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.35);
}
.di-active {
  background: rgba(99, 102, 241, 0.15);
  color: #818cf8;
}
.dstep {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s;
}
.dstep.active {
  background: #6366f1;
  width: 16px;
  border-radius: 3px;
}
@keyframes dpulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes dslide {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.drow-new {
  animation: dslide 0.4s ease;
}
.dcursor {
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #6366f1;
  margin-left: 1px;
  animation: dblink 0.8s infinite;
  vertical-align: middle;
}
@keyframes dblink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* ===== Динамічні ефекти (раніше інлайн <style> у HTML) ===== */
/* ===== WOW-ЕФЕКТИ: курсор, фон, тілт-карти, магнітні кнопки ===== */

/* Вимикаємо все для тих хто просить менше руху */
@media (prefers-reduced-motion: reduce) {
  .fx-cursor-dot,
  .fx-cursor-ring,
  #fx-bg-canvas,
  #fx-particles {
    display: none !important;
  }
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

html {
  cursor: none;
}
@media (hover: none), (pointer: coarse) {
  html {
    cursor: auto;
  }
  .fx-cursor-dot,
  .fx-cursor-ring {
    display: none !important;
  }
  .feat-card:active,
  .plan-card:active,
  .sec-card:active {
    transform: scale(0.98);
    border-color: var(--c, var(--primary));
    transition:
      transform 0.15s ease,
      border-color 0.15s ease;
  }
  .btn-p:active {
    transform: scale(0.96);
  }
  .nav-link:active,
  .lb:active {
    opacity: 0.7;
  }
}

/* Кастомний курсор: маленька крапка + кільце, що доганяє з інерцією */
.fx-cursor-dot,
.fx-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  transform: translate(-50%, -50%);
}
.fx-cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--primary, #6366f1);
  box-shadow: 0 0 12px 3px var(--primary, #6366f1);
}
.fx-cursor-ring {
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(99, 102, 241, 0.5);
  transition:
    width 0.2s ease,
    height 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.fx-cursor-ring.fx-hover {
  width: 54px;
  height: 54px;
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.9);
}
.fx-cursor-ring.fx-down {
  width: 26px;
  height: 26px;
}

/* Фоновий "mesh gradient" — повільно рухомі кольорові плями за всім контентом */
#fx-bg-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.55;
  filter: blur(60px) saturate(130%);
}

/* Частинки в hero-секції */
#fx-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero > * {
  position: relative;
  z-index: 1;
}

/* Glow-пульс під заголовком hero */
.hero::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 560px;
  height: 560px;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.25) 0%,
    rgba(99, 102, 241, 0) 70%
  );
  animation: fx-pulse-glow 5s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
@keyframes fx-pulse-glow {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.12);
  }
}

/* Shimmer-градієнт на акцентному тексті hero */
.hero .accent {
  background: linear-gradient(
    100deg,
    #6366f1 0%,
    #a78bfa 25%,
    #818cf8 50%,
    #6366f1 75%,
    #a78bfa 100%
  );
  background-size: 250% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fx-shimmer 6s linear infinite;
}
@keyframes fx-shimmer {
  to {
    background-position: 250% center;
  }
}

/* 3D-тілт на картках */
.feat-card,
.plan-card,
.sec-card,
.start-step {
  transform-style: preserve-3d;
  transition:
    transform 0.15s ease-out,
    box-shadow 0.25s ease;
  will-change: transform;
}
.feat-card:hover,
.sec-card:hover,
.start-step:hover {
  box-shadow: 0 20px 45px -15px rgba(99, 102, 241, 0.35);
}
.plan-card.featured {
  position: relative;
}
.plan-card.featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #6366f1, #a78bfa, #6366f1);
  background-size: 200% 200%;
  animation: fx-border-flow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
@keyframes fx-border-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

/* Магнітні кнопки */
.btn-p {
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease-out;
  will-change: transform;
}
.btn-p .fx-ripple,
.lb .fx-ripple,
.nav-link .fx-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: fx-ripple-anim 0.6s ease-out;
  pointer-events: none;
}
@keyframes fx-ripple-anim {
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}

/* Stagger-reveal: дочірні елементи gridів з'являються по черзі */
.feat-grid.reveal .feat-card,
.plans-grid.reveal .plan-card,
.sec-grid.reveal .sec-card,
.start-grid.reveal .start-step {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.feat-grid.visible .feat-card,
.plans-grid.visible .plan-card,
.sec-grid.visible .sec-card,
.start-grid.visible .start-step {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Легкий float для іконок фіч при ховері */
.feat-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
.feat-card:hover .feat-icon {
  transform: translateY(-4px) rotate(-6deg) scale(1.15);
}
