:root {
  --orange: #ff7310;
  --orange-2: #ff8f2a;
  --bg: #05080d;
  --bg-2: #090d13;
  --panel: rgba(8, 12, 18, 0.9);
  --card: rgba(9, 13, 19, 0.82);
  --line: rgba(189, 201, 216, 0.25);
  --line-soft: rgba(189, 201, 216, 0.13);
  --text: #f7f8fa;
  --muted: #aeb5bf;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
  --shell: 1240px;
  color-scheme: dark;
}

html[data-theme="light"] {
  --bg: #e9eff4;
  --bg-2: #dfe7ee;
  --panel: rgba(235, 241, 246, 0.76);
  --card: rgba(241, 245, 248, 0.84);
  --line: rgba(116, 134, 153, 0.28);
  --line-soft: rgba(116, 134, 153, 0.16);
  --text: #111820;
  --muted: #68727e;
  --shadow: 0 18px 48px rgba(27, 40, 54, 0.07);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 48% 14% at 50% 23%, rgba(255, 255, 255, 0.07), transparent 74%),
    linear-gradient(150deg, #04070b 0%, #090d13 48%, #05080d 100%);
  color: var(--text);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

html[data-theme="light"] body {
  background:
    radial-gradient(ellipse 62% 24% at 56% 12%, rgba(255, 255, 255, 0.82), transparent 70%),
    radial-gradient(ellipse 42% 34% at 5% 58%, rgba(91, 116, 143, 0.14), transparent 74%),
    radial-gradient(ellipse 38% 30% at 98% 78%, rgba(255, 255, 255, 0.62), transparent 74%),
    linear-gradient(145deg, #edf2f6 0%, #dce5ed 52%, #e9eef3 100%);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

.v22-shell {
  width: min(var(--shell), calc(100% - 72px));
  margin-inline: auto;
}

.v22-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 64px;
  border-bottom: 1px solid var(--line-soft);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(18px);
}

html[data-theme="light"] .v22-header {
  border-bottom-color: rgba(96, 116, 137, 0.2);
  background:
    linear-gradient(90deg, rgba(238, 243, 247, 0.88), rgba(221, 229, 236, 0.84), rgba(240, 244, 247, 0.88));
  box-shadow: 0 10px 32px rgba(55, 72, 91, 0.05);
}

.v22-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  direction: ltr;
}

.v22-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  min-width: 0;
  direction: ltr;
}

.v22-mark {
  width: 48px;
  height: 36px;
  flex: 0 0 48px;
  background: url("assets/af-mark-dark.png") center / contain no-repeat;
}

html[data-theme="light"] .v22-mark {
  background-image: url("assets/af-mark-light.png");
}

.v22-brand-copy {
  display: grid;
  line-height: 1.2;
  white-space: nowrap;
  direction: rtl;
  text-align: right;
}

.v22-brand-copy b {
  font-size: 14px;
  letter-spacing: -0.2px;
}

.v22-brand-copy small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.v22-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  font-size: 11px;
  direction: rtl;
}

.v22-links a {
  position: relative;
  color: color-mix(in srgb, var(--text) 84%, transparent);
}

.v22-links a:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -17px;
  width: 31px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
}

.v22-nav-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.v22-nav-actions > [data-lang-toggle] {
  display: none;
}

.v22-btn,
.v22-icon-btn,
.v22-lang-btn,
.v22-menu-btn {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
}

.v22-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 16px;
  font-weight: 800;
  white-space: nowrap;
}

.v22-btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 115, 16, 0.2);
}

.v22-btn:hover,
.v22-icon-btn:hover,
.v22-menu-btn:hover {
  transform: translateY(-1px);
}

.v22-btn-primary:hover {
  box-shadow: 0 15px 34px rgba(255, 115, 16, 0.3);
}

.v22-btn-ghost {
  background: color-mix(in srgb, var(--panel) 86%, transparent);
}

.v22-icon-btn,
.v22-menu-btn {
  width: 38px;
  display: grid;
  place-items: center;
}

.v22-login-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.v22-lang-btn {
  padding-inline: 10px;
  color: var(--muted);
  font-size: 10px;
}

.v22-menu-btn {
  display: none;
  font-size: 18px;
}

.v22-mobile-menu {
  position: fixed;
  z-index: 99;
  top: 65px;
  inset-inline: 12px;
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.v22-mobile-menu[hidden] {
  display: none;
}

.v22-mobile-menu a {
  padding: 10px 12px;
  border-radius: 8px;
}

.v22-mobile-menu a:hover {
  background: color-mix(in srgb, var(--text) 7%, transparent);
}

.v22-mobile-menu-tools,
.v22-footer-tools {
  display: flex;
  align-items: center;
  gap: 7px;
}

.v22-mobile-menu-tools {
  padding-top: 8px;
  border-top: 1px solid var(--line-soft);
}

.v22-footer-tools {
  margin-top: 9px;
}

.v22-main {
  display: grid;
  gap: 10px;
  padding: 10px 0 0;
}

.v22-hero {
  position: relative;
  min-height: 742px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}

.v22-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(ellipse 46% 58% at 25% 52%, rgba(232, 240, 250, 0.46), rgba(151, 171, 194, 0.17) 43%, transparent 75%),
    radial-gradient(ellipse 35% 50% at 62% 42%, rgba(255, 255, 255, 0.08), transparent 76%);
  filter: blur(7px);
}

.v22-hero-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 22px;
}

.v22-hero-copy {
  position: relative;
  z-index: 4;
  padding-inline: 10px 0;
}

.v22-hero-copy h1 {
  max-width: 590px;
  margin: 0;
  color: #f7f8fa;
  font-size: clamp(46px, 4vw, 56px);
  line-height: 1.3;
  letter-spacing: -2px;
  white-space: pre-line;
}

.v22-hero-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: #b6bbc4;
  font-size: 15px;
  line-height: 1.9;
}

