@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter%20ENG/static/Inter-Black.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'GE SS Two';
  src: url('../fonts/GE_SS_AR/GE_SS_Two_Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'GE SS Two';
  src: url('../fonts/GE_SS_AR/GE_SS_Two_Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'GE SS Two';
  src: url('../fonts/GE_SS_AR/GE_SS_Two_Bold.otf') format('opentype');
  font-weight: 700;
}


[data-theme="dark"] {
  --primary: #F05A1A;
  --primary-l: #FF7A3D;
  --primary-glow: rgba(240, 90, 26, .35);
  --primary-sub: rgba(240, 90, 26, .12);
  --accent: #4448CC;
  --accent-l: #6B6EE8;
  --accent-sub: rgba(43, 46, 168, .15);
  --bg: #08080F;
  --bg2: #0D0D18;
  --bg3: #12121F;
  --card: #141420;
  --card2: #1C1C2E;
  --surface: #1A1A28;
  --text: #F4F4FF;
  --text-dim: rgba(244, 244, 255, .65);
  --text-faint: rgba(244, 244, 255, .25);
  --border: rgba(240, 90, 26, .15);
  --border2: rgba(240, 90, 26, .35);
  --border-sub: rgba(255, 255, 255, .07);
  --mq-bg: #F05A1A;
  --nav-bg: rgba(8, 8, 15, .88);
  --stat-color: var(--primary);
  --feat-bg: #1C1C2E;
  --feat-border: var(--primary);
  --feat-glow: 0 0 40px rgba(240, 90, 26, .15);
  --pop-color: var(--primary);
  --pop-bg: rgba(240, 90, 26, .12);
  --pop-border: var(--border2);
  --orb1-color: rgba(240, 90, 26, .18);
  --orb2-color: rgba(43, 46, 168, .1);
  --grid-color: rgba(240, 90, 26, .08);
  --scrollbar: var(--primary);
  --cta-l-bg: #F05A1A;
  --cta-r-bg: #12121F;
  --cta-r-title: var(--primary);
  --cta-r-border: rgba(240, 90, 26, .3);
  --cta-r-orb: rgba(240, 90, 26, .06);
  --btn-out-border: rgba(255, 255, 255, .2);
  --btn-out-color: var(--text-dim);
  --btn-out-hover-bg: rgba(240, 90, 26, .08);
  --btn-out-hover-c: var(--primary);
  --svc-bg: var(--bg2);
  --svc-hover: var(--card2);
  --svc-overlay: rgba(240, 90, 26, .06);
  --how-bg: var(--bg3);
  --trust-bg: var(--card);
  --price-bg: var(--bg);
  --price-card: var(--card);
  --test-bg: var(--bg2);
  --t-card-bg: var(--card);
  --star-color: var(--primary);
  --footer-bg: var(--bg);
  --ico-o-bg: rgba(240, 90, 26, .12);
  --ico-o-color: var(--primary);
  --ico-b-bg: rgba(43, 46, 168, .15);
  --ico-b-color: #8B8EE8;
  --chk-o-bg: rgba(240, 90, 26, .1);
  --chk-o-border: rgba(240, 90, 26, .3);
  --chk-b-bg: rgba(43, 46, 168, .15);
  --chk-b-border: rgba(43, 46, 168, .4);
  --pill-o-bg: rgba(240, 90, 26, .1);
  --pill-o-color: var(--primary);
  --pill-o-bdr: rgba(240, 90, 26, .25);
  --pill-b-bg: rgba(43, 46, 168, .12);
  --pill-b-color: #8B8EE8;
  --pill-b-bdr: rgba(43, 46, 168, .3);
  --step-o-bg: rgba(240, 90, 26, .1);
  --step-o-bdr: rgba(240, 90, 26, .3);
  --step-o-color: var(--primary);
  --step-b-bg: rgba(43, 46, 168, .15);
  --step-b-bdr: rgba(43, 46, 168, .3);
  --step-b-color: #8B8EE8;
  --soc-hover-bdr: var(--primary);
  --soc-hover-c: var(--primary);
  --soc-hover-glow: rgba(240, 90, 26, .15);
  --price-btn-sol-bg: var(--primary);
  --price-btn-sol-bdr: var(--primary-l);
  --price-btn-sol-hover: var(--primary-l);
  --price-btn-sol-glow: var(--primary-glow);
}

[data-theme="light"] {
  --primary: #F05A1A;
  --primary-l: #FF7A3D;
  --primary-glow: rgba(240, 90, 26, .3);
  --primary-sub: rgba(240, 90, 26, .08);
  --accent: #2B2EA8;
  --accent-l: #4448CC;
  --accent-sub: rgba(43, 46, 168, .08);
  --bg: #FFFFFF;
  --bg2: #F8F7F4;
  --bg3: #F0EEF8;
  --card: #FFFFFF;
  --card2: #F8F7F4;
  --surface: #F8F7F4;
  --text: #1A1A2E;
  --text-dim: #6B6B80;
  --text-faint: #AEAEC0;
  --border: #E8E8F0;
  --border2: rgba(43, 46, 168, .2);
  --border-sub: rgba(0, 0, 0, .06);
  --mq-bg: #2B2EA8;
  --nav-bg: rgba(255, 255, 255, .92);
  --stat-color: var(--primary);
  --feat-bg: #0E0E12;
  --feat-border: var(--primary);
  --feat-glow: 0 24px 64px rgba(14, 14, 18, .18);
  --pop-color: var(--primary);
  --pop-bg: rgba(240, 90, 26, .08);
  --pop-border: rgba(240, 90, 26, .25);
  --orb1-color: rgba(43, 46, 168, .07);
  --orb2-color: rgba(240, 90, 26, .07);
  --grid-color: rgba(0, 0, 0, .04);
  --scrollbar: var(--primary);
  --cta-l-bg: #2B2EA8;
  --cta-r-bg: #F05A1A;
  --cta-r-title: #FFFFFF;
  --cta-r-border: rgba(255, 255, 255, .2);
  --cta-r-orb: rgba(200, 68, 0, .3);
  --btn-out-border: rgba(43, 46, 168, .2);
  --btn-out-color: var(--accent);
  --btn-out-hover-bg: rgba(43, 46, 168, .06);
  --btn-out-hover-c: var(--accent);
  --svc-bg: var(--bg2);
  --svc-hover: #FFFFFF;
  --svc-overlay: rgba(240, 90, 26, .04);
  --how-bg: #0E0E12;
  --trust-bg: #F8F7F4;
  --price-bg: #FFFFFF;
  --price-card: #FFFFFF;
  --test-bg: #F8F7F4;
  --t-card-bg: #FFFFFF;
  --star-color: var(--primary);
  --footer-bg: #0E0E12;
  --ico-o-bg: rgba(240, 90, 26, .1);
  --ico-o-color: var(--primary);
  --ico-b-bg: rgba(43, 46, 168, .08);
  --ico-b-color: var(--accent);
  --chk-o-bg: rgba(240, 90, 26, .08);
  --chk-o-border: rgba(240, 90, 26, .3);
  --chk-b-bg: rgba(43, 46, 168, .08);
  --chk-b-border: rgba(43, 46, 168, .25);
  --pill-o-bg: rgba(240, 90, 26, .08);
  --pill-o-color: var(--primary);
  --pill-o-bdr: rgba(240, 90, 26, .2);
  --pill-b-bg: rgba(43, 46, 168, .06);
  --pill-b-color: var(--accent);
  --pill-b-bdr: rgba(43, 46, 168, .18);
  --step-o-bg: rgba(240, 90, 26, .08);
  --step-o-bdr: rgba(240, 90, 26, .25);
  --step-o-color: var(--primary);
  --step-b-bg: rgba(43, 46, 168, .08);
  --step-b-bdr: rgba(43, 46, 168, .2);
  --step-b-color: var(--accent);
  --soc-hover-bdr: var(--primary);
  --soc-hover-c: var(--primary);
  --soc-hover-glow: rgba(240, 90, 26, .1);
  --price-btn-sol-bg: var(--primary);
  --price-btn-sol-bdr: var(--primary-l);
  --price-btn-sol-hover: var(--primary-l);
  --price-btn-sol-glow: var(--primary-glow);
}

/* ══════════════════════════════════════════════
   FONT ASSIGNMENT
   ══════════════════════════════════════════════ */
[dir="ltr"] body {
  font-family: "Inter", sans-serif;
}

[dir="rtl"] body {
  font-family: "GE SS Two", sans-serif;
}

/* ══════════════════════════════════════════════
   DIRECTION CSS
   ══════════════════════════════════════════════ */
[dir="ltr"] .stat {
  border-right: 1px solid var(--border);
  border-left: none
}

[dir="ltr"] .stat:last-child {
  border-right: none
}

[dir="ltr"] .fc1 {
  left: 0;
  right: auto
}

[dir="ltr"] .fc2 {
  right: 0;
  left: auto
}

[dir="ltr"] .fc3 {
  left: 16px;
  right: auto
}

[dir="ltr"] .svc-bg-num {
  right: 24px;
  left: auto
}

[dir="ltr"] .steps::before {
  left: 12.5%;
  right: 12.5%
}

[dir="ltr"] .cta-l::before {
  right: -60px;
  left: auto
}

[dir="ltr"] .cta-l::after {
  right: -10px;
  left: auto
}

[dir="ltr"] .cta-r::after {
  right: -60px;
  left: auto
}

[dir="rtl"] body {
  text-align: right
}

[dir="rtl"] .stat {
  border-left: 1px solid var(--border);
  border-right: none
}

[dir="rtl"] .stat:last-child {
  border-left: none
}

[dir="rtl"] .hero-actions {
  justify-content: flex-end
}

[dir="rtl"] .fc1 {
  right: 0;
  left: auto
}

[dir="rtl"] .fc2 {
  left: 0;
  right: auto
}

[dir="rtl"] .fc3 {
  right: 16px;
  left: auto
}

[dir="rtl"] .svc-bg-num {
  left: 24px;
  right: auto
}

[dir="rtl"] .steps::before {
  right: 12.5%;
  left: 12.5%
}

[dir="rtl"] .cta-l::before {
  left: -60px;
  right: auto
}

[dir="rtl"] .cta-l::after {
  left: -10px;
  right: auto
}

[dir="rtl"] .cta-r::after {
  left: -60px;
  right: auto
}

[dir="rtl"] nav,
[dir="rtl"] .footer-top {
  direction: rtl
}

[dir="rtl"] .hero-title {
  letter-spacing: 0
}

[dir="rtl"] .f-tagline {
  text-align: right
}

/* ══ BASE ══════════════════════════════════════ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--bg);
  color: var(--text);

  overflow-x: hidden;
  cursor: none;
  transition: background .35s, color .35s
}



.display {

  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 998;
  opacity: .4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")
}

/* ══ CURSOR ════════════════════════════════════ */
.cur {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform .12s, background .2s
}

.ring {
  position: fixed;
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--primary);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all .1s;
  opacity: .5
}

