@import url('https://fonts.googleapis.com/css2?family=Erica+One:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* Основные переменные цветов */
:root {
  --brand-primary: #81d8d0;
  --brand-secondary: #6bc4bc;
  --brand-text-primary: #2f2f2f;
  --brand-background: #101010;
  --brand-white: #ffffff;
  --brand-container: #201e23;
  --brand-container-stroke: #312e36;
  --brand-text-secondary: #a7a7a7;
  --brand-gray: #919191;
  --brand-dark: #0a0a0a;
  --brand-accent: rgba(129, 216, 208, 0.1);
  --gradient-primary: linear-gradient(135deg, #81d8d0, #6bc4bc);
  --gradient-secondary: linear-gradient(135deg, rgba(129, 216, 208, 0.2), rgba(129, 216, 208, 0.05));
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.15);
  --shadow-hard: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Базовые стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  touch-action: manipulation;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--brand-background);
  color: var(--brand-white);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-overflow-scrolling: touch;
}

/* Scroll Container с snap */
.scroll-container {
  height: 100vh;
  height: 100dvh; /* Динамическая высота viewport для мобильных */
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Header стили */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  background: rgba(16, 16, 16, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(129, 216, 208, 0.1);
  transition: all 0.3s ease;
}

.header-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: 'Erica One', 'Arial Black', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--brand-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
}

.nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--brand-text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: var(--brand-primary);
  background: rgba(129, 216, 208, 0.1);
}

.nav-link i {
  width: 16px;
  height: 16px;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--brand-primary);
  cursor: pointer;
  padding: 8px;
}

/* Общие стили секций */
.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  overflow: hidden;
}

.section-content {
  max-width: 1400px;
  width: 100%;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}

/* Badges */
.hero-badge,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(129, 216, 208, 0.1);
  border: 1px solid rgba(129, 216, 208, 0.3);
  color: var(--brand-primary);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.hero-badge i,
.section-badge i {
  width: 14px;
  height: 14px;
}

/* Типографика */
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  color: var(--brand-white);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.hero-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 600;
  color: var(--brand-white);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: #e0e0e0;
  margin-bottom: 2.5rem;
  max-width: 700px;
  line-height: 1.5;
}

.partner-link {
  color: var(--brand-primary);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.partner-link:hover {
  color: var(--brand-white);
  border-bottom-color: var(--brand-primary);
}

.partner-link strong {
  font-weight: 700;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: var(--brand-white);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.section-text {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: #d0d0d0;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 800px;
}

/* Кнопки */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: inherit;
}

.cta-button.primary {
  background: var(--gradient-primary);
  color: var(--brand-background);
  box-shadow: 0 6px 20px rgba(129, 216, 208, 0.3);
}

.cta-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(129, 216, 208, 0.4);
}

.cta-button.secondary {
  background: transparent;
  color: var(--brand-primary);
  border: 1px solid rgba(129, 216, 208, 0.5);
}

.cta-button.secondary:hover {
  background: rgba(129, 216, 208, 0.1);
  border-color: var(--brand-primary);
}

.cta-button.full-width {
  width: 100%;
  justify-content: center;
}

.cta-button i {
  width: 16px;
  height: 16px;
}

/* Hero Section */
.section-hero {
  background: radial-gradient(ellipse at center top, rgba(129, 216, 208, 0.1) 0%, transparent 70%);
  padding-top: 80px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  height: 100%;
}

.hero-text {
  display: flex;
  flex-direction: column;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stat {
  text-align: center;
  padding: 1rem 0;
  border-radius: 12px;
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.1);
}

.stat i {
  width: 24px;
  height: 24px;
  color: var(--brand-primary);
  margin-bottom: 0.5rem;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-white);
  margin-bottom: 0.2rem;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--brand-text-secondary);
  font-weight: 500;
}

/* Hero Visual */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo-screen {
  width: 380px;
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  border-radius: 35px;
  padding: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
}

.screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.screen-dots {
  display: flex;
  gap: 4px;
}

.screen-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-text-secondary);
}

.screen-title {
  font-size: 12px;
  color: var(--brand-primary);
  font-weight: 600;
}

.app-mockup {
  background: #000;
  border-radius: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}


.app-slideshow {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
}

.app-screenshot {
  width: 100%;
  height: auto;
  border-radius: 28px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: block;
}

.app-screenshot.active {
  position: relative;
  opacity: 1;
}

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

.profile-image {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border-radius: 50%;
}

