*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --bg: #F1F5F9;
  --bg2: #FFFFFF;
  --bg3: #F8FAFC;
  --glass: rgba(255, 255, 255, .88);
  --blue: #2563EB;
  --blue-d: #1D4ED8;
  --indigo: #4F46E5;
  --cyan: #0284C7;
  --green: #059669;
  --amber: #D97706;
  --purple: #7C3AED;
  --text: #0F172A;
  --muted: #475569;
  --border: #E2E8F0;
  --border2: #CBD5E1;
  --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.03);
  --shadow-lg: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.04);
  --shadow-glow: 0 0 32px rgba(37, 99, 235, 0.22);
  --fh: 'Syne', sans-serif;
  --fb: 'Plus Jakarta Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  background-color: #F1F5F9;
  background-image:
    radial-gradient(circle at 50% -10%, rgba(37, 99, 235, 0.14) 0%, transparent 60%),
    radial-gradient(circle at 90% 30%, rgba(79, 70, 229, 0.09) 0%, transparent 45%),
    radial-gradient(circle at 10% 60%, rgba(2, 132, 199, 0.09) 0%, transparent 45%),
    radial-gradient(circle at 70% 85%, rgba(37, 99, 235, 0.08) 0%, transparent 50%);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--fb);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  padding-bottom: 68px
}

img {
  max-width: 100%;
  display: block
}

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

ul {
  list-style: none
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(37, 99, 235, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, .025) 1px, transparent 1px);
  background-size: 56px 56px
}

::-webkit-scrollbar {
  width: 7px
}

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

::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
  background: #94A3B8
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 1
}

.gt {
  background: linear-gradient(135deg, #1D4ED8 0%, #4F46E5 50%, #0284C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(79, 70, 229, 0.1));
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: #1D4ED8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08)
}

.section-title {
  font-family: var(--fh);
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--text)
}

.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 54px;
  line-height: 1.75
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
  text-decoration: none
}

.btn-blue {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  color: #fff;
  box-shadow: 0 8px 24px -2px rgba(37, 99, 235, 0.35)
}

.btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.45);
  background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%)
}

.btn-outline {
  background: #FFFFFF;
  color: #1D4ED8;
  border: 1.5px solid #CBD5E1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04)
}

.btn-outline:hover {
  background: #F8FAFC;
  border-color: #2563EB;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
  transform: translateY(-2px)
}

.pill {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03)
}

.pill-b {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(79, 70, 229, 0.12));
  color: #1D4ED8;
  border: 1px solid rgba(37, 99, 235, 0.28)
}

.pill-g {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.12), rgba(16, 185, 129, 0.12));
  color: #047857;
  border: 1px solid rgba(5, 150, 105, 0.28)
}

.pill-a {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.12), rgba(245, 158, 11, 0.12));
  color: #B45309;
  border: 1px solid rgba(217, 119, 6, 0.28)
}

.pill-c {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.12), rgba(6, 182, 212, 0.12));
  color: #0369A1;
  border: 1px solid rgba(2, 132, 199, 0.28)
}

.pill-p {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(139, 92, 246, 0.12));
  color: #6D28D9;
  border: 1px solid rgba(124, 58, 237, 0.28)
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .58s ease, transform .58s ease
}

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

/* NAV */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03)
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.logo {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  display: flex;
  align-items: center;
  gap: 10px
}

.logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #2563EB, #0284C7);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
  overflow: hidden;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px
}

.nav-menu a {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s
}

.nav-menu a:hover {
  color: #2563EB
}

.nav-dl {
  background: linear-gradient(135deg, #2563EB, #1D4ED8);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 9px;
  transition: all .2s;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28)
}

.nav-dl:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.38)
}

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

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: rgba(37, 99, 235, .08);
  border: 1px solid var(--border2);
  border-radius: 8px;
  cursor: pointer;
  padding: 7px;
  transition: background .2s
}

.hamburger:hover {
  background: rgba(37, 99, 235, .15)
}

.hamburger span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .25s
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px)
}