/* ══ NAV ═══════════════════════════════════════ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  padding: 0 48px;
  z-index: 100;
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  transition: all .3s
}

nav.scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
  border-bottom-color: var(--border2)
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none
}

.nav-logo-name {

  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text);
  line-height: 1
}

.nav-logo-sub {
  font-size: 8px;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2px
}

.nav-links {
  display: flex;
  gap: 24px
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dim);
  font-size: 13px;
  transition: color .2s
}

.nav-links a:hover {
  color: var(--text)
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-wa {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--text-dim);
  font-size: 12px;
  transition: color .2s
}

.nav-wa:hover {
  color: #25D366
}

.nav-cta {
  background: var(--primary);
  color: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  border: none;
  cursor: pointer;
  font-family: inherit
}

.nav-cta:hover {
  background: var(--primary-l);
  box-shadow: 0 0 20px var(--primary-glow)
}

.icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-dim);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit
}

.icon-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-sub)
}

.lang-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  white-space: nowrap
}

.lang-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-sub)
}

/* ══ HERO ══════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 88px 48px 60px;
  position: relative;
  overflow: hidden
}

.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px)
}

.orb1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--orb1-color), transparent 70%);
  top: -100px;
  right: -150px;
  animation: d1 12s ease-in-out infinite
}

.orb2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--orb2-color), transparent 70%);
  bottom: -100px;
  left: -100px;
  animation: d2 16s ease-in-out infinite
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
  background-size: 72px 72px
}

.hero-left {
  flex: 1;
  position: relative;
  z-index: 2;
  max-width: 600px
}

.hero-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-sub);
  border: 1px solid var(--border2);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 12px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 28px;
  animation: fadeUp .7s ease both
}

.hero-title {

  font-size: clamp(68px, 8vw, 115px);
  line-height: .92;
  font-weight: 800;
  letter-spacing: -2px;
  animation: fadeUp .7s ease .1s both
}

.hero-title .l1 {
  color: var(--text)
}

.hero-title .l2 {
  -webkit-text-stroke: 1.5px var(--primary);
  color: transparent
}

.hero-title .l3 {
  color: var(--primary)
}

.hero-desc {
  font-size: 16px;
  color: var(--text-dim);
  max-width: 480px;
  line-height: 1.75;
  font-weight: 300;
  margin: 24px 0 36px;
  animation: fadeUp .7s ease .2s both
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeUp .7s ease .3s both
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  border: none;
  cursor: pointer;
  font-family: inherit
}

.btn-primary:hover {
  background: var(--primary-l);
  transform: translateY(-2px);
  box-shadow: 0 0 28px var(--primary-glow)
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--btn-out-color);
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid var(--btn-out-border);
  transition: all .25s;
  cursor: pointer;
  font-family: inherit
}

.btn-outline:hover {
  background: var(--btn-out-hover-bg);
  color: var(--btn-out-hover-c);
  border-color: var(--btn-out-hover-c)
}

.hero-stats {
  display: flex;
  margin-top: 48px;
  border: 1px solid var(--border2);
  border-radius: 16px;
  overflow: hidden;
  background: var(--primary-sub);
  animation: fadeUp .7s ease .4s both
}

.stat {
  flex: 1;
  padding: 18px 22px;
  border-right: 1px solid var(--border);
  transition: background .2s
}

[dir="rtl"] .stat {
  border-right: none;
  border-left: 1px solid var(--border)
}

.stat:last-child {
  border-right: none;
  border-left: none
}

.stat:hover {
  background: var(--primary-sub)
}

.stat-n {

  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -1px
}

.stat-l {
  font-size: 11px;
  color: var(--text-dim);
  margin-top: 3px;
  font-weight: 300
}

/* floating cards */
.v-main {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 270px;
  background: var(--card2);
  border-radius: 24px;
  border: 1px solid var(--border2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 0 60px var(--primary-glow), 0 40px 80px rgba(0, 0, 0, .2);
  animation: floatCard 4s ease-in-out infinite
}

.v-lbl {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--text-faint);
  font-weight: 500
}

