/* ### START BANNER ### */
.banner.container { padding: 0 !important; }

.banner {
  background: #111;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding: 56px 48px;
  border: 1px solid rgba(255,255,255,0.06);
}

.banner::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(214,255,64,0.15) 0%, transparent 40%, transparent 60%, rgba(214,255,64,0.05) 100%);
  z-index: 0;
  pointer-events: none;
}

.banner::after {
  content: "";
  position: absolute;
  top: -80px; right: -40px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(214,255,64,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.banner-content { position: relative; z-index: 1; }

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(214,255,64,0.08);
  border: 1px solid rgba(214,255,64,0.15);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #d6ff40;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.banner-badge::before {
  content: "";
  width: 6px; height: 6px;
  background: #d6ff40;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.banner h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  color: #fff;
}

.banner h1 span { color: #d6ff40; }

.banner .subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
  max-width: 380px;
  margin-bottom: 36px;
}

.btn-group { display: flex; gap: 12px; }

.btn-primary {
  padding: 14px 36px;
  background: #d6ff40;
  color: #111;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.btn-primary:hover {
  background: #e2ff66;
  box-shadow: 0 0 30px rgba(214,255,64,0.15);
}

.btn-secondary {
  padding: 14px 36px;
  background: transparent;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.btn-secondary:hover {
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}

.stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.stat { display: flex; flex-direction: column; gap: 4px; }

.stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .banner { padding: 36px 24px; border-radius: 20px; }
  .banner h1 { font-size: 30px; letter-spacing: -1px; }
  .banner .subtitle { font-size: 14px; margin-bottom: 28px; }
  .btn-group { flex-direction: column; }
  .btn-primary, .btn-secondary { text-align: center; padding: 15px 24px; width: 100%; font-size: 16px; }
  .stats { gap: 24px; }
  .stat-value { font-size: 18px; }
}

@media (max-width: 430px) {
  .banner { padding: 28px 20px; }
  .banner h1 { font-size: 26px; }
  .banner .subtitle { font-size: 13px; }
  .stats { gap: 20px; flex-wrap: wrap; }
}

    font-size: 28px;
  }

  .banner p {
    font-size: 14px;
    margin: 16px 0 24px;
  }

  .banner img {
    display: none;
  }

  .banner .btn-container {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .banner .btn-container button {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }
}

@media (max-width: 430px) {
  .banner .text {
    padding: 36px 20px;
  }

  .banner h4 {
    font-size: 24px;
  }

  .banner h3 {
    font-size: 24px;
  }

  .banner .btn-container {
    flex-direction: column;
    gap: 12px;
  }

  .banner .btn-container button {
    width: 100%;
  }
}

    font-size: 28px;
  }

  .banner p {
    font-size: 14px;
    margin: 16px 0 24px;
  }

  .banner img {
    display: none;
  }

  .banner .btn-container {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .banner .btn-container button {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }
}

@media (max-width: 430px) {
  .banner .text {
    padding: 36px 20px;
  }

  .banner h4 {
    font-size: 24px;
  }

  .banner h3 {
    font-size: 24px;
  }

  .banner .btn-container {
    flex-direction: column;
    gap: 12px;
  }

  .banner .btn-container button {
    width: 100%;
  }
}

  }

  .banner .btn-container button {
    flex: 1;
    font-size: 14px;
    padding: 13px 0;
  }
}

@media (max-width: 430px) {
  .banner .text {
    padding: 32px 20px;
  }

  .banner h4 {
    font-size: 22px;
  }

  .banner h3 {
    font-size: 22px;
  }

  .banner .btn-container {
    flex-direction: row;
    gap: 10px;
  }

  .banner .btn-container button {
    flex: 1;
    width: auto;
  }
}

  }

  .banner h3 {
    font-size: 28px;
  }

  .banner p {
    font-size: 14px;
    margin: 16px 0 24px;
  }

  .banner img {
    display: none;
  }

  .banner .btn-container {
    width: 100%;
    gap: 12px;
  }

  .banner .btn-container button {
    width: 100%;
    font-size: 15px;
    padding: 14px 0;
  }
}