.v22-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.v22-hero-actions .v22-btn {
  min-width: 190px;
  min-height: 56px;
  border-radius: 8px;
  font-size: 16px;
}

.v22-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 28px;
  color: #aeb4bd;
  font-size: 11px;
}

.v22-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.v22-hero-trust svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.v22-hero-visual {
  position: relative;
  isolation: isolate;
  height: 650px;
  align-self: end;
  background:
    radial-gradient(ellipse 58% 62% at 48% 50%, rgba(235, 242, 250, 0.74), rgba(128, 150, 176, 0.2) 48%, transparent 77%);
  direction: ltr;
  perspective: 1500px;
  transform-style: preserve-3d;
  contain: layout;
  --scene-x: 0deg;
  --scene-y: 0deg;
}

.v22-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 5% 4%;
  border-radius: 48%;
  background: radial-gradient(ellipse, rgba(242, 247, 255, 0.84), rgba(132, 154, 180, 0.28) 48%, transparent 76%);
  filter: blur(24px);
  animation: v22-breathe 5.6s ease-in-out infinite;
}

.v22-scene-glow {
  position: absolute;
  z-index: -3;
  inset: 2% -8% 3%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 48% 52% at 50% 38%, rgba(255, 255, 255, 0.7), transparent 63%),
    radial-gradient(ellipse 58% 35% at 50% 88%, rgba(162, 184, 210, 0.32), transparent 70%);
  filter: blur(34px);
  animation: v22-breathe 5.6s ease-in-out infinite;
}

.v22-hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 0;
  left: 2%;
  height: 110px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(235, 242, 250, 0.5), rgba(105, 129, 153, 0.18) 42%, transparent 72%);
  filter: blur(10px);
  transform: rotateX(72deg);
}

.v22-3d-card {
  position: absolute;
  overflow: clip;
  padding: 18px;
  border: 1px solid rgba(239, 244, 249, 0.58);
  border-radius: 19px;
  background:
    radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.09), transparent 33%),
    linear-gradient(145deg, rgba(23, 28, 36, 0.98), rgba(5, 8, 12, 0.99));
  color: #f7f9fb;
  box-shadow:
    0 30px 50px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 35px rgba(217, 230, 244, 0.08);
  direction: rtl;
  transform-style: preserve-3d;
  transition: border-color 250ms ease, box-shadow 250ms ease;
  will-change: transform, translate;
  backface-visibility: hidden;
}

.v22-3d-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 22%, rgba(255, 255, 255, 0.12) 43%, transparent 61%);
  transform: translateX(-120%);
  animation: v22-card-sheen 7.5s ease-in-out infinite;
}

.v22-3d-card:hover {
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 34px 62px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 42px rgba(224, 235, 247, 0.14);
}

.v22-card-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
}