.v-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 150px
}

.v-bar {
  height: 3px;
  border-radius: 2px;
  background: var(--border-sub)
}

.v-bar.p {
  background: linear-gradient(90deg, var(--primary), var(--primary-l))
}

.v-bar.a {
  background: linear-gradient(90deg, var(--accent), var(--accent-l))
}

.fc {
  position: absolute;
  background: var(--card);
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid var(--border2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .15)
}

.fc.fc1 {
  top: 16px;
  animation: floatCard2 5s ease-in-out -1s infinite
}

.fc.fc2 {
  bottom: 56px;
  animation: floatCard2 5s ease-in-out -2.5s infinite
}

.fc.fc3 {
  bottom: 16px;
  animation: floatCard2 5s ease-in-out -.5s infinite
}

.fc-lbl {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-faint);
  font-weight: 500;
  margin-bottom: 4px
}

.fc-val {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  line-height: 1
}

.fc-sub {
  font-size: 11px;
  color: var(--text-faint);
  margin-top: 2px
}

/* ══ MARQUEE ═══════════════════════════════════ */
.mq-wrap {
  background: var(--mq-bg);
  padding: 13px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.mq-track {
  display: flex;
  width: max-content
}

.mq-track.ltr {
  animation: mqL 22s linear infinite
}

.mq-track.rtl {
  animation: mqR 22s linear infinite
}

.mq-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 600;
  color: rgba(255, 255, 255, .55);
  text-transform: uppercase
}

