.hero-glow-1 {
    position: absolute;
    left: 44%;
    top: -289px;
    width: 530px;
    height: 530px;
    background: radial-gradient(circle, #1f8bff 0%, #1f8bff00 62%);
    filter: blur(30px);
    animation: duckyGlow 7s ease-in-out infinite;
    pointer-events: none;
}

.hero-glow-2 {
    position: absolute;
    top: -154px;
    right: 14%;
    width: 530px;
    height: 530px;
    background: radial-gradient(circle, #35d0ff 0%, #35d0ff00 60%);
    filter: blur(36px);
    opacity: .5;
    animation: duckyGlow 9s ease-in-out infinite;
    pointer-events: none;
}


@keyframes duckyGlow {
  0%, 100% { opacity: .55; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: .9; transform: translate(-50%, -50%) scale(1.12); }
}

.focta {
  background: linear-gradient(120deg, #35d0ff, #1f6fff);
}

.features {
  background: #0a1324;
  border-top: 1px solid #ffffff10;
  border-bottom: 1px solid #ffffff10;
  padding: 44px;
}

.features-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #0c1526;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 24px 26px;
}
.feature-card:hover { border-color: #35d0ff55; }

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #35d0ff18;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35d0ff;
  flex-shrink: 0;
}

.feature-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 18px;
    color: #eaf3ff;
  line-height: 1;
}

.feature-sub {     font-family: 'Space Grotesk', sans-serif; color: #8ea4c0; font-size: 14px; margin-top: 5px; }


.btn-primary {
    background: linear-gradient(135deg, #35d0ff, #1f6fff);
    color: #04101f;
    font-weight: 700;
        display: inline-block;
            font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 100px;
    box-shadow: 0 10px 30px #1f8bff40;
}

.hero-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 90px;
    line-height: 0.86;
    letter-spacing: -2px;
    margin: 0 0 22px;
    text-transform: uppercase;
    background: linear-gradient(160deg, #eaf3ff 30%, #35d0ff 75%, #1f6fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.zene {

    background: linear-gradient(180deg, #060b16, #08111f);
    border-top: 1px solid #ffffff0d;
}


.cta-btn {
    position: relative;
    background: #04101f;
    color: #eaf3ff;
    font-weight: 700;
    font-size: 19px;
    display: inline-block;
    padding: 25px 40px;
    border-radius: 100px;
    white-space: nowrap;
    justify-self: start;
    box-shadow: 0 10px 30px #04101f55 !important;
}


.label-dash {
  width: 38px;
  height: 3px;
  background: #35d0ff;
  box-shadow: 0 0 12px #35d0ff;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: antiquewhite;
}

.label-text {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #35d0ff;
}

.about-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.6px;
  margin: 0 0 30px;
  color: #eaf3ff;
}

.about-text {
  font-size: 19px;
  line-height: 1.8;
  color: #9fb3d1;
  margin: 0;
}


.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tile {
  background: #0c1526;
  border: 1px solid #ffffff14;
      color: #eaf3ff;
          font-family: 'Space Grotesk', sans-serif;
  border-radius: 16px;
  padding: 30px 26px;
}
.tile:hover { border-color: #35d0ff66; }

.tile-year {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #35d0ff;
  line-height: 1;
}

.tile-title { font-weight: 700; font-size: 18px; margin: 14px 0 8px;  }

.tile-text { color: #8ea4c0; font-size: 14.5px; line-height: 1.65; margin: 0; }

.tile--highlight {
  background: linear-gradient(135deg, #35d0ff, #1f6fff);
  border: none;
  color: #04101f;
}
.tile--highlight .tile-year { color: #04101f; }
.tile--highlight .tile-title { font-weight: 800;  }
.tile--highlight .tile-text { color: #04101f; font-weight: 500; }

.site-credit {
    color: #5b6f8c;
    font-size: 14px;
    font-family: 'Space Grotesk', sans-serif;
}

.site-credit a {
    color: #5b6f8c;
}

svg.heart-icon {
    width: 11px;
    height: auto;
}


@media (max-width: 767px) {

.features-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.features {
    padding: 45px 20px;
}

.tiles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.hero-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 0.86;
    letter-spacing: -2px;
    margin: 0 0 22px;
    text-transform: uppercase;
    background: linear-gradient(160deg, #eaf3ff 30%, #35d0ff 75%, #1f6fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}

.cta-btn {
    position: relative;
    background: #04101f;
    color: #eaf3ff;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 100px;
    white-space: nowrap;
    justify-self: start;
    box-shadow: 0 10px 30px #04101f55 !important;
}


  }