.v22-card-icon,
.v22-warning {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.v22-card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.v22-warning {
  border: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  border-radius: 0;
  background: var(--orange);
  color: #10151b;
  font-weight: 950;
}

.v22-card-number {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 13px;
  direction: ltr;
  font-size: 36px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.v22-card-number > span {
  min-width: 6ch;
  text-align: end;
}

.v22-card-number small {
  font-size: 11px;
  font-weight: 500;
}

.v22-card-number.v22-green {
  justify-content: flex-start;
  color: #36d27e;
}

.v22-card-positive {
  margin-top: 8px;
  color: #31df79;
  font-size: 10px;
}

.v22-live-bars {
  height: 82px;
  display: flex;
  align-items: end;
  gap: 6px;
  margin-top: 13px;
  padding: 0 5px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  direction: ltr;
}

.v22-live-bars i {
  width: 8%;
  height: var(--bar);
  display: block;
  border-radius: 3px 3px 0 0;
  background: #3e454f;
  transform-origin: bottom;
  animation: v22-bars 2.8s calc(var(--delay) * 110ms) ease-in-out infinite alternate;
}

.v22-live-bars i:last-child {
  background: linear-gradient(#ff9a39, var(--orange));
  box-shadow: 0 0 18px rgba(255, 115, 16, 0.25);
}

.v22-time-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #aab0b8;
  direction: ltr;
  font-size: 7px;
}

.v22-sales-card {
  z-index: 4;
  top: 18px;
  left: 2%;
  width: 49%;
  height: 280px;
  transform:
    rotateX(calc(1deg + var(--scene-x)))
    rotateY(calc(7deg + var(--scene-y)))
    translateZ(38px);
  animation: v22-card-float-a 6.4s ease-in-out infinite;
}

.v22-profit-card {
  z-index: 3;
  top: 43px;
  right: 1%;
  width: 49%;
  height: 285px;
  transform:
    rotateX(calc(1deg + var(--scene-x)))
    rotateY(calc(-8deg + var(--scene-y)))
    translateZ(22px);
  animation: v22-card-float-b 7s ease-in-out infinite;
}

.v22-profit-card > small,
.v22-sync-card > small {
  display: block;
  margin-top: 14px;
  color: #aeb4bd;
  font-size: 9px;
}

.v22-profit-line {
  width: 52%;
  height: 72px;
  position: absolute;
  top: 102px;
  right: 10px;
  overflow: visible;
  direction: ltr;
}

.v22-profit-fill {
  fill: url("#profitFill");
}

.v22-profit-stroke {
  fill: none;
  stroke: #38d483;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  animation: v22-line-draw 3.2s ease-in-out infinite alternate;
}

.v22-profit-totals {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.v22-profit-totals span {
  display: grid;
  gap: 3px;
}

.v22-profit-totals span + span {
  padding-inline-start: 10px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
}

.v22-profit-totals small {
  color: #aeb4bd;
  font-size: 8px;
}

.v22-profit-totals b {
  font-size: 11px;
}

.v22-invoice-card {
  z-index: 5;
  top: 297px;
  left: 0;
  width: 41%;
  height: 252px;
  transform: rotateY(calc(5deg + var(--scene-y))) translateZ(46px);
  animation: v22-card-float-b 6.7s -1.8s ease-in-out infinite;
}

.v22-invoice-body {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 14px;
  margin-top: 13px;
  direction: ltr;
}

.v22-donut {
  width: 104px;
  height: 104px;
  display: grid;
  place-content: center;
  justify-self: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0a0e14 51%, transparent 53%),
    conic-gradient(#3ec77f 0 61%, #ffac24 61% 86%, #ff4b38 86% 100%);
  text-align: center;
  animation: v22-donut-spin 12s linear infinite;
}

.v22-donut strong,
.v22-donut small {
  animation: v22-donut-spin 12s linear infinite reverse;
}

.v22-donut strong {
  font-size: 24px;
  line-height: 1;
}

.v22-donut small {
  color: #b5bbc4;
  font-size: 8px;
}

.v22-legend {
  display: grid;
  gap: 10px;
  direction: rtl;
}

.v22-legend span {
  display: grid;
  grid-template-columns: 8px 22px 1fr;
  align-items: center;
  gap: 5px;
  font-size: 9px;
}

.v22-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.v22-legend .paid { background: #38d37f; }
.v22-legend .pending { background: #ffaf24; }
.v22-legend .late { background: #ff4c39; }

.v22-legend small {
  color: #b5bbc4;
}

.v22-invoice-card > a,
.v22-stock-card > a {
  position: absolute;
  right: 18px;
  bottom: 13px;
  left: 18px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #c3c8cf;
  font-size: 8px;
}

.v22-stock-card {
  z-index: 6;
  top: 302px;
  left: 34%;
  width: 42%;
  height: 272px;
  transform: rotateY(calc(-1deg + var(--scene-y))) translateZ(60px);
  animation: v22-card-float-a 6s -2.5s ease-in-out infinite;
}

.v22-stock-alert {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 9px;
  margin-top: 11px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.v22-product-mini {
  width: 31px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(145deg, #f5f6f8, #adb5c0);
  color: #1b222c;
  font-size: 17px;
}

.v22-stock-alert > span:last-child {
  display: grid;
  gap: 3px;
}

.v22-stock-alert b {
  font-size: 9px;
}

.v22-stock-alert small {
  color: #ff553d;
  font-size: 8px;
}

.v22-sync-card {
  z-index: 5;
  top: 323px;
  right: 0;
  width: 29%;
  height: 258px;
  text-align: center;
  transform: rotateY(calc(-7deg + var(--scene-y))) translateZ(42px);
  animation: v22-card-float-b 6.8s -1s ease-in-out infinite;
}

.v22-sync-orbit {
  width: 89px;
  height: 89px;
  display: grid;
  place-items: center;
  margin: 17px auto 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0a0e14 55%, transparent 57%),
    conic-gradient(#28d49a, #27c3dd 34%, #3d4652 35% 78%, #1f2730);
  animation: v22-sync-spin 3.4s linear infinite;
}

.v22-sync-orbit span {
  color: #37d77f;
  font-size: 34px;
  animation: v22-sync-spin 3.4s linear infinite reverse;
}

.v22-sync-card > strong {
  display: block;
  margin-top: 3px;
  color: #3ddd7e;
  font-size: 10px;
}

.v22-cloud-marks {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 12px;
  color: #3bc9e8;
  font-size: 18px;
}

.v22-cloud-marks span:nth-child(2) {
  color: #ffbd18;
}

.v22-cloud-marks span:nth-child(3) {
  color: #f1f4f7;
}

.v22-cloud-marks svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.v22-btn > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.v22-smart-card {
  z-index: 9;
  left: 24%;
  bottom: 3px;
  width: 36%;
  min-height: 172px;
  transform: rotateX(calc(-2deg + var(--scene-x))) translateZ(84px);
  animation: v22-card-float-c 5.5s -1.3s ease-in-out infinite;
}

.v22-smart-card p {
  margin: 13px 0;
  color: #c1c6ce;
  font-size: 9px;
  line-height: 1.75;
}

.v22-smart-card button {
  width: 100%;
  min-height: 37px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  cursor: pointer;
  font-size: 9px;
}

.v22-smart-card button:hover {
  border-color: rgba(255, 115, 16, 0.72);
  background: rgba(255, 115, 16, 0.11);
}

html[data-theme="light"] .v22-hero {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(12px, calc((100vw - var(--shell)) / 2));
  border-radius: 0;
  background:
    radial-gradient(ellipse 48% 70% at 23% 50%, rgba(91, 117, 145, 0.25), transparent 72%),
    radial-gradient(ellipse 39% 58% at 77% 43%, rgba(255, 255, 255, 0.82), transparent 76%),
    linear-gradient(145deg, #edf2f6, #d9e3eb 56%, #eef3f6);
  color-scheme: light;
}

html[data-theme="light"] .v22-hero-copy {
  padding-inline-end: 30px;
}

html[data-theme="light"] .v22-hero-copy h1 {
  color: #111820;
}

html[data-theme="light"] .v22-hero-copy p {
  color: #596574;
}

html[data-theme="light"] .v22-hero-trust {
  color: #596574;
}

html[data-theme="light"] .v22-hero .v22-btn-ghost {
  border-color: #cbd4de;
  background: rgba(255, 255, 255, 0.78);
  color: #111820;
}

html[data-theme="light"] .v22-hero::before {
  background:
    radial-gradient(ellipse 44% 56% at 24% 52%, rgba(121, 143, 166, 0.2), transparent 74%),
    radial-gradient(ellipse 34% 48% at 66% 42%, rgba(255, 255, 255, 0.7), transparent 76%);
  filter: none;
}

.v22-frame {
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(ellipse 62% 60% at 50% 100%, rgba(255, 255, 255, 0.035), transparent 74%),
    linear-gradient(145deg, color-mix(in srgb, var(--panel) 96%, transparent), color-mix(in srgb, var(--bg-2) 96%, transparent));
  box-shadow: var(--shadow);
}

html[data-theme="light"] .v22-frame {
  overflow: visible;
  padding-block: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-theme="light"] .v22-frame::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  left: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(97, 118, 139, 0.32), transparent);
}

html[data-theme="light"] .v22-frame:first-of-type::before {
  display: none;
}

html[data-theme="light"] .v22-feature,
html[data-theme="light"] .v22-method,
html[data-theme="light"] .v22-review,
html[data-theme="light"] .v22-plan,
html[data-theme="light"] .v22-faq details {
  border-color: rgba(111, 130, 150, 0.28) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.76), transparent 38%),
    linear-gradient(145deg, rgba(237, 243, 247, 0.9), rgba(214, 225, 234, 0.82)) !important;
  box-shadow:
    0 16px 36px rgba(48, 66, 86, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.78) !important;
}

.v22-section-title {
  margin: 0 0 12px;
  text-align: center;
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
}

.v22-section-sub {
  max-width: 560px;
  margin: -4px auto 12px;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
}

.v22-title-lines {
  display: block;
  text-align: center;
}

.v22-title-lines::before,
.v22-title-lines::after {
  display: none;
  content: none;
}

.v22-title-lines::after {
  display: none;
}

.v22-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.v22-feature {
  min-height: 124px;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 13px 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--card) 92%, transparent), color-mix(in srgb, var(--bg) 86%, transparent));
  text-align: center;
}

.v22-feature-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  background: color-mix(in srgb, var(--text) 3%, transparent);
}

.v22-feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.v22-feature b {
  font-size: 12px;
}

.v22-feature p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.65;
}