.mq-dot {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, .6);
  border-radius: 50%;
  flex-shrink: 0
}

/* ══ SECTIONS ══════════════════════════════════ */
section {
  padding: 100px 48px
}

.eyebrow {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 12px
}

.sec-h {

  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 48px;
  letter-spacing: -1.5px
}

.acc {
  color: var(--primary)
}

.dim {
  color: var(--text-faint)
}

/* SERVICES */
.svc-wrap {
  background: var(--svc-bg);
  padding: 100px 48px
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border)
}

.svc-card {
  background: var(--svc-bg);
  padding: 34px;
  position: relative;
  overflow: hidden;
  transition: background .3s;
  cursor: pointer
}

.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--svc-overlay), transparent);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

.svc-card:hover {
  background: var(--svc-hover)
}

.svc-card:hover::after {
  opacity: 1
}

.svc-num {
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--primary);
  margin-bottom: 18px;
  font-weight: 600;
  opacity: .6
}

.svc-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all .3s
}

.ico-o {
  background: var(--ico-o-bg);
  color: var(--ico-o-color)
}

.ico-b {
  background: var(--ico-b-bg);
  color: var(--ico-b-color)
}

.svc-card:hover .ico-o {
  background: var(--primary-sub)
}

.svc-card:hover .ico-b {
  background: var(--accent-sub)
}

