/* =========================================
   BASE
   ========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #0A0A0A;
  color: #F5F5F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

::selection { background: rgba(197,255,0,0.3); color: #F5F5F5; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0A0A0A; }
::-webkit-scrollbar-thumb { background: #2A2A2A; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #3A3A3A; }

/* =========================================
   SHARED
   ========================================= */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(197,255,0,0.3);
  background: rgba(197,255,0,0.05);
  font-size: 14px;
  color: #C5FF00;
  margin-bottom: 24px;
}

.section-badge--dark {
  border-color: #2A2A2A;
  background: #1A1A1A;
  color: #8A8A8A;
}

.section-badge__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #C5FF00;
  animation: pulse 2s ease-in-out infinite;
}

/* Shared buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  border-radius: 12px;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
  white-space: nowrap;
  text-decoration: none;
}

.btn--primary {
  background: #C5FF00;
  color: #0A0A0A;
}
.btn--primary:hover { background: #B5EF00; }

.btn--outline {
  border: 1px solid #3A3A3A;
  color: #F5F5F5;
  background: transparent;
}
.btn--outline:hover { background: #1A1A1A; border-color: #4A4A4A; }

.btn--ghost {
  border: 1px solid #3A3A3A;
  color: #F5F5F5;
  background: transparent;
}
.btn--ghost:hover { border-color: #5A5A5A; }

.btn--sm { padding: 8px 24px; font-size: 14px; height: 40px; }
.btn--lg { padding: 0 32px; height: 56px; font-size: 16px; }

/* =========================================
   HEADER
   ========================================= */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background 0.3s, border-color 0.3s, backdrop-filter 0.3s;
}

.header--scrolled {
  background: rgba(10,10,10,0.8);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid #2A2A2A;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 20px;
  font-weight: 700;
}
.header__logo-white { color: #F5F5F5; }
.header__logo-accent { color: #C5FF00; }

.header__nav {
  display: none;
  align-items: center;
  gap: 32px;
}

.header__nav-link {
  font-size: 14px;
  color: #8A8A8A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.header__nav-link:hover { color: #F5F5F5; }

.header__cta { display: none; }

.header__hamburger {
  color: #F5F5F5;
  padding: 4px;
}

.header__icon--close { display: none; }

.header--open .header__icon--menu { display: none; }
.header--open .header__icon--close { display: block; }

.header__mobile {
  display: none;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid #2A2A2A;
}

.header--open .header__mobile { display: block; }

.header__mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
}

.header__mobile-link {
  padding: 12px 0;
  font-size: 14px;
  color: #8A8A8A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  border-bottom: 1px solid #1A1A1A;
}
.header__mobile-link:hover { color: #F5F5F5; }
.header__mobile-link:last-of-type { border-bottom: none; }

.header__mobile-cta {
  margin-top: 16px;
  width: 100%;
  padding: 14px 24px;
  font-size: 15px;
  height: auto;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .header__nav { display: flex; }
  .header__cta { display: block; }
  .header__hamburger { display: none; }
}

/* =========================================
   HERO
   ========================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 72px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #0A0A0A, rgba(10,10,10,0.7), #0A0A0A);
}

.hero__bg-noise {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.hero__bg-glow {
  position: absolute;
  top: 25%; right: 0;
  width: 600px; height: 600px;
  border-radius: 50%;
  opacity: 0.08;
  background: radial-gradient(circle, #C5FF00 0%, transparent 70%);
  filter: blur(100px);
}

.hero__bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.02;
  background-image: linear-gradient(#F5F5F5 1px, transparent 1px), linear-gradient(90deg, #F5F5F5 1px, transparent 1px);
  background-size: 100px 100px;
}

.hero__container {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}

.hero__inner {
  display: grid;
  gap: 32px;
  align-items: center;
}

.hero__title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero__title-accent { color: #C5FF00; }

.hero__subtitle {
  font-size: 18px;
  color: #8A8A8A;
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

.hero__social-proof {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero__avatars {
  display: flex;
}

.hero__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2A2A2A, #1A1A1A);
  border: 2px solid #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8A8A8A;
  margin-left: -12px;
    overflow: hidden;
}
.hero__avatar:first-child { margin-left: 0; }
.hero__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__social-text { font-size: 14px; color: #8A8A8A; }
.hero__social-count { color: #F5F5F5; font-weight: 600; }

/* Carousel */
.hero__carousel-wrap {
  position: relative;
  height: 400px;
  perspective: 1200px;
}

.hero__carousel-glow {
  position: absolute;
  top: 50%; left: 50%;
  width: 300px; height: 300px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #C5FF00;
  opacity: 0.4;
  filter: blur(80px);
  pointer-events: none;
}

.hero__cards {
  position: relative;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__card {
  position: absolute;
  width: 280px;
  cursor: pointer;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, filter 0.5s ease-out;
  transform-style: preserve-3d;
}

.hero__card-inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

.hero__card-image-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #2A2A2A;
}

.hero__card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.hero__card-inner:hover .hero__card-img { transform: scale(1.1); }

.hero__card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1A1A1A, transparent, transparent);
}

.hero__card-league {
  position: absolute;
  top: 16px; left: 16px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(10,10,10,0.8);
  backdrop-filter: blur(4px);
  border: 1px solid #2A2A2A;
  font-size: 12px;
  font-weight: 600;
  color: #C5FF00;
}

.hero__card-live {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 9999px;
    background: rgb(72 239 68 / 20%);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(239, 68, 68, 0.3);
    font-size: 10px;
    font-weight: 500;
    color: rgb(180 248 113);
}

.hero__card-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgb(239,68,68);
  animation: pulse 2s ease-in-out infinite;
}