.hamburger.open span:nth-child(2) {
  opacity: 0
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

/* HERO */
.hero {
  padding: 154px 0 94px;
  text-align: center;
  position: relative;
  overflow: hidden
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 520px;
  background: radial-gradient(ellipse, rgba(37, 99, 235, 0.12) 0%, transparent 68%);
  pointer-events: none
}

.hero-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #0284C7;
  text-transform: uppercase;
  margin-bottom: 18px
}

.hero h1 {
  font-family: var(--fh);
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 800;
  line-height: 1.06;
  margin-bottom: 22px;
  color: var(--text)
}

.hero-desc {
  font-size: 18px;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 38px;
  line-height: 1.75
}

.hero-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap
}

.hero-trust {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.8)
}

.stars {
  color: #D97706;
  font-size: 14px;
  letter-spacing: 1px
}

.qr-art {
  margin-top: 64px;
  display: flex;
  justify-content: center
}

.qr-box {
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border: 2px solid rgba(37, 99, 235, .3);
  border-radius: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 20px 50px -10px rgba(37, 99, 235, 0.25), var(--shadow-lg)
}

.qr-box::before,
.qr-box::after,
.qc1,
.qc2 {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px
}

.qr-box::before {
  top: -1px;
  left: -1px;
  border-top: 4px solid #0284C7;
  border-left: 4px solid #0284C7;
  border-radius: 6px 0 0 0
}

.qr-box::after {
  top: -1px;
  right: -1px;
  border-top: 4px solid #0284C7;
  border-right: 4px solid #0284C7;
  border-radius: 0 6px 0 0
}

.qc1 {
  bottom: -1px;
  left: -1px;
  border-bottom: 4px solid #0284C7;
  border-left: 4px solid #0284C7;
  border-radius: 0 0 0 6px
}

.qc2 {
  bottom: -1px;
  right: -1px;
  border-bottom: 4px solid #0284C7;
  border-right: 4px solid #0284C7;
  border-radius: 0 0 6px 0
}

.beam {
  position: absolute;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #0284C7, #2563EB, transparent);
  animation: beam 2.4s ease-in-out infinite;
  box-shadow: 0 0 12px #2563EB
}

@keyframes beam {
  0% {
    top: 14px;
    opacity: 0
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  100% {
    top: calc(100% - 14px);
    opacity: 0
  }
}

.qr-dots {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 16px
}

.qd {
  width: 10px;
  height: 10px;
  border-radius: 2px
}

.qd.b {
  background: var(--text)
}

.qd.w {
  background: transparent
}

/* STATS */
.stats {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px)
}

.stats-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px
}

.stat {
  text-align: center
}

.stat-n {
  font-family: var(--fh);
  font-size: 34px;
  font-weight: 800;
  background: linear-gradient(135deg, #1D4ED8 0%, #0284C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.stat-l {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700
}

/* ADS */
.ad-block {
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(241, 245, 249, 0.5);
  text-align: center
}

.ad-label {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 7px;
  opacity: .7
}

.adsbygoogle {
  display: block;
  background: #FFFFFF !important;
  border-radius: 8px;
  min-height: 90px;
  box-shadow: var(--shadow-sm)
}

/* FEATURES */
.features {
  padding: 96px 0;
  text-align: center
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: transparent;
  border: none;
  border-radius: 18px;
  overflow: visible
}

.feat-item {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 36px 30px;
  text-align: left;
  transition: all .25s ease;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden
}

.feat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #2563EB, #4F46E5, #0284C7);
  opacity: 0;
  transition: opacity .25s ease
}

.feat-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #CBD5E1
}

.feat-item:hover::before {
  opacity: 1
}

.feat-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04)
}

.fi-b {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(79, 70, 229, 0.12));
  color: #2563EB
}

.fi-c {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.12), rgba(6, 182, 212, 0.12));
  color: #0284C7
}

.fi-g {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.12), rgba(16, 185, 129, 0.12));
  color: #059669
}

.fi-a {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.12), rgba(245, 158, 11, 0.12));
  color: #D97706
}

.fi-p {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(139, 92, 246, 0.12));
  color: #7C3AED
}

.fi-r {
  background: linear-gradient(135deg, rgba(225, 29, 72, 0.12), rgba(244, 63, 94, 0.12));
  color: #E11D48
}