.svc-bg-n {
  position: absolute;
  top: 22px;

  font-size: 72px;
  font-weight: 800;
  color: var(--border-sub);
  line-height: 1;
  pointer-events: none
}

.svc-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px
}

.svc-desc {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.7;
  font-weight: 300
}

.pill {
  display: inline-block;
  margin-top: 16px;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase
}

.pill-o {
  background: var(--pill-o-bg);
  color: var(--pill-o-color);
  border: 1px solid var(--pill-o-bdr)
}

.pill-b {
  background: var(--pill-b-bg);
  color: var(--pill-b-color);
  border: 1px solid var(--pill-b-bdr)
}

/* HOW */
.how-wrap {
  background: #0E0E12;
  padding: 100px 48px
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin-top: 64px
}

.step-line {
  position: absolute;
  top: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--accent), transparent)
}

.step {
  padding: 0 20px;
  text-align: center
}

.step-c {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;

  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all .3s
}

.step-c.so {
  background: var(--step-o-bg);
  border: 1px solid var(--step-o-bdr);
  color: var(--step-o-color)
}

.step-c.sb {
  background: var(--step-b-bg);
  border: 1px solid var(--step-b-bdr);
  color: var(--step-b-color)
}

.step-c:hover {
  transform: scale(1.08)
}

.step-t {
  font-size: 14px;
  font-weight: 600;
  color: #F4F4FF;
  margin-bottom: 8px
}

.step-d {
  font-size: 12px;
  color: rgba(244, 244, 255, .4);
  line-height: 1.65;
  font-weight: 300
}

/* TRUST */
.trust-wrap {
  padding: 48px;
  background: var(--trust-bg);
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2)
}

.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.t-item {
  display: flex;
  align-items: center;
  gap: 12px
}

.t-ico {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.t-ico.o {
  background: var(--ico-o-bg);
  color: var(--ico-o-color)
}

.t-ico.b {
  background: var(--ico-b-bg);
  color: var(--ico-b-color)
}

.t-val {
  font-size: 14px;
  font-weight: 500;
  color: var(--text)
}

.t-lbl {
  font-size: 11px;
  color: var(--text-dim);
  font-weight: 300
}

/* PRICING */
.price-wrap {
  background: var(--price-bg);
  padding: 100px 48px
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px
}

.price-card {
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--border);
  background: var(--price-card);
  transition: all .3s;
  position: relative;
  overflow: hidden
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: var(--border2)
}

.price-card.feat {
  background: var(--feat-bg);
  border-color: var(--feat-border);
  box-shadow: var(--feat-glow)
}

.price-card.feat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-sub), transparent 50%);
  pointer-events: none
}

.pop-tag {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pop-color);
  background: var(--pop-bg);
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 600;
  border: 1px solid var(--pop-border)
}

.plan-n {

  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 14px;
  font-weight: 500
}

.price-big {

  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: -2px
}

.price-card.feat .price-big {
  color: var(--primary)
}

.price-card.feat .plan-n {
  color: rgba(244, 244, 255, .3)
}