.hero__card-body { padding: 20px; }

.hero__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.hero__card-sport {
  font-size: 12px;
  color: #8A8A8A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero__card-time { font-size: 12px; color: #666; }

.hero__card-match {
  font-size: 15px;
  font-weight: 600;
  color: #F5F5F5;
  margin-bottom: 12px;
  line-height: 1.4;
}

.hero__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #2A2A2A;
}

.hero__card-label {
  font-size: 12px;
  color: #8A8A8A;
  margin-bottom: 4px;
}

.hero__card-value {
  font-size: 14px;
  font-weight: 500;
  color: #F5F5F5;
}

.hero__card-coeff { text-align: right; }
.hero__card-coeff-value {
  font-size: 24px;
  font-weight: 700;
  color: #C5FF00;
}

.hero__card-hover-glow {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  box-shadow: inset 0 0 30px rgba(197,255,0,0.1);
}
.hero__card-inner:hover .hero__card-hover-glow { opacity: 1; }

/* Carousel nav */
.hero__carousel-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero__nav-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A8A8A;
  transition: color 0.2s, border-color 0.2s;
}
.hero__nav-btn:hover { color: #F5F5F5; border-color: #3A3A3A; }

.hero__dots { display: flex; align-items: center; gap: 8px; }

.hero__dot {
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  background: #3A3A3A;
  transition: width 0.3s, background 0.3s;
}
.hero__dot:hover { background: #4A4A4A; }
.hero__dot--active { width: 32px; background: #C5FF00; }

/* Hero stats */
.hero__stats {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #2A2A2A;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.hero__stat { text-align: center; }

.hero__stat-value {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 4px;
}

.hero__stat-label {
  font-size: 12px;
  color: #8A8A8A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .hero__carousel-wrap { height: 500px; }
  .hero__card { width: 320px; }
  .hero__card-image-wrap { height: 240px; }
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
  .hero__stat { text-align: left; }
}

@media (min-width: 1024px) {
  .hero__inner { grid-template-columns: repeat(2, 1fr); gap: 64px; }
}

/* =========================================
   SPORTS GRID
   ========================================= */
.sports-grid {
  position: relative;
  padding: 96px 0;
  background: #0A0A0A;
  overflow: hidden;
}

.sports-grid__bg-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  border-radius: 50%;
  opacity: 0.03;
  background: radial-gradient(circle, #C5FF00 0%, transparent 70%);
  pointer-events: none;
}

.sports-grid__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.sports-grid__header-left { max-width: 560px; }

.sports-grid__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 16px;
  text-wrap: balance;
}

.sports-grid__subtitle { font-size: 18px; color: #8A8A8A; }

.sports-grid__summary {
  display: flex;
  align-items: center;
  gap: 32px;
}

.sports-grid__summary-stat { text-align: center; }

.sports-grid__summary-value {
  font-size: 30px;
  font-weight: 700;
  color: #F5F5F5;
}
.sports-grid__summary-value--accent { color: #C5FF00; }

.sports-grid__summary-label { font-size: 14px; color: #8A8A8A; }

.sports-grid__summary-divider {
  width: 1px; height: 48px;
  background: #2A2A2A;
}

/* Grid layout */
.sports-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sports-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}

.sports-card__image-wrap {
  position: absolute;
  inset: 0;
}

.sports-card__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
  background: #2A2A2A;
}
.sports-card:hover .sports-card__img { transform: scale(1.05); }

.sports-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0A0A0A, rgba(10,10,10,0.4), transparent);
}

.sports-card__overlay--h {
  background: linear-gradient(to right, rgba(10,10,10,0.9), rgba(10,10,10,0.6), transparent);
}

.sports-card__hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(197,255,0,0.1);
  opacity: 0;
  transition: opacity 0.3s;
}
.sports-card:hover .sports-card__hover-overlay { opacity: 1; }

.sports-card__content {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sports-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sports-card__leagues { display: flex; flex-wrap: wrap; gap: 8px; }

.sports-card__tag {
  padding: 4px 10px;
  border-radius: 9999px;
  background: rgba(10,10,10,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(42,42,42,0.5);
  font-size: 12px;
  color: #F5F5F5;
}

.sports-card__tag--xs {
  font-size: 10px;
  padding: 2px 8px;
}

.sports-card__arrow {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(10,10,10,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(42,42,42,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C5FF00;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateX(8px);
  flex-shrink: 0;
}
.sports-card:hover .sports-card__arrow { opacity: 1; transform: translateX(0); }

.sports-card__arrow--sm { width: 32px; height: 32px; }

.sports-card__predictions {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(197,255,0,0.2);
  color: #C5FF00;
  font-size: 12px;
  font-weight: 500;
}

.sports-card__winrate { font-size: 12px; color: #8A8A8A; }

.sports-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.sports-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 8px;
}

.sports-card__name--sm { font-size: 18px; margin-bottom: 0; }

.sports-card__desc { font-size: 14px; color: #8A8A8A; }

.sports-card__border {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid #2A2A2A;
  transition: border-color 0.3s;
  pointer-events: none;
}
.sports-card:hover .sports-card__border { border-color: rgba(197,255,0,0.5); }

/* Small card specifics */
.sports-card__content--sm {
  padding: 20px;
}

.sports-card__meta--xs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.sports-card__predictions--xs { font-size: 10px; color: #C5FF00; font-weight: 500; }
.sports-card__winrate--xs { font-size: 10px; color: #8A8A8A; }
.sports-card__sep { font-size: 10px; color: #666; }

.sports-card--large { height: 400px; }
.sports-card--medium { height: 400px; }
.sports-card--small { height: 180px; }

.sports-grid__small-col { display: flex; flex-direction: column; gap: 20px; }

.sports-grid__cta {
  margin-top: 48px;
  text-align: center;
}
.sports-grid__cta-text { font-size: 14px; color: #666; margin-bottom: 16px; }
.sports-grid__cta-line {
  width: 128px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(197,255,0,0.3), transparent);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sports-grid { padding: 128px 0; }
  .sports-grid__header { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .sports-grid__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .sports-grid__grid { grid-template-columns: repeat(3, 1fr); }
  .sports-card--large { height: auto; min-height: 380px; align-self: stretch; }
  .sports-card--medium { height: auto; min-height: 380px; }
}

/* =========================================
   ABOUT
   ========================================= */
.about {
  position: relative;
  padding: 96px 0;
  background: #0A0A0A;
  overflow: hidden;
}

.about__bg { position: absolute; inset: 0; pointer-events: none; }

.about__bg-glow-tl {
  position: absolute;
  top: 0; left: 25%;
  width: 500px; height: 500px;
  border-radius: 50%;
  opacity: 0.03;
  background: radial-gradient(circle, #C5FF00 0%, transparent 70%);
}

.about__bg-glow-br {
  position: absolute;
  bottom: 0; right: 25%;
  width: 400px; height: 400px;
  border-radius: 50%;
  opacity: 0.02;
  background: radial-gradient(circle, #C5FF00 0%, transparent 70%);
}

.about__header {
  text-align: center;
  margin-bottom: 64px;
}

.about__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #F5F5F5;
}

.about__grid {
  display: grid;
  gap: 32px;
  align-items: flex-start;
}

/* Photo column */
.about__photo-col { position: relative; }

.about__photo-wrap { position: relative; }

.about__photo-glow {
  position: absolute;
  inset: -16px;
  border-radius: 24px;
  opacity: 0.2;
  filter: blur(32px);
  background: linear-gradient(135deg, #C5FF00 0%, transparent 50%);
}

.about__photo-frame {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
}

.about__photo {
  width: 100%; height: 100%;
  object-fit: cover;
}

.about__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0A0A0A, transparent, transparent);
  opacity: 0.6;
}

.about__photo-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about__photo-role {
  font-size: 12px;
  color: #C5FF00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.about__photo-name {
  font-size: 24px;
  font-weight: 700;
  color: #F5F5F5;
}

.about__photo-handle { font-size: 14px; color: #8A8A8A; }

.about__photo-online {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(197,255,0,0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(197,255,0,0.3);
  font-size: 12px;
  color: #C5FF00;
  font-weight: 500;
}

.about__photo-online-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #C5FF00;
  animation: pulse 2s ease-in-out infinite;
}

.about__photo-corner {
  position: absolute;
  width: 96px; height: 96px;
  pointer-events: none;
}
.about__photo-corner--tr {
  top: -12px; right: -12px;
  border-top: 2px solid rgba(197,255,0,0.3);
  border-right: 2px solid rgba(197,255,0,0.3);
  border-radius: 0 16px 0 0;
}
.about__photo-corner--bl {
  bottom: -12px; left: -12px;
  border-bottom: 2px solid rgba(197,255,0,0.3);
  border-left: 2px solid rgba(197,255,0,0.3);
  border-radius: 0 0 0 16px;
}

.about__exp-value { font-size: 24px; font-weight: 700; color: #C5FF00; }
.about__exp-label { font-size: 12px; color: #8A8A8A; }

/* Content */
.about__quote {
  position: relative;
  padding-left: 24px;
  margin-bottom: 40px;
}

.about__quote-icon {
  position: absolute;
  left: -16px; top: -8px;
  color: rgba(197,255,0,0.2);
}

.about__quote-text {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 400;
    color: #F5F5F5;
    line-height: 1.6;
    font-style: italic;
}

.about__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #8A8A8A;
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 16px;
}

.about__achievements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.about__achievement {
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  border-radius: 12px;
  padding: 16px;
  transition: border-color 0.3s;
}
.about__achievement:hover { border-color: #3A3A3A; }
.about__achievement:hover .about__achievement-icon { background: rgba(197,255,0,0.1); }
.about__achievement:hover .about__achievement-icon svg { color: #C5FF00; }

.about__achievement-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: #2A2A2A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: background 0.3s;
}
.about__achievement-icon svg { color: #8A8A8A; transition: color 0.3s; }

.about__achievement-value {
  font-size: 24px;
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 2px;
}

.about__achievement-label { font-size: 12px; color: #8A8A8A; }

/* Timeline */
.about__timeline { margin-bottom: 40px; }

.about__timeline-title {
  font-size: 12px;
  color: #8A8A8A;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.about__timeline-track { position: relative; }

.about__timeline-line {
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, #C5FF00, rgba(197,255,0,0.5), #2A2A2A);
}

.about__milestone {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 16px;
}

.about__milestone-dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid #3A3A3A;
  background: #0A0A0A;
  flex-shrink: 0;
  margin-top: 2px;
  transition: border-color 0.3s;
    z-index: 1;
}
.about__milestone-dot--active { background: #C5FF00; border-color: #C5FF00; }

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

.about__milestone-year { font-size: 14px; font-weight: 600; color: #C5FF00; }
.about__milestone-text { font-size: 14px; color: #8A8A8A; }
.about__milestone:last-child {
  padding-bottom: 0;
}
.about__cta { display: flex; flex-wrap: wrap; gap: 16px; }

@media (min-width: 768px) {
  .about { padding: 128px 0; }
  .about__achievements { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .about__grid { grid-template-columns: 5fr 7fr; gap: 48px; }
}

/* =========================================
   FEATURES BENTO
   ========================================= */
.features {
  position: relative;
  padding: 96px 0;
  background: #0A0A0A;
}

.features__bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.02;
  background-image: linear-gradient(#F5F5F5 1px, transparent 1px), linear-gradient(90deg, #F5F5F5 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.features__header {
  text-align: center;
  max-width: 672px;
  margin: 0 auto 64px;
}

.features__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 16px;
  text-wrap: balance;
}

.features__subtitle { font-size: 18px; color: #8A8A8A; }

.features__stats-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  margin-bottom: 48px;
  text-align: center;
}

.features__stat-value {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 4px;
}
.features__stat-value--accent { color: #C5FF00; }
.features__stat-value--green { color: rgb(34,197,94); }

.features__stat-label { font-size: 14px; color: #8A8A8A; }

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.features__card {
  position: relative;
  background: #1E1E1E;
  border: 1px solid #2A2A2A;
  border-radius: 16px;
  padding: 24px;
  transition: border-color 0.3s, background 0.3s;
}

.features__card--highlight {
  padding-top: 34px;
}

.features__card-badge {
  position: absolute;
  top: -10px; left: 24px;
  padding: 2px 12px;
  border-radius: 9999px;
  background: #C5FF00;
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 600;
}

.features__card-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(197,255,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.3s;
}
.features__card-icon svg { color: #8A8A8A; transition: color 0.3s;color: #C5FF00;  }

.features__card-title {
  font-size: 18px;
  font-weight: 600;
  color: #F5F5F5;
  margin-bottom: 8px;
}

.features__card-desc { font-size: 14px; color: #8A8A8A; line-height: 1.6; }

.features__card-glow {
  position: absolute;
  top: 0; right: 0;
  width: 96px; height: 96px;
  border-radius: 0 16px 0 0;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0%, rgba(197,255,0,0.06) 0%, transparent 70%);
}
.features__card:first-child .features__card-glow { opacity: 1; }

.features__note {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

@media (min-width: 768px) {
  .features { padding: 128px 0; }
  .features__stats-bar { grid-template-columns: repeat(4, 1fr); }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .features__grid { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================
   METHODOLOGY
   ========================================= */
.methodology {
  position: relative;
  padding: 96px 0;
  background: #0F0F0F;
  overflow: hidden;
}

.methodology__header { margin-bottom: 80px; }

.methodology__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.methodology__subtitle { color: #8A8A8A; max-width: 560px; line-height: 1.6; }

.methodology__timeline { position: relative; }

.methodology__line {
  position: absolute;
  left: 24px;
  top: 0; bottom: 0;
  width: 1px;
  background: #2A2A2A;
}

.methodology__step {
  position: relative;
  margin-bottom: 64px;
}
.methodology__step:last-child { margin-bottom: 0; }

.methodology__step-num {
  position: absolute;
  z-index: 1;
    top: -60px;
}

.methodology__step--even .methodology__step-num {
  right: 0;
}
.methodology__step-num span { 
    opacity: 0.03;
    font-size: 300px;
    font-weight: 700;
    color: #C5FF00;
    line-height: 1;
    pointer-events: none; }

.methodology__step-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.methodology__step-content {
  padding-left: 64px;
  flex: 1;
}

.methodology__step-label {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #C5FF00;
  margin-bottom: 12px;
}

.methodology__step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #F5F5F5;
  margin-bottom: 16px;
}
.methodology__step-title svg { color: #C5FF00; flex-shrink: 0; }

.methodology__step-icon-d { display: none; }
.methodology__step-icon-m { display: inline-flex; }

.methodology__step-desc {
  color: #8A8A8A;
  line-height: 1.7;
  max-width: 448px;
}

.methodology__step-dot { display: none; }
.methodology__step-spacer { display: none; }

@media (min-width: 1024px) {
  .methodology { padding: 128px 0; }

  .methodology__line { left: 50%; }

  .methodology__step-label { display: inline-block; }

  .methodology__step-icon-d { display: inline-flex; }
  .methodology__step-icon-m { display: none; }

  .methodology__step-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }

  .methodology__step-content { padding-left: 0; }

  .methodology__step--even .methodology__step-content {
    text-align: right;
    padding-right: 64px;
  }
  .methodology__step--even .methodology__step-title { justify-content: flex-end; }
  .methodology__step--even .methodology__step-desc { margin-left: auto; }

  .methodology__step--odd .methodology__step-row { flex-direction: row-reverse; }
  .methodology__step--odd .methodology__step-content { padding-left: 64px; }

  .methodology__step-dot {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #C5FF00;
    border: 4px solid #0F0F0F;
    z-index: 1;
    top: 4px;
  }

  .methodology__step-spacer {
    display: block;
    flex: 1;
  }
}

/* =========================================
   TESTIMONIALS
   ========================================= */
.testimonials {
  position: relative;
  padding: 96px 0;
  background: #0A0A0A;
  overflow: hidden;
}

.testimonials__bg-dots {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: radial-gradient(#F5F5F5 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.testimonials__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 0;
}

.testimonials__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
}

.testimonials__subtitle { margin-top: 16px; color: #8A8A8A; }

.testimonials__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(197,255,0,0.1);
  padding: 12px 20px;
  border-radius: 9999px;
  flex-wrap: wrap;
}

.testimonials__stars { display: flex; align-items: center; gap: 4px; }

.testimonials__rating-score { font-size: 14px; font-weight: 500; color: #F5F5F5; }
.testimonials__sep { font-size: 14px; color: #8A8A8A; }
.testimonials__count { font-size: 14px; color: #8A8A8A; }

/* Marquee */
.testimonials__track-wrap { overflow: hidden; }

.testimonials__track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.testimonials__track--fwd { animation: marquee 40s linear infinite; }
.testimonials__track--rev { animation: marqueeReverse 40s linear infinite; }

.testimonials__card {
  flex-shrink: 0;
  width: 400px;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  border-radius: 16px;
  padding: 24px;
}

.testimonials__card-text {
  color: #E0E0E0;
  line-height: 1.7;
  margin-bottom: 16px;
}

.testimonials__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials__card-user { font-size: 14px; font-weight: 500; color: #C5FF00; }
.testimonials__card-date { font-size: 12px; color: #666; }

/* Fade edges */
.testimonials__fade {
  position: absolute;
  top: 0; bottom: 0;
  width: 128px;
  pointer-events: none;
  z-index: 10;
}
.testimonials__fade--l { left: 0; background: linear-gradient(to right, #0A0A0A, transparent); }
.testimonials__fade--r { right: 0; background: linear-gradient(to left, #0A0A0A, transparent); }

@media (min-width: 1024px) {
  .testimonials { padding: 128px 0; }
  .testimonials__header { flex-direction: row; align-items: flex-end; justify-content: space-between; }
}

/* =========================================
   PRICING
   ========================================= */
.pricing {
  padding: 96px 0;
  background: linear-gradient(to bottom, #0A0A0A, #0F0F0F);
}

.pricing__header {
  text-align: center;
  margin-bottom: 64px;
}

.pricing__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.pricing__subtitle { color: #8A8A8A; max-width: 560px; margin: 0 auto; }

.pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.pricing__plan {
  position: relative;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  border-radius: 24px;
  padding: 32px;
  transition: border-color 0.3s;
}

.pricing__plan--highlighted {
  border: 2px solid #C5FF00;
  box-shadow: 0 0 60px rgba(197,255,0,0.15);
}

.pricing__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #C5FF00;
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.pricing__plan-head { text-align: center; }

.pricing__plan-name {
  font-size: 14px;
  font-weight: 600;
  color: #8A8A8A;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.pricing__plan-price-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
}

.pricing__plan-price {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  color: #F5F5F5;
}
.pricing__plan-price--accent { color: #C5FF00; }

.pricing__plan-period { color: #666; font-size: 18px; }

.pricing__plan-desc { margin-top: 12px; font-size: 14px; color: #8A8A8A; }

.pricing__divider {
  height: 1px;
  background: #2A2A2A;
  margin: 32px 0;
}

.pricing__features { display: flex; flex-direction: column; gap: 16px; }

.pricing__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pricing__feature svg { flex-shrink: 0; margin-top: 2px; }
.pricing__feature span { color: #E0E0E0; }
.pricing__feature--off span { color: #666; }

.pricing__cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  margin-top: 32px;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.pricing__cta--primary {
  background: #C5FF00;
  color: #0A0A0A;
}
.pricing__cta--primary:hover {
  background: #B5EF00;
  box-shadow: 0 0 30px rgba(197,255,0,0.3);
}

.pricing__cta--outline {
  border: 2px solid #C5FF00;
  color: #C5FF00;
  background: transparent;
}
.pricing__cta--outline:hover { background: rgba(197,255,0,0.1); }

.pricing__cta--ghost {
  border: 1px solid #3A3A3A;
  color: #F5F5F5;
  background: transparent;
}
.pricing__cta--ghost:hover { border-color: #5A5A5A; }

.pricing__note {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  color: #8A8A8A;
}

@media (min-width: 1024px) {
  .pricing { padding: 128px 0; }
  .pricing__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .pricing__plan { padding: 40px; }
  .pricing__plan--highlighted {
    transform: scale(1.05);
    margin-top: -16px;
    margin-bottom: -16px;
  }
}

/* =========================================
   SEO CONTENT
   ========================================= */
.seo {
  padding: 64px 0 96px;
  background: #0A0A0A;
}


.seo__article h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 24px;
}

.seo__article h3 {
  font-size: 20px;
  font-weight: 600;
  color: #F5F5F5;
  margin-top: 32px;
  margin-bottom: 16px;
}

.seo__article p {
  color: #8A8A8A;
  line-height: 1.7;
  margin-bottom: 16px;
}

.seo__expandable {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
}

.seo__expandable--open {
  max-height: 2000px;
  opacity: 1;
}

.seo__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #C5FF00;
  margin-top: 24px;
  transition: color 0.2s;
}
.seo__toggle:hover { color: #B5EF00; }

.seo__toggle-text { font-size: 14px; font-weight: 500; }

.seo__toggle-icon { transition: transform 0.3s; }
.seo__toggle--open .seo__toggle-icon { transform: rotate(180deg); }

/* =========================================
   FAQ
   ========================================= */
.faq {
  padding: 96px 0;
  background: #0A0A0A;
}

.faq__grid {
  display: grid;
  gap: 48px;
}

.faq__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.faq__desc { color: #8A8A8A; margin-bottom: 32px; line-height: 1.6; }

.faq__tg-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  color: #F5F5F5;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 500;
  transition: border-color 0.2s;
}
.faq__tg-btn:hover { border-color: #3A3A3A; }

.faq__item { border-bottom: 1px solid #2A2A2A; }
.faq__item:last-child { border-bottom: none; }

.faq__question {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}
.faq__question span {
  font-size: 18px;
  font-weight: 500;
  color: #F5F5F5;
  padding-right: 16px;
  line-height: 1.5;
}

.faq__chevron {
  color: #8A8A8A;
  flex-shrink: 0;
  transition: transform 0.3s, color 0.3s;
  margin-top: 4px;
}

.faq__question[aria-expanded="true"] .faq__chevron {
  transform: rotate(180deg);
  color: #C5FF00;
}

.faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #8A8A8A;
  line-height: 1.7;
  padding-right: 48px;
}

.faq__answer--open {
  max-height: 384px;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {
  .faq { padding: 128px 0; }
  .faq__grid { grid-template-columns: 1fr 1.5fr; gap: 80px; }
  .faq__sidebar {
    position: sticky;
    top: 128px;
    align-self: start;
  }
}

/* =========================================
   FINAL CTA
   ========================================= */
.final-cta {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

.final-cta__bg { position: absolute; inset: 0; }

.final-cta__bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #0A0A0A, rgba(10,10,10,0.7), #0A0A0A);
}

.final-cta__bg-noise {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.final-cta__bg-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 400px;
  background: #C5FF00;
  opacity: 0.08;
  filter: blur(150px);
  border-radius: 50%;
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 896px;
  margin: 0 auto;
}

.final-cta__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: 24px;
}
.final-cta__title-accent { color: #C5FF00; }

.final-cta__subtitle {
  font-size: 18px;
  color: #8A8A8A;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.final-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #C5FF00;
  color: #0A0A0A;
  padding: 20px 40px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  transition: background 0.2s, box-shadow 0.2s;
}
.final-cta__btn:hover {
  background: #B5EF00;
  box-shadow: 0 0 40px rgba(197,255,0,0.4);
}

.final-cta__note {
  margin-top: 24px;
  font-size: 14px;
  color: #666;
}

@media (min-width: 1024px) { .final-cta { padding: 128px 0; } }

/* =========================================
   FOOTER
   ========================================= */
.footer {
  background: #0A0A0A;
  border-top: 1px solid #1A1A1A;
}

.footer .container { padding-top: 64px; padding-bottom: 64px; }

.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}

.footer__brand { grid-column: span 2; }

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.footer__logo-white { color: #F5F5F5; }
.footer__logo-accent { color: #C5FF00; }

.footer__desc {
  font-size: 14px;
  color: #8A8A8A;
  max-width: 320px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.footer__tg-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #C5FF00;
  transition: text-decoration 0.2s;
}
.footer__tg-link:hover { text-decoration: underline; }

.footer__col-title {
  font-size: 12px;
  font-weight: 600;
  color: #F5F5F5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.footer__links { display: flex; flex-direction: column; gap: 12px; }

.footer__link {
  font-size: 14px;
  color: #8A8A8A;
  transition: color 0.2s;
}
.footer__link:hover { color: #F5F5F5; }

.footer__bottom {
  padding-top: 32px;
  border-top: 1px solid #1A1A1A;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__copy { font-size: 14px; color: #666; }

.footer__legal { font-size: 12px; color: #555; line-height: 1.6; max-width: 672px; }

@media (min-width: 1024px) {
  .footer__grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .footer__brand { grid-column: span 1; }
  .footer__bottom { flex-direction: row; justify-content: space-between; }
}

/* =========================================
   ANIMATIONS
   ========================================= */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.9); }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marqueeReverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Скип-навигация */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  padding: 8px 20px;
  background: #C5FF00;
  color: #0A0A0A;
  font-weight: 700;
  font-size: 14px;
  z-index: 9999;
  border-radius: 0 0 8px 8px;
  transition: top 0.2s ease;
  text-decoration: none;
}
.skip-link:focus { top: 0; }

/* Сброс отступов для figure */
figure { margin: 0; }

/* Контактный адрес в футере */
.footer__contact {
  margin-top: 16px;
  font-style: normal;
}

/* Уважение к настройкам анимации */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .testimonials__track--fwd,
  .testimonials__track--rev {
    animation: none !important;
  }
}

@media (max-width: 768px) {
  .hero__container {
    padding-top: 40px;
    padding-bottom: 0;
  }
  section {
    padding: 60px 0 !important;
  }
}