* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #050505;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  padding: 20px 0;
  transition: all 0.25s ease;
}

.nav.is-scrolled {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #10b981;
  color: #050505;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
}

.brand-icon.small {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.brand-accent {
  color: #10b981;
}

.nav-links {
  display: flex;
  gap: 24px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a:hover {
  color: #fff;
}

.hero {
  position: relative;
  padding: 140px 0 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #34d399;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h1 {
  margin: 0 0 18px;
  line-height: 1.1;
  font-size: clamp(36px, 5.8vw, 72px);
}

.gradient-text {
  background: linear-gradient(90deg, #34d399, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitle {
  margin: 0;
  color: #a3a3a3;
  max-width: 620px;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.7;
}

.cta-row {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-row.center {
  justify-content: center;
}

.btn {
  border: 0;
  border-radius: 16px;
  padding: 14px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s ease;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: #10b981;
  color: #050505;
}

.btn-primary:hover {
  background: #34d399;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn-light {
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  background: #fff;
  color: #050505;
}

.btn-light:hover {
  background: #10b981;
}

.btn-dark {
  background: #050505;
  color: #fff;
}

.btn-glass {
  background: rgba(255, 255, 255, 0.2);
  color: #050505;
}

.members {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #050505;
  margin-left: -10px;
}

.avatars img:first-child {
  margin-left: 0;
}

.member-text {
  font-size: 14px;
  color: #a3a3a3;
}

.member-text p {
  margin: 2px 0;
}

.member-text strong {
  color: #fff;
}

.stars {
  color: #f59e0b;
}

.hero-image-wrap {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  padding: 8px;
}

.hero-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.float-card {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.float-up {
  top: -20px;
  right: -20px;
  background: #10b981;
}

.float-pulse {
  bottom: -20px;
  left: -20px;
  background: #2563eb;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  z-index: -1;
}

.glow-1 {
  width: 800px;
  height: 500px;
  background: rgba(16, 185, 129, 0.16);
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
}

.glow-2 {
  width: 380px;
  height: 380px;
  background: rgba(59, 130, 246, 0.12);
  right: 0;
  bottom: 20px;
}

.stats {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 34px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

.stats-grid h3 {
  margin: 0 0 4px;
  font-size: 34px;
}

.stats-grid p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #737373;
}

.section {
  padding: 88px 0;
}

.title-block {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

.title-left {
  text-align: left;
  margin-left: 0;
}

h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.15;
}

.title-block p {
  margin: 0;
  color: #a3a3a3;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-card:hover {
  border-color: rgba(16, 185, 129, 0.6);
  transform: translateY(-4px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.feature-card p {
  margin: 0;
  color: #a3a3a3;
  line-height: 1.7;
}

.section-soft {
  background: rgba(16, 185, 129, 0.06);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.testimonial-card {
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
}

.testimonial-card p {
  margin: 0 0 24px;
  color: #d4d4d4;
  line-height: 1.7;
  font-style: italic;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.person img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.person h4 {
  margin: 0;
}

.person small {
  color: #10b981;
}

.cta-section {
  padding-top: 40px;
}

.cta-box {
  border-radius: 44px;
  text-align: center;
  padding: 56px 32px;
  background: linear-gradient(140deg, #10b981, #2563eb);
}

.cta-box h2 {
  color: #050505;
}

.cta-box p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(5, 5, 5, 0.75);
  font-size: 19px;
  line-height: 1.7;
}

.cta-tips {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(5, 5, 5, 0.72);
  font-weight: 700;
  font-size: 14px;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 0 80px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  color: #737373;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 16px;
  color: #a3a3a3;
  font-size: 14px;
}

.mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: none;
  z-index: 40;
}

.mobile-cta .btn {
  width: 100%;
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .footer {
    padding-bottom: 110px;
  }

  .mobile-cta {
    display: block;
  }
}
