@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root{
  color-scheme:dark;
  --bg:#090b11;
  --bg-soft:#0d1018;
  --card:#10141f;
  --line:rgba(255,255,255,.09);
  --line-strong:rgba(255,255,255,.15);
  --text:#f4f7fb;
  --muted:#9aa4b2;
  --purple:#8b5cf6;
  --blue:#4f7cff;
  --cyan:#37c5ff;
  --green:#68e6a5;
  --shadow:0 30px 80px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 15% 0%, rgba(103,62,255,.11), transparent 27rem),
    radial-gradient(circle at 85% 18%, rgba(45,114,255,.08), transparent 30rem),
    var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.page-glow{position:fixed;filter:blur(100px);opacity:.18;pointer-events:none;z-index:-1;border-radius:50%}
.page-glow-a{width:260px;height:260px;background:#7c3cff;top:80px;left:-100px}
.page-glow-b{width:320px;height:320px;background:#155fff;top:420px;right:-160px}

.site-header{
  position:sticky;top:0;z-index:50;
  width:min(1220px,calc(100% - 24px));margin:12px auto 0;
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 14px 12px 16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(9,11,17,.72);
  backdrop-filter:blur(18px);
  border-radius:18px;
}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:-.02em}
.brand-mark{
  display:grid;place-items:center;width:34px;height:34px;border-radius:10px;
  background:linear-gradient(135deg,var(--purple),var(--blue));
  box-shadow:0 8px 30px rgba(88,78,255,.25);font-size:13px
}
.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#c7ced8}
.desktop-nav a:hover,.footer-links a:hover{color:#fff}
.nav-cta{
  padding:10px 16px;border-radius:11px;background:#fff;color:#090b11!important;
  font-weight:700
}
.menu-button{display:none;background:none;border:0;padding:8px}
.menu-button span{display:block;width:22px;height:2px;background:#fff;margin:4px 0}
.mobile-menu{
  position:fixed;z-index:49;top:78px;left:12px;right:12px;
  background:#0d1018;border:1px solid var(--line);border-radius:18px;
  padding:14px;box-shadow:var(--shadow)
}
.mobile-menu a{display:block;padding:13px;border-radius:10px}
.mobile-menu .nav-cta{text-align:center;margin-top:8px}

.hero{
  min-height:760px;display:grid;grid-template-columns:1.08fr .92fr;
  gap:80px;align-items:center;padding-top:72px;padding-bottom:72px
}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-size:12px;text-transform:uppercase;letter-spacing:.18em;
  color:#bac3d1;font-weight:700;margin-bottom:26px
}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(104,230,165,.08)}
h1,h2,h3{font-family:"Space Grotesk",Inter,sans-serif;margin:0;letter-spacing:-.045em}
h1{font-size:clamp(56px,7vw,96px);line-height:.95;max-width:820px}
h1 span{
  background:linear-gradient(90deg,#ffffff 10%,#9caaff 58%,#72d2ff);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-name{font-size:19px;font-weight:600;margin:30px 0 8px}
.hero-text{max-width:670px;color:var(--muted);font-size:18px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  min-height:52px;padding:0 20px;border-radius:14px;font-weight:700;
  transition:.22s ease;border:1px solid transparent
}
.button:hover{transform:translateY(-2px)}
.button-primary{
  background:linear-gradient(135deg,#845dff,#4a70ff);
  box-shadow:0 16px 45px rgba(86,83,255,.22)
}
.button-secondary{background:#111722;border-color:var(--line-strong);color:#e8ecf2}
.free-proof{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px;font-size:13px;color:#aeb7c4}
.free-proof .check{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(104,230,165,.1);color:var(--green);font-weight:800}

.hero-card-wrap{display:flex;justify-content:flex-end}
.portfolio-card{
  width:100%;max-width:500px;
  background:
    radial-gradient(circle at 85% 10%,rgba(76,111,255,.18),transparent 180px),
    linear-gradient(180deg,rgba(19,24,37,.98),rgba(11,14,22,.98));
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  box-shadow:var(--shadow),0 0 90px rgba(75,72,255,.10);
  padding:28px;
  transform:rotate(1.6deg);
  overflow:hidden;
}
.portfolio-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.portfolio-label{
  display:block;color:#7d8796;font:11px ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.14em;margin-bottom:7px
}
.portfolio-value{
  font-family:"Space Grotesk",Inter,sans-serif;font-size:38px;font-weight:700;letter-spacing:-.04em
}
.portfolio-change{
  margin-top:4px;padding:8px 11px;border-radius:999px;
  background:rgba(104,230,165,.09);border:1px solid rgba(104,230,165,.18);
  color:var(--green);font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace
}
.portfolio-chart{height:260px;margin:24px -8px 10px}
.portfolio-chart svg{width:100%;height:100%;overflow:visible}
.chart-grid line{stroke:rgba(255,255,255,.065);stroke-width:1}
.portfolio-area{fill:url(#areaGradient)}
.portfolio-line{
  fill:none;stroke:url(#lineGradient);stroke-width:4;
  stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 0 8px rgba(91,112,255,.25))
}

.portfolio-bottom{
  display:flex;align-items:center;justify-content:space-between;
  color:#697485;font:11px ui-monospace,SFMono-Regular,Menlo,monospace
}



.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.ticker{width:max-content;min-width:100%;padding:18px 24px;display:flex;gap:28px;align-items:center;justify-content:center;color:#758091;font-size:12px;font-weight:800;letter-spacing:.13em}
.ticker i{font-style:normal;color:#4b5360}

.section{padding-top:120px;padding-bottom:120px}
.section-label{font-size:12px;color:#737e8f;letter-spacing:.15em;text-transform:uppercase;font-weight:800;margin-bottom:28px}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:start}
.two-col h2,.section-heading-row h2,.telegram-banner h2,.support h2{font-size:clamp(38px,5vw,64px);line-height:1.02}
.copy-stack{color:#a6afbc;font-size:17px}
.copy-stack p{margin:0 0 20px}

.telegram-banner{
  display:flex;align-items:center;justify-content:space-between;gap:50px;
  padding:54px;border-radius:26px;
  background:
    linear-gradient(120deg,rgba(123,73,255,.18),rgba(54,102,255,.11)),
    #0f1320;
  border:1px solid rgba(138,113,255,.22);
  box-shadow:0 30px 80px rgba(0,0,0,.18)
}
.telegram-banner>div{max-width:750px}
.telegram-banner h2{font-size:clamp(34px,4vw,52px);margin:13px 0}
.telegram-banner p{color:#aab3c0;margin:0;max-width:700px}
.badge{
  display:inline-flex;align-items:center;height:27px;padding:0 10px;border-radius:999px;
  background:rgba(104,230,165,.1);border:1px solid rgba(104,230,165,.22);
  color:var(--green);font-size:10px;font-weight:800;letter-spacing:.13em
}
.badge-soft{background:rgba(139,92,246,.09);color:#b8a4ff;border-color:rgba(139,92,246,.16)}
.badge-tool{background:rgba(55,197,255,.12);color:#8be1ff;border-color:rgba(55,197,255,.28)}
.badge-ref{background:rgba(255,214,102,.12);color:#ffe08a;border-color:rgba(255,214,102,.28)}

.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:38px}
.section-heading-row h2{font-size:clamp(40px,5vw,60px)}
.section-heading-row p{max-width:420px;color:#8f99a8;margin:0}

.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tool-card{
  min-height:400px;padding:28px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(180deg,rgba(17,21,32,.96),rgba(12,15,23,.96));
  display:flex;flex-direction:column;transition:.24s ease
}
.tool-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.20)}
.tool-card.featured{background:linear-gradient(180deg,rgba(72,49,127,.24),rgba(14,17,27,.98));border-color:rgba(139,92,246,.25)}
.tool-card.featured-blue{background:linear-gradient(180deg,rgba(55,197,255,.16),rgba(14,17,27,.98));border-color:rgba(55,197,255,.24)}
.site-tool-card{
  background:
    radial-gradient(circle at 82% 16%,rgba(55,197,255,.18),transparent 160px),
    linear-gradient(180deg,rgba(28,68,96,.30),rgba(12,15,23,.98));
  border-color:rgba(55,197,255,.34);
  box-shadow:0 24px 70px rgba(55,197,255,.08)
}
.site-tool-card:hover{border-color:rgba(108,226,255,.58);box-shadow:0 28px 90px rgba(55,197,255,.16)}
.ref-card-purple{
  background:
    radial-gradient(circle at 82% 12%,rgba(172,132,255,.18),transparent 150px),
    linear-gradient(180deg,rgba(80,54,142,.26),rgba(12,15,23,.98));
  border-color:rgba(160,125,255,.28)
}
.ref-card-gold{
  background:
    radial-gradient(circle at 80% 10%,rgba(255,214,102,.22),transparent 155px),
    linear-gradient(180deg,rgba(114,76,25,.24),rgba(12,15,23,.98));
  border-color:rgba(255,214,102,.32)
}
.ref-card-green{
  background:
    radial-gradient(circle at 80% 10%,rgba(104,230,165,.20),transparent 155px),
    linear-gradient(180deg,rgba(25,96,66,.24),rgba(12,15,23,.98));
  border-color:rgba(104,230,165,.30)
}
.ref-card:hover{border-color:rgba(255,224,138,.52);box-shadow:0 28px 90px rgba(255,214,102,.12)}
.tool-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:46px}
.tool-index{font:12px ui-monospace,SFMono-Regular,Menlo,monospace;color:#5e6877}
.tool-card h3{font-size:34px}
.tool-kicker{font-weight:700;color:#d5dae2;margin:8px 0 12px}
.tool-card p:not(.tool-kicker){color:#8f99a7;margin:0}
.text-link{margin-top:auto;padding-top:28px;font-size:14px;font-weight:700}
.cta-link{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  width:max-content;min-height:42px;margin-top:auto;padding:0 15px;
  border-radius:12px;background:#fff;color:#090b11;font-weight:800;
  box-shadow:0 12px 35px rgba(255,255,255,.08)
}
.site-tool-card .cta-link{background:linear-gradient(135deg,#8be1ff,#6f7cff);color:#071018}
.ref-card-gold .cta-link{background:linear-gradient(135deg,#ffe08a,#ffb84d);color:#130c02}
.ref-card-green .cta-link{background:linear-gradient(135deg,#86efac,#34d399);color:#03140b}
.ref-card-purple .cta-link{background:linear-gradient(135deg,#d9c5ff,#9f7aea);color:#11091f}
.text-link span{display:inline-block;margin-left:7px;transition:transform .2s}
.tool-card:hover .text-link span,.text-link:hover span{transform:translate(3px,-3px)}

.social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.social-card{
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;
  padding:20px;border:1px solid var(--line);border-radius:18px;background:#0d111a;transition:.22s ease
}
.social-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.16);background:#101521}
.primary-social{background:linear-gradient(105deg,rgba(68,123,255,.13),rgba(76,69,173,.08)),#0d111a;border-color:rgba(73,117,255,.2)}
.social-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#151a25;border:1px solid var(--line);font-weight:800;font-size:13px}
.social-card div:nth-child(2){display:flex;flex-direction:column}
.social-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#707b8b;font-weight:800}
.social-card strong{font-size:16px}
.social-card small{color:#7f8997;margin-top:2px}
.social-arrow{font-size:20px;color:#687383}

.support{
  display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start;
  padding-top:100px;padding-bottom:100px;border-top:1px solid var(--line)
}
.support h2{font-size:clamp(34px,4vw,50px)}
.support p{color:#8f99a7;margin:38px 0 0}

.disclaimer{
  padding:30px;border:1px solid var(--line);border-radius:18px;
  background:rgba(255,255,255,.02);margin-bottom:80px
}
.disclaimer strong{display:block;margin-bottom:8px}
.disclaimer p{color:#7f8997;font-size:13px;margin:7px 0}
.casino-line{color:#a7b0bd!important;font-weight:700}

.site-footer{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;
  padding:28px 0 38px;border-top:1px solid var(--line);color:#707a89;font-size:12px
}
.site-footer .brand{color:#d5dae1}
.footer-links{display:flex;justify-content:flex-end;gap:20px}

@media(max-width:1100px){
  .tools-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .desktop-nav{display:none}.menu-button{display:block}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:95px;gap:60px}
  .hero-card-wrap{justify-content:flex-start}.portfolio-card{max-width:620px;transform:none}
  .two-col{grid-template-columns:1fr;gap:34px}
  .telegram-banner{align-items:flex-start;flex-direction:column}
  .tool-card{min-height:320px}
  .support{grid-template-columns:1fr;gap:16px}
  .site-footer{grid-template-columns:1fr;justify-items:start}
  .footer-links{justify-content:flex-start}
}

@media(max-width:640px){
  .shell{width:min(100% - 28px,1160px)}
  .site-header{width:calc(100% - 16px);margin-top:8px}
  h1{font-size:clamp(48px,14vw,68px)}
  .hero{padding-top:70px;padding-bottom:64px}
  .hero-name{font-size:17px}
  .hero-text{font-size:16px}
  .hero-actions{flex-direction:column}
  .button{width:100%}
  .portfolio-card{padding:22px}
  .portfolio-chart{height:210px}
  .portfolio-value{font-size:32px}
  .ticker{justify-content:flex-start}
  .section{padding-top:84px;padding-bottom:84px}
  .section-heading-row{align-items:flex-start;flex-direction:column;gap:16px}
  .telegram-banner{padding:30px 22px;border-radius:20px}
  .tools-grid{grid-template-columns:1fr}
  .social-grid{grid-template-columns:1fr}
  .support{padding-top:78px;padding-bottom:78px}
  .disclaimer{margin-bottom:50px}
}

.chart-moving-dot{
  fill:#8be1ff;
  stroke:#0d111a;
  stroke-width:3;
  filter:drop-shadow(0 0 7px rgba(95,202,255,.95));
}

@keyframes portfolioPulse{
  0%,100%{opacity:1}
  50%{opacity:.45}
}
.chart-moving-dot{
  animation:portfolioPulse 1.4s ease-in-out infinite;
}

/* Hero headline v5 */
.hero-copy h1{
  max-width:760px;
  font-size:clamp(58px,6.6vw,92px);
  line-height:.94;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
.hero-copy h1 .hero-highlight{
  color:transparent;
  background:linear-gradient(90deg,#c7c9ff 0%,#8ea8ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-copy h1 .hero-highlight-noise{
  background:linear-gradient(90deg,#93a8ff 0%,#58c9ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
@media(max-width:640px){
  .hero-copy h1{font-size:clamp(48px,13vw,66px)}
}
