* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 15px
}

body {
  background-color: #0a0a0a;
  font-family: 'Inter', sans-serif;
  color: #e8e8e8;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.bg-static {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  z-index: -2;
}

.bg-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 48px 48px;
  z-index: -1;
  pointer-events: none;
}

main {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 5%;
}

.hero {
  padding: 220px 0 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1.2;
  min-width: 280px;
}

.badge {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8a8a8a;
  margin-bottom: 1.2rem;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  background-image: linear-gradient(90deg, #673AB7, #F44336);
  background-position: 0;
  -webkit-background-clip: text;
  font-weight: 800;
  color: #0000 !important;
  text-transform: uppercase;
  font-family: sans-serif;
}

.accent {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.hero-desc {
  font-size: 0.95rem;
  color: #9a9a9a;
  max-width: 500px;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.btn-primary {
  background: #1a1a1a;
  border: 1px solid #2c2c2c;
  padding: 0.7rem 1.8rem;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.85rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-primary:hover {
  background: #2a2a2a;
  border-color: #3a3a3a;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #2c2c2c;
  padding: 0.7rem 1.8rem;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.85rem;
  color: #cccccc;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-secondary:hover {
  border-color: #5a5a5a;
  color: #ffffff;
}

.stats-row {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.stat-item p:first-child {
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffffff;
}

.stat-item p:last-child {
  font-size: 0.7rem;
  color: #7a7a7a;
  letter-spacing: 0.3px;
}

.hero-right {
  flex: 0.9;
  min-width: 280px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase-wrap {
  position: relative;
  width: 340px;
  height: 340px;
}

.showcase-main {
  width: 320px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  z-index: 3;
  background: #111;
}

.showcase-secondary {
  position: absolute;
  width: 260px;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  background: #111;
}

.showcase-s1 {
  right: -60px;
  top: -40px;
  z-index: 2;
  opacity: 0.85;
  transform: rotate(3deg);
  animation: float1 5s ease-in-out infinite;
}

.showcase-s2 {
  right: -40px;
  bottom: -40px;
  z-index: 2;
  opacity: 0.85;
  transform: rotate(-2deg);
  animation: float2 6s ease-in-out infinite;
}

@keyframes float1 {

  0%,
  100% {
    transform: rotate(3deg) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateY(-8px);
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
  }

  50% {
    transform: rotate(-2deg) translateY(6px);
  }
}

.showcase-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(232, 82, 26, 0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.section {
  padding: 80px 0;
  border-top: 1px solid #151515;
}

.section-header {
  margin-bottom: 48px;
}

.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7a7a7a;
  margin-bottom: 0.8rem;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.feature-card {
  background: #0a0a0a;
  padding: 2rem;
  transition: background 0.2s;
}

.feature-card:hover {
  background: #0e0e0e;
}

.feature-icon {width: 24px;}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #fff;
}

.feature-card p {
  font-size: 0.85rem;
  color: #8a8a8a;
  line-height: 1.5;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.step.reveal {
  border-left: 1px solid #222;
  padding-left: 1.2rem;
}

.step-number {
  font-size: 1.8rem;
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 0.8rem;
  font-feature-settings: "tnum";
}

.step h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  color: #fff;
}

.step p {
  font-size: 1rem;
  color: #8a8a8a;
}

.cta-banner {
  background: #0f0f0f;
  border: 1px solid #1c1c1c;
  border-radius: 24px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 40px 0 80px;
}

.cta-banner h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.cta-banner p {
  color: #8a8a8a;
  font-size: 0.85rem;
}

footer {
  border-top: 1px solid #151515;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  color: #5a5a5a;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.ha {
    opacity: 0;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.34, 1.2, 1.64, 1);
}

.ha-left {
    animation-name: slideFromLeft;
}

.ha-right {
    animation-name: slideFromRight;
}

.ha-top {
    animation-name: slideFromTop;
}

.ha-bottom {
    animation-name: slideFromBottom;
}

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFromTop {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideFromBottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ha-scale {
    animation-name: scaleIn;
    animation-duration: 1.6s;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ha-blur {
    animation-name: blurIn;
    animation-duration: 1.7s;
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(8px);
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    padding-top: 100px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }

  .showcase-s1,
  .showcase-s2 {
    width: 200px;
  }

  .showcase-main {
    width: 260px;
  }

  .showcase-wrap {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 640px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    flex-direction: column;
    text-align: center;
  }

  .showcase-s1 {
    right: -30px;
    top: -30px;
  }

  .showcase-s2 {
    right: -20px;
    bottom: -30px;
  }

  .features-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 460px) {

  .features-grid,
  .steps {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 4px;
}