body {
  position: relative;
  max-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top, #141414 0%, #0b0b0b 65%);
  color: white;
}

.bg-element {
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.bg-shape-1 {
  top: 45.9vh;
  left: 4.1vw;
  opacity: 0.72;
}

.bg-shape-2 {
  top: 13vh;
  right: 4vw;
  opacity: 0.72;
}

.bg-arrow {
  width: 5.46vw;
  height: 7.14vh;
  top: 77.11vh;
  left: 52.13vw;
  background-image: url("assets/arrow.svg");
}

.bg-image3 {
  width: 7.8vw;
  height: 12.8vh;
  top: 63vh;
  left: 10.8vw;
  opacity: 0.86;
  background-image: url("assets/image3.png");
}

.bg-image4 {
  width: 7.2vw;
  height: 9.2vh;
  top: 66.5vh;
  right: 3.2vw;
  opacity: 0.82;
  background-image: url("assets/image4.png");
}

.bg-image5 {
  width: 4.7vw;
  height: 9vh;
  top: 45vh;
  left: 5.4vw;
  opacity: 0.78;
  background-image: url("assets/image5.png");
}

.bg-image6 {
  width: 4.2vw;
  height: 8.8vh;
  top: 27vh;
  left: 55.5vw;
  opacity: 0.62;
  background-image: url("assets/image6.png");
}

.bg-image7 {
  width: 2.4vw;
  height: 5.1vh;
  top: 29vh;
  left: 53.8vw;
  opacity: 0.58;
  background-image: url("assets/image7.png");
  backdrop-filter: blur(0.1875rem);
}

.bg-image8 {
  width: 3.6vw;
  height: 5.9vh;
  top: 38vh;
  left: 6.8vw;
  opacity: 0.7;
  background-image: url("assets/image8.png");
  backdrop-filter: blur(0.25rem);
}

.bg-text {
  top: 70vh;
  left: 42.13vw;
  font-weight: 600;
  font-size: 2.0vh;
  line-height: 150%;
  letter-spacing: 0%;
}

.bg-shape {
  position: absolute;
  width: 9.38vw;
  height: 15.34vh;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(255, 230, 21, 0.72) 0%,
    rgba(255, 230, 21, 0.30) 35%,
    rgba(255, 230, 21, 0.08) 55%,
    transparent 100%);
  filter: blur(4vh);
  backdrop-filter: blur(4vh);
  -webkit-backdrop-filter: blur(4vh);
  pointer-events: none;
  z-index: -999;
  mix-blend-mode: screen;
}

.header,
.container {
  position: relative;
  z-index: 1;
}

.header {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.4vh 0;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-text {
  font-size: 2.4vh;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0.8vh;
  text-transform: uppercase;
}

.logo-text span {
  color: #f1c40f;
}

.container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2.4vh 7.6vh 2.4vh 2.4vh;
  background: #262626;
  border-radius: 1.6vh 0 0 1.6vh;
  gap: 5vh;
}

.left h1 {
  font-size: 7.2vh;
  margin: 0;
  font-weight: 900;
  line-height: 100%;
}

.left span {
  background: linear-gradient(90deg, #4FCF87 0%, #2C8ACC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left ul li {
  position: relative;
  padding-left: 1.6vh;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.6vh;
  line-height: 1.6;
}

.left ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6vh;
  height: 0.6vh;
  background: white;
  border-radius: 50%;
  transform: translateY(-50%);
}

.card {
  background: white;
  border-radius: 2.4vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  min-width: 22vw;
  max-width: 22vw;
  display: flex;
  flex-direction: column;
  background-clip: padding-box;
}

.chat-header {
  background: #154624;
  padding: 1.6vh;
  display: flex;
  align-items: center;
  gap: 2.4vh;
}

.avatar {
  width: 5.6vh;
  height: 5.6vh;
  border-radius: 50%;
  background: #FFE615;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8vh;
  color: black;
  flex-shrink: 0;
}

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

.name {
  font-weight: 600;
  font-size: 2.4vh;
  margin-bottom: 0.8vh;
}

.status {
  font-size: 1.6vh;
  color: #CFCFCF;
  font-weight: 400;
  position: relative;
  padding-left: 1.6vh;
}

