.hero{position:relative;padding:80px 0 120px;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:center}.hero__content{max-width:640px}.hero .eyebrow{margin-bottom:28px}.hero h1{font-size:clamp(42px,5.8vw,80px);font-weight:900;line-height:1.02;letter-spacing:-.025em;color:var(--ink-900);margin-bottom:32px}.hero h1 .gradient-text{display:inline-block}.hero__lede{font-size:19px;font-weight:600;line-height:1.55;color:var(--ink-700);max-width:540px;margin-bottom:40px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero__stats{display:flex;gap:48px}.hero__stat-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500);margin-bottom:6px}.hero__stat-value{font-size:22px;font-weight:900;color:var(--ink-900)}.hero__visual{position:relative;min-height:560px}.hero-tile{position:absolute;background:var(--ink-0);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:24px;display:flex;flex-direction:column;gap:14px;transition:transform var(--duration-slow) var(--ease)}.hero-tile__icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--ink-0);flex-shrink:0}.hero-tile__icon svg{width:26px;height:26px}.hero-tile__title{font-size:16px;font-weight:900;color:var(--ink-900)}.hero-tile__subtitle{font-size:13px;font-weight:600;color:var(--ink-500);line-height:1.5}.hero-tile--flagship{top:40px;left:0;width:360px;padding:28px;background:var(--ink-900);color:var(--ink-0);border:1px solid rgba(255,255,255,.08)}.hero-tile--flagship .hero-tile__icon{background:var(--product-gradient)}.hero-tile--flagship .hero-tile__title{color:var(--ink-0);font-size:20px}.hero-tile--flagship .hero-tile__subtitle{color:#ffffffa8;font-size:14px}.hero-tile--flagship .hero-tile__row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#ffffff0a;border-radius:var(--radius-md);font-size:13px;font-weight:700}.hero-tile--flagship .hero-tile__row strong{color:var(--product-primary-light)}.hero-tile--soon-1{top:300px;right:80px;width:260px;opacity:.9}.hero-tile--soon-1 .hero-tile__icon{background:var(--brand-gradient)}.hero-tile--soon-2{top:80px;right:0;width:220px;opacity:.8}.hero-tile--soon-2 .hero-tile__icon{background:linear-gradient(154deg,#6b7280,#374151 140.83%)}.hero-tile__badge{align-self:flex-start;padding:4px 10px;border-radius:var(--radius-pill);background:var(--ink-100);color:var(--ink-500);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.hero-tile__badge--live{background:#10b9811f;color:#047857}.hero__visual:hover .hero-tile--flagship{transform:translate(-6px,-4px) rotate(-1deg)}.hero__visual:hover .hero-tile--soon-1{transform:translate(6px,4px) rotate(1.5deg)}.hero__visual:hover .hero-tile--soon-2{transform:translate(4px,-2px) rotate(-2deg)}@media (max-width: 1100px){.hero__grid{grid-template-columns:1fr;gap:60px}.hero__content{max-width:100%}.hero__visual{min-height:520px;max-width:540px;margin:0 auto;width:100%}}@media (max-width: 640px){.hero{padding:40px 0 80px}.hero__lede{font-size:16px;margin-bottom:32px}.hero__stats{gap:32px}.hero__stat-value{font-size:18px}.hero__visual{min-height:480px}.hero-tile--flagship{width:100%;max-width:320px;left:0;top:20px}.hero-tile--soon-1{top:320px;right:0;width:220px}.hero-tile--soon-2{top:120px;right:-10px;width:180px}}.flagship{padding:80px 0}.flagship__card{background:var(--ink-900);color:var(--ink-0);border-radius:32px;padding:72px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;overflow:hidden}.flagship__card:before{content:"";position:absolute;top:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(123,97,255,.32),transparent 62%);pointer-events:none}.flagship__content{position:relative;z-index:1}.flagship__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:var(--radius-pill);background:#7b61ff2e;color:var(--product-primary-light);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:28px}.flagship__eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--success-500);box-shadow:0 0 0 4px #10b98140}.flagship__card h2{font-size:clamp(34px,4vw,52px);font-weight:900;line-height:1.08;letter-spacing:-.02em;margin-bottom:24px;color:var(--ink-0)}.flagship__card h2 .gradient-text--product{background:linear-gradient(154deg,#9b84ff,#c4b3ff 140.83%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.flagship__card p{font-size:17px;font-weight:600;color:#ffffffb8;line-height:1.6;margin-bottom:36px;max-width:460px}.flagship__features{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.flagship__features span{padding:8px 14px;border-radius:var(--radius-pill);background:#ffffff0f;color:#ffffffdb;font-size:13px;font-weight:700;border:1px solid rgba(255,255,255,.08)}.flagship__actions{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:1}.flagship__mock{position:relative;z-index:1;display:flex;justify-content:center}.phone-mock{width:320px;border-radius:40px;padding:18px 16px;background:#0f0f0f;border:1.5px solid #2a2a2a;box-shadow:0 40px 80px #00000080,0 0 0 8px #ffffff05;font-size:13px;color:#fff;display:flex;flex-direction:column;gap:14px}.phone-mock__topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 6px 14px;border-bottom:1px solid #2a2a2a}.phone-mock__topbar-title{display:flex;align-items:center;gap:10px;font-weight:700}.phone-mock__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#7b61ff,#9b84ff)}.phone-mock__close{width:28px;height:28px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#9ca3af}.phone-mock__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;background:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a}.phone-mock__tab{padding:10px;border-radius:8px;text-align:center;font-size:12px;font-weight:700;color:#9ca3af}.phone-mock__tab--active{background:#7b61ff2e;color:#fff;border:1px solid rgba(123,97,255,.4)}.phone-mock__tab--active:after{content:"реком.";display:block;margin-top:2px;font-size:9px;color:#9b84ff;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.phone-mock__amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.phone-mock__amount{padding:12px 6px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;text-align:center;font-weight:700;font-size:13px}.phone-mock__amount--active{background:#7b61ff2e;border-color:#7b61ff80;color:#fff}.phone-mock__fees{display:flex;justify-content:space-between;padding:12px 14px;background:#7b61ff1a;border:1px solid rgba(123,97,255,.28);border-radius:12px;font-size:12px}.phone-mock__fees-label{color:#9b84ff;font-weight:700}.phone-mock__fees-value{color:#fff;font-weight:800}.phone-mock__cta{padding:14px;border-radius:12px;background:linear-gradient(135deg,#7b61ff,#6347e8);color:#fff;text-align:center;font-weight:800;font-size:14px}@media (max-width: 980px){.flagship__card{grid-template-columns:1fr;padding:48px 40px;gap:48px;text-align:left}.flagship__mock{order:-1}}@media (max-width: 640px){.flagship{padding:60px 0}.flagship__card{padding:36px 24px;border-radius:24px}.flagship__card h2{font-size:30px}.flagship__card p{font-size:15px}.phone-mock{width:280px}}.section{padding:100px 0;position:relative}.section--soft{background:var(--ink-100)}.section__head{max-width:760px;margin:0 auto 72px;text-align:center}.section__head--left{text-align:left;margin-left:0}.section__head .eyebrow{margin-bottom:28px}.section__head h2{margin-bottom:20px}.section__head .lede{margin-top:12px}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.audience-card{background:var(--ink-0);border:1.5px solid rgba(40,40,40,.08);border-radius:var(--radius-2xl);padding:32px;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease)}.audience-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#f65a004d}.audience-card__icon{width:64px;height:64px;border-radius:var(--radius-lg);background:var(--brand-gradient-soft);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--brand-500)}.audience-card__icon svg{width:28px;height:28px}.audience-card h3{font-size:18px;font-weight:900;color:var(--ink-900);margin-bottom:10px}.audience-card p{font-size:14px;font-weight:600;color:var(--ink-700);line-height:1.55}@media (max-width: 1100px){.audience-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.audience-grid{grid-template-columns:1fr}}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.value-card{background:var(--ink-0);border-radius:var(--radius-2xl);padding:40px;border:1.5px solid rgba(40,40,40,.08);transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease)}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#f65a004d}.value-card__num{display:inline-block;font-size:15px;font-weight:900;color:var(--brand-500);margin-bottom:18px;letter-spacing:.06em}.value-card h3{font-size:22px;font-weight:900;color:var(--ink-900);margin-bottom:12px;line-height:1.25}.value-card p{font-size:15px;font-weight:600;color:var(--ink-700);line-height:1.6}@media (max-width: 1024px){.value-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.value-grid{grid-template-columns:1fr;gap:20px}.value-card{padding:32px 28px}}.ecosystem{background:var(--ink-900);color:var(--ink-0);padding:100px 0;position:relative;overflow:hidden}.ecosystem:before{content:"";position:absolute;top:-20%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(246,90,0,.18),transparent 70%);pointer-events:none}.ecosystem h2{color:var(--ink-0)}.ecosystem .section__head p{color:#fff9}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ecosystem-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-2xl);padding:36px;position:relative}.ecosystem-card--live{background:linear-gradient(160deg,#7b61ff24,#7b61ff05);border-color:#7b61ff59}.ecosystem-card__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-pill);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:#ffffff14;color:#ffffffa6;margin-bottom:24px}.ecosystem-card--live .ecosystem-card__badge{background:#10b9812e;color:#6ee7b7}.ecosystem-card--live .ecosystem-card__badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--success-500);box-shadow:0 0 0 4px #10b98140}.ecosystem-card h3{font-size:24px;font-weight:900;margin-bottom:12px;color:var(--ink-0)}.ecosystem-card p{font-size:15px;font-weight:600;color:#ffffffa8;line-height:1.6;margin-bottom:28px}.ecosystem-card a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:var(--product-primary-light)}.ecosystem-card a:hover{color:#fff}@media (max-width: 1024px){.ecosystem-grid{grid-template-columns:1fr}}.token-overview{padding:100px 0;background:var(--product-bg-soft);position:relative;overflow:hidden}.token-overview:before{content:"";position:absolute;top:-30%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(123,97,255,.15),transparent 60%);pointer-events:none}.token-overview .container{position:relative;z-index:1}.token-overview__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.token-overview__text .eyebrow{margin-bottom:20px}.token-overview__text h2{font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.1;color:var(--ink-900);margin-bottom:20px}.token-overview__text>p{font-size:16px;font-weight:600;line-height:1.6;color:var(--ink-700);margin-bottom:32px;max-width:520px}.token-overview__highlights{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px}.token-overview__hl{padding:16px 18px;background:var(--ink-0);border-radius:var(--radius-lg);border:1px solid rgba(40,40,40,.06)}.token-overview__hl-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500);margin-bottom:4px}.token-overview__hl-value{font-size:16px;font-weight:900;color:var(--ink-900)}.token-overview__right{background:var(--ink-0);border-radius:28px;padding:40px;border:1.5px solid rgba(40,40,40,.06)}.token-overview__right h3{font-size:18px;font-weight:900;color:var(--ink-900);margin-bottom:20px}.token-overview__bar{display:flex;height:24px;border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.token-overview__bar-seg{font-size:0}.token-overview__bar-seg:nth-child(1){background:var(--product-primary)}.token-overview__bar-seg:nth-child(2){background:#9b84ff}.token-overview__bar-seg:nth-child(3){background:#b8a5ff}.token-overview__bar-seg:nth-child(4){background:var(--brand-400)}.token-overview__bar-seg:nth-child(5){background:var(--brand-500)}.token-overview__legend{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.token-overview__legend-item{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:var(--ink-700)}.token-overview__legend-left{display:flex;align-items:center;gap:10px}.token-overview__legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.token-overview__legend-item:nth-child(1) .token-overview__legend-dot{background:var(--product-primary)}.token-overview__legend-item:nth-child(2) .token-overview__legend-dot{background:#9b84ff}.token-overview__legend-item:nth-child(3) .token-overview__legend-dot{background:#b8a5ff}.token-overview__legend-item:nth-child(4) .token-overview__legend-dot{background:var(--brand-400)}.token-overview__legend-item:nth-child(5) .token-overview__legend-dot{background:var(--brand-500)}.token-overview__legend-pct{font-weight:900;color:var(--ink-900)}.token-overview__utils{display:flex;flex-direction:column;gap:8px}.token-overview__util{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--ink-700)}.token-overview__util:before{content:"";flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--product-gradient)}@media (max-width: 980px){.token-overview__grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 640px){.token-overview{padding:60px 0}.token-overview__highlights{grid-template-columns:1fr}.token-overview__right{padding:28px}}.faq-preview{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:flex-start}.faq-preview__side h2{margin-bottom:20px}.faq-preview__side p{font-size:16px;font-weight:600;color:var(--ink-700);line-height:1.6;margin-bottom:32px;max-width:420px}@media (max-width: 980px){.faq-preview{grid-template-columns:1fr;gap:40px}}.final-cta{padding:120px 0;text-align:center}.final-cta h2{margin-bottom:24px}.final-cta p{font-size:18px;font-weight:600;color:var(--ink-700);max-width:560px;margin:0 auto 40px;line-height:1.6}.final-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.final-cta{padding:80px 0}.final-cta p{font-size:16px}}