.v22-showcase {
  min-height: 330px;
  contain: paint;
}

.v22-product-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 16px;
}

.v22-product-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 8% 7% -2%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.31), rgba(153, 177, 203, 0.08) 40%, transparent 74%);
  filter: blur(22px);
  animation: v22-breathe 5.6s ease-in-out infinite;
}

.v22-product-stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 15%;
  bottom: 12%;
  width: 16%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  filter: blur(12px);
  transform: skewX(-14deg);
  animation: v22-sheen 7s ease-in-out infinite;
}

.v22-product-stage picture {
  display: block;
  width: 100%;
  transform-origin: 50% 70%;
  animation: v22-float 6.2s ease-in-out infinite;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.24));
}

.v22-product-stage img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.v22-light-hero {
  display: none !important;
}

html[data-theme="light"] .v22-dark-hero {
  display: none !important;
}

html[data-theme="light"] .v22-light-hero {
  display: block !important;
}

.v22-live-note {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  background: rgba(5, 8, 13, 0.78);
  color: #fff;
  font-size: 9px;
  backdrop-filter: blur(10px);
}

html[data-theme="light"] .v22-live-note {
  border-color: #dce2e9;
  background: rgba(255, 255, 255, 0.88);
  color: #17202b;
}

.v22-live-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #32da91;
  box-shadow: 0 0 12px #32da91;
  animation: v22-pulse 1.8s ease-in-out infinite;
}

.v22-live-workspace {
  position: relative;
  min-height: 240px;
  margin-top: 14px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(235, 242, 250, 0.18);
  border-radius: 15px;
  background:
    radial-gradient(ellipse 45% 80% at 10% 50%, rgba(235, 242, 250, 0.14), transparent 72%),
    linear-gradient(145deg, #111720, #06090e);
  color: #f7f9fb;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
  color-scheme: dark;
}

.v22-live-workspace-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v22-live-workspace-head > b {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.v22-live-workspace .v22-live-note,
html[data-theme="light"] .v22-live-workspace .v22-live-note {
  position: static;
  width: max-content;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

.v22-live-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.v22-live-flow article {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(235, 242, 250, 0.17);
  border-radius: 13px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.075), transparent 30%),
    rgba(4, 7, 11, 0.74);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
}

.v22-live-flow article:nth-of-type(2) {
  animation: v22-card-float-b 5.2s ease-in-out infinite;
}

.v22-live-result {
  border-color: rgba(255, 115, 16, 0.46) !important;
  box-shadow: 0 18px 42px rgba(255, 115, 16, 0.09) !important;
}

.v22-live-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #dbe1e8;
}

.v22-live-flow small {
  color: #9fa8b4;
  font-size: 9px;
}

.v22-live-flow b {
  font-size: 12px;
}

.v22-live-flow strong {
  color: #fff;
  font-size: 23px;
}

.v22-live-flow em {
  color: #929ca8;
  font-size: 9px;
  font-style: normal;
}

.v22-live-result strong {
  color: #39d27c;
}

.v22-flow-arrow {
  color: #8f98a4;
  font-size: 25px;
  animation: v22-pulse 1.8s ease-in-out infinite;
}

.v22-live-progress {
  height: 3px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.v22-live-progress span {
  width: 38%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--orange), #fff, transparent);
  animation: v22-live-progress 4s linear infinite;
}

@keyframes v22-live-progress {
  from { transform: translateX(-120%); }
  to { transform: translateX(370%); }
}

.v22-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.v22-method {
  min-height: 78px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--card) 94%, transparent);
  text-align: center;
}

.v22-method img {
  display: block;
  max-width: 86px;
  max-height: 42px;
  object-fit: contain;
}

.v22-method-logo {
  width: 104px;
  height: 50px;
  display: grid;
  place-items: center;
  background: transparent;
}

.v22-method:nth-child(3) .v22-method-logo,
.v22-method:nth-child(4) .v22-method-logo {
  background: transparent;
}

.v22-method:nth-child(3) img,
.v22-method:nth-child(4) img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.v22-method b {
  font-size: 11px;
}

.v22-private-note {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  text-align: center;
  font-size: 9px;
}