.status::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.8vh;
  height: 0.8vh;
  background: #1EE325;
  border-radius: 50%;
  transform: translateY(-50%);
}

.chat-visual {
  padding: 0.8vh 2.4vh;
  margin: 2.4vh 0;
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
}

.bubble {
  position: relative;
  background: #EBEBEB;
  padding: 1.6vh 1.8vh;
  border-radius: 1.2vh;
  color: #181818;
  width: 85%;
  font-size: 1.9vh;
  line-height: 130%;
}

.bubble::before {
  content: "";
  position: absolute;
  bottom: 0vh;
  left: -2vh;
  width: 0;
  height: 0;
  border-left: 2vh solid transparent;
  border-right: 1.2vh solid transparent;
  border-bottom: 1.2vh solid #EBEBEB;
}

.bubble::after {
  content: "";
  position: absolute;
  right: 1.2vh;
  bottom: 1.2vh;
  width: 2.4vh;
  height: 2.4vh;
  background: url("assets/bubble-icon.svg") center/contain no-repeat;
  pointer-events: none;
}

.chat-actions {
  padding: 2.4vh 2.4vh 1.4vh;
  display: flex;
  flex-direction: column;
  gap: 1.6vh;
  font-size: 1.8vh;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8vh;
  padding: 1.6vh 1.8vh;
  border-radius: 1.4vh;
  text-decoration: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
}

.btn-icon {
  display: inline-flex;
  height: 4vh;
  align-items: center;
  justify-content: center;
}

.btn-icon svg {
  height: 4vh;
  width: auto;
}

.whatsapp {
  background: #157A27;
}

.telegram {
  background: #0E5CAA;
}

.form-toggle {
  align-self: center;
  background: transparent;
  border: 0;
  margin: 0 2.4vh 1.8vh;
  padding: 0.8vh 1.2vh;
  color: #6E6E6E;
  font-family: 'Inter', sans-serif;
  font-size: 1.8vh;
  font-weight: 700;
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0 2.4vh;
  padding: 0 1.6vh;
  border: 1px solid transparent;
  border-radius: 1.6vh;
  background: #F7F8F7;
  transform: translateY(-1vh);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin 0.35s ease,
    padding 0.35s ease,
    border-color 0.35s ease,
    transform 0.25s ease;
}

.form-block.active {
  max-height: 44vh;
  opacity: 1;
  margin: 0 2.4vh 1vh;
  padding: 1.6vh;
  border-color: #ECECEC;
  transform: translateY(0);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.6vh;
  color: #2E2D2D;
  font-size: 1.25vh;
  font-weight: 700;
}

.form-field input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 1.2vh;
  padding: 1.25vh 1.4vh;
  background: white;
  color: #181818;
  font: inherit;
  font-size: 1.6vh;
  outline: none;
}

.form-field input:focus {
  border-color: #157A27;
  box-shadow: 0 0 0 0.22vh rgba(21, 122, 39, 0.12);
}

.form-field input.input-error {
  border-color: #C62828;
}

.form-message {
  display: none;
  font-size: 1.25vh;
  line-height: 140%;
}

.form-message.active {
  display: block;
}

.form-message.error {
  color: #C62828;
}

.form-message.success {
  color: #157A27;
}

.submit-btn {
  border: 0;
  background-color: #154624;
  font-family: 'Inter', sans-serif;
  font-size: 1.6vh;
  box-shadow: 0 0.8vh 1.6vh rgba(21, 70, 36, 0.18);
}

.submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.sent-state {
  display: none;
  margin: 0 2.4vh 2.4vh;
  padding: 1.6vh;
  border-radius: 1.2vh;
  background: #EEF8F0;
  color: #157A27;
  font-size: 1.5vh;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.card.submitted .chat-actions,
.card.submitted .form-block,
.card.submitted .form-toggle {
  display: none;
}

.card.submitted .sent-state {
  display: block;
}

.chat-footer {
  text-align: center;
  font-size: 1.2vh;
  padding: 1.2vh 2.4vh 2.4vh;
  color: #999;
  font-weight: 400;
}

.title-mobile {
  display: none;
}

.chat-mobile-footer{
  display: none;
}

.mobile-bottom-text {
  display: none;
}

.mobile-bottom-text {
  position: relative;
  display: none;
  width: min(34vh, 82vw);
  max-width: 34vh;
  margin-top: 1.4vh;
  padding: 1.15vh 1.5vh 1.2vh;
  border: 1px solid rgba(79, 207, 135, 0.16);
  border-radius: 1.55vh;
  background: rgba(16, 16, 16, 0.58);
  box-shadow: 0 0.8vh 2.2vh rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.32vh;
  font-weight: 700;
  line-height: 135%;
  text-align: center;
  backdrop-filter: blur(0.9vh);
}

.bottom-copy {
  display: block;
  max-width: 27vh;
  margin: 0 auto 0.9vh;
}

.brand-row {
  display: flex;
  justify-content: center;
  gap: 0.7vh;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.8vh;
  height: 2.25vh;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.brand-logo {
  display: block;
  width: auto;
  height: 1.08vh;
  max-width: 5.6vh;
  object-fit: contain;
}

.brand-badge.paysera .brand-logo {
  height: 1.18vh;
  max-width: 5.9vh;
}

.brand-badge.revolut .brand-logo {
  height: 1.05vh;
  max-width: 5.45vh;
}

.brand-badge.paysera {
  box-shadow: 0 0 1vh rgba(18, 169, 224, 0.16);
}

.brand-badge.revolut {
  box-shadow: 0 0 1vh rgba(91, 140, 255, 0.16);
}

/* Mobile version */
@media (max-width: 1023px) {
  .bg-shape {
    height: 15vh;
  }

  .bg-shape-1 {
    bottom: 1vh;
    top: unset;
  }

  .bg-image4 {
    bottom: -5vh;
    top: unset;
    left: 20vw;
    width: 20vw;
  }

  .bg-image8 {
    bottom: 2vh;
    top: unset;
    left: 40vw;
    width: 20vw;
  }

  .container {
    display: flex;
    flex-direction: column;
  }

  .header {
    margin: 1.2vh 0;
    flex-direction: column;
  }

  .title-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #212121;
  }

  .marquee-track {
    display: flex;
    align-items: center;
    gap: 1vh;
    width: max-content;
    animation: marquee 12s linear infinite;
  }

  .marquee-track span {
    font-size: 2vh;
    font-weight: 900;
  }

  .marquee-track b {
    background: linear-gradient(90deg, #4FCF87 0%, #2C8ACC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .marquee-track img {
    width: 2vh;
    height: 2vh;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-15%);
    }
  }

  .logo-icon img {
    height: 6vh;
  }

  .logo {
    display: flex;
  }

  .logo-text {
    font-size: 2.44vh;
  }

  .left {
    display: none;
  }

  .card {
    width: 50vh;
    max-width: 90%;
  }

  .bg-image6, .bg-arrow, .bg-text {
    display: none;
  }

  .left h1 {
    font-size: 1.4vh;
    margin: 0;
    font-weight: 900;
    line-height: 100%;
  }

  .chat-actions{
    padding: 0 1.6vh 1.15vh 1.6vh;
    gap: 1.15vh;
    font-size: 1.55vh;
  }

  .btn {
    padding: 1.25vh 1.5vh;
    border-radius: 1.15vh;
  }

  .btn-icon {
    height: 3.25vh;
  }

  .btn-icon svg {
    height: 3.25vh;
  }

  .left span {
    background: linear-gradient(90deg, #4FCF87 0%, #2C8ACC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .left ul {
    display: none;
  }

  .left ul li {
    position: relative;
    padding-left: 1.6vh;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.6vh;
    line-height: 1.6;
  }

  .left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.6vh;
    height: 0.6vh;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    line-height: 100%;
  }

  .chat-visual{
    padding: 0;
    margin: 1.6vh;
  }

  .chat-footer {
    display: none;
  }

  .chat-mobile-footer {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #2E2D2D;
    padding-top: 2vh;
    padding-bottom: 1vh;
  }

  .submit-btn {
    font-size: 1.55vh;
    padding: 1.25vh 1.5vh;
    border-radius: 1.15vh;
  }

  .form-toggle {
    margin: 0 auto 1.6vh;
    background: transparent;
    color: #6E6E6E;
    border: none;
    width: auto;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 1.18vh;
  }

  .mobile-bottom-text {
    display: block;
  }
}