@media (max-width: 430px) {
  .banner .text {
    padding: 36px 20px;
  }

  .banner h4 {
    font-size: 24px;
  }

  .banner h3 {
    font-size: 24px;
  }

  .banner .btn-container {
    flex-direction: column;
    gap: 12px;
  }

  .banner .btn-container button {
    width: 100%;
  }
}

/* ### START TARIFF ### */

/* ### START TARIFF ### */
.tariff {
  margin-top: var(--margin-top);
  margin-bottom: 40px;
  position: relative;
}
.tariff .tariff-header {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
}
.tariff-container {
  overflow: hidden;
}
.slider {
  display: flex;
  gap: 16px;
  transition: transform 0.3s ease;
  padding: 10px 4px;
}
.tariff-card {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding: 32px 28px;
  flex: 0 0 100%;
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: all .3s ease;
}
.tariff-card:hover {
  border-color: rgba(214,255,64,.3);
  background: rgba(214,255,64,.03);
}



















  letter-spacing: .5px;
}
.tariff-card .card-header {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}
.tariff-card .head-info {
  padding: 4px 14px;
  background-color: var(--color-accent);
  width: fit-content;
  color: var(--color-black-light);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}
.tariff-card ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.tariff-card li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  color: rgba(255,255,255,.7);
}
.tariff-card li img {
  width: 28px;
  margin-right: 14px;
  display: block;
  opacity: .7;
}
.price {
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.old-price {
  font-weight: 600;
  font-size: 18px;
  text-decoration: line-through;
  color: rgba(255,255,255,.3);
  margin: 0;
}
.new-price {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--color-accent);
}
.price .days {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.4);
}
.tariff-card .btn {
  width: 100%;
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  padding: 14px 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 12px;
  font-size: 15px;
  transition: all .2s;
}
.tariff-card .btn:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.2);
}








.arrow {
  width: 90px;
  height: 16px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.arrow.left { left: 443px; }
.arrow.right { right: 19px; }
.progress-wrapper {
  width: 100%;
  height: 4px;
  border: none;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  margin: 20px 0;
  overflow: hidden;
  display: none;
}
.progress-bar {
  height: 100%;
  background: var(--color-accent);
  border-radius: 10px;
  transition: width 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariff-card { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); }
  .arrow { display: block; }
  .progress-wrapper { display: none !important; }
}
@media (min-width: 1024px) {
  .tariff-card { flex: 0 0 calc(33.333% - 11px); max-width: calc(33.333% - 11px); }
  .arrow { display: block; }
  .progress-wrapper { display: none !important; }
}
@media (max-width: 767px) {
  .arrow { display: none !important; }
  .progress-wrapper { display: block; }
}
@media (max-width: 768px) {
  .slider {
    flex-direction: column;
    transform: none !important;
    gap: 12px;
    padding: 0;
  }
  .tariff-card {
    flex: none;
    max-width: 100%;
    padding: 20px;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .tariff-card .card-name { flex: 1; min-width: 120px; }
  .tariff-card .card-header { font-size: 20px; margin: 0; }
  .tariff-card ul { display: none; }
  .tariff-card .price {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
  }
  .new-price { font-size: 26px; margin: 0; }
  .old-price { font-size: 14px; }
  .price .days { font-size: 11px; }
  .tariff-card .btn {
    padding: 12px 20px;
    font-size: 14px;
    width: auto;
    min-width: 120px;
  }




    font-size: 9px;
    padding: 3px 8px;
  }
  .progress-wrapper { display: none !important; }
  .tariff .tariff-header { font-size: 26px; margin-bottom: 20px; }
}
/* ### // END TARIFF ### */

/* ### START CONNECT ###  */

.connect {
  margin-top: 0;
  padding: 40px 16px 56px;
  background: #0a0a0a;
}


.connect-title-wrap {
  margin-bottom: 32px;
}

