:root{
  --bg:#030303;--bg2:#0b0b0b;--card:rgba(255,255,255,.065);--card2:rgba(255,255,255,.11);--line:rgba(255,255,255,.14);--text:#f7f7f7;--muted:#b8b8b8;--soft:#858585;--white:#fff;--black:#000;--radius:28px;--max:1220px;--shadow:0 30px 100px rgba(0,0,0,.62)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 0,rgba(255,255,255,.14),transparent 25%),radial-gradient(circle at 88% 0,rgba(255,255,255,.09),transparent 24%),linear-gradient(135deg,#000,#080808 52%,#181818);overflow-x:hidden}main{flex:1}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.noise{position:fixed;inset:0;pointer-events:none;opacity:.045;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.wrap{width:min(var(--max),calc(100% - 36px));margin:0 auto;position:relative;z-index:1}header{position:sticky;top:0;z-index:50;background:rgba(4,4,4,.82);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:.045em;min-width:230px}.logo{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#8c8c8c 42%,#101010);color:#050505;box-shadow:0 14px 45px rgba(255,255,255,.15);font-weight:1000;flex:0 0 auto}.brand-title{line-height:1.05}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.16em;margin-top:4px;white-space:nowrap}.menu{display:flex;align-items:center;gap:6px}.menu a{padding:11px 12px;border-radius:999px;color:var(--muted);transition:.25s;font-size:14px;white-space:nowrap}.menu a:hover,.menu a.active{background:#fff;color:#000}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:14px 20px;color:#fff;background:rgba(255,255,255,.08);cursor:pointer;transition:.25s;font-weight:850;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transition:.55s}.btn:hover:before{transform:translateX(120%)}.btn:hover{transform:translateY(-2px);background:#fff;color:#050505;box-shadow:0 18px 48px rgba(255,255,255,.14)}.btn.primary{background:#fff;color:#050505;border-color:#fff}.burger{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px;cursor:pointer}.hero{padding:92px 0 58px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.045);color:var(--muted);margin-bottom:22px}.dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 18px #fff}h1{font-size:clamp(42px,7vw,92px);line-height:.91;margin:0 0 24px;letter-spacing:-.065em}.lead{font-size:clamp(17px,2vw,22px);color:var(--muted);line-height:1.65;max-width:760px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-card{min-height:570px;border:1px solid var(--line);border-radius:38px;background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.035)),radial-gradient(circle at 50% 18%,rgba(255,255,255,.2),transparent 32%);box-shadow:var(--shadow);padding:24px;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-140px;background:conic-gradient(from 120deg,transparent,rgba(255,255,255,.18),transparent,rgba(255,255,255,.08),transparent);animation:spin 13s linear infinite;opacity:.45}@keyframes spin{to{transform:rotate(360deg)}}.panel{position:relative;z-index:1;height:100%;border:1px solid var(--line);border-radius:30px;background:rgba(0,0,0,.74);padding:22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.live{display:inline-flex;align-items:center;gap:9px;color:#fff;font-weight:900}.live:before{content:"";width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 20px #fff}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.metric{border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.05);padding:16px}.metric b{display:block;font-size:32px;letter-spacing:-.04em}.metric span{color:var(--muted);font-size:13px}.radar{margin:18px 0;border:1px solid rgba(255,255,255,.11);border-radius:24px;min-height:170px;background:radial-gradient(circle,rgba(255,255,255,.13) 0 2px,transparent 3px),repeating-radial-gradient(circle at center,transparent 0 28px,rgba(255,255,255,.08) 29px 30px),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));display:grid;place-items:center;color:var(--muted);letter-spacing:.14em;font-size:12px}section{padding:76px 0}.section-head{display:flex;justify-content:space-between;gap:26px;align-items:end;margin-bottom:30px}.section-head h2{font-size:clamp(32px,5vw,60px);line-height:1;margin:0;letter-spacing:-.05em}.section-head p{color:var(--muted);line-height:1.65;max-width:560px;margin:0}.grid{display:grid;gap:18px}.g4{grid-template-columns:repeat(4,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g2{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:26px;box-shadow:0 18px 62px rgba(0,0,0,.28);transition:.25s;position:relative;overflow:hidden}.card:hover{transform:translateY(-4px);background:var(--card2)}.card h3{margin:0 0 12px;font-size:22px}.card p,.card li{color:var(--muted);line-height:1.7}.stat b{font-size:52px;font-weight:950;letter-spacing:-.05em;background:linear-gradient(180deg,#fff,#9a9a9a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(255,255,255,.28)}.stat span{display:block;color:var(--muted);line-height:1.5;margin-top:7px}.icon{width:48px;height:48px;border-radius:17px;background:#fff;color:#000;display:grid;place-items:center;font-weight:950;margin-bottom:18px}.analytics-board{border:1px solid var(--line);border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035));padding:24px;box-shadow:var(--shadow)}.chart{height:240px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));display:flex;align-items:end;gap:10px;padding:18px}.bar{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#fff,#777);min-height:32px;animation:rise .8s ease both}.bar:nth-child(1){height:42%}.bar:nth-child(2){height:64%;animation-delay:.05s}.bar:nth-child(3){height:48%;animation-delay:.1s}.bar:nth-child(4){height:78%;animation-delay:.15s}.bar:nth-child(5){height:58%;animation-delay:.2s}.bar:nth-child(6){height:88%;animation-delay:.25s}.bar:nth-child(7){height:71%;animation-delay:.3s}.bar:nth-child(8){height:94%;animation-delay:.35s}@keyframes rise{from{transform:scaleY(.2);opacity:.25}to{transform:scaleY(1);opacity:1}}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table th{text-align:left;color:var(--soft);font-size:13px;font-weight:700;padding:0 12px}.table td{padding:15px 12px;background:rgba(255,255,255,.055);border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);color:var(--muted)}.table td:first-child{border-left:1px solid rgba(255,255,255,.09);border-radius:16px 0 0 16px;color:#fff;font-weight:800}.table td:last-child{border-right:1px solid rgba(255,255,255,.09);border-radius:0 16px 16px 0}.status{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#fff;color:#000}.tag{display:inline-flex;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);color:var(--muted);border-radius:999px;padding:8px 11px;font-size:13px;margin:4px}.page-hero{padding:72px 0 34px}.page-hero h1{max-width:980px}.legal-note{font-size:13px;color:var(--soft);line-height:1.7}.form input,.form textarea,.form select{width:100%;margin-bottom:12px;border:1px solid var(--line);background:rgba(0,0,0,.45);color:#fff;border-radius:18px;padding:15px 16px;outline:none}.form textarea{min-height:135px;resize:vertical}.checkline{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:13px;line-height:1.5}.checkline input{width:auto;margin:3px 0 0 0;flex:0 0 auto}.contact-link{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-weight:850;color:#fff;border-bottom:1px solid rgba(255,255,255,.25)}.contact-link:hover{border-bottom-color:#fff;opacity:.86}.footer{border-top:1px solid var(--line);padding:34px 0;color:var(--muted);background:rgba(0,0,0,.45);margin-top:auto}.footer-grid{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.footer a{color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.timeline{counter-reset:step}.step{padding-left:70px;min-height:120px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:24px;top:24px;width:42px;height:42px;border-radius:50%;background:#fff;color:#000;display:grid;place-items:center;font-weight:950}.mini{font-size:14px;color:var(--muted)}
@media(max-width:1100px){.brand{min-width:auto}.nav-cta{display:none}.menu{position:fixed;top:78px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;padding:14px;background:rgba(8,8,8,.98);border:1px solid var(--line);border-radius:22px;box-shadow:0 25px 80px rgba(0,0,0,.5)}.menu.open{display:flex}.menu a{text-align:center}.burger{display:inline-flex}.hero-grid,.g4,.g3,.g2{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:14px}.hero-card{min-height:460px}.hero{padding-top:56px}.brand small{font-size:9px;letter-spacing:.12em}}
@media(max-width:560px){.wrap{width:min(100% - 24px,var(--max))}.hero-card{padding:14px;border-radius:27px}.panel,.card{padding:18px}.metric-grid{grid-template-columns:1fr}section{padding:54px 0}.table{font-size:13px}.table th:nth-child(3),.table td:nth-child(3){display:none}.step{padding-left:18px}.step:before{position:static;margin-bottom:14px}h1{font-size:44px}.stat b{font-size:42px}.brand{gap:9px}.logo{width:42px;height:42px}.brand-title{font-size:14px}.brand small{white-space:nowrap;font-size:8px}}

:root {
  --green: #35ff9a;
  --red: #ff4d5e;
  --gold: #f3f3f3;
}

.stat b,
.metric b {
  background: linear-gradient(180deg, #ffffff 0%, #35ff9a 55%, #b8ffd8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(53,255,154,.18);
}

.stat:nth-child(even) b,
.metric:nth-child(even) b {
  background: linear-gradient(180deg, #ffffff 0%, #ff4d5e 58%, #ffd0d5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(255,77,94,.18);
}

.bar:nth-child(odd) {
  background: linear-gradient(180deg, #ffffff 0%, #35ff9a 50%, #174d32 100%);
  box-shadow: 0 0 22px rgba(53,255,154,.22);
}

.bar:nth-child(even) {
  background: linear-gradient(180deg, #ffffff 0%, #ff4d5e 52%, #5c1720 100%);
  box-shadow: 0 0 22px rgba(255,77,94,.22);
}

.status {
  background: linear-gradient(135deg, #35ff9a, #ffffff);
  color: #020202;
  box-shadow: 0 0 22px rgba(53,255,154,.18);
}

.live:before,
.dot {
  background: #35ff9a;
  box-shadow: 0 0 22px rgba(53,255,154,.95);
}

.card:hover {
  border-color: rgba(53,255,154,.22);
}

.card:nth-child(even):hover {
  border-color: rgba(255,77,94,.22);
}

.icon {
  background: linear-gradient(135deg, #ffffff, #35ff9a);
  box-shadow: 0 0 24px rgba(53,255,154,.18);
}

.grid .card:nth-child(even) .icon {
  background: linear-gradient(135deg, #ffffff, #ff4d5e);
  box-shadow: 0 0 24px rgba(255,77,94,.18);
}

.hero-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
    radial-gradient(circle at 28% 15%, rgba(53,255,154,.14), transparent 32%),
    radial-gradient(circle at 78% 28%, rgba(255,77,94,.12), transparent 30%);
}

.analytics-board {
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
    radial-gradient(circle at 15% 10%, rgba(53,255,154,.10), transparent 28%),
    radial-gradient(circle at 90% 25%, rgba(255,77,94,.10), transparent 28%);
}

.contact-link:hover,
.footer a:hover {
  color: #35ff9a;
  border-bottom-color: #35ff9a;
}

.btn.primary:hover {
  box-shadow: 0 0 28px rgba(53,255,154,.22);
}

.btn:hover {
  border-color: rgba(53,255,154,.35);
}

:root {
  --green: #35ff9a;
  --red: #ff4d5e;
}

.stat b {
  background: linear-gradient(180deg, #fff 0%, #35ff9a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat:nth-child(even) b {
  background: linear-gradient(180deg, #fff 0%, #ff4d5e 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* графики */
.bar:nth-child(odd) {
  background: linear-gradient(180deg, #35ff9a, #0f2f1f);
}

.bar:nth-child(even) {
  background: linear-gradient(180deg, #ff4d5e, #3a1116);
}

/* hover эффект */
.card:hover {
  border-color: rgba(53,255,154,.3);
}

/* =========================================================
   VV TECHNOLOGY — UI PRO ENTERPRISE PATCH
   Safe visual-only upgrade. Does not change backend logic.
   ========================================================= */

:root{
  --pro-green:#35ff9a;
  --pro-green-2:#00c875;
  --pro-red:#ff4d5e;
  --pro-red-2:#c9182b;
  --pro-blue:#87b7ff;
  --pro-violet:#b48cff;
  --pro-panel:rgba(255,255,255,.072);
  --pro-panel-2:rgba(255,255,255,.115);
  --pro-line:rgba(255,255,255,.16);
  --pro-line-green:rgba(53,255,154,.28);
  --pro-line-red:rgba(255,77,94,.24);
  --pro-shadow-green:0 0 34px rgba(53,255,154,.16);
  --pro-shadow-red:0 0 34px rgba(255,77,94,.13);
}

body{
  background:
    radial-gradient(circle at 18% 0%, rgba(53,255,154,.10), transparent 25%),
    radial-gradient(circle at 82% 12%, rgba(255,77,94,.09), transparent 26%),
    radial-gradient(circle at 55% 100%, rgba(135,183,255,.055), transparent 32%),
    linear-gradient(135deg,#010101,#070707 50%,#151515);
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(circle at 50% 18%, #000 0%, transparent 72%);
}

header{
  background:rgba(2,2,2,.78)!important;
  box-shadow:0 18px 60px rgba(0,0,0,.42);
}

.logo{
  background:linear-gradient(145deg,#fff 0%,#cfcfcf 34%,#3b3b3b 70%,#111 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    0 0 28px rgba(255,255,255,.10),
    0 0 34px rgba(53,255,154,.10)!important;
}

.brand-title,
.brand{
  text-shadow:0 0 18px rgba(255,255,255,.12);
}

.brand small{
  color:#d6d6d6!important;
  opacity:.9;
}

.menu a{
  position:relative;
  overflow:hidden;
}

.menu a:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:7px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--pro-green),transparent);
  transform:scaleX(0);
  transition:.25s;
}

.menu a:hover:after,
.menu a.active:after{
  transform:scaleX(1);
}

.menu a:hover,
.menu a.active{
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.08);
}

.btn{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 35px rgba(0,0,0,.22);
}

.btn.primary{
  background:linear-gradient(135deg,#fff 0%,#e9fff3 45%,#bfffdc 100%)!important;
  color:#030303!important;
  box-shadow:0 0 30px rgba(53,255,154,.18), inset 0 1px 0 rgba(255,255,255,.9)!important;
}

.btn:not(.primary):hover{
  background:linear-gradient(135deg,rgba(53,255,154,.15),rgba(255,255,255,.08))!important;
  color:#fff!important;
}

.hero h1,
.page-hero h1,
.section-head h2{
  text-shadow:0 0 30px rgba(255,255,255,.09);
}

.eyebrow{
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(53,255,154,.045))!important;
  border-color:rgba(53,255,154,.18)!important;
  box-shadow:var(--pro-shadow-green);
}

.dot,
.live:before{
  background:var(--pro-green)!important;
  box-shadow:0 0 24px rgba(53,255,154,.95),0 0 60px rgba(53,255,154,.25)!important;
}

.hero-card,
.analytics-board{
  border-color:rgba(255,255,255,.18)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035)),
    radial-gradient(circle at 16% 18%,rgba(53,255,154,.13),transparent 31%),
    radial-gradient(circle at 88% 12%,rgba(255,77,94,.10),transparent 27%),
    radial-gradient(circle at 54% 80%,rgba(135,183,255,.055),transparent 34%)!important;
  box-shadow:
    0 30px 110px rgba(0,0,0,.66),
    inset 0 1px 0 rgba(255,255,255,.12)!important;
}

.panel{
  background:
    linear-gradient(180deg,rgba(7,7,7,.92),rgba(0,0,0,.78)),
    radial-gradient(circle at 50% 0%,rgba(53,255,154,.09),transparent 32%)!important;
}

.card,
.metric{
  background:
    linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035)),
    radial-gradient(circle at 10% 0%,rgba(255,255,255,.05),transparent 25%)!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:
    0 18px 72px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.11)!important;
}

.card:before,
.metric:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(53,255,154,.28),transparent 28%,transparent 68%,rgba(255,77,94,.20));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.55;
  pointer-events:none;
}

.card:hover,
.metric:hover{
  transform:translateY(-6px) scale(1.006)!important;
  border-color:rgba(53,255,154,.28)!important;
  box-shadow:
    0 24px 90px rgba(0,0,0,.45),
    0 0 42px rgba(53,255,154,.10),
    inset 0 1px 0 rgba(255,255,255,.14)!important;
}

.card:nth-child(even):hover,
.metric:nth-child(even):hover{
  border-color:rgba(255,77,94,.26)!important;
  box-shadow:
    0 24px 90px rgba(0,0,0,.45),
    0 0 42px rgba(255,77,94,.09),
    inset 0 1px 0 rgba(255,255,255,.14)!important;
}

.stat b,
.metric b{
  background:linear-gradient(180deg,#fff 0%,#e9fff3 24%,var(--pro-green) 68%,#8fffc2 100%)!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 0 34px rgba(53,255,154,.18)!important;
}

.stat:nth-child(even) b,
.metric:nth-child(even) b{
  background:linear-gradient(180deg,#fff 0%,#ffecef 25%,var(--pro-red) 70%,#ffd0d6 100%)!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 0 34px rgba(255,77,94,.17)!important;
}

.stat:nth-child(3n) b,
.metric:nth-child(3n) b{
  background:linear-gradient(180deg,#fff 0%,#e8f1ff 26%,var(--pro-blue) 70%,#d7e8ff 100%)!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 0 34px rgba(135,183,255,.16)!important;
}

.chart{
  background:
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.022)),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px)!important;
  background-size:auto,100% 28px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.bar{
  position:relative;
  overflow:hidden;
}

.bar:after{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:35%;
  background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,0));
  opacity:.65;
}

.bar:nth-child(odd){
  background:linear-gradient(180deg,#fff 0%,var(--pro-green) 45%,#1d7d4d 100%)!important;
  box-shadow:0 0 26px rgba(53,255,154,.24)!important;
}

.bar:nth-child(even){
  background:linear-gradient(180deg,#fff 0%,var(--pro-red) 48%,#751923 100%)!important;
  box-shadow:0 0 26px rgba(255,77,94,.22)!important;
}

.bar:nth-child(3n){
  background:linear-gradient(180deg,#fff 0%,var(--pro-blue) 48%,#24456e 100%)!important;
  box-shadow:0 0 26px rgba(135,183,255,.18)!important;
}

.status{
  background:linear-gradient(135deg,#fff,var(--pro-green))!important;
  color:#020202!important;
  box-shadow:0 0 26px rgba(53,255,154,.18)!important;
}

.icon{
  background:linear-gradient(135deg,#fff,var(--pro-green))!important;
  color:#020202!important;
  box-shadow:0 0 30px rgba(53,255,154,.18)!important;
}

.grid .card:nth-child(even) .icon{
  background:linear-gradient(135deg,#fff,var(--pro-red))!important;
  box-shadow:0 0 30px rgba(255,77,94,.16)!important;
}

.grid .card:nth-child(3n) .icon{
  background:linear-gradient(135deg,#fff,var(--pro-blue))!important;
  box-shadow:0 0 30px rgba(135,183,255,.14)!important;
}

.form input,
.form textarea,
.form select{
  background:rgba(0,0,0,.52)!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:.22s;
}

.form input:focus,
.form textarea:focus,
.form select:focus{
  border-color:rgba(53,255,154,.45)!important;
  box-shadow:0 0 0 4px rgba(53,255,154,.08), inset 0 1px 0 rgba(255,255,255,.08)!important;
}

.checkline{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  border-radius:16px;
  padding:12px 14px;
}

.contact-link,
.footer a{
  color:#fff!important;
  border-bottom-color:rgba(53,255,154,.35)!important;
}

.contact-link:hover,
.footer a:hover{
  color:var(--pro-green)!important;
  border-bottom-color:var(--pro-green)!important;
}

.table td{
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.028))!important;
}

.table tr:hover td{
  border-color:rgba(53,255,154,.18)!important;
}

.radar{
  background:
    radial-gradient(circle,rgba(53,255,154,.32) 0 2px,transparent 3px),
    repeating-radial-gradient(circle at center,transparent 0 28px,rgba(53,255,154,.11) 29px 30px),
    linear-gradient(180deg,rgba(53,255,154,.04),rgba(255,77,94,.025))!important;
  color:#d7ffe7!important;
  text-shadow:0 0 18px rgba(53,255,154,.18);
}

.footer{
  background:
    linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.78)),
    radial-gradient(circle at 20% 0%,rgba(53,255,154,.06),transparent 28%)!important;
}

/* PRO animated pulse for live numbers */
#stat_live,#live_now,#report_live{
  animation:vvPulse 2.2s ease-in-out infinite;
}
@keyframes vvPulse{
  0%,100%{filter:drop-shadow(0 0 0 rgba(53,255,154,0))}
  50%{filter:drop-shadow(0 0 16px rgba(53,255,154,.28))}
}

/* Better mobile menu */
@media(max-width:1100px){
  .menu{
    background:
      linear-gradient(145deg,rgba(10,10,10,.98),rgba(0,0,0,.96)),
      radial-gradient(circle at 20% 0%,rgba(53,255,154,.10),transparent 28%)!important;
    box-shadow:0 30px 110px rgba(0,0,0,.72),0 0 42px rgba(53,255,154,.08)!important;
  }
  .menu a{
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.035);
  }
}

@media(max-width:560px){
  .card:hover,.metric:hover{transform:none!important}
  .stat b,.metric b{font-size:40px!important}
}
