online v1

This commit is contained in:
2026-03-03 13:17:38 +01:00
parent 318c05d2de
commit 3aec3e58d6
24 changed files with 1542 additions and 33 deletions

View File

@@ -59,7 +59,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
@@ -403,8 +403,8 @@ body {
}
.cursor-icon {
width: 60px;
height: 60px;
width: 56px;
height: 56px;
object-fit: contain;
transition: opacity 0.3s ease;
opacity: 1 !important;
@@ -990,7 +990,6 @@ body {
.pricing-card ul {
list-style: none;
text-align: left;
}
.pricing-card li {
@@ -1101,8 +1100,8 @@ body {
}
.cursor-icon {
width: 28px;
height: 28px;
width: 26px;
height: 26px;
}
}

View File

@@ -0,0 +1,17 @@
/* Local Montserrat Font Declaration */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/montserrat-regular.ttf') format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

View File

@@ -43,7 +43,7 @@
line-height: 1.2;
color: var(--primary-dark);
margin-bottom: 24px;
font-family: 'Segoe UI', system-ui, sans-serif;
font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
}
.hero-subline {
@@ -157,15 +157,18 @@
position: absolute;
background: rgba(255, 255, 255, 0.95);
border: 2px solid var(--primary-mid);
border-radius: 12px;
padding: 16px;
min-width: 120px;
border-radius: 8px;
padding: 4px;
min-width: 40px;
width: 40px;
height: 120px;
text-align: center;
backdrop-filter: blur(15px);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor: pointer;
z-index: 3;
box-shadow: 0 4px 20px rgba(79, 71, 71, 0.1);
overflow: visible;
}
.node:hover {