.price-big sup {
  font-size: 18px;
  font-weight: 400;
  vertical-align: super;
  letter-spacing: 0;
  color: var(--text-faint)
}

.price-unit {
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border)
}

.price-card.feat .price-unit {
  border-color: rgba(255, 255, 255, .08)
}

.price-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 24px
}

.price-feats li {
  font-size: 13px;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 300
}

.price-card.feat .price-feats li {
  color: rgba(244, 244, 255, .7)
}

.chk {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.chk.o {
  background: var(--chk-o-bg);
  border: 1px solid var(--chk-o-border)
}

.chk.b {
  background: var(--chk-b-bg);
  border: 1px solid var(--chk-b-border)
}

.price-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  cursor: pointer;
  font-family: inherit;
  border: none;
  width: 100%
}

.price-btn.out {
  border: 1px solid var(--border2);
  color: var(--text-dim);
  background: transparent
}

.price-btn.out:hover {
  background: var(--primary-sub);
  color: var(--primary);
  border-color: var(--primary)
}

.price-btn.sol {
  background: var(--price-btn-sol-bg);
  color: #fff;
  border: 1px solid var(--price-btn-sol-bdr)
}

.price-btn.sol:hover {
  background: var(--price-btn-sol-hover);
  box-shadow: 0 0 24px var(--price-btn-sol-glow)
}

/* TESTIMONIALS */
.test-wrap {
  background: var(--test-bg);
  padding: 100px 48px 0;
  overflow: hidden
}

.t-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding-bottom: 80px
}

.t-track.ltr {
  animation: mqL 30s linear infinite
}

.t-track.rtl {
  animation: mqR 30s linear infinite
}

.t-track:hover {
  animation-play-state: paused
}

.t-card {
  flex-shrink: 0;
  width: 290px;
  background: var(--t-card-bg);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid var(--border);
  transition: border-color .2s
}

.t-card:hover {
  border-color: var(--border2)
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px
}

.star {
  width: 12px;
  height: 12px;
  background: var(--star-color);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.t-text {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 300
}

.t-author {
  display: flex;
  align-items: center;
  gap: 10px
}

.t-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0
}

.av-o {
  background: var(--ico-o-bg);
  color: var(--ico-o-color)
}

.av-b {
  background: var(--ico-b-bg);
  color: var(--ico-b-color)
}

.t-name {
  font-size: 12px;
  font-weight: 500;
  color: var(--text)
}

.t-city {
  font-size: 10px;
  color: var(--text-faint)
}

/* CTA */
.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px
}

.cta-l {
  background: var(--cta-l-bg);
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.cta-l::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06)
}

.cta-l::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04)
}

.cta-r {
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--cta-r-bg);
  border-top: 1px solid var(--cta-r-border)
}

.cta-r::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--cta-r-orb), transparent);
  pointer-events: none
}

.cta-r::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid var(--cta-r-border)
}

.cta-ey {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 14px;
  font-weight: 500
}

.cta-h {

  font-size: clamp(32px, 4vw, 48px);
  color: #fff;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  letter-spacing: -1px
}

.cta-r .cta-h {
  color: var(--cta-r-title)
}

.cta-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
  margin-bottom: 26px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  max-width: 290px
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: fit-content;
  font-family: inherit;
  border: none
}

.cta-btn.wh {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25)
}

.cta-btn.wh:hover {
  background: rgba(255, 255, 255, .22);
  transform: translateY(-2px)
}

.cta-btn.pr {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary-l)
}

.cta-btn.pr:hover {
  background: var(--primary-l);
  box-shadow: 0 0 24px var(--primary-glow);
  transform: translateY(-2px)
}

/* FOOTER */
footer {
  background: #08080F;
  padding: 60px 48px 36px;
  border-top: 1px solid rgba(240, 90, 26, .1)
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.f-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px
}

.f-logo-name {

  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F4F4FF
}

.f-logo-sub {
  font-size: 8px;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase
}

.f-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, .3);
  line-height: 1.65;
  font-weight: 300;
  max-width: 240px
}

.f-col-t {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .25);
  margin-bottom: 14px;
  font-weight: 600
}

.f-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.f-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, .35);
  font-size: 13px;
  transition: color .2s
}

.f-links a:hover {
  color: #F4F4FF
}

.footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 16px
}