.v22-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.v22-review {
  min-height: 141px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--card) 94%, transparent);
}

.v22-review-person {
  display: flex;
  align-items: center;
  gap: 9px;
}

.v22-review-person img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
}

.v22-review-person span {
  min-width: 0;
  display: grid;
  line-height: 1.35;
}

.v22-review-person b {
  font-size: 12px;
}

.v22-review-person small {
  color: var(--muted);
  font-size: 9px;
}

.v22-stars {
  margin-top: 1px;
  color: #ffb000;
  direction: ltr;
  font-size: 12px;
  letter-spacing: 1px;
}

.v22-review p {
  margin: 10px 0 0;
  color: color-mix(in srgb, var(--text) 80%, transparent);
  font-size: 9px;
  line-height: 1.75;
}

.v22-demo-label {
  display: table;
  margin: -6px auto 11px;
  padding: 3px 10px;
  border: 1px solid rgba(255, 115, 16, 0.25);
  border-radius: 99px;
  background: rgba(255, 115, 16, 0.08);
  color: var(--orange-2);
  font-size: 8px;
}

.v22-plans {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 14px;
  contain: paint;
}

.v22-plans::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -42px -36px -34px;
  border-radius: 44%;
  background:
    radial-gradient(ellipse 34% 72% at 50% 52%, rgba(255, 115, 16, 0.12), transparent 76%),
    radial-gradient(ellipse 75% 90% at 50% 56%, rgba(235, 241, 248, 0.14), rgba(119, 139, 162, 0.05) 45%, transparent 74%);
  filter: blur(18px);
  pointer-events: none;
}

html[data-theme="light"] .v22-plans::before {
  background:
    radial-gradient(ellipse 34% 72% at 50% 52%, rgba(255, 115, 16, 0.1), transparent 76%),
    radial-gradient(ellipse 78% 95% at 50% 56%, rgba(129, 145, 164, 0.13), transparent 74%);
}

.v22-plan {
  position: relative;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  padding: 16px 15px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--card) 94%, transparent);
}

.v22-plan.v22-popular {
  border-color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(255, 115, 16, 0.12);
}

.v22-plan-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  min-width: 108px;
  padding: 3px 12px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  font-size: 8px;
  font-weight: 800;
}

.v22-plan h3 {
  margin: 0;
  text-align: center;
  font-size: 14px;
}

.v22-plan > small {
  color: var(--muted);
  text-align: center;
  font-size: 9px;
}

.v22-price {
  margin: 4px 0 2px;
  text-align: center;
}

.v22-price strong {
  font-size: 24px;
  line-height: 1;
}

.v22-price span {
  font-size: 9px;
}

.v22-plan .v22-usd-price {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-2);
  text-align: center;
  font-size: 8px;
  font-weight: 800;
}

.v22-plan ul {
  display: grid;
  gap: 4px;
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
  font-size: 9px;
}

.v22-plan li::before {
  content: "✓";
  margin-inline-end: 7px;
  color: var(--orange);
  font-weight: 900;
}

html[data-theme="light"] .v22-plan li::before {
  color: #12a146;
}

.v22-plan .v22-btn {
  width: 100%;
  min-height: 34px;
  margin-top: auto;
  font-size: 10px;
}

.v22-faq {
  display: grid;
  gap: 4px;
}

.v22-faq details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: color-mix(in srgb, var(--card) 92%, transparent);
}

.v22-faq summary {
  position: relative;
  padding: 7px 12px;
  cursor: pointer;
  list-style: none;
  font-size: 10px;
}

.v22-faq summary::-webkit-details-marker {
  display: none;
}

.v22-faq summary::after {
  content: "⌄";
  position: absolute;
  inset-inline-end: 12px;
  color: var(--muted);
}

.v22-faq details[open] summary::after {
  transform: rotate(180deg);
}

.v22-faq p {
  margin: 0;
  padding: 0 12px 10px;
  color: var(--muted);
  font-size: 9px;
}

.v22-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding-block: 17px;
}

.v22-cta-copy h2 {
  margin: 0;
  font-size: 19px;
}

.v22-cta-copy p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.v22-cta-actions {
  display: flex;
  gap: 8px;
}

.v22-footer {
  padding: 20px 0 16px;
}

.v22-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 0.8fr);
  gap: 28px;
}

.v22-footer-brand p {
  max-width: 160px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.v22-footer h3 {
  margin: 0 0 7px;
  font-size: 10px;
}

.v22-footer nav {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 8px;
}

.v22-social {
  display: flex !important;
  gap: 7px !important;
}

.v22-social a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  font-weight: 900;
}

.v22-copyright {
  margin: 14px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 8px;
}

.v22-cookie {
  position: fixed;
  z-index: 320;
  right: 16px;
  bottom: 16px;
  width: min(410px, calc(100% - 32px));
  display: none;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--bg) 93%, transparent);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.v22-cookie.show {
  display: grid;
}

.v22-cookie.show ~ .af-assistant-root {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.v22-cookie b {
  font-size: 12px;
}

.v22-cookie p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.v22-cookie-actions {
  display: flex;
  gap: 7px;
}

.v22-cookie .v22-btn {
  min-height: 32px;
  padding: 6px 11px;
  font-size: 9px;
}

.af-assistant-launcher,
.af-assistant-send,
.af-assistant-confirm {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--orange), var(--orange-2)) !important;
  color: #fff !important;
  box-shadow: 0 16px 40px rgba(255, 115, 16, 0.26) !important;
}

