@charset "UTF-8";
@import url("./normalize.css");
* {
  scroll-behavior: smooth;
}

:root {
  --bg: #070707;
  --card: #0b0b0b;
  --accent: #22c55e;
  --down: #ef4444;
  --muted-line: rgba(255, 255, 255, 0.06);
}

body {
  background: oklch(11.8% 0 0deg);
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: oklch(96.1% 0 0deg);
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 16px;
  overflow-x: hidden;
  /* ---------- Слайдер ---------- */
  /* ---------- Стрелки ---------- */
  /* ---------- Точки ---------- */
  /* ---------- Кнопка ---------- */
}
@media (min-width: 640px) and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 2 * 16px);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .container {
    max-width: clamp(720px, 80%, 1100px);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.container a.btn-primary {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(90deg, #facc15, #fcd34d);
  box-shadow: 0 4px 14px rgba(250, 204, 21, 0.4);
  transition: all 0.25s ease;
}
.container a.btn-primary:hover {
  background: linear-gradient(90deg, #fde047, #facc15);
  box-shadow: 0 6px 18px rgba(250, 204, 21, 0.55);
  transform: translateY(-2px);
}
.container a.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(250, 204, 21, 0.35);
}
.container a.btn-primary:focus {
  outline: 2px solid #facc15;
  outline-offset: 3px;
}
.container .header__content {
  display: flex;
  padding-top: 10px;
}
.container .header__content-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.container .header__content-logo__img {
  background: oklch(84.7% 0.198 85.87deg);
  padding: 5px;
  border-radius: 8px;
}
.container .header__content-logo__img svg {
  width: 20px;
  height: 20px;
}
.container .header__content-logo__text h1 {
  margin-left: 8px;
  font-weight: 600;
  font-size: 20px;
  color: oklch(96.1% 0 0deg);
  margin: 0;
  padding: 0 4px;
}
.container .first-section__content {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-direction: column;
  min-width: 0;
}
.container .first-section__content-text, .container .first-section__content-form {
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 1280px) {
  .container .first-section__content {
    flex-direction: row;
  }
  .container .first-section__content-text, .container .first-section__content-form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.container .first-section__content-text {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 800px;
  padding: 0 16px;
  min-width: 0;
}
.container .first-section__content-text h1 {
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: oklch(96.1% 0 0deg);
}
.container .first-section__content-text h1 s {
  color: oklch(84.7% 0.198 85.87deg);
  text-decoration: line-through;
}
.container .first-section__content-form {
  min-width: 0;
}
.container .first-section__content-form .form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
  background: oklch(11.8% 0 0deg);
  border: 1px solid oklch(30% 0 0deg);
  border-radius: 12px;
}
.container .first-section__content-form .form__group {
  display: flex;
  flex-direction: column;
}
.container .first-section__content-form .form__input {
  padding: 12px 16px;
  border: 1px solid oklch(40% 0 0deg);
  border-radius: 8px;
  background: oklch(20% 0 0deg);
  color: oklch(96.1% 0 0deg);
  font-size: 16px;
  transition: border 0.2s, box-shadow 0.2s;
}
.container .first-section__content-form .form__input::-moz-placeholder {
  color: oklch(70% 0 0deg);
}
.container .first-section__content-form .form__input::placeholder {
  color: oklch(70% 0 0deg);
}
.container .first-section__content-form .form__input:focus {
  outline: none;
  border-color: oklch(84.7% 0.198 85.87deg);
  box-shadow: 0 0 0 2px oklch(84.7% 0.198 85.87deg / 0.3);
}
.container .first-section__content-form .form__actions {
  margin-top: 8px;
}
.container .first-section__content-form .form__submit {
  width: 100%;
  padding: 14px 20px;
  background: oklch(84.7% 0.198 85.87deg);
  color: oklch(11.8% 0 0deg);
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.container .first-section__content-form .form__submit:hover {
  background: oklch(84.7% 0.198 85.87deg / 0.9);
}
.container .first-section__content-form .form__submit:active {
  background: oklch(84.7% 0.198 85.87deg / 0.7);
}
.container .first-section__content-form .form__loader {
  display: none;
  justify-content: center;
  margin-top: 16px;
}
.container .first-section__content-form .form__spinner {
  width: 32px;
  height: 32px;
  border: 4px solid oklch(40% 0 0deg);
  border-top-color: oklch(84.7% 0.198 85.87deg);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.container .second-section__content {
  padding-top: 80px;
  /* header */
  /* chart area */
  /* profit box */
  /* 📱 адаптив */
}
.container .second-section__content .card {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background: var(--card);
  border-radius: 12px;
  padding: 18px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}
.container .second-section__content .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.container .second-section__content .title {
  font-weight: 700;
  font-size: 16px;
}
.container .second-section__content .card-change {
  color: #facc15;
  font-weight: 700;
}
.container .second-section__content .card-chart {
  height: 190px;
  position: relative;
  margin-bottom: 14px;
  /* сам canvas */
  /* спиннер */
}
.container .second-section__content .card-chart #cryptoChart {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: block;
}
.container .second-section__content .card-chart #cryptoChart.visible {
  opacity: 1;
}
.container .second-section__content .card-chart .chart-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card);
  border-radius: 8px;
  z-index: 2;
}
.container .second-section__content .card-chart .chart-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(250, 204, 21, 0.3);
  border-top-color: #facc15;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.container .second-section__content .card-profit {
  color: #000;
  background: linear-gradient(90deg, #facc15, #fcd34d);
  box-shadow: 0 4px 14px rgba(250, 204, 21, 0.4);
  padding: 14px;
  border-radius: 10px;
  text-align: center;
}
.container .second-section__content .card-profit p {
  margin: 0;
  color: #000;
  font-size: 13px;
}
.container .second-section__content .card-profit strong {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 800;
}
.container .second-section__content-btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .container .second-section__content .card {
    width: 90%;
    padding: 14px;
  }
  .container .second-section__content .title {
    font-size: 14px;
  }
  .container .second-section__content .card-chart {
    height: 160px;
  }
  .container .second-section__content .card-profit strong {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .container .second-section__content .card {
    border-radius: 8px;
    padding: 12px;
  }
  .container .second-section__content .title {
    font-size: 13px;
  }
  .container .second-section__content .card-profit strong {
    font-size: 16px;
  }
}
.container .third-section {
  padding: 60px 0;
  /* 📱 адаптив */
}
.container .third-section__content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.08);
}
.container .third-section__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ffd700;
}
.container .third-section__header .ai-processes .dots {
  animation: blinkDots 1s infinite steps(3);
}
.container .third-section__header .live-trading {
  color: #00ff88;
  font-weight: bold;
  text-transform: uppercase;
}
.container .third-section__logs {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 12px;
  padding: 12px;
  height: 300px;
  overflow-y: auto;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.container .third-section__logs .log {
  margin: 2px 0;
}
.container .third-section__logs .log--info {
  color: #aaa;
}
.container .third-section__logs .log--buy {
  color: #00ff88;
  font-weight: 600;
}
.container .third-section__logs .log--sell {
  color: #ff4444;
  font-weight: 600;
}
.container .third-section__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.container .third-section__stats .stat {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.container .third-section__stats .stat__label {
  display: block;
  font-size: 12px;
  color: #ccc;
  margin-bottom: 6px;
}
.container .third-section__stats .stat__value {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1024px) {
  .container .third-section__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .container .third-section__stats {
    grid-template-columns: 1fr;
  }
  .container .third-section__logs {
    height: 220px;
    font-size: 12px;
  }
}
@keyframes blinkDots {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
.container .third-section-test {
  padding: 80px 0;
}
.container .third-section-test__content {
  padding-top: 80px;
}
.container .third-section-test__card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  position: relative;
}
.container .third-section-test__header {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.container .third-section-test__price .label {
  display: block;
  font-size: 14px;
  color: #bbb;
}
.container .third-section-test__price .value {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #22c55e;
  margin: 8px 0;
}
.container .third-section-test__price .desc {
  display: block;
  font-size: 14px;
  color: #bbb;
}
.container .third-section-test__list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
}
.container .third-section-test__list li {
  margin-bottom: 6px;
}
.container .third-section-test__note {
  font-size: 13px;
  margin-bottom: 16px;
  color: #facc15;
}
.container .third-section-test__limit {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid #ef4444;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #ef4444;
}
.container .third-section-test .btn-primary.wide {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  margin-bottom: 16px;
}
.container .third-section-test__footnote {
  font-size: 12px;
  color: #aaa;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .container .third-section-test__card {
    padding: 18px;
  }
  .container .third-section-test__price .value {
    font-size: 26px;
  }
}
.container .four-section__content {
  padding: 80px 0;
}
.container .four-section__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 40px;
}
.container .four-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.container .stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.05);
  transition: transform 0.3s ease;
}
.container .stat-card i {
  font-size: 32px;
  margin-bottom: 12px;
  color: #ffd700;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.container .stat-card:hover i {
  transform: scale(1.15);
  color: #ffea70;
}
.container .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}
.container .stat-card__icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.container .stat-card__value {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
.container .stat-card__label {
  font-size: 14px;
  color: #aaa;
}
.container .five-section__content {
  padding: 80px 0;
  background: #050505;
  color: #fff;
}
.container .five-section__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffd700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.container .five-section__title i {
  font-size: 24px;
  color: #ffd700;
}
.container .five-section__subtitle {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 24px;
}
.container .requirements {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.container .requirement {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  padding: 14px 18px;
  transition: background 0.3s ease;
}
.container .requirement:hover {
  background: rgba(255, 215, 0, 0.08);
}
.container .requirement__number {
  background: #ffd700;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .requirement__text {
  font-size: 15px;
  line-height: 1.4;
}
.container .requirement__text strong {
  color: #fff;
}
.container .six-section {
  padding: 80px 0;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}
.container .six-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.container .six-section__title {
  font-size: 22px;
  font-weight: 700;
}
.container .six-section .trustpilot {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid #ffd700;
  color: #ffd700;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}
.container .six-section .trustpilot i {
  font-size: 16px;
}
.container .reviews-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 72px;
}
@media (max-width: 1024px) {
  .container .reviews-wrapper {
    padding-inline: 56px;
  }
}
@media (max-width: 768px) {
  .container .reviews-wrapper {
    padding-inline: 0;
  }
}
.container .reviews-slider {
  display: flex;
  gap: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  flex: 1;
  min-width: 0;
}
.container .review {
  min-width: 0;
  flex: 0 0 25%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .container .review {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 768px) {
  .container .review {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .container .review {
    flex: 0 0 100%;
    padding: 8px;
  }
}
.container .review__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
}
.container .review__stars i {
  font-size: 16px;
  color: #ffd700;
}
.container .review__stars .ri-star-line {
  color: rgba(255, 255, 255, 0.3);
}
.container .review__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.container .review .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffd700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.container .review h3 {
  font-size: 15px;
  margin: 0;
}
.container .review .date {
  font-size: 12px;
  color: #aaa;
}
.container .review__text {
  font-size: 14px;
  margin-bottom: 12px;
  flex-grow: 1;
}
.container .review__profit {
  background: #064e3b;
  color: #22c55e;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.container .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 215, 0, 0.45);
  color: #ffd700;
  background: radial-gradient(120% 120% at 50% 50%, rgba(255, 215, 0, 0.12), rgba(0, 0, 0, 0) 70%), rgba(18, 18, 18, 0.9);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.container .slider-btn i {
  font-size: 22px;
  line-height: 1;
}
.container .slider-btn:hover {
  transform: translateY(-50%) scale(1.08);
  color: #111;
  background: linear-gradient(145deg, #ffd700, #ffea70);
  box-shadow: 0 10px 24px rgba(255, 215, 0, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-color: #ffd700;
}
.container .slider-btn.prev {
  left: 16px;
}
.container .slider-btn.next {
  right: 16px;
}
@media (max-width: 1024px) {
  .container .slider-btn {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .container .slider-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    background: rgba(18, 18, 18, 0.85);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 480px) {
  .container .slider-btn {
    width: 38px;
    height: 38px;
    top: auto;
    bottom: -60px;
  }
}
.container .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.container .slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.4);
  cursor: pointer;
  transition: background 0.3s;
}
.container .slider-dots .dot.active {
  background: #ffd700;
}
.container .six-section__button {
  margin-top: 30px;
  text-align: center;
}
.container .six-section__button .btn-yellow {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #ffd700;
  transition: all 0.25s ease;
}
.container .six-section__button .btn-yellow:hover {
  background: #ffea70;
  transform: translateY(-2px);
}
.container .six-section__button .btn-yellow:active {
  transform: translateY(0);
}
.container .seven-section {
  /* 📱 адаптив */
}
.container .seven-section__content {
  padding: 70px 0;
  background: #050505;
  color: #fff;
  text-align: center;
}
.container .seven-section__title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffd700;
  padding-bottom: 60px;
}
.container .seven-section__subtitle {
  font-size: clamp(15px, 3vw, 18px);
  color: #fff;
  margin-bottom: 24px;
  opacity: 0.85;
}
.container .seven-section__slider {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 24px;
}
.container .seven-section__slider label {
  display: block;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 6px;
  text-align: left;
}
.container .seven-section__slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 6px;
  background: rgba(255, 215, 0, 0.25);
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}
.container .seven-section__slider input[type=range]:focus {
  background: rgba(255, 215, 0, 0.4);
}
.container .seven-section__slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffd700;
  border: 2px solid #111;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.container .seven-section__slider input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  background: #ffea70;
}
.container .seven-section__slider input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffd700;
  border: 2px solid #111;
  cursor: pointer;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.container .seven-section__scale {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 6px;
  color: #888;
}
.container .seven-section__bubble {
  position: absolute;
  top: -38px;
  left: 0;
  transform: translateX(-50%);
  padding: 4px 10px;
  background: #ffd700;
  color: #000;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  transition: left 0.2s ease;
}
.container .seven-section__result {
  margin-top: 16px;
  text-align: center;
}
.container .seven-section__result p {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 4px;
}
.container .seven-section__result strong {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 800;
  color: #ffd700;
  background: rgba(255, 215, 0, 0.12);
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
  min-width: 120px;
}
@media (max-width: 768px) {
  .container .seven-section {
    padding: 50px 0;
  }
  .container .seven-section__slider {
    max-width: 90%;
  }
  .container .seven-section__bubble {
    font-size: 12px;
    padding: 3px 8px;
  }
}
@media (max-width: 480px) {
  .container .seven-section__title {
    font-size: 20px;
  }
  .container .seven-section__subtitle {
    font-size: 14px;
  }
  .container .seven-section__bubble {
    top: -32px;
  }
}

.footer {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 0;
  color: #fff;
}
.footer__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__stats {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__stat {
  flex: 1 1 auto;
  min-width: 120px;
}
.footer__stat strong {
  display: block;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 800;
  color: #ffd700;
  margin-bottom: 6px;
}
.footer__stat span {
  font-size: 14px;
  color: #ccc;
}

#phone {
  width: 100% !important;
}/*# sourceMappingURL=main.css.map */