.f-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, .18)
}

.socials {
  display: flex;
  gap: 10px
}

.soc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
  color: rgba(255, 255, 255, .3)
}

.soc:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 0 12px var(--primary-glow);
  transform: translateY(-2px)
}

/* ══ ANIMATIONS ════════════════════════════════ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateX(-50%) translateY(0)
  }

  50% {
    transform: translateX(-50%) translateY(-10px)
  }
}

@keyframes floatCard2 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-7px)
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

@keyframes d1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1)
  }

  33% {
    transform: translate(-30px, 20px) scale(1.05)
  }

  66% {
    transform: translate(20px, -30px) scale(.95)
  }
}

@keyframes d2 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(30px, -20px)
  }
}

@keyframes mqL {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes mqR {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(50%)
  }
}

.anim-blink {
  animation: blink 1.5s ease-in-out infinite
}

.anim-blink2 {
  animation: blink 2s ease-in-out infinite
}

.ldot {
  width: 6px;
  height: 6px;
  background: #22C55E;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 5px;
  animation: blink 2s ease-in-out infinite
}

/* ══ REVEAL ════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease
}

.reveal.v {
  opacity: 1;
  transform: none
}

.d1 {
  transition-delay: .1s
}

.d2 {
  transition-delay: .2s
}

.d3 {
  transition-delay: .3s
}

/* ══ SCROLLBAR ═════════════════════════════════ */
::-webkit-scrollbar {
  width: 3px
}

::-webkit-scrollbar-track {
  background: var(--bg)
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 2px
}

/* ══ RESPONSIVE ════════════════════════════════ */
@media(max-width:960px) {
  nav {
    padding: 0 20px
  }

  .nav-links {
    display: none
  }

  .hero {
    flex-direction: column;
    padding: 100px 24px 60px;
    gap: 48px
  }

  .hero-right {
    width: 100%;
    display: none
  }

  section,
  .svc-wrap,
  .how-wrap,
  .price-wrap,
  .test-wrap {
    padding: 70px 24px
  }

  .trust-wrap {
    padding: 40px 24px
  }

  .svc-grid {
    grid-template-columns: 1fr 1fr
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .step-line {
    display: none
  }

  .price-grid {
    grid-template-columns: 1fr
  }

  .cta {
    grid-template-columns: 1fr
  }

  .cta-l,
  .cta-r {
    padding: 56px 28px
  }

  footer {
    padding: 48px 24px 28px
  }

  .footer-top {
    grid-template-columns: 1fr 1fr
  }

  .trust-inner {
    justify-content: center
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}

/* ══ STATIC PAGE ═══════════════════════════════ */
.page-wrap {
  min-height: 100vh;
  padding: 160px 48px 100px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.page-wrap::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: var(--orb1-color);
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.page-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-content {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  color: var(--text);
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 700;
}

.page-content h2 {
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.page-content h3 {
  font-size: 20px;
}

.page-content h4 {
  font-size: 17px;
}

.page-content p {
  margin-bottom: 18px;
}

.page-content ul,
.page-content ol {
  margin-bottom: 18px;
  padding-inline-start: 24px;
}

.page-content li {
  margin-bottom: 8px;
}

.page-content a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .2s;
}

.page-content a:hover {
  opacity: .75;
}

.page-content strong {
  color: var(--text);
  font-weight: 600;
}

.page-content blockquote {
  border-inline-start: 3px solid var(--primary);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--card);
  border-radius: 0 12px 12px 0;
  color: var(--text);
  font-style: italic;
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.page-content th,
.page-content td {
  padding: 12px 16px;
  border: 1px solid var(--border);
  text-align: start;
}

.page-content th {
  background: var(--card);
  color: var(--text);
  font-weight: 600;
}

.page-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--text-dim);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.page-back:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-sub);
}

@media (max-width: 768px) {
  .page-wrap {
    padding: 130px 24px 60px;
  }

  .page-content {
    font-size: 15px;
  }
}

.v-main-logo {
  transition: filter 0.3s;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}

/* Dark Mode Logo Auto-Invert */
[data-theme="dark"] .nav-logo img,
[data-theme="dark"] .v-main-logo,
.f-logo {
  filter: brightness(0) invert(1) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
}