.connect .connect-header {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.25;
}

.connect-subtitle {
  font-size: 14px;
  color: rgba(255,255,255,0.38);
  margin: 0;
}

/* Шаги */
.connect-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.connect-step {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  background: #141414;
  border: 1px solid rgba(214,255,64,0.12);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.connect-step::before {
  content: attr(data-n);
  position: absolute;
  top: -10px;
  right: 12px;
  font-size: 72px;
  font-weight: 900;
  color: rgba(214,255,64,0.04);
  font-family: monospace;
  line-height: 1;
  pointer-events: none;
}

.step-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.step-number {
  font-size: 13px;
  font-weight: 700;
  color: #d6ff40;
  background: rgba(214,255,64,0.1);
  border-radius: 6px;
  padding: 3px 8px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.step-icon-wrap {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-icon-wrap img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.step-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  flex: 1;
}

.step-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.42);
  margin: 0;
  line-height: 1.6;
  padding-left: 2px;
}

.step-arrow {
  display: none;
}

@media (min-width: 768px) {
  .connect-steps {
    flex-direction: row;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
  }
  .connect-step {
    flex: 1;
  }
  .connect .connect-header {
    font-size: 32px;
    text-align: center;
  }
  .connect-title-wrap {
    text-align: center;
  }
}

/* ### END CONNECT ### */

/* ### STRAT ADVANTAGES ### */

.advant {
  margin-top: var(--margin-top);
}

.advant-header {
  font-size: 35px;
  font-weight: 500;
}

