From 31333e6b9d9b70817d75d4348001d4091d9cfb66 Mon Sep 17 00:00:00 2001 From: wasrusgen Date: Wed, 3 Jun 2026 20:36:27 +0300 Subject: [PATCH] =?UTF-8?q?landing:=20=D0=BD=D0=B5=D0=BE=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=B7=D0=B5=D0=BB=D1=91=D0=BD=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BE=D0=B1=D0=B2=D0=BE=D0=B4=D0=BA=D0=B0=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=B5=D0=BA=20=D0=BF=D1=80=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8=20(glow=20#10B?= =?UTF-8?q?981)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/consult_landing.html | 4 ++-- docs/main.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/consult_landing.html b/docs/consult_landing.html index 260cb87..130f531 100644 --- a/docs/consult_landing.html +++ b/docs/consult_landing.html @@ -124,7 +124,7 @@ background: var(--bg2); border: 1px solid var(--border); border-radius: 20px; padding: 28px; transition: all .2s ease-in-out; } - .feature-card:hover { background: #233148; border-color: #3E4D66; box-shadow: 0 16px 40px rgba(0,0,0,.28); } + .feature-card:hover { background: #233148; border-color: #10B981; box-shadow: 0 0 0 1px #10B981, 0 0 18px rgba(16,185,129,.5), 0 0 44px rgba(16,185,129,.22), 0 16px 40px rgba(0,0,0,.28); } .feature-icon { width: 48px; height: 48px; background: rgba(16,185,129,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; transition: transform .3s cubic-bezier(.2,.7,.3,1), background .3s, box-shadow .3s; } .feature-card:hover .feature-icon { transform: translateY(-2px) scale(1.08); background: rgba(16,185,129,0.18); box-shadow: 0 8px 22px rgba(16,185,129,.28); } .feature-card:hover .feature-icon svg { stroke: #10B981; } @@ -222,7 +222,7 @@ /* Спокойный hover карточек (timeweb-style: осветление фона + мягкая тень) */ .problem-card, .funnel-step, .demo-card { transition: all .2s ease-in-out; } - .problem-card:hover, .funnel-step:hover, .demo-card:hover { background: #233148; border-color: #3E4D66; box-shadow: 0 16px 40px rgba(0,0,0,.28); } + .problem-card:hover, .funnel-step:hover, .demo-card:hover { background: #233148; border-color: #10B981; box-shadow: 0 0 0 1px #10B981, 0 0 18px rgba(16,185,129,.5), 0 0 44px rgba(16,185,129,.22), 0 16px 40px rgba(0,0,0,.28); } @media (prefers-reduced-motion: reduce) { .hero-content > *, .reveal, .pulse-chip, .pulse-chip svg polyline { animation: none !important; transition: none !important; opacity:1 !important; transform:none !important; stroke-dashoffset:0 !important; } diff --git a/docs/main.html b/docs/main.html index 260cb87..130f531 100644 --- a/docs/main.html +++ b/docs/main.html @@ -124,7 +124,7 @@ background: var(--bg2); border: 1px solid var(--border); border-radius: 20px; padding: 28px; transition: all .2s ease-in-out; } - .feature-card:hover { background: #233148; border-color: #3E4D66; box-shadow: 0 16px 40px rgba(0,0,0,.28); } + .feature-card:hover { background: #233148; border-color: #10B981; box-shadow: 0 0 0 1px #10B981, 0 0 18px rgba(16,185,129,.5), 0 0 44px rgba(16,185,129,.22), 0 16px 40px rgba(0,0,0,.28); } .feature-icon { width: 48px; height: 48px; background: rgba(16,185,129,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; transition: transform .3s cubic-bezier(.2,.7,.3,1), background .3s, box-shadow .3s; } .feature-card:hover .feature-icon { transform: translateY(-2px) scale(1.08); background: rgba(16,185,129,0.18); box-shadow: 0 8px 22px rgba(16,185,129,.28); } .feature-card:hover .feature-icon svg { stroke: #10B981; } @@ -222,7 +222,7 @@ /* Спокойный hover карточек (timeweb-style: осветление фона + мягкая тень) */ .problem-card, .funnel-step, .demo-card { transition: all .2s ease-in-out; } - .problem-card:hover, .funnel-step:hover, .demo-card:hover { background: #233148; border-color: #3E4D66; box-shadow: 0 16px 40px rgba(0,0,0,.28); } + .problem-card:hover, .funnel-step:hover, .demo-card:hover { background: #233148; border-color: #10B981; box-shadow: 0 0 0 1px #10B981, 0 0 18px rgba(16,185,129,.5), 0 0 44px rgba(16,185,129,.22), 0 16px 40px rgba(0,0,0,.28); } @media (prefers-reduced-motion: reduce) { .hero-content > *, .reveal, .pulse-chip, .pulse-chip svg polyline { animation: none !important; transition: none !important; opacity:1 !important; transform:none !important; stroke-dashoffset:0 !important; }