.af-assistant-launcher {
  border-color: rgba(255, 115, 16, 0.78) !important;
  background: linear-gradient(145deg, #151e28, #080c11) !important;
}

.af-assistant-mark {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.af-assistant-launcher:hover,
.af-assistant-send:hover {
  filter: brightness(1.08);
}

.af-assistant-panel {
  border-color: rgba(255, 115, 16, 0.25) !important;
}

@keyframes v22-float {
  0%, 100% { transform: perspective(1200px) rotateX(0.8deg) translateY(0); }
  50% { transform: perspective(1200px) rotateX(0) translateY(-5px); }
}

@keyframes v22-breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.98); }
  50% { opacity: 0.88; transform: scale(1.02); }
}

@keyframes v22-sheen {
  0%, 22% { left: -24%; opacity: 0; }
  34% { opacity: 0.8; }
  54%, 100% { left: 112%; opacity: 0; }
}

@keyframes v22-pulse {
  0%, 100% { transform: scale(0.85); opacity: 0.55; }
  50% { transform: scale(1.15); opacity: 1; }
}

@keyframes v22-card-sheen {
  0%, 54% { transform: translateX(-130%); opacity: 0; }
  65% { opacity: 0.85; }
  83%, 100% { transform: translateX(140%); opacity: 0; }
}

@keyframes v22-bars {
  from { transform: scaleY(0.72); opacity: 0.74; }
  to { transform: scaleY(1.08); opacity: 1; }
}

@keyframes v22-line-draw {
  0% { stroke-dashoffset: 340; }
  58%, 100% { stroke-dashoffset: 0; }
}

@keyframes v22-donut-spin {
  to { transform: rotate(360deg); }
}

@keyframes v22-sync-spin {
  to { transform: rotate(360deg); }
}

@keyframes v22-card-float-a {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@keyframes v22-card-float-b {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 6px; }
}

@keyframes v22-card-float-c {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .v22-shell {
    width: min(100% - 28px, 1060px);
  }

  .v22-hero {
    min-height: 690px;
  }

  .v22-hero-grid {
    grid-template-columns: minmax(270px, 0.78fr) minmax(440px, 1.22fr);
    gap: 10px;
  }

  .v22-hero-copy h1 {
    font-size: clamp(38px, 4.5vw, 49px);
    letter-spacing: -1.5px;
  }

  .v22-hero-copy p {
    font-size: 13px;
  }

  .v22-hero-actions {
    gap: 9px;
  }

  .v22-hero-actions .v22-btn {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: 12px;
    font-size: 13px;
  }

  .v22-hero-trust {
    gap: 12px;
    font-size: 9px;
  }

  .v22-hero-visual {
    height: 620px;
  }
}