.advant-cards {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.advant-cards-top {
  display: flex;
  gap: 10px;
}

.advant-cards-bottom {
  display: flex;
  gap: 10px;
}

.ad-card {
  width: 100%;
  padding: 16px 30px;
  background-color: var(--color-black-light);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ad-card .ad-text {
  display: flex;
  gap: 41px;
}

.ad-card .ad-text p {
  font-size: 22px;
  font-size: 500;
}

@media (max-width: 768px) {
  .advant-cards-top {
    flex-wrap: wrap;
  }

  .advant-cards-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .ad-card .ad-text img {
    width: 46px;
  }

  .ad-card .ad-text p {
    font-size: 16px;
  }
}

/* ### // END ADVANTAGES ### */

/* ### START FAQ ### */

.faq-container {
  margin-top: var(--margin-top);
  padding: 0 16px;
}

.faq-container .faq-header {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.faq {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  gap: 12px;
}

.faq .faq-q {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.faq .icon {
  font-size: 18px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: rgba(255,255,255,0.4);
}

.faq .icon:hover {
  cursor: pointer;
  border-color: #d6ff40;
  color: #d6ff40;
}

.minus-icon {
  display: none;
}

.faq-answer {
  display: none;
  padding-bottom: 14px;
}

.faq-answer p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}

.faq.open .minus-icon {
  display: block;
}
.faq.open .plus-icon {
  display: none;
}
.faq.open .faq-answer {
  display: block;
}
.faq.open .faq-q {
  color: #fff;
}
.faq.open .icon {
  border-color: #d6ff40;
  color: #d6ff40;
}

@media (max-width: 768px) {
  .faq-container .faq-header {
    font-size: 24px;
  }
  .faq .faq-q {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .faq-container .faq-header {
    font-size: 22px;
  }

  .faq .faq-q {
    font-size: 20px;
  }

  .faq .icon {
    font-size: 20px;
    padding: 0 7px;
  }
}

/* ### // END FAQ ### */

/* ### START DEVICES ### */

.devices {
  margin-top: var(--margin-top);
}

.devices-header {
  font-size: 35px;
  font-weight: 500;
}

.devices .description {
  font-size: 22px;
  font-weight: 400;
  /* line-height: 32px; */
  padding: 0;
  margin: 0;
}

.devices .des-container {
  width: 20vw;
  height: 20vw;
  max-width: 385px;
  max-height: 385px;
  display: flex;
  align-items: flex-end;
}

.devices .description.for-mobile {
  display: none;
}

.con-devices {
}
.devices .circles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.circles .circle {
  width: 20vw; /* Размер круга зависит от ширины экрана */
  height: 20vw;
  max-width: 385px;
  max-height: 385px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--color-accent) 1px solid;
  transition: width 0.3s ease, height 0.3s ease;
}

.circle img {
  height: auto;
}

@media (max-width: 1440px) {
  .devices .description {
    font-weight: 400;
    font-size: 14px;
  }

  .circle img {
    width: 35%;
  }

  .devices .des-container {
    width: 23%;
  }
}

@media (max-width: 768px) {
  .devices-header {
    font-size: 32px;
  }
  .devices .des-container {
    display: none;
  }

  .devices .description.for-mobile {
    display: block;
  }

  .circle.none {
    display: none;
  }

  .circle img {
    width: 50%;
  }

  .circles .circle {
    width: 96px;
    height: 96px;
  }

  .devices .circles {
    margin-top: 30px;
    gap: 30px;
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .devices-header {
    font-size: 22px;
  }

  .devices .description {
    line-height: 32px;
  }

  .devices .circles {
    margin-top: 24px;
    gap: 21px;
  }

  .circles .circle {
    width: 48px;
    height: 48px;
  }
}

/* ### // END DEVICES ### */

/* ### START CONNECT FORM ### */

.connect-form {
  position: relative;
  margin-top: var(--margin-top);
  background-color: var(--color-black-light);
  display: flex;
  justify-content: flex-end;
  padding: 50px 100px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: var(--margin-top);
}

.connect-form .bg {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  left: 0;
  top: 0;
  z-index: 1;
}

.form-container {
  position: relative;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  box-shadow: none;
  padding: 32px 20px;
  width: 100%;
  max-width: 655px;
  z-index: 9999;
  overflow: hidden;
}
.form-container::before {
  content: 'SUPPORT';
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 72px;
  font-weight: 900;
  color: rgba(214,255,64,0.04);
  letter-spacing: -2px;
  pointer-events: none;
  line-height: 1;
  font-family: monospace;
}

.form-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.form-subtitle {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
  text-align: center;
  letter-spacing: 0%;
  margin-bottom: 32px;
  line-height: 100%;
}

.form-subtitle a {
  color: #007bff;
  text-decoration: none;
}

.form-subtitle a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 8px;
  background-color: #d9d9d9;
  font-size: 16px;
  color: black;
  transition: background-color 0.2s ease;
}

.form-input:focus {
  outline: none;
  background-color: #dee2e6;
}

.form-input::placeholder {
  color: black;
}

.form-select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 8px;
  background-color: #d9d9d9;
  font-size: 16px;
  color: black;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: background-color 0.2s ease;
}

.form-select:focus {
  outline: none;
  background-color: #d9d9d9;
}

.form-textarea {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 8px;
  background-color: #d9d9d9;
  font-size: 16px;
  color: black;
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
  transition: background-color 0.2s ease;
}

.form-textarea:focus {
  outline: none;
  background-color: #d9d9d9;
}

.form-textarea::placeholder {
  color: black;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--color-accent);
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 20px;
}

.submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(196, 229, 56, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checkbox-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #007bff;
}

.checkbox-label {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.checkbox-label a {
  color: #666;
  /* text-decoration: none; */
}

.checkbox-label a:hover {
  text-decoration: underline;
}



@media (max-width: 768px) {
  .connect-form {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
  .connect-form .bg {
    display: none;
  }

  .form-container {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .connect-form {
    max-width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-container {

    padding: 20px;
  }

  .form-title {
    font-size: 22px;
  }

  .form-input,
  .form-select,
  .form-textarea,
  .submit-btn {
    padding: 14px 10px;
    font-size: 16px;
  }
}

/* ### // END CONNECT FORM ### */

/* Исправление секции устройств */
.devices .circles {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.devices .circle {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.devices .circle.none {
    display: none !important;
}

.devices .circle img {
    width: 50px !important;
    height: 50px !important;
}

.devices .des-container {
    display: none !important;
}

.devices .description.for-mobile {
    display: block !important;
    text-align: center;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .devices .circles {
        grid-template-columns: repeat(3, 1fr);
    }
    .devices .circle {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (max-width: 480px) {
    .devices .circles {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tariff badges */
.tariff-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-left: 8px;
  vertical-align: middle;
}
.tariff-badge-popular {
  background: var(--color-accent);
  color: #111;
}
.tariff-badge-best {
  background: linear-gradient(135deg, #11998e, #38ef7d);
  color: #fff;
}
/* Mobile: push button to right */
@media (max-width: 768px) {
  .tariff-card .price {
    flex: 1;
    justify-content: flex-end;
  }
  .tariff-card .card-name {
    width: 100%;
    margin-bottom: 8px;
  }
  .tariff-card {
    align-items: flex-start;
  }
}

/* Hide empty head-info green bar */
.tariff-card .head-info:empty {
  display: none;
}
.tariff-card .card-name {
  margin-bottom: 0 !important;
}

/* Fix tariff mobile layout */
@media (max-width: 768px) {
  .tariff-card {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 18px 16px;
  }
  .tariff-card .card-name {
    grid-column: 1;
    width: auto;
    min-width: 0;
  }
  .tariff-card .card-header {
    font-size: 17px;
    white-space: nowrap;
  }
  .tariff-card .price {
    grid-column: 2;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    margin: 0;
    min-width: 0;
  }
  .new-price {
    font-size: 22px;
    margin: 0;
    white-space: nowrap;
  }
  .price .days {
    font-size: 10px;
  }
  .tariff-card .btn {
    grid-column: 3;
    padding: 10px 14px;
    font-size: 13px;
    min-width: 0;
    white-space: nowrap;
  }
  .tariff-card ul { display: none; }
  .tariff-card .old-price { display: none; }
}

/* Fix badge colors - all accent */
.tariff-badge-best {
  background: rgba(214,255,64,.15);
  color: var(--color-accent);
}
.tariff-badge-popular {
  background: var(--color-accent);
  color: #111;
}
.tariff-badge {
  font-size: 9px;
  padding: 2px 8px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: .3px;
}

/* Popular card subtle highlight */




.tariff-card:nth-child(3)::before {
  display: none;
}

/* Fix: single row tariff cards on mobile */
@media (max-width: 768px) {
  .tariff-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 16px;
  }
  .tariff-card .card-name {
    flex: 1;
    min-width: 0;
  }
  .tariff-card .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-price {
    font-size: 20px;
    margin: 0;
    white-space: nowrap;
  }
  .tariff-card .btn {
    padding: 10px 16px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* Reset 3months card to match all others */









/* Selected tariff card */
.tariff-card.selected,
.tariff-card-new.selected {
  border-color: var(--color-accent) !important;
}
.tariff-card.selected .btn,
.tariff-card-new.selected .btn {
  background: var(--color-accent) !important;
  color: #111 !important;
  border-color: var(--color-accent) !important;
}

/* Purchase modals */
.purchase-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.purchase-modal-overlay.show {
  display: flex;
}
.purchase-modal {
  background: #1a1a1a;
  border-radius: 20px;
  padding: 32px;
  max-width: 420px;
  width: 100%;
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
}
.purchase-modal-wide {
  max-width: 700px;
}
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 20px;
  cursor: pointer;
}
.modal-header {
  text-align: center;
  margin-bottom: 24px;
}
.modal-icon {
  font-size: 36px;
  margin-bottom: 8px;
}
.modal-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.modal-header p {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}
.modal-form .form-group {
  margin-bottom: 16px;
}
.modal-form input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.modal-form input[type="email"]:focus {
  border-color: var(--color-accent);
}
.form-hint {
  display: none;
  font-size: 12px;
  color: var(--color-accent);
  margin-top: 6px;
}
.btn-primary-large {
  width: 100%;
  padding: 14px;
  background: var(--color-accent);
  color: #111;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.form-note {
  text-align: center;
  color: rgba(255,255,255,0.3);
  font-size: 12px;
  margin-top: 12px;
}
.tariffs-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.toast-container-new {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

/* Tariff cards in modal */
.tariff-card-new {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.tariff-card-new:hover {
  border-color: rgba(214,255,64,0.3);
}
.tariff-card-new.selected {
  border-color: var(--color-accent) !important;
}
.tariff-card-new .tariff-header-new {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.tariff-card-new .tariff-header-new h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.tariff-card-new .tariff-icon {
  font-size: 20px;
}
.tariff-card-new .tariff-price-new {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 4px;
}
.tariff-card-new .tariff-period {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 12px;
}
.tariff-card-new .tariff-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tariff-card-new .tariff-features li {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 4px;
}
.tariff-card-new .tariff-badge {
  font-size: 10px;
  background: var(--color-accent);
  color: #111;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}

/* Modal scroll fix */
.purchase-modal-overlay {
  overflow-y: auto;
}
.purchase-modal-wide {
  max-height: 90vh;
  overflow-y: auto;
}
.tariffs-grid-new {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .tariffs-grid-new {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== ADVANT GRID ===== */
.advant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.advant-item {
  background: #141414;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.advant-icon-wrap {
  width: 44px;
  height: 44px;
  background: rgba(214,255,64,0.07);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advant-icon-wrap img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.advant-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

p.advant-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 !important;
}

p.advant-desc {
  font-size: 12px !important;
  color: rgba(255,255,255,0.4) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ===== DEVICES GRID ===== */
.devices {
  margin-top: var(--margin-top);
  padding: 0 16px 8px;
}
.devices-title-wrap {
  margin-bottom: 24px;
}
.devices-header {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  line-height: 1.25 !important;
}
.devices-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.38);
  margin: 0;
}
.devices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
a.device-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 12px;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
a.device-card:hover, a.device-card:active {
  border-color: rgba(214,255,64,0.35);
  background: #1a1a1a;
}
.device-icon {
  width: 52px;
  height: 52px;
  background: rgba(214,255,64,0.07);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.device-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
p.device-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 !important;
  text-align: center;
}
p.device-os {
  font-size: 11px !important;
  color: rgba(214,255,64,0.6) !important;
  margin: 0 !important;
  text-align: center;
}

/* ===== SUPPORT BUTTONS ===== */






.form-container 
.form-container 
.form-container

/* ===== SUPPORT BUTTONS ===== */
.support-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 12px !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: opacity .2s !important;
}
.support-btn:hover { opacity: .85 !important; }

.support-btn-tg {
  background: #d6ff40 !important;
  color: #000 !important;
  border: none !important;
}
.support-btn-tg svg path { fill: #000 !important; }

.support-btn-email {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.6) !important;
}

.support-btn-max {
  background: transparent !important;
  border: 1px solid rgba(214,255,64,0.25) !important;
  color: #d6ff40 !important;
}

/* ===== SUPPORT BUTTONS FIX ===== */
a.support-btn {
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 12px !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
a.support-btn-tg {
  background: #d6ff40 !important;
  color: #000 !important;
  border: none !important;
}
a.support-btn-email {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.85) !important;
}
a.support-btn-max {
  background: transparent !important;
  border: 1px solid rgba(214,255,64,0.25) !important;
  color: #d6ff40 !important;
}

.form-subtitle {
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px !important;
}

/* ===== FAQ CHEVRON ===== */
.faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
  transition: transform 0.3s ease, border-color 0.2s, color 0.2s;
}
.faq.open .faq-chevron {
  transform: rotate(180deg);
  border-color: #d6ff40;
  color: #d6ff40;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  display: block !important;
  padding-bottom: 0;
}
.faq.open .faq-answer {
  max-height: 200px;
  padding-bottom: 16px;
}
/* скрываем старые +/× */
.plus-icon, .minus-icon { display: none !important; }