.feat-item h3 {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text)
}

.feat-item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65
}

/* MODULE SECTIONS */
.mod {
  padding: 92px 0
}

.mod-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.mod-inner.rev {
  direction: rtl
}

.mod-inner.rev>* {
  direction: ltr
}

.mod-content h2 {
  font-family: var(--fh);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 16px;
  color: var(--text)
}

.mod-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 18px
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--muted);
  font-weight: 500
}

.check-list li::before {
  content: '✓';
  color: #059669;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.15), rgba(16, 185, 129, 0.15));
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px
}

.pills-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px
}

/* PHONE MOCKUP */
.phone-wrap {
  display: flex;
  justify-content: center
}

.phone {
  width: 236px;
  background: linear-gradient(165deg, #1E293B, #0F172A);
  border: 2.5px solid #334155;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 30px 70px -10px rgba(15, 23, 42, 0.3), 0 0 0 8px #0F172A
}

.pscreen {
  background: #F8FAFC;
  padding: 10px;
  min-height: 408px
}

.pbar {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: var(--shadow-sm)
}

.pbar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-d);
  opacity: .8
}

.pbar-title {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  color: var(--text);
  flex: 1;
  text-align: center
}

.scan-area {
  background: #0F172A;
  border-radius: 8px;
  height: 170px;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

.scan-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .3)
}

.scan-frame {
  width: 94px;
  height: 94px;
  border: 1.5px solid rgba(59, 130, 246, .45);
  border-radius: 8px;
  position: relative;
  z-index: 1
}

.sf::before,
.sf::after,
.sf2,
.sf3 {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px
}

.sf::before {
  top: -1px;
  left: -1px;
  border-top: 2.5px solid var(--cyan);
  border-left: 2.5px solid var(--cyan);
  border-radius: 3px 0 0 0
}

.sf::after {
  top: -1px;
  right: -1px;
  border-top: 4px solid #0284C7;
  border-right: 4px solid #0284C7;
  border-radius: 0 6px 0 0
}

.qc1 {
  bottom: -1px;
  left: -1px;
  border-bottom: 4px solid #0284C7;
  border-left: 4px solid #0284C7;
  border-radius: 0 0 0 6px
}

.qc2 {
  bottom: -1px;
  right: -1px;
  border-bottom: 4px solid #0284C7;
  border-right: 4px solid #0284C7;
  border-radius: 0 0 6px 0
}

.p-beam {
  position: absolute;
  left: 18%;
  right: 18%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  animation: beam 2.2s ease-in-out infinite;
  z-index: 2
}

.p-row {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px;
  box-shadow: var(--shadow-sm)
}

.p-lbl {
  font-size: 8px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 5px
}

.p-val {
  font-size: 10px;
  color: var(--text);
  line-height: 1.5;
  word-break: break-all
}

.p-btns {
  display: flex;
  gap: 4px;
  margin-top: 6px
}

.p-btn {
  font-size: 8px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 5px;
  cursor: default
}

.pb-b {
  background: rgba(37, 99, 235, .15);
  color: var(--blue-d)
}

.pb-o {
  border: 1px solid var(--border2);
  color: var(--muted)
}

.p-action {
  background: linear-gradient(135deg, var(--blue-d), #1E40AF);
  border-radius: 7px;
  padding: 8px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3)
}

/* HOW IT WORKS */
.how {
  padding: 96px 0;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.7), transparent)
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 52px
}

.step {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 36px 26px;
  text-align: left;
  transition: all .25s ease;
  box-shadow: var(--shadow-md)
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #CBD5E1
}

.step-num {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2563EB, #4F46E5);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3)
}

.step h3 {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text)
}

.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65
}

/* DOCUMENT */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px
}

.doc-card {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  padding: 24px 20px;
  transition: all .25s ease;
  box-shadow: var(--shadow-md)
}

.doc-card:hover {
  border-color: #CBD5E1;
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg)
}

.doc-card .ico {
  font-size: 28px;
  margin-bottom: 12px
}

.doc-card h3 {
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--text)
}

.doc-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6
}