.profile-info h3 {
  font-size: 14px;
  margin-bottom: 4px;
}

.profile-info p {
  font-size: 12px;
  color: var(--brand-text-secondary);
  display: flex;
  align-items: center;
  gap: 4px;
}

.match-percentage {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px;
  background: rgba(129, 216, 208, 0.1);
  border-radius: 8px;
  font-size: 12px;
  color: var(--brand-primary);
  font-weight: 600;
}

/* About Section */
.section-about {
  background: linear-gradient(135deg, rgba(32, 30, 35, 0.8) 0%, rgba(16, 16, 16, 0.9) 100%);
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  height: 100%;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: rgba(129, 216, 208, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(129, 216, 208, 0.1);
}

.about-feature i {
  width: 20px;
  height: 20px;
  color: var(--brand-primary);
}

.about-visual {
  display: flex;
  justify-content: center;
}

.feature-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 300px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(129, 216, 208, 0.1), rgba(129, 216, 208, 0.05));
  border: 1px solid rgba(129, 216, 208, 0.2);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(129, 216, 208, 0.2);
}

.feature-item i {
  width: 24px;
  height: 24px;
  color: var(--brand-primary);
}

/* Product Section */
.section-product {
  background: radial-gradient(circle at top right, rgba(129, 216, 208, 0.08) 0%, transparent 60%);
}

.product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  height: 100%;
}

.tech-and-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}


