﻿.hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #170000 0%, #350606 40%, #8f0c09 72%, #e10600 100%);
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 35%, rgba(255, 255, 255, 0.11), transparent 45%),
    radial-gradient(circle at 15% 80%, rgba(0, 0, 0, 0.45), transparent 60%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero::before {
  width: 640px;
  height: 640px;
  right: -220px;
  top: -140px;
}

.hero::after {
  width: 440px;
  height: 440px;
  right: -60px;
  top: 20px;
}

.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-particles span {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  animation: float-up linear infinite;
}

@keyframes float-up {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translateY(-100vh) scale(0.3);
    opacity: 0;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 150px 0 96px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  margin-bottom: 26px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(8px);
}

.hero-badge i {
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.hero-content h1 {
  margin-bottom: 22px;
}

.highlight-crisp {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-shadow: none;
}

.highlight-crisp::after {
  bottom: -4px;
  height: 4px;
  opacity: 1;
  filter: none;
}

.hero-desc {
  max-width: 680px;
  margin: 0 auto 34px;
  font-size: 1.12rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.hero-stats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(17, 17, 17, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 16px 24px;
  backdrop-filter: blur(8px);
}

.hero-trust {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.hero-trust a {
  color: #ffe082;
  font-weight: 700;
}

.hero-trust a i {
  margin-right: 6px;
}

.trust-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.stat-num {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  color: var(--white);
}

.stat-plus {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--red-bright);
}

.stat-label {
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.22);
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.15rem;
  animation: bounce 0.85s ease infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(8px);
  }
}

.ticker-wrap {
  background: var(--red-bright);
  overflow: hidden;
  padding: 13px 0;
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
  will-change: transform;
}

.ticker-track {
  display: flex;
  flex-shrink: 0;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 36px;
  color: var(--white);
  font-weight: 700;
  font-size: 0.86rem;
  white-space: nowrap;
}

.ticker span i {
  opacity: 0.8;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.o-nas {
  background: var(--light);
}

.o-nas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.o-nas-visual {
  position: relative;
  height: 430px;
}

.big-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 20px 54px rgba(225, 6, 0, 0.35);
  z-index: 1;
}

.big-circle span {
  font-size: 1.5rem;
  font-weight: 900;
}

.big-circle small {
  font-size: 0.78rem;
  opacity: 0.72;
}

.visual-card {
  position: absolute;
  min-width: 150px;
  text-align: center;
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 24px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
  will-change: transform;
  outline: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.visual-card:hover,
.visual-card:focus-visible {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 22px 46px rgba(27, 12, 10, 0.2);
}

.visual-card i {
  color: var(--red);
  font-size: 1.65rem;
  margin-bottom: 8px;
}

.visual-card p {
  font-size: 0.8rem;
  color: var(--gray);
  line-height: 1.45;
}

.visual-card strong {
  color: var(--dark);
}

.vc1 {
  top: 20px;
  left: 8px;
  animation: cardFloatOne 5.6s ease-in-out infinite;
}

.vc2 {
  top: 20px;
  right: 8px;
  animation: cardFloatTwo 6.2s ease-in-out infinite;
}

.vc3 {
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  animation: cardFloatThree 5.8s ease-in-out infinite;
}

@keyframes cardFloatOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(1deg);
  }
}

@keyframes cardFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(-1deg);
  }
}

@keyframes cardFloatThree {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-12px);
  }
}

.o-nas-text h2 {
  margin-bottom: 16px;
}

.o-nas-text p {
  color: var(--gray);
  margin-bottom: 14px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 22px 0 30px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dark2);
}

.check-list li i {
  color: var(--red-bright);
  margin-top: 2px;
}

.partners {
  background: linear-gradient(180deg, #fff7f7 0%, #fff 100%);
}

.partners .section-header {
  margin-bottom: 34px;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.partner-card {
  background: var(--white);
  border: 1px solid #ffd4d1;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--red-light);
  color: var(--red);
}

.partner-card h3 {
  color: var(--dark);
  font-size: 1.4rem;
}

.partner-card p {
  color: var(--gray);
  margin-bottom: 6px;
}


@media (max-width: 1024px) {
  .hero-content {
    padding: 132px 0 84px;
  }

  .hero-desc {
    max-width: 740px;
    font-size: 1.03rem;
  }

  .hero-stats {
    border-radius: 24px;
  }

  .hero-trust {
    font-size: 0.84rem;
  }

  .o-nas-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .o-nas-visual {
    height: 340px;
  }

  .vc1,
  .vc2,
  .vc3 {
    animation-duration: 4.8s;
  }

  .ticker {
    animation-duration: 20s;
  }

  .visual-card {
    min-width: 138px;
    padding: 16px 18px;
  }

  .o-nas-text {
    max-width: 760px;
    margin: 0 auto;
  }

  .partner-card {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding-top: 128px;
    padding-bottom: 76px;
  }

  .hero-badge {
    font-size: 0.74rem;
    padding: 8px 14px;
  }

  .hero-desc {
    font-size: 0.98rem;
    margin-bottom: 24px;
  }

  .hero-stats {
    flex-direction: column;
    border-radius: 18px;
    width: min(340px, 100%);
    padding: 18px 14px;
    gap: 12px;
  }

  .stat-divider {
    width: 84%;
    height: 1px;
  }

  .stat {
    padding: 0 6px;
  }

  .stat-num {
    font-size: 1.85rem;
  }

  .stat-label {
    font-size: 0.72rem;
    text-align: center;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
  }

  .hero-cta .btn {
    width: min(420px, 100%);
  }

  .hero-trust {
    flex-direction: column;
    gap: 8px;
  }

  .trust-dot {
    display: none;
  }

  .o-nas-visual {
    display: none;
  }

  .check-list {
    margin-bottom: 22px;
  }

  .partner-card {
    padding: 20px;
  }

  .partner-card .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-desc {
    font-size: 1.02rem;
  }

  .hero-content {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .hero-scroll-hint {
    bottom: 16px;
  }

  .check-list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .hero-badge {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    padding: 7px 10px;
  }

  .hero-desc {
    font-size: 0.94rem;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker {
    animation-duration: 24s !important;
    animation-iteration-count: infinite !important;
  }

  .vc1 {
    animation-duration: 5.6s !important;
    animation-iteration-count: infinite !important;
  }

  .vc2 {
    animation-duration: 6.2s !important;
    animation-iteration-count: infinite !important;
  }

  .vc3 {
    animation-duration: 5.8s !important;
    animation-iteration-count: infinite !important;
  }
}