/* FAQ */
.faq {
  padding: 96px 0
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.faq-item {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  transition: all .25s ease;
  box-shadow: var(--shadow-sm)
}

.faq-item:hover {
  border-color: #CBD5E1;
  box-shadow: var(--shadow-md)
}

.faq-item.open {
  border-color: #2563EB;
  box-shadow: var(--shadow-md);
  background: #FFFFFF
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  background: none;
  border: none;
  color: var(--text);
  gap: 14px
}

.faq-q:hover {
  color: #2563EB
}

.faq-ico {
  font-size: 22px;
  transition: transform .28s;
  flex-shrink: 0;
  color: #2563EB
}

.faq-item.open .faq-ico {
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease
}

.faq-item.open .faq-a {
  max-height: 280px
}

.faq-a-in {
  padding: 0 24px 22px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.72
}

/* CTA */
.cta {
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden
}

.cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 65%);
  pointer-events: none
}

.cta h2 {
  font-family: var(--fh);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 16px;
  color: var(--text)
}

.cta p {
  font-size: 17px;
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto 36px
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #1E293B, #0F172A);
  border: 1px solid #334155;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 26px;
  border-radius: 14px;
  transition: all .25s ease;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25)
}

.store-btn:hover {
  border-color: #2563EB;
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35)
}

.store-btn .s-icon {
  font-size: 30px
}

.store-btn .s-txt small {
  display: block;
  font-size: 10px;
  color: #94A3B8;
  margin-bottom: 1px
}

.store-btn .s-txt strong {
  font-family: var(--fh);
  font-size: 18px
}

.app-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 500
}

/* STICKY AD */
#stickyAd {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--border2);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
  padding: 8px 16px 10px;
  text-align: center;
  transform: translateY(100%);
  transition: transform .4s ease
}

#stickyAd ins {
  max-width: 100%
}

#stickyAd.show {
  transform: translateY(0)
}

#stickyAd .x {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(15, 23, 42, .06);
  border: 1px solid var(--border2);
  color: var(--muted);
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

#stickyAd .x:hover {
  background: rgba(15, 23, 42, .12);
  color: var(--text)
}

#stickyAd .lbl {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px
}

/* COOKIE BANNER */
#cookieBanner {
  display: none;
  position: fixed;
  bottom: 74px;
  left: 14px;
  right: 14px;
  max-width: 560px;
  margin: 0 auto;
  z-index: 600;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(22px);
  flex-direction: column;
  gap: 14px
}

#cookieBanner.show {
  display: flex
}

.ck-title {
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--text)
}

.ck-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65
}

.ck-btns {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap
}

.ck-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--fb);
  border: none
}

.ck-dec {
  background: rgba(15, 23, 42, .05);
  border: 1px solid var(--border2) !important;
  color: var(--muted)
}