.product-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature-highlight {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(129, 216, 208, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(129, 216, 208, 0.1);
  transition: all 0.3s ease;
}

.feature-highlight:hover {
  background: rgba(129, 216, 208, 0.08);
  transform: translateY(-2px);
}

.feature-highlight i {
  width: 24px;
  height: 24px;
  color: var(--brand-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-highlight h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-white);
  margin-bottom: 0.3rem;
  font-family: 'Montserrat', sans-serif;
}

.feature-highlight p {
  font-size: 0.9rem;
  color: var(--brand-text-secondary);
  line-height: 1.4;
}

.demo-phones {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-end;
}

.demo-screen-small {
  width: 200px;
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  border-radius: 28px;
  padding: 6px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
  text-align: center;
}

.app-mockup-small {
  background: #000;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.app-screenshot-small {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}

.platform-label {
  display: block;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: var(--brand-primary);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.tech-stack {
  height: fit-content;
  flex: 1;
  height: 180px;
}

/* Loading Animation */
.loading-animation {
  text-align: center;
  position: relative;
  flex-shrink: 0;
}


.heart-animation-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(129, 216, 208, 0.3);
  border-radius: 50%;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0;
}

.heart-animation-container.healed .pulse-ring {
  opacity: 1;
}

.ring-1 {
  width: 160px;
  height: 160px;
  animation-delay: 0s;
}

.ring-2 {
  width: 120px;
  height: 120px;
  border-width: 1px;
  border-color: rgba(129, 216, 208, 0.2);
  animation-delay: 0.2s;
}

.floating-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

.dot {
  position: absolute;
  background: var(--brand-primary);
  border-radius: 50%;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.dot-1 {
  width: 8px;
  height: 8px;
  top: -16px;
  left: -16px;
  animation-delay: 0.1s;
}

.dot-2 {
  width: 4px;
  height: 4px;
  top: -8px;
  right: -24px;
  animation-delay: 0.3s;
}

.dot-3 {
  width: 6px;
  height: 6px;
  bottom: -12px;
  left: -24px;
  animation-delay: 0.5s;
}

.dot-4 {
  width: 8px;
  height: 8px;
  bottom: -16px;
  right: -16px;
  animation-delay: 0.2s;
}

.dot-5 {
  width: 4px;
  height: 4px;
  top: 4px;
  right: -32px;
  animation-delay: 0.4s;
}

.heart-icon {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart-crack {
  color: var(--brand-primary);
  width: 120px;
  height: 120px;
  animation: pulse 1s ease-in-out infinite;
  opacity: 1;
  transition: opacity 1s ease;
}

.heart-healed {
  position: absolute;
  color: var(--brand-primary);
  width: 120px;
  height: 120px;
  opacity: 0;
  transform: scale(1.1);
  filter: drop-shadow(0 0 20px rgba(129, 216, 208, 0.6));
  animation: bounceSubtle 2s ease-in-out infinite;
  transition: opacity 1s ease, transform 1s ease;
}

/* Heart healing state */
.heart-animation-container.healed .heart-crack {
  opacity: 0;
}

.heart-animation-container.healed .heart-healed {
  opacity: 1;
}

.heart-animation-container.healed .pulse-ring,
.heart-animation-container.healed .floating-dots {
  opacity: 1;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes bounceSubtle {
  0%, 100% {
    transform: scale(1.1) translateY(0);
  }
  50% {
    transform: scale(1.1) translateY(-4px);
  }
}



.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.1);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
}

.tech-item:hover {
  background: rgba(129, 216, 208, 0.1);
  transform: translateY(-2px);
  border-color: rgba(129, 216, 208, 0.3);
}

.tech-item i {
  width: 20px;
  height: 20px;
  color: var(--brand-primary);
  flex-shrink: 0;
}

.tech-item span {
  color: var(--brand-white);
  font-family: 'Montserrat', sans-serif;
}

.product-demos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.demo-card {
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.demo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(129, 216, 208, 0.15);
}

.demo-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.demo-header i {
  width: 20px;
  height: 20px;
  color: var(--brand-primary);
}

.demo-header h3 {
  font-size: 1rem;
  font-weight: 600;
}

/* Mobile Mockup */
.mobile-mockup {
  width: 120px;
  height: 200px;
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  border-radius: 20px;
  padding: 8px;
  margin: 0 auto;
  box-shadow: var(--shadow-soft);
}

.mobile-screen {
  width: 100%;
  height: 100%;
  background: var(--brand-background);
  border-radius: 16px;
  overflow: hidden;
}

.app-interface {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: rgba(129, 216, 208, 0.1);
  font-size: 10px;
}

.card-stack {
  flex: 1;
  position: relative;
  margin: 12px;
}

.profile-card-small {
  width: 80px;
  height: 100px;
  background: var(--gradient-secondary);
  border-radius: 12px;
  border: 1px solid rgba(129, 216, 208, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-card-small.active {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(129, 216, 208, 0.3);
  z-index: 2;
}

.action-buttons {
  display: flex;
  justify-content: space-around;
  padding: 8px;
}

.reject-btn,
.like-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.reject-btn {
  background: rgba(255, 100, 100, 0.2);
  color: #ff6464;
}

.like-btn {
  background: rgba(129, 216, 208, 0.2);
  color: var(--brand-primary);
}

.reject-btn i,
.like-btn i {
  width: 14px;
  height: 14px;
}

/* Web Mockup */
.web-mockup {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.browser-frame {
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.browser-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(129, 216, 208, 0.05);
  border-bottom: 1px solid rgba(129, 216, 208, 0.1);
}

.browser-dots {
  display: flex;
  gap: 4px;
}

.browser-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-text-secondary);
}

.address-bar {
  font-size: 8px;
  color: var(--brand-text-secondary);
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
}

.web-content {
  height: 120px;
  background: var(--brand-background);
}

.dashboard {
  display: flex;
  height: 100%;
}

.sidebar {
  width: 30px;
  background: rgba(129, 216, 208, 0.05);
  display: flex;
  flex-direction: column;
  padding: 8px 4px;
  gap: 6px;
}

.nav-item {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-item.active {
  background: rgba(129, 216, 208, 0.2);
  color: var(--brand-primary);
}

.nav-item i {
  width: 12px;
  height: 12px;
}

.main-area {
  flex: 1;
  padding: 12px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 100%;
}

.mini-profile {
  background: var(--gradient-secondary);
  border-radius: 8px;
  border: 1px solid rgba(129, 216, 208, 0.2);
}

/* Tech Stack */
.tech-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.1);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

.tech-item i {
  width: 18px;
  height: 18px;
  color: var(--brand-primary);
}

/* Team Section */
.section-team {
  background: linear-gradient(135deg, rgba(32, 30, 35, 0.6) 0%, rgba(16, 16, 16, 0.8) 100%);
}

.team-header {
  text-align: center;
  margin-bottom: 2rem;
}

.team-header .section-text {
  text-align: center;
  margin: 0 auto 2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.team-member {
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.2);
  padding: 80px 2rem 2rem;
  border-radius: 24px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  margin-top: 60px;
  cursor: pointer;
}

.team-member:hover {
  transform: translateY(-3px);
  background: rgba(129, 216, 208, 0.08);
  box-shadow: 0 10px 30px rgba(129, 216, 208, 0.15);
}

.member-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid var(--brand-background);
  box-shadow: 
    0 0 0 3px rgba(129, 216, 208, 0.3),
    0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
}

.member-avatar::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--brand-primary), var(--brand-secondary), var(--brand-primary));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-member:hover .member-avatar {
  transform: translateX(-50%) translateY(-8px) scale(1.05);
  box-shadow: 
    0 0 0 3px var(--brand-primary),
    0 15px 40px rgba(0, 0, 0, 0.4);
}

.team-member:hover .member-avatar::before {
  opacity: 1;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member-info {
  text-align: center;
}

.member-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.member-name:hover {
  color: var(--brand-white);
  transform: translateY(-1px);
}

.member-role {
  color: var(--brand-white);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.member-experience {
  color: #c0c0c0;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.member-skills {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.member-skills i {
  width: 24px;
  height: 24px;
  color: var(--brand-primary);
  transition: all 0.3s ease;
  cursor: help;
}

.member-skills i:hover {
  color: var(--brand-white);
  transform: translateY(-2px);
}



/* Contact Section */
.section-contact {
  background: radial-gradient(ellipse at bottom, rgba(129, 216, 208, 0.1) 0%, transparent 50%);
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  height: 100%;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.contact-method {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-method:hover {
  background: rgba(129, 216, 208, 0.08);
  transform: translateY(-2px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  width: 18px;
  height: 18px;
  color: var(--brand-background);
}

.contact-details h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--brand-white);
}

.contact-details p {
  font-size: 0.9rem;
  color: var(--brand-primary);
  margin-bottom: 0.2rem;
}

.contact-details span {
  font-size: 0.8rem;
  color: var(--brand-text-secondary);
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link.large {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  background: rgba(129, 216, 208, 0.1);
  border: 1px solid rgba(129, 216, 208, 0.2);
  border-radius: 10px;
  color: var(--brand-primary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  width: auto;
  height: auto;
}

.social-link.large:hover {
  background: rgba(129, 216, 208, 0.15);
  transform: translateY(-2px);
}

.social-link.large i {
  width: 18px;
  height: 18px;
}

/* Contact Form */
.contact-form {
  background: rgba(129, 216, 208, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.2);
  padding: 2.5rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.contact-form h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--brand-white);
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--brand-text-secondary);
  margin-bottom: 0.5rem;
}

.form-group label i {
  width: 16px;
  height: 16px;
  color: var(--brand-primary);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(129, 216, 208, 0.2);
  border-radius: 8px;
  color: var(--brand-white);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand-primary);
  background: rgba(129, 216, 208, 0.05);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--brand-text-secondary);
}

/* Анимации */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Адаптивность */
@media (max-width: 1024px) {
  .hero-content,
  .about-content,
  .product-content,
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .tech-and-animation {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  
  .product-demos {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .demo-phones {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .scroll-container {
    scroll-snap-type: none;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
  }
  
  .section {
    scroll-snap-align: none;
    min-height: auto;
    height: auto;
    overflow: visible;
    padding: 2rem 0;
  }
  
  .section-hero {
    padding-top: 80px;
  }
  
  .header-content {
    padding: 15px 20px;
  }
  
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(16, 16, 16, 0.98);
    flex-direction: column;
    padding: 1rem;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgba(129, 216, 208, 0.1);
  }
  
  .nav.active {
    display: flex;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .logo {
    font-size: 24px;
  }
  
  .section-content {
    padding: 0 20px;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
  }
  
  .tech-stack {
    grid-template-columns: 1fr;
  }
  
  .about-features {
    margin-top: 1rem;
  }
  
  .contact-methods {
    gap: 1rem;
  }
  
  .social-links {
    gap: 0.8rem;
  }
  
  .demo-card {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .section-content {
    padding: 0 15px;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  
  .cta-button {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
  
  .team-member {
    padding: 1.2rem;
  }
  
  .team-member {
    margin-top: 50px;
    padding: 70px 1.5rem 1.5rem;
  }
  
  .member-avatar {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .demo-screen {
    width: 320px;
    padding: 6px;
  }
  
  .demo-screen-small {
    width: 160px;
  }
  
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .heart-icon {
    width: 80px;
    height: 80px;
  }
  
  .heart-crack,
  .heart-healed {
    width: 80px;
    height: 80px;
  }
  
  .ring-1 {
    width: 120px;
    height: 120px;
  }
  
  .ring-2 {
    width: 90px;
    height: 90px;
  }
  
  
  .mobile-mockup {
    width: 100px;
    height: 160px;
  }
}