@media (max-width: 760px) {
  .v22-shell {
    width: min(100% - 24px, 720px);
  }

  .v22-header {
    height: 64px;
  }

  .v22-hero {
    min-height: 0;
    padding: 52px 0 20px;
  }

  html[data-theme="light"] .v22-hero {
    width: calc(100% + 24px);
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .v22-hero::before {
    background:
      radial-gradient(ellipse 75% 34% at 50% 62%, rgba(232, 240, 250, 0.24), transparent 74%),
      radial-gradient(ellipse 60% 25% at 50% 20%, rgba(255, 255, 255, 0.04), transparent 76%);
  }

  .v22-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }

  .v22-hero-copy,
  html[data-theme="light"] .v22-hero-copy {
    padding: 0 6px;
    text-align: center;
  }

  .v22-hero-copy h1 {
    max-width: 690px;
    margin-inline: auto;
    font-size: clamp(34px, 8.4vw, 54px);
    line-height: 1.42;
    letter-spacing: -1.2px;
  }

  .v22-hero-copy p {
    max-width: 640px;
    margin: 18px auto 0;
    font-size: 13px;
  }

  .v22-hero-actions {
    justify-content: center;
    margin-top: 24px;
  }

  .v22-hero-actions .v22-btn {
    min-width: 0;
    min-height: 50px;
    flex: 1 1 0;
    padding-inline: 12px;
    font-size: 13px;
  }

  .v22-hero-trust {
    justify-content: space-between;
    gap: 8px;
    margin-top: 24px;
    font-size: 8px;
  }

  .v22-hero-visual {
    order: 2;
    height: 610px;
  }

  .v22-hero-visual::before {
    inset: 4% -5% 0;
  }

  .v22-3d-card {
    padding: 11px;
    border-radius: 13px;
  }

  .v22-card-heading {
    gap: 5px;
    font-size: 9px;
  }

  .v22-card-icon,
  .v22-warning {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 7px;
  }

  .v22-card-number {
    margin-top: 8px;
    font-size: 25px;
  }

  .v22-card-number small,
  .v22-card-positive {
    font-size: 7px;
  }

  .v22-live-bars {
    height: 62px;
    gap: 3px;
    margin-top: 8px;
  }

  .v22-sales-card {
    top: 9px;
    width: 50%;
    height: 208px;
  }

  .v22-profit-card {
    top: 28px;
    width: 50%;
    height: 214px;
  }

  .v22-profit-card > small,
  .v22-sync-card > small {
    margin-top: 8px;
    font-size: 7px;
  }

  .v22-profit-line {
    top: 76px;
    height: 52px;
  }

  .v22-profit-totals {
    right: 10px;
    bottom: 9px;
    left: 10px;
    padding-top: 7px;
  }

  .v22-profit-totals small {
    font-size: 5px;
  }

  .v22-profit-totals b {
    font-size: 7px;
  }

  .v22-invoice-card {
    top: 220px;
    width: 43%;
    height: 191px;
  }

  .v22-invoice-body {
    gap: 4px;
    margin-top: 8px;
  }

  .v22-donut {
    width: 68px;
    height: 68px;
  }

  .v22-donut strong {
    font-size: 16px;
  }

  .v22-legend {
    gap: 5px;
  }

  .v22-legend span {
    grid-template-columns: 5px 14px 1fr;
    gap: 3px;
    font-size: 6px;
  }

  .v22-stock-card {
    top: 224px;
    left: 33%;
    width: 44%;
    height: 211px;
  }

  .v22-stock-alert {
    grid-template-columns: 25px 1fr;
    gap: 5px;
    margin-top: 7px;
    padding: 6px;
  }

  .v22-product-mini {
    width: 24px;
    height: 29px;
    font-size: 12px;
  }

  .v22-stock-alert b,
  .v22-stock-alert small {
    font-size: 6px;
  }

  .v22-sync-card {
    top: 239px;
    width: 31%;
    height: 202px;
  }

  .v22-sync-orbit {
    width: 62px;
    height: 62px;
    margin-top: 11px;
  }

  .v22-sync-orbit span {
    font-size: 24px;
  }

  .v22-smart-card {
    left: 24%;
    bottom: 28px;
    width: 42%;
    min-height: 145px;
  }

  .v22-smart-card p,
  .v22-smart-card button {
    font-size: 7px;
  }

  .v22-brand {
    justify-self: auto;
  }

  .v22-links,
  .v22-nav-actions .v22-lang-btn,
  .v22-menu-btn {
    display: none;
  }

  .v22-nav-actions {
    display: flex;
  }

  .v22-brand {
    grid-column: auto;
    grid-row: auto;
  }

  .v22-frame {
    padding: 13px;
    border-radius: 14px;
  }

  html[data-theme="light"] .v22-frame {
    padding-block: 24px;
    padding-inline: 0;
  }

  .v22-section-title {
    font-size: 17px;
  }

  .v22-title-lines {
    grid-template-columns: 50px auto 50px;
    gap: 9px;
  }

  .v22-features {
    gap: 7px;
  }

  .v22-feature {
    min-height: 134px;
    padding: 11px 6px;
  }

  .v22-feature-icon {
    width: 36px;
    height: 36px;
  }

  .v22-feature b {
    font-size: 10px;
    line-height: 1.4;
  }

  .v22-feature p {
    font-size: 7px;
  }

  .v22-showcase {
    min-height: 0;
    padding: 13px;
  }

  .v22-live-workspace {
    min-height: 0;
    padding: 11px;
  }

  .v22-live-flow {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .v22-flow-arrow {
    height: 16px;
    transform: rotate(-90deg);
    text-align: center;
  }

  .v22-live-flow article {
    min-height: 95px;
    padding: 12px;
  }

  .v22-live-note {
    right: 8px;
    bottom: 8px;
    font-size: 7px;
  }

  .v22-methods {
    gap: 6px;
  }

  .v22-method {
    min-height: 72px;
    padding: 7px 4px;
  }

  .v22-method img {
    max-width: 55px;
    max-height: 28px;
  }

  .v22-method-logo {
    width: 64px;
    height: 36px;
  }

  .v22-method:nth-child(3) img,
  .v22-method:nth-child(4) img {
    width: 29px;
    height: 29px;
  }

  .v22-method b {
    font-size: 8px;
  }

  .v22-reviews,
  .v22-plans {
    gap: 8px;
  }

  .v22-review {
    min-height: 158px;
    padding: 9px;
  }

  .v22-review-person {
    gap: 6px;
  }

  .v22-review-person img {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .v22-review-person b,
  .v22-review p {
    font-size: 8px;
  }

  .v22-review-person small {
    font-size: 7px;
  }

  .v22-stars {
    font-size: 9px;
  }

  .v22-plan {
    min-height: 242px;
    padding: 14px 9px 10px;
  }

  .v22-plan h3 {
    font-size: 11px;
  }

  .v22-price strong {
    font-size: 20px;
  }

  .v22-plan ul {
    font-size: 7px;
  }

  .v22-plan .v22-btn {
    padding-inline: 5px;
    font-size: 8px;
  }

  .v22-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v22-cta-actions {
    justify-content: center;
  }

  .v22-footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 12px;
  }

  .v22-footer h3 {
    font-size: 8px;
  }

  .v22-footer nav,
  .v22-footer-brand p {
    font-size: 7px;
  }

  .v22-social {
    flex-wrap: wrap;
  }

  .v22-social a {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 430px) {
  .v22-nav-actions {
    gap: 6px;
  }

  .v22-nav-actions .v22-icon-btn {
    display: inline-grid;
    place-items: center;
    width: 36px;
    min-height: 36px;
  }

  .v22-btn {
    padding-inline: 12px;
  }

  .v22-brand-copy b {
    font-size: 13px;
  }

  .v22-brand-copy small {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* V24 — full brand, visible language selector, and complete Light Mode */
.v22-brand{
  min-width:190px;
  height:52px;
  position:relative;
}
.v22-brand .v22-mark,
.v22-brand .v22-brand-copy{display:none!important}
.v22-brand::before{
  content:"";
  display:block;
  width:190px;
  height:48px;
  background:url("assets/af-shopbook-logo-dark.png") left center/contain no-repeat;
}
html[data-theme="light"] .v22-brand::before{
  background-image:url("assets/af-shopbook-logo-light.png");
}
.v22-footer .v22-brand{min-width:210px}
.v22-footer .v22-brand::before{width:210px;height:54px}

.v22-language-picker{
  display:inline-flex;
  align-items:center;
  direction:ltr;
  overflow:hidden;
  min-height:38px;
  padding:3px;
  border:1px solid var(--line);
  border-radius:9px;
  background:color-mix(in srgb,var(--panel) 78%,transparent);
}
.v22-language-picker button{
  min-width:34px;
  height:30px;
  padding:0 8px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:var(--muted);
  cursor:pointer;
  font-size:10px;
  font-weight:800;
}
.v22-language-picker button.active{
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#fff;
  box-shadow:0 6px 16px rgba(255,115,16,.22);
}

html[data-theme="light"] .v22-hero-visual{
  background:radial-gradient(ellipse 60% 64% at 48% 50%,rgba(255,255,255,.92),rgba(163,183,204,.18) 50%,transparent 78%);
}
html[data-theme="light"] .v22-hero-visual::before{
  background:radial-gradient(ellipse,rgba(255,255,255,.96),rgba(162,181,201,.22) 50%,transparent 78%);
}
html[data-theme="light"] .v22-scene-glow{
  background:radial-gradient(ellipse 50% 54% at 50% 38%,rgba(255,255,255,.95),transparent 64%),radial-gradient(ellipse 60% 38% at 50% 88%,rgba(130,153,178,.22),transparent 72%);
}
html[data-theme="light"] .v22-3d-card{
  border-color:rgba(81,103,125,.28);
  background:radial-gradient(circle at 22% 0%,rgba(255,255,255,.95),transparent 37%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(224,232,239,.98));
  color:#111820;
  box-shadow:0 24px 44px rgba(49,68,88,.18),inset 0 1px 0 rgba(255,255,255,.95),0 0 25px rgba(255,255,255,.38);
}
html[data-theme="light"] .v22-card-icon,
html[data-theme="light"] .v22-product-mini,
html[data-theme="light"] .v22-live-icon{
  border-color:rgba(70,91,112,.22);
  background:rgba(255,255,255,.72);
  color:#263543;
}
html[data-theme="light"] .v22-card-number,
html[data-theme="light"] .v22-card-number small,
html[data-theme="light"] .v22-profit-totals b,
html[data-theme="light"] .v22-stock-alert b,
html[data-theme="light"] .v22-sync-card>strong,
html[data-theme="light"] .v22-smart-card button{color:#111820}
html[data-theme="light"] .v22-profit-card>small,
html[data-theme="light"] .v22-sync-card>small,
html[data-theme="light"] .v22-profit-totals small,
html[data-theme="light"] .v22-legend small,
html[data-theme="light"] .v22-stock-alert small,
html[data-theme="light"] .v22-smart-card p,
html[data-theme="light"] .v22-time-axis{color:#697684}
html[data-theme="light"] .v22-profit-totals,
html[data-theme="light"] .v22-invoice-card>a,
html[data-theme="light"] .v22-stock-card>a{
  border-color:rgba(78,99,120,.18);
  color:#526170;
}
html[data-theme="light"] .v22-stock-alert{
  border-color:rgba(76,98,120,.19);
  background:rgba(255,255,255,.58);
}
html[data-theme="light"] .v22-smart-card button{
  border-color:rgba(76,98,120,.28);
  background:rgba(255,255,255,.62);
}
html[data-theme="light"] .v22-sync-orbit{
  border-color:rgba(70,92,114,.18);
  background:rgba(255,255,255,.5);
}
html[data-theme="light"] .v22-cloud-marks{color:#435363}
html[data-theme="light"] .v22-donut::before{background:#f6f8fa}

html[data-theme="light"] .v22-live-workspace{
  border-color:rgba(79,101,123,.26);
  background:radial-gradient(ellipse 46% 82% at 10% 50%,rgba(255,255,255,.92),transparent 72%),linear-gradient(145deg,#f8fafc,#dfe7ee);
  color:#111820;
  box-shadow:0 18px 42px rgba(45,63,82,.12),inset 0 1px rgba(255,255,255,.9);
  color-scheme:light;
}
html[data-theme="light"] .v22-live-workspace .v22-live-note{
  border-color:rgba(72,94,116,.22);
  background:rgba(255,255,255,.66);
  color:#263543;
}
html[data-theme="light"] .v22-live-flow article{
  border-color:rgba(78,100,122,.22);
  background:linear-gradient(115deg,rgba(255,255,255,.92),transparent 35%),rgba(235,241,246,.88);
  color:#111820;
  box-shadow:0 15px 32px rgba(48,66,85,.12);
}
html[data-theme="light"] .v22-live-flow small,
html[data-theme="light"] .v22-live-flow em,
html[data-theme="light"] .v22-flow-arrow{color:#687684}
html[data-theme="light"] .v22-live-flow strong{color:#111820}
html[data-theme="light"] .v22-live-result strong{color:#15995b}
html[data-theme="light"] .v22-live-progress{background:rgba(71,94,116,.13)}

@media (max-width:1120px){
  .v22-language-picker{display:inline-flex}
  .v22-brand{min-width:168px}
  .v22-brand::before{width:168px;height:44px}
}
@media (max-width:760px){
  .v22-language-picker button{min-width:30px;padding:0 5px;font-size:9px}
  .v22-language-picker{min-height:36px}
  .v22-brand{min-width:150px}
  .v22-brand::before{width:150px;height:42px}
}
@media (max-width:520px){
  .v22-language-picker button[data-lang-select="fr"]{display:none}
  .v22-brand{min-width:132px}
  .v22-brand::before{width:132px;height:39px}
}


/* V31.27 pricing: monthly + 12-month option */
.v22-pricing-intro{margin:-4px auto 10px;color:var(--muted);text-align:center;font-size:10px}
.v22-billing-toggle{width:max-content;max-width:100%;margin:0 auto 12px;padding:4px;display:flex;gap:4px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--card) 94%,transparent)}
.v22-billing-toggle button{min-width:112px;min-height:34px;padding:4px 14px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:10px;font-weight:900;cursor:pointer}
.v22-billing-toggle button small{display:block;font-size:7px;color:var(--orange-2)}
.v22-billing-toggle button.active{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 7px 18px rgba(255,115,16,.2)}
.v22-billing-toggle button.active small{color:#fff}
.v22-plan .v22-usd-price b{font:inherit;font-weight:900}
.v22-annual-saving{display:block!important;min-height:18px;margin:-4px 0 7px!important;color:var(--muted)!important;font-size:7.5px!important}
.v22-annual-saving[hidden]{display:none!important}
.v22-annual-saving b{color:var(--orange-2)}
.v22-annual-saving s{opacity:.72}
@media(max-width:560px){.v22-billing-toggle{width:100%}.v22-billing-toggle button{flex:1;min-width:0}}