.ck-acc {
  background: linear-gradient(135deg, var(--blue-d), #1E40AF);
  color: #fff
}

/* FOOTER */
footer {
  padding: 54px 0 32px;
  background: #0F172A;
  color: #F8FAFC;
  border-top: 1px solid #1E293B;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 32px
}

.footer-brand .logo {
  color: #FFFFFF;
}

.footer-brand p {
  font-size: 13px;
  color: #94A3B8;
  max-width: 280px;
  line-height: 1.65;
  margin-top: 12px
}

.footer-col h4 {
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 700;
  color: #F8FAFC;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-col ul li a {
  font-size: 13.5px;
  color: #94A3B8;
  transition: color .2s
}

.footer-col ul li a:hover {
  color: #60A5FA
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid #1E293B
}

.footer-copy {
  font-size: 12.5px;
  color: #94A3B8
}

.footer-legal {
  font-size: 11.5px;
  color: #64748B;
  line-height: 1.6;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #1E293B
}

.footer-legal a {
  color: #60A5FA;
  text-decoration: underline;
  text-underline-offset: 2px
}

.priv-link {
  font-size: 12px;
  color: #94A3B8;
  border: 1px solid #334155;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 12px;
  border-radius: 7px;
  transition: all .2s
}

.priv-link:hover {
  border-color: #60A5FA;
  color: #FFFFFF;
  background: rgba(59, 130, 246, 0.15)
}

/* RESPONSIVE */
@media(max-width:960px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .mod-inner,
  .mod-inner.rev {
    grid-template-columns: 1fr;
    direction: ltr
  }

  .phone-wrap {
    margin-bottom: 28px
  }

  .steps,
  .doc-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .mod-inner .doc-grid {
    width: 100%
  }
}

@media(max-width:768px) {
  .hero {
    padding: 130px 0 60px
  }

  .section-sub {
    margin-bottom: 36px
  }

  .mod {
    padding: 60px 0
  }

  .how,
  .faq,
  .features {
    padding: 60px 0
  }

  .cta {
    padding: 70px 0
  }

  .qr-box {
    width: 150px;
    height: 150px
  }

  .qr-dots {
    gap: 3px;
    padding: 12px
  }

  .qd {
    width: 8px;
    height: 8px
  }
}

@media(max-width:600px) {
  .hamburger {
    display: flex
  }

  .nav-menu {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(22px);
    border-bottom: 1px solid var(--border2);
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
    z-index: 199;
    box-shadow: 0 12px 40px rgba(15, 23, 42, .14)
  }

  .nav-menu.open {
    display: flex
  }

  .nav-menu a {
    display: block;
    padding: 14px 24px;
    font-size: 15px;
    border-bottom: 1px solid var(--border);
    color: var(--text)
  }

  .nav-menu li:last-child a {
    border-bottom: none
  }

  .feat-grid,
  .doc-grid,
  .steps {
    grid-template-columns: 1fr
  }

  .hero h1 {
    font-size: 34px
  }

  .hero-desc {
    font-size: 16px
  }

  .hero-btns .btn {
    width: 100%;
    justify-content: center
  }

  .stats-row {
    gap: 16px
  }

  .stat-n {
    font-size: 28px
  }

  .section-title {
    font-size: 26px
  }

  .section-sub {
    font-size: 15px
  }

  .mod-content h2 {
    font-size: 24px
  }

  .phone {
    width: 210px
  }

  .pscreen {
    min-height: 360px
  }

  .footer-top {
    flex-direction: column;
    gap: 30px
  }

  .btn {
    padding: 13px 24px;
    font-size: 14.5px
  }

  .cookieBtn,
  .priv-link {
    padding: 6px 14px
  }
}

@media(max-width:480px) {
  .hero h1 {
    font-size: 29px
  }

  .hero {
    padding: 116px 0 48px
  }

  .wrap {
    padding: 0 18px
  }

  .hero-trust {
    gap: 14px
  }

  .trust-item {
    font-size: 12px
  }

  .feat-item {
    padding: 26px 22px
  }

  .step {
    padding: 26px 20px
  }

  .doc-card {
    padding: 20px 16px
  }

  .faq-q {
    padding: 18px 18px;
    font-size: 15px
  }

  .faq-a-in {
    padding: 0 18px 18px;
    font-size: 14px
  }

  .store-btn {
    padding: 12px 20px
  }

  .store-btn .s-txt strong {
    font-size: 16px
  }

  .cta h2 {
    font-size: 30px
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center
  }
}

/* PRIVACY POLICY PAGE STYLES */
.privacy-page {
  padding-top: 120px;
  padding-bottom: 80px;
}

.privacy-card {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow-md);
  margin-top: 20px;
}

.privacy-card h1 {
  font-family: var(--fh);
  font-size: 32px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.privacy-card h2 {
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-top: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}

.privacy-card h3 {
  font-family: var(--fh);
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-top: 20px;
  margin-bottom: 10px;
}

.privacy-card p,
.privacy-card li {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 12px;
}

.privacy-card ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.privacy-card ul li {
  margin-bottom: 6px;
}

.privacy-card table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.privacy-card th,
.privacy-card td {
  border: 1px solid var(--border);
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
}

.privacy-card th {
  background: var(--bg3);
  font-family: var(--fh);
  font-weight: 700;
  color: var(--text);
}

.privacy-card td {
  color: var(--muted);
}

.updated-badge {
  display: inline-block;
  font-size: 13px;
  color: var(--blue-d);
  background: rgba(37, 99, 235, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
  font-weight: 600;
}
