html {
  font-family: Geist, Helvetica, sans-serif;
  background: rgba(253, 253, 253, 1);
  color: rgb(23 23 23 / 1);
  font-weight: 400;
  scroll-padding-top: 100px;
}

@media (hover: hover) and (pointer: fine) {
  html {
    scroll-behavior: smooth;
  }
}

.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.container {
  max-width: 480px;
  padding: 0 16px;
  margin: 0 auto;
  height: 100%;
}

header {
  padding: 20px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 100%;
  max-width: 155px;
}



.header-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  background: #171717;
  color: #fff;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
}
.header-btn span { color: #fff; }
.header-btn svg { flex-shrink: 0; }

.hero-top {
  position: relative;
  min-height: 380px;
  background: url(../img/hero/card-bg.png) no-repeat top center;
  background-size: 248px auto;
}
.hero-top::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(253, 253, 253, 0) 56%, rgba(253, 253, 253, 0.7) 78%, #FDFDFD 96%);
}
.hero-top .glass-plash { z-index: 3; }

h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;

}

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  font-weight: 700;

}

p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 0.75);
  line-height: 1.5;
}

.glass-block {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 12px;
  gap: 8px;
  min-height: 32px;
  max-height: 32px;
  background: rgba(28, 28, 28, 0.05);
  border-radius: 100px;

  border: 1px solid rgba(255, 255, 255, .3);

  margin-bottom: 24px;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.5),
    inset 0 -8px 16px rgba(255, 255, 255, 0.05);


}

.glass-dot {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: rgba(74, 222, 128, 1);
  box-shadow: 0px 0px 16px 0px rgba(74, 222, 128, 1);

}

.glass-block span {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: rgba(28, 28, 28, 0.78);

}

.hero__bot-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.hero__bot-txt p {
  font-size: 15.6px;
  color: rgba(28, 28, 28, 0.5);
}

.glass-plash {
  width: fit-content;
  padding: 10px 11px;

  display: flex;
  flex-direction: column;
  gap: 6px;

  border-radius: 12px;

  /* Стекло */
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);



  /* Тени */
  box-shadow: 0px 2px 8px 0px rgba(23, 30, 65, 0.05);

  position: relative;
  overflow: hidden;
}

/* Блик */
.glass-plash::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.25),
      transparent 60%);

  pointer-events: none;
}

.glass-plash span {
  font-size: 10px;
  line-height: 1;
  color: rgba(28, 28, 28, 0.5);
}

.glass-plash p {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.hero-bg {
  width: 100%;
  height: auto;
}

.hero {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.plash-1 {
  position: absolute;
  top: 3%;
  left: 5%;
}

.plash-2 {
  position: absolute;
  top: 26%;
  left: 0%;
}

.plash-3 {
  position: absolute;
  left: auto;
  right: 3%;
  top: 14%;
}

.btn-black {
  font-size: 14px;
  font-weight: 400;
  color: white;
  min-height: 46px;
  width: 100%;
  padding: 0 24px;
  background: rgba(23, 23, 23, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all .3s;
}

.btn-black:hover {
  background: rgba(23, 23, 23, 0.888);
}

.infr {
  padding-top: 80px;
}

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

.infr-blocks {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.infr .glass-block {
  margin-bottom: 16px;
}

.infr-block {
  min-height: 308px;
  padding: 24px 20px;
  width: 100%;
  border-radius: 32px;
}

.infr-block h3 {
  color: white;
}

.infr-block p {
  color: white;
}

.insta-get {
  background: linear-gradient(135deg, #7ED957 0%, #1FA23C 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.insta__get-b {
  position: relative;
  width: 100%;
  height: 184px;
  margin-top: auto;
  flex-shrink: 0;
}

.insta__get-cards {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
}

.insta__get-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transform-origin: top left;
  will-change: transform, width, opacity, filter;
  user-select: none;
  pointer-events: none;
}

.insta__get-card--bl {
  z-index: 1;
}

.insta__get-card--tl {
  z-index: 2;
}

.insta__get-card--tr {
  z-index: 3;
}

.insta__get-card--br {
  z-index: 4;
}

.insta__get-card--main {
  z-index: 5;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.infr__block-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 288px;
}

.team-control {
  background: linear-gradient(150deg, #16412C 0%, #091C13 100%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.team__control-t {
  margin-bottom: 16px;
  overflow: hidden;
}

.team-table {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-table__panel {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    0 8px 24px rgba(17, 52, 99, 0.12);
  z-index: 0;
  will-change: transform, opacity;
}

.team-table__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 55%);
  pointer-events: none;
}

.team-table__body {
  position: relative;
  z-index: 1;
  padding: 14px 12px;
}

.team__control-t .team-table__panel,
.team__control-t .team-table__head,
.team__control-t .team-table__row {
  opacity: 0;
}

.team-table__head,
.team-table__row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 0.72fr minmax(0, 1.35fr) 0.48fr;
  align-items: center;
  gap: 8px;
}

.team-table__head {
  padding: 9px 0;
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 0.56px solid rgba(255, 255, 255, 0.15);
}

.team-table__head span:last-child,
.team-table__cards {
  justify-self: end;
}

.team-table__row {
  padding: 9px 0;
  border-bottom: 0.56px solid rgba(255, 255, 255, 0.15);
}

.team-table__user {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.team-table__ava {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4px;
  font-weight: 400;
  color: white;

}

.team-table__ava--orange {
  background: rgba(249, 115, 22, 1);
}

.team-table__ava--purple {
  background: rgba(168, 85, 247, 1);
}

.team-table__ava--green {
  background: rgba(34, 197, 94, 1);
}

.team-table__ava--pink {
  background: rgba(236, 72, 153, 1);
}

.team-table__name {
  font-size: 8px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-table__role {
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 5.58px;
  font-weight: 500;
  height: 11px;
  white-space: nowrap;

}

.team-table__role--owner {
  color: rgba(0, 201, 81, 1);
  background: rgba(166, 255, 196, 1);
}

.team-table__role--buyer {
  color: rgba(154, 52, 18, 1);
  background: rgba(254, 215, 170, 0.95);
}

.team-table__role--finance {
  color: rgba(30, 64, 175, 1);
  background: rgba(191, 219, 254, 0.95);
}

.team-table__role--admin {
  color: rgba(157, 23, 77, 1);
  background: rgba(251, 207, 232, 0.95);
}

.team-table__limit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.team-table__limit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.team-table__progress {
  width: 100%;
  height: 1px;
  border-radius: 100px;
  background: rgb(255, 255, 255);
  overflow: hidden;
}

.team-table__progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.team-table__progress-fill--green {
  background: rgba(74, 222, 128, 1);
}

.team-table__progress-fill--orange {
  background: rgba(251, 146, 60, 1);
}

.team-table__progress-fill--lime {
  background: rgba(163, 230, 53, 1);
}

.team-table__progress-fill--red {
  background: rgba(239, 68, 68, 1);
}

.team-table__cards {
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  font-size: 8px;
  font-weight: 500;
}

.team-table__cards svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.team-table__cards svg {
  max-width: 9px;
  height: 9px;
}

.cards-balance {
  background: radial-gradient(90% 100% at 50% 0%, #46C47C 0%, #138A4E 100%);

}

.insta-dep {
  background: radial-gradient(80% 82% at 27% 20%, #123E30 0%, #07140E 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.insta-dep:not(.is-animated) .spinner {
  opacity: 0;
  transform: scale(0.38) translateY(-130px);
}

.dep-t {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}

.spinner {
  width: 100%;
  max-width: 218px;
  will-change: transform, opacity, filter;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.28));
  pointer-events: none;
  user-select: none;
}


.condit {
  margin-top: 60px;
}

.condit .glass-block {
  margin-bottom: 16px;
}

.condit-blocks {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.condit-block {
  position: relative;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  max-height: 160px;
  width: 160px;

}





.condit-block__glass {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 24px;

}



.condit-block__label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
  margin-bottom: 6px;
}

.condit-block__value {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  line-height: 1.2;
}


.condit-block:nth-child(1) {
  background: url(../img/condit/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.condit-block:nth-child(2) {
  background: url(../img/condit/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.condit-block:nth-child(3) {
  background: url(../img/condit/3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.condit-block:nth-child(4) {
  background: url(../img/condit/4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testi {
  margin-top: 60px;
}

.testi-blocks {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testi-block {
  padding: 16px;
  background: rgba(255, 255, 255, 1);
  border-radius: 24px;
  box-shadow: 0px 2px 8px 0px rgba(23, 30, 65, 0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.test__block-b {
  display: flex;

  gap: 8px;
  align-items: center;
}

.test__block-b img {
  max-width: 40px;
  max-height: 40px;
}

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

.test-info p {
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.test-info span {
  color: rgba(28, 28, 28, 0.5);
  font-size: 14px;
  font-weight: 300;

}

.test-ava {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 500;

}

.green {
  background: rgba(0, 40, 4, 1);
}

.blue {
  background: rgb(2, 2, 140);
}

.test-last {
  margin-top: 20px;
}

.rev {
  margin-top: 60px;
}

.rev-video {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rev-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 28px;

}

.form {
  margin-top: 60px;
}

.form-main {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(23, 30, 65, 0.05);

}

.form-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.form-top p {
  font-weight: 500;
  color: rgba(34, 197, 94, 1);
}

.form-top .glass-block {
  margin-bottom: 0;
}

.form-inp {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-inp__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-inp__label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 0.5);
  line-height: 1.2;
}

.form-inp__input-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  padding: 0 16px;
  background: rgba(28, 28, 28, 0.05);
  border-radius: 12px;
}

.form-inp__prefix {
  font-size: 14px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  flex-shrink: 0;
}

.form-inp__input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  background: rgba(28, 28, 28, 0.05);
  border-radius: 12px;
  border: none;
  outline: none;

}

.form-inp__input-wrap .form-inp__input {
  min-height: auto;
  padding: 0;
  background: transparent;
  padding-left: 12px;
}

.form-inp__input::placeholder {
  color: rgba(28, 28, 28, 0.35);
}

.form-inp__btn {

  font-size: 14px;
  font-weight: 400;
  color: white;
  min-height: 48px;
  width: 100%;
  padding: 0 24px;
  background: rgba(23, 23, 23, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.form-inp__btn:hover {
  background: rgba(23, 23, 23, 0.888);
}

.form-inp__input.error,
.form-inp__input-wrap.error {
  outline: 1px solid rgba(239, 68, 68, 0.6);
}

.field-error {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(239, 68, 68, 1);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modal[hidden] {
  display: none;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 23, 23, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  padding: 24px 20px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 32px 0px rgba(23, 30, 65, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal__badge {
  margin-bottom: 4px;
}

.modal__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(28, 28, 28, 1);
}

.modal__text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(28, 28, 28, 0.75);
}

.modal__btn {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  min-height: 48px;
  width: 100%;
  padding: 0 24px;
  background: rgba(23, 23, 23, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.modal__btn:hover {
  background: rgba(23, 23, 23, 0.888);
}

.modal--success .glass-dot {
  background: rgba(74, 222, 128, 1);
  box-shadow: 0px 0px 16px 0px rgba(74, 222, 128, 1);
}

.modal--error .glass-dot {
  background: rgba(239, 68, 68, 1);
  box-shadow: 0px 0px 16px 0px rgba(239, 68, 68, 0.8);
}

footer {
  margin-top: 60px;
  padding-bottom: 30px;
}

footer .logo img {
  max-width: 180px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 40px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.footer-links a {
  color: rgba(28, 28, 28, 1);
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.footer-links a:hover {
  color: rgba(28, 28, 28, 0.8);
}

footer p {
  color: rgba(28, 28, 28, 0.5);
}

.insta__get-card--main {
  z-index: 100;
}


.cards__bal-t {
  background: linear-gradient(180deg, #0F3D29 0%, #0A2C1E 100%);
  max-width: 211px;
  width: 100%;
  min-height: 155px;
  border-radius: 24px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.cards__bal-t:not(.is-animated) .bal__t-c1,
.cards__bal-t:not(.is-animated) .bal__t-c2,
.cards__bal-t:not(.is-animated) .bal__t-c3 {
  opacity: 0;
  transform: translateX(-50%) translateY(24px);
}

.bal__t-carm svg {
  width: 100%;

}

.bal__t-carm {

  max-width: 200px;
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.bal__t-c1 {
  position: absolute;
  width: 100%;
  z-index: 4;
  bottom: 9%;
  left: 55%;
  transform: translateX(-50%) translateY(-30px);
}

.bal__t-count {
  position: absolute;
  right: 14%;
  top: 6%;
  font-size: 9px;
  color: white;


}

.bal__t-c1 img {
  max-width: 190px;
  min-height: 90px;
  width: 100%;
}

.bal__t-c2 {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 9%;
  left: 55%;
  transform: translateX(-50%) translateY(-15px);
}

.bal__t-c2 img {
  width: 100%;
  max-width: 190px;
  min-height: 90px;
}

.bal__t-c3 {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 9%;
  left: 55%;
  transform: translateX(-50%) translateY(0);
}

.bal__t-c3 img {
  width: 100%;
  max-width: 190px;
  min-height: 90px;
}

.bal__t-carm {
  min-height: 96px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carm-bg {
  position: absolute;
  z-index: -1;
  width: 100%;

  backdrop-filter: blur(3px);
}

.carm-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.carm-txt p {
  text-align: center;
  font-size: 7px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.carm-txt span {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.carm-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.carm-btn {
  line-height: 1;
  font-size: 7px;
  color: white;
  display: flex;
  align-items: center;
  gap: 3px;
  min-height: 21px;
  padding: 0 11px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}

@media(max-width:400px) {
  .plash-3 {
    right: 2%;
  }

  .rev-video iframe {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

/* ============================================================
   DESKTOP / TABLET ADAPTATION  (mobile styles above untouched)
   ============================================================ */

/* ---------- TABLET (>=768px) ---------- */
@media (min-width: 768px) {
  html { scroll-padding-top: 110px; }

  .container { max-width: 760px; }

  /* section intros centered */
  .infr > .container > .glass-block,
  .condit > .container > .glass-block,
  .testi > .container > .glass-block,
  .rev  > .container > .glass-block {
    margin-left: auto;
    margin-right: auto;
  }
  .infr .txt-block,
  .condit .txt-block,
  .testi .txt-block,
  .rev .txt-block {
    align-items: center;
    text-align: center;
  }
  .infr .txt-block p,
  .condit .txt-block p,
  .rev .txt-block p {
    max-width: 620px;
  }

  /* infrastructure bento -> 2 columns */
  .infr-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
  }

  /* symmetric internals: visual centered on top, text pinned to bottom
     (so every card's heading/subheading baseline lines up) */
  .infr-block {
    min-height: 340px;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 20px;
  }
  .infr-block > .infr__block-txt {
    grid-row: 2;
    align-self: end;
    margin: 0;
  }
  .infr-block > :not(.infr__block-txt) {
    grid-row: 1;
    align-self: center;
    justify-self: center;
    margin: 0;
    min-width: 0;
  }
  /* visual sizing per block, centered in its row */
  .insta-get .insta__get-b { width: 100%; max-width: 460px; margin-top: 0; }
  .team-control .team__control-t { width: 100%; margin-bottom: 0; }
  .cards-balance .cards__bal-t { margin: 0 auto; }
  .insta-dep .dep-t { width: 100%; }

  /* conditions -> single row of 4 */
  .condit-blocks {
    flex-wrap: nowrap;
    margin-top: 32px;
  }
  .condit-block { width: auto; flex: 1 1 0; max-width: none; max-height: none; }

  /* testimonials -> 2 column masonry */
  .testi-blocks {
    margin-top: 32px;
    display: block;
    column-count: 2;
    column-gap: 16px;
  }
  .testi-block {
    break-inside: avoid;
    margin-bottom: 16px;
  }

  /* review video bigger */
  .rev-video iframe { aspect-ratio: 16 / 9; height: auto; max-width: none; }

  /* form a bit wider */
  .form-main { max-width: none; padding: 32px; width: 100%; }

  /* footer in a row */
  .footer-top { flex-direction: row; align-items: center; justify-content: space-between; }
  .footer-links { flex-direction: row; gap: 28px; }
}

/* ---------- DESKTOP (>=1100px) ---------- */
@media (min-width: 1100px) {
  .container { max-width: 1200px; padding: 0 40px; }

  /* ---- header ---- */
  header { padding: 26px 0; }
  .logo img { max-width: 175px; }
  .header-btn { font-size: 13px; min-height: 40px; padding: 0 16px; }

  /* ---- type scale up ---- */
  h1 { font-size: 56px; }
  h2 { font-size: 40px; }
  h3 { font-size: 22px; }

  /* ---- HERO: two columns (text | visual) ---- */
  .hero {
    max-width: none;
    width: 100%;
    background: none;
    padding-bottom: 0;
    margin: 0;
  }
  .hero-bg {
    background: none;
    min-height: auto;
    max-height: none;
  }
  .hero-bg > .container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    column-gap: 48px;
    min-height: 720px;
  }
  .hero-bot {
    order: 1;
    align-self: center;
  }
  .hero-bot .glass-block { margin-bottom: 28px; }
  .hero__bot-txt { gap: 18px; margin-bottom: 40px; max-width: 540px; }
  .hero__bot-txt p { font-size: 19px; line-height: 1.55; }
  .hero-bot .btn-black {
    width: auto;
    display: inline-flex;
    min-height: 54px;
    padding: 0 40px;
    font-size: 15px;
    border-radius: 12px;
  }

  /* right column = the hand+card visual with floating badges */
  .hero-top {
    order: 2;
    min-height: 720px;
    margin: 0;
    position: relative;
    background: none;
  }
  .hero-top::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(../img/hero/card-bg.png) no-repeat top center;
    background-size: 400px auto;
  }
  .hero-top::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(253, 253, 253, 0) 54%, rgba(253, 253, 253, 0.65) 76%, rgba(253, 253, 253, 0.95) 90%, #FDFDFD 100%);
  }
  .hero-top .glass-plash { z-index: 3; }
  .plash-1 { top: 4%;  left: 6%;  right: auto; }
  .plash-2 { top: 26%; left: 0%;  right: auto; }
  .plash-3 { top: 16%; right: 4%; left: auto; }
  .glass-plash { padding: 16px 20px; gap: 8px; border-radius: 16px; }
  .glass-plash span { font-size: 13px; }
  .glass-plash p { font-size: 24px; }

  /* ---- section rhythm ---- */
  .infr { padding-top: 130px; }
  .condit, .testi, .rev, .form { margin-top: 130px; }
  footer { margin-top: 130px; }

  /* ---- infrastructure bento ---- */
  .infr-blocks {
    grid-template-columns: 1fr 1.18fr;
    gap: 24px;
    margin-top: 48px;
  }
  /* alternate the wide cell so the bento feels intentional */
  .team-control  { grid-column: 2; }
  .cards-balance { grid-column: 1; }
  .infr-block {
    min-height: 420px;
    padding: 34px 32px;
    border-radius: 36px;
    gap: 24px;
  }
  .infr__block-txt { max-width: 360px; }
  .infr-block h3 { font-size: 24px; }
  .infr-block p { font-size: 15px; }
  .insta-get .insta__get-b { max-width: 480px; }

  /* ---- conditions ---- */
  .condit-blocks { gap: 20px; margin-top: 48px; }
  .condit-block__label { font-size: 15px; }
  .condit-block__value { font-size: 22px; }

  /* ---- testimonials: 3 column masonry ---- */
  .testi-blocks { column-count: 3; column-gap: 20px; margin-top: 48px; }
  .testi-block { margin-bottom: 20px; padding: 22px; border-radius: 28px; }
  .test-last { text-align: center; font-size: 16px; max-width: 720px; margin: 36px auto 0; }

  /* ---- review video ---- */
  .rev-video { margin-top: 40px; }
  .rev-video iframe { max-width: none; aspect-ratio: 16 / 9; height: auto; border-radius: 32px; }

  /* ---- form: split layout (copy | fields) ---- */
  .form-main {
    max-width: none;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    column-gap: 72px;
    align-items: start;
    padding: 52px 56px;
    border-radius: 40px;
  }
  .form-left { display: flex; flex-direction: column; }
  .form-top { margin-bottom: 0; }
  .form-main .txt-block { margin-top: 22px; }
  .form-inp { margin-top: 0; }
  .form-main .txt-block p { max-width: none; text-align: left; }

  /* ---- footer ---- */
  footer { padding-bottom: 48px; }
  .footer-top { margin-bottom: 48px; }
  .footer-links { gap: 36px; }
}

/* ---------- WIDE (>=1500px) small polish ---------- */
@media (min-width: 1500px) {
  .container { max-width: 1280px; }
  .hero-top::before { background-size: 430px auto; }
}


/* ============================================================
   INTERACTIONS & POLISH  (all viewports)
   ============================================================ */

/* ---- sticky frosted header ---- */
header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(253, 253, 253, 0.72);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
header.is-scrolled {
  background: rgba(253, 253, 253, 0.85);
  border-bottom-color: rgba(28, 28, 28, 0.06);
  box-shadow: 0 6px 24px rgba(23, 30, 65, 0.06);
}

/* ---- button animations ---- */
.btn-black,
.form-inp__btn,
.modal__btn {
  position: relative;
  overflow: hidden;
  transition: transform .25s cubic-bezier(.2, .7, .3, 1),
              box-shadow .25s ease,
              background .3s ease;
}
/* sheen sweep */
.btn-black::after,
.form-inp__btn::after,
.modal__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -160%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}
.header-btn {
  transition: transform .2s ease, background .25s ease, box-shadow .25s ease;
}

@media (hover: hover) {
  .btn-black:hover,
  .form-inp__btn:hover,
  .modal__btn:hover {
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.22);
  }
  .btn-black:hover::after,
  .form-inp__btn:hover::after,
  .modal__btn:hover::after {
    left: 160%;
    transition: left .65s ease;
  }
  .header-btn:hover {
    background: #000;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  }
  /* subtle shadow on tile-like cards, no movement */
  .condit-block,
  .testi-block {
    transition: box-shadow .3s ease;
  }
  .testi-block:hover {
    box-shadow: 0 14px 34px rgba(23, 30, 65, 0.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-black:active,
  .form-inp__btn:active,
  .modal__btn:active {
    transform: scale(.99);
    box-shadow: 0 4px 12px rgba(23, 23, 23, 0.2);
  }
  .header-btn:active {
    transform: scale(.98);
  }
}

a,
button {
  touch-action: manipulation;
}

/* ---- form input focus ---- */
.form-inp__input,
.form-inp__input-wrap {
  transition: box-shadow .2s ease, background .2s ease;
}
.form-inp__input:focus {
  background: rgba(28, 28, 28, 0.07);
  box-shadow: 0 0 0 2px rgba(28, 28, 28, 0.16);
}
.form-inp__input-wrap:focus-within {
  background: rgba(28, 28, 28, 0.07);
  box-shadow: 0 0 0 2px rgba(28, 28, 28, 0.16);
}
.form-inp__input-wrap:focus-within .form-inp__input:focus {
  box-shadow: none;
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .btn-black, .form-inp__btn, .modal__btn,
  .header-btn, .condit-block, .testi-block,
  .btn-black::after, .form-inp__btn::after, .modal__btn::after {
    transition: none !important;
  }
}


/* ---- bento spec chips (sales proof) ---- */
.infr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.infr-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 5px 10px;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.infr-tag--accent {
  position: relative;
  padding-left: 18px;
  background: rgba(74, 222, 128, 0.22);
  border-color: rgba(74, 222, 128, 0.5);
}
.infr-tag--accent::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: rgba(74, 222, 128, 1);
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.9);
}
@media (min-width: 1100px) {
  .infr-tags { gap: 8px; margin-bottom: 10px; }
  .infr-tag { font-size: 12px; padding: 6px 12px; }
  .infr-tag--accent { padding-left: 20px; }
}


/* ============================================================
   FBM BRAND SECTIONS: stats, comparison, form upgrade
   ============================================================ */

/* ---- stats strip under hero ---- */
.stats { margin-top: 40px; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 16px;
  padding: 24px 0;
  border-top: 1px solid rgba(28, 28, 28, 0.08);
  border-bottom: 1px solid rgba(28, 28, 28, 0.08);
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.stat-num {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #1FA23C;
  letter-spacing: -0.5px;
}
.stat-label {
  font-size: 13px;
  color: rgba(28, 28, 28, 0.55);
  line-height: 1.3;
}

/* ---- comparison ---- */
.compare { margin-top: 60px; }
.compare .glass-block { margin-bottom: 16px; }
.compare .txt-block { margin-bottom: 24px; }
.compare-table {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(28, 28, 28, 0.08);
  background: #fff;
  box-shadow: 0 2px 8px rgba(23, 30, 65, 0.05);
}
.compare-row {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.25fr;
  gap: 10px;
  padding: 14px 14px;
  align-items: center;
  border-bottom: 1px solid rgba(28, 28, 28, 0.06);
}
.compare-row:last-child { border-bottom: none; }
.compare-row--head { background: rgba(28, 28, 28, 0.025); }
.compare-row--head span { font-size: 12px; font-weight: 600; }
.compare-row--head .compare-them { color: rgba(28, 28, 28, 0.55); }
.compare-row--head .compare-us { color: #178A4E; }
.compare-crit { font-size: 13px; font-weight: 600; color: rgba(28, 28, 28, 0.9); }
.compare-them { font-size: 13px; color: rgba(28, 28, 28, 0.5); }
.compare-us { font-size: 13px; font-weight: 600; color: #137A43; }
.compare-row:not(.compare-row--head) .compare-us {
  position: relative;
  padding-left: 20px;
}
.compare-row:not(.compare-row--head) .compare-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #22C55E;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.4-1.4z'/%3E%3C/svg%3E") center / 11px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.4-1.4z'/%3E%3C/svg%3E") center / 11px no-repeat;
}

/* ---- form: benefits + green conversion button ---- */
.form-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.form-benefits li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(28, 28, 28, 0.82);
}
.form-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: rgba(34, 197, 94, 0.14);
  -webkit-mask: none;
}
.form-benefits li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #1FA23C;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.form-inp__btn {
  background: linear-gradient(135deg, #34C759 0%, #1FA23C 100%);
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(31, 162, 60, 0.28);
}
.form-inp__btn:hover { background: linear-gradient(135deg, #3ad063 0%, #23ad42 100%); }
.form-note {
  margin-top: 14px;
  font-size: 13px;
  text-align: center;
  color: rgba(28, 28, 28, 0.5);
}

/* ---- tablet/desktop refinements ---- */
@media (min-width: 768px) {
  .stats { margin-top: 56px; }
  .stats-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 30px 0;
  }
  .stat { align-items: center; text-align: center; position: relative; }
  .stat:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(28, 28, 28, 0.1);
  }
  .compare-row { grid-template-columns: 0.8fr 1fr 1.3fr; padding: 16px 20px; }
  .form-note { text-align: left; }
}

@media (min-width: 1100px) {
  .stats { margin-top: 70px; }
  .stats-row { padding: 40px 0; }
  .stat-num { font-size: 46px; letter-spacing: -1px; }
  .stat-label { font-size: 14px; }
  .compare { margin-top: 130px; }
  .compare-row { padding: 18px 28px; grid-template-columns: 0.7fr 1fr 1.4fr; }
  .compare-crit, .compare-them, .compare-us,
  .compare-row--head span { font-size: 15px; }
  .form-main .form-benefits { margin-top: 26px; }
  .form-benefits li { font-size: 16px; }
}


/* ============================================================
   FBM ACCENT GRADIENT (unified) + header wink + hero stats
   ============================================================ */
:root {
  --fbm-grad: linear-gradient(120deg, #83DA4E 0%, #21A038 55%, #54ACB8 100%);
}

/* unified accent text -> brand gradient */
.hstat-num,
.form-top p {
  background-image: var(--fbm-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
}

/* green conversion button -> brand gradient */
.form-inp__btn {
  background: var(--fbm-grad);
}
.form-inp__btn:hover {
  background: var(--fbm-grad);
  filter: brightness(1.06);
}

/* benefit check icons -> brand gradient */
.form-benefits li::after {
  background: var(--fbm-grad);
}

/* ---- header wink (FB troll) ---- */
.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-wink {
  display: none;
  position: relative;
  padding-left: 14px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.25;
  max-width: 240px;
  color: rgba(28, 28, 28, 0.45);
}
.logo-wink b { font-style: normal; font-weight: 600; }
.logo-wink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: rgba(28, 28, 28, 0.12);
}
@media (min-width: 980px) {
  .logo-wink { display: block; }
}

/* ---- compact hero stats (under CTA) ---- */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 28px;
}
.hstat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hstat-num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}
.hstat-label {
  font-size: 12px;
  color: rgba(28, 28, 28, 0.5);
  line-height: 1.2;
}
@media (min-width: 1100px) {
  .hero-stats { gap: 36px; margin-top: 34px; }
  .hstat-num { font-size: 27px; }
  .hstat-label { font-size: 13px; }
}


/* ============================================================
   CONDITIONS as gradient liquid-glass + REVIEW split layout
   ============================================================ */

/* ---- conditions: brand-gradient liquid glass tiles ---- */
.condit-block,
.condit-block:nth-child(1),
.condit-block:nth-child(2),
.condit-block:nth-child(3),
.condit-block:nth-child(4) {
  background: linear-gradient(150deg, #83DA4E 0%, #21A038 54%, #54ACB8 100%);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.condit-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.5),
    inset 0 -18px 30px rgba(255, 255, 255, 0.05),
    0 10px 26px rgba(33, 160, 56, 0.22);
}
.condit-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 75% at 12% -5%, rgba(255, 255, 255, 0.45), transparent 52%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.22) 0%, transparent 44%);
}
.condit-block__glass {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  height: 100%;
  padding: 18px;
}
.condit-block__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.condit-block__icon svg { width: 20px; height: 20px; }
.condit-block__text { display: flex; flex-direction: column; gap: 3px; }
.condit-block__label {
  position: static;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.25;
}
.condit-block__value {
  position: static;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .condit-block__glass { padding: 22px; }
  .condit-block__icon { width: 42px; height: 42px; border-radius: 13px; }
  .condit-block__icon svg { width: 23px; height: 23px; }
  .condit-block__label { font-size: 15px; }
  .condit-block__value { font-size: 26px; }
}
@media (min-width: 1100px) {
  .condit-block__glass { padding: 26px; }
  .condit-block__label { font-size: 16px; }
  .condit-block__value { font-size: 30px; }
}

/* ---- review: text left, smaller video right ---- */
@media (min-width: 900px) {
  .rev-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 56px;
  }
  .rev-left .glass-block { margin-left: 0; margin-right: 0; margin-bottom: 18px; }
  .rev .txt-block { align-items: flex-start; text-align: left; }
  .rev .txt-block p { max-width: none; }
  .rev-video { margin-top: 0; }
  .rev-video iframe { border-radius: 24px; }
}
.rev-host {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(28, 28, 28, 0.45);
}


/* ============================================================
   v9: condit recolor (match features), combo (review+rega), footer
   ============================================================ */

/* ---- conditions recolored to match the feature bento ---- */
.condit-block:nth-child(1) { background: linear-gradient(135deg, #7ED957 0%, #1FA23C 100%); }
.condit-block:nth-child(2) { background: linear-gradient(150deg, #1B4D34 0%, #0C2A1C 100%); }
.condit-block:nth-child(3) { background: radial-gradient(95% 100% at 50% 0%, #46C47C 0%, #138A4E 100%); }
.condit-block:nth-child(4) { background: linear-gradient(150deg, #1B4D34 0%, #0C2A1C 100%); }

/* ---- combo: review (left) + registration (right) ---- */
.combo { margin-top: 60px; }
.combo-inner {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(23, 30, 65, 0.05);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.combo-rev { display: flex; flex-direction: column; }
.combo-rev .glass-block { margin-bottom: 16px; }
.combo-rev .rev-video { margin-top: 20px; }
.combo-rev .rev-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 20px;
}
.combo-form { display: flex; flex-direction: column; }
.combo-form .form-top { margin-bottom: 0; }
.combo-form .txt-block { margin-top: 18px; }
.combo-form .form-benefits { margin-top: 20px; }
.combo-form .form-inp { margin-top: 22px; }

@media (min-width: 1000px) {
  .combo { margin-top: 130px; }
  .combo-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 40px;
  }
  .combo-rev {
    padding: 52px;
    justify-content: center;
  }
  .combo-form {
    padding: 52px;
    justify-content: center;
    border-left: 1px solid rgba(28, 28, 28, 0.08);
    background: rgba(33, 160, 60, 0.025);
  }
  .combo-rev .rev-video { margin-top: 24px; }
}

/* ---- nicer footer ---- */
footer { margin-top: 70px; padding-bottom: 36px; }
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .logo img { max-width: 168px; }
.footer-tag {
  font-size: 14px;
  color: rgba(28, 28, 28, 0.5) !important;
  line-height: 1.55;
}
.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.footer-nav__title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(28, 28, 28, 0.35);
  margin-bottom: 2px;
}
.footer-nav a {
  color: rgba(28, 28, 28, 0.72);
  font-size: 14px;
  font-weight: 500;
  transition: color .2s ease;
  width: fit-content;
}
.footer-nav a:hover { color: #1FA23C; }
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding-top: 26px;
}
.footer-bottom p {
  font-size: 13px;
  color: rgba(28, 28, 28, 0.42) !important;
}
.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: var(--fbm-grad);
  color: #fff;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 500;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s ease;
}
@media (hover: hover) {
  .footer-cta:hover { box-shadow: 0 8px 20px rgba(31,162,60,0.26); }
}

@media (min-width: 768px) {
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 60px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}


/* ============================================================
   v10: testimonials carousel + review-in-form
   ============================================================ */

/* ---- testimonials marquee carousel ---- */
.tcar {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.tcar-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 10px 16px;
  animation: tcar-scroll 80s linear infinite;
}
.tcar:hover .tcar-track { animation-play-state: paused; }
@keyframes tcar-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.tcar-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 320px;
  flex-shrink: 0;
}
.tcar-card {
  background: #fff;
  border: 1px solid rgba(28, 28, 28, 0.06);
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(23, 30, 65, 0.04);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.tcar-card--big { height: 440px; }
.tcar-card--small { height: 212px; }
.tcar-text {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(28, 28, 28, 0.82);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tcar-card--big .tcar-text { -webkit-line-clamp: 12; }
.tcar-card--small .tcar-text { -webkit-line-clamp: 4; }
.tcar-who { display: flex; align-items: center; gap: 11px; }
.tcar-who img {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  object-fit: cover;
  flex-shrink: 0;
  background: #ededed;
}
.tcar-who-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.tcar-name { font-size: 14px; font-weight: 600; color: rgba(28, 28, 28, 1); }
.tcar-role { font-size: 12px; color: rgba(28, 28, 28, 0.5); line-height: 1.3; }

@media (max-width: 600px) {
  .tcar-col { width: 282px; }
}
@media (min-width: 1100px) {
  .tcar { margin-top: 40px; }
  .tcar-col { width: 360px; }
  .tcar-card--big { height: 460px; }
  .tcar-card--small { height: 222px; }
}

/* ---- review as a compact addition inside the form ---- */
.form-review {
  margin-top: 26px;
  max-width: 380px;
  border: 1px solid rgba(28, 28, 28, 0.09);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(28, 28, 28, 0.02);
}
.form-review__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
}
.form-review__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--fbm-grad);
}
.form-review__play svg { width: 15px; height: 15px; }
.form-review__meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.form-review__title { font-size: 13px; font-weight: 600; color: rgba(28, 28, 28, 0.9); }
.form-review__sub { font-size: 11.5px; color: rgba(28, 28, 28, 0.5); }
.form-review__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  border: 0;
}


/* ============================================================
   v11: spacing, full-text carousel, premium conditions, premium form
   ============================================================ */

/* ---- tighter hero -> conditions gap ---- */
.condit { margin-top: 40px; }
@media (min-width: 1100px) { .condit { margin-top: 72px; } }

/* ---- carousel: fit full reviews, no truncation ---- */
.tcar-text {
  font-size: 13px;
  line-height: 1.5;
}
.tcar-col { width: 286px; }
.tcar-card { padding: 20px; }
.tcar-card--big { height: 548px; }
.tcar-card--small { height: 266px; }
.tcar-card--big .tcar-text  { -webkit-line-clamp: 22; }
.tcar-card--small .tcar-text { -webkit-line-clamp: 11; }
@media (min-width: 1100px) {
  .tcar-col { width: 366px; }
  .tcar-card { padding: 24px; }
  .tcar-text { font-size: 13.5px; }
  .tcar-card--big { height: 496px; }
  .tcar-card--small { height: 240px; }
}

/* ---- premium conditions ---- */
.condit-block,
.condit-block:nth-child(1),
.condit-block:nth-child(2),
.condit-block:nth-child(3),
.condit-block:nth-child(4) { background-size: auto; }
.condit-block:nth-child(1) { background: linear-gradient(152deg, #6FCE45 0%, #2A9E3E 60%, #1C8C57 100%); }
.condit-block:nth-child(2) { background: linear-gradient(155deg, #15402C 0%, #0A2017 100%); }
.condit-block:nth-child(3) { background: linear-gradient(152deg, #36BC6E 0%, #138A4E 60%, #0E7060 100%); }
.condit-block:nth-child(4) { background: linear-gradient(155deg, #15402C 0%, #0A2017 100%); }

.condit-block {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 22px 44px -22px rgba(8, 36, 22, 0.55);
}
/* subtle realistic glass: soft top-left glow + faint diagonal sheen */
.condit-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(90% 70% at 8% -8%, rgba(255, 255, 255, 0.28), transparent 55%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.10) 0%, transparent 40%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.14) 100%);
}
.condit-block__glass {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 22px;
}
.condit-block__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.condit-block__icon svg { width: 21px; height: 21px; }
.condit-block__text { display: flex; flex-direction: column; gap: 6px; }
.condit-block__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.72);
}
.condit-block__value {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .condit-block__glass { padding: 26px; }
  .condit-block__value { font-size: 30px; }
}
@media (min-width: 1100px) {
  .condit-block__glass { padding: 30px; gap: 40px; }
  .condit-block__icon { width: 44px; height: 44px; }
  .condit-block__icon svg { width: 23px; height: 23px; }
  .condit-block__label { font-size: 13px; }
  .condit-block__value { font-size: 34px; }
}

/* ---- premium form ---- */
.form-panel { margin-top: 28px; }
.form-panel__title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(28, 28, 28, 0.4);
  margin-bottom: 18px;
}
/* poster video preview */
.form-review {
  display: block;
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 28px;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: 1px solid rgba(28, 28, 28, 0.1);
  background: #0c1410;
  box-shadow: 0 14px 30px -16px rgba(12, 30, 20, 0.45);
}
.form-review__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.form-review__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 40%, rgba(0, 0, 0, 0.55) 100%);
}
.form-review__play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 100px;
  background: rgba(255, 255, 255, 0.94);
  display: flex; align-items: center; justify-content: center;
  color: #14140F;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
  transition: transform .25s cubic-bezier(.2,.7,.3,1);
}
.form-review__play svg { width: 20px; height: 20px; margin-left: 2px; }
.form-review:hover .form-review__play { transform: translate(-50%, -50%) scale(1.09); }
.form-review__cap {
  position: absolute; left: 16px; right: 16px; bottom: 13px;
  display: flex; flex-direction: column; gap: 1px; text-align: left;
}
.form-review__cap-t { color: #fff; font-size: 14px; font-weight: 600; }
.form-review__cap-s { color: rgba(255, 255, 255, 0.82); font-size: 12px; }
.form-review--playing {
  aspect-ratio: 16 / 9;
  max-width: 380px;
  cursor: default;
  background: #000;
}
.form-review__iframe { width: 100%; height: 100%; display: block; border: 0; }

@media (min-width: 1000px) {
  .form-main { align-items: stretch; }
  .form-review { max-width: 100%; }
  .form-review--playing { max-width: 100%; }
  .form-panel {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(28, 28, 28, 0.022);
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 28px;
    padding: 40px;
  }
}


/* ============================================================
   v12: hero 2nd button + video modal + black form btn + richer conditions
   ============================================================ */

/* ---- hero CTA row + secondary "watch overview" button ---- */
.hero-cta { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 24px;
  background: #fff;
  color: #171717;
  border: 1px solid rgba(28, 28, 28, 0.14);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.btn-ghost svg { width: 15px; height: 15px; color: #21A038; }
.btn-ghost:hover { background: rgba(28, 28, 28, 0.04); border-color: rgba(28, 28, 28, 0.24); }
@media (min-width: 600px) {
  .hero-cta { flex-direction: row; align-items: center; gap: 14px; }
  .btn-ghost { min-height: 54px; }
}

/* ---- black form submit button ---- */
.form-inp__btn { background: #171717; box-shadow: 0 6px 18px rgba(23, 23, 23, 0.2); }
.form-inp__btn:hover { background: #000; filter: none; box-shadow: 0 10px 24px rgba(23, 23, 23, 0.26); }

/* ---- video overview modal ---- */
.vmodal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity .26s ease;
}
.vmodal.is-open { opacity: 1; }
.vmodal[hidden] { display: none; }
.vmodal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 11, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.vmodal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 940px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
  transform: scale(.95);
  transition: transform .28s cubic-bezier(.2, .7, .3, 1);
}
.vmodal.is-open .vmodal__dialog { transform: scale(1); }
.vmodal__frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.vmodal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vmodal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: background .2s ease;
}
.vmodal__close svg { width: 18px; height: 18px; }
.vmodal__close:hover { background: rgba(0, 0, 0, 0.72); }

/* ---- richer conditions: watermark icon + glow + bigger value ---- */
.condit-block { aspect-ratio: 1 / 1.06; }
.condit-block::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -26px;
  width: 150px;
  height: 150px;
  z-index: 0;
  opacity: 0.13;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-8deg);
}
.condit-block:nth-child(1)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='5' x2='5' y2='19'/%3E%3Ccircle cx='6.5' cy='6.5' r='2.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='2.5'/%3E%3C/svg%3E"); }
.condit-block:nth-child(2)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12V7H5a2 2 0 0 1 0-4h14v4'/%3E%3Cpath d='M3 5v14a2 2 0 0 0 2 2h16v-5'/%3E%3Cpath d='M18 12a2 2 0 0 0 0 4h4v-4Z'/%3E%3C/svg%3E"); }
.condit-block:nth-child(3)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E"); }
.condit-block:nth-child(4)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='4' rx='1'/%3E%3Cpath d='M12 8v13'/%3E%3Cpath d='M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7'/%3E%3Cpath d='M7.5 8a2.5 2.5 0 0 1 0-5C11 3 12 8 12 8'/%3E%3Cpath d='M16.5 8a2.5 2.5 0 0 0 0-5C13 3 12 8 12 8'/%3E%3C/svg%3E"); }
@media (min-width: 1100px) {
  .condit-block__value { font-size: 36px; }
}


/* ============================================================
   v13: header btn toggle, cooler buttons, ghost btn, Stripe form, mobile
   ============================================================ */

/* ---- header button: responsive label + mobile sizing ---- */
.hdr-short { display: none; }
@media (max-width: 600px) {
  .hdr-long { display: none; }
  .hdr-short { display: inline; }
  .header-btn { font-size: 11.5px; padding: 0 12px; min-height: 34px; gap: 6px; }
  .header-btn svg { width: 14px; height: 14px; }
}

/* ---- cooler primary-button hover (branded green underglow + sweep) ---- */
.btn-black, .form-inp__btn, .modal__btn {
  position: relative;
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(.2,.7,.3,1), background .25s ease;
}
@media (hover: hover) {
  .btn-black:hover, .form-inp__btn:hover, .modal__btn:hover {
    background: #000;
    box-shadow:
      0 14px 34px -8px rgba(33, 160, 56, 0.5),
      0 8px 18px -6px rgba(0, 0, 0, 0.4);
  }
  /* brighter, faster sheen sweep */
  .btn-black::after, .form-inp__btn::after, .modal__btn::after {
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.45), transparent 80%);
  }
  .btn-black:hover::after, .form-inp__btn:hover::after, .modal__btn:hover::after {
    left: 160%;
    transition: left .7s cubic-bezier(.3,.7,.3,1);
  }
}

/* ---- "Смотреть обзор" — refined, black play in a tile ---- */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 22px 0 9px;
  background: rgba(23, 23, 23, 0.05);
  color: #171717;
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease, box-shadow .3s ease;
}
.btn-ghost__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  color: #171717;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform .25s cubic-bezier(.2,.7,.3,1);
}
.btn-ghost__play svg { width: 13px; height: 13px; margin-left: 2px; }
@media (hover: hover) {
  .btn-ghost:hover {
    background: rgba(23, 23, 23, 0.09);
    box-shadow: 0 8px 22px -12px rgba(23, 23, 23, 0.5);
  }
  .btn-ghost:hover .btn-ghost__play { transform: scale(1.08); }
}
@media (min-width: 600px) { .btn-ghost { min-height: 54px; } }

/* ============================================================
   Stripe-style form
   ============================================================ */
.form-main {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 65, 0.07);
  box-shadow: 0 24px 60px -28px rgba(23, 30, 65, 0.22);
  padding: 0;
  max-width: 560px;
  margin: 0 auto;
}

/* left marketing panel */
.form-aside {
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  background: linear-gradient(155deg, #2BA84A 0%, #178A4A 52%, #0E6B5A 100%);
  color: #fff;
  isolation: isolate;
}
.form-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(90% 70% at 100% 0%, rgba(255, 255, 255, 0.22), transparent 55%),
    radial-gradient(70% 60% at 0% 100%, rgba(0, 0, 0, 0.18), transparent 60%);
}
.form-aside__content { position: relative; z-index: 1; }
.glass-block--light {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.glass-block--light span { color: #fff; }
.glass-block--light .glass-dot { background: #eafff0; box-shadow: 0 0 0 3px rgba(255,255,255,0.25); }
.form-aside h2 { margin-top: 16px; font-size: 26px; line-height: 1.18; color: #fff; }
.form-aside__sub {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 360px;
}
.form-benefits--light { margin-top: 22px; }
.form-benefits--light li { color: rgba(255, 255, 255, 0.95); }
.form-benefits--light li::before {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}
.form-benefits--light li::after { border-color: #fff; }

/* decorative card mockup */
.fcard {
  position: relative;
  width: min(280px, 78%);
  aspect-ratio: 1.585;
  margin: 26px auto 6px;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 26px 50px -18px rgba(4, 30, 18, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transform: rotate(-3deg);
}
.fcard__top { display: flex; align-items: flex-start; justify-content: space-between; }
.fcard__brand { font-size: 14px; font-weight: 800; letter-spacing: 0.5px; }
.fcard__brand b { font-weight: 800; opacity: 0.85; }
.fcard__chip {
  width: 30px; height: 23px; border-radius: 5px;
  background: linear-gradient(135deg, #f6e6b0, #c9a44e);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}
.fcard__num { font-size: 15px; letter-spacing: 1.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.fcard__bottom { display: flex; align-items: center; justify-content: space-between; }
.fcard__name { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.9; }
.fcard__mc { position: relative; width: 38px; height: 24px; }
.fcard__mc i {
  position: absolute; top: 0; width: 24px; height: 24px; border-radius: 100px;
}
.fcard__mc i:first-child { left: 0; background: rgba(235, 70, 50, 0.9); }
.fcard__mc i:last-child { right: 0; background: rgba(247, 158, 27, 0.9); mix-blend-mode: screen; }

/* right form panel */
.form-panel {
  margin-top: 0;
  padding: 30px 28px 30px;
  background: #fff;
}
.form-panel__title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(28, 28, 28, 0.4);
  margin-bottom: 18px;
}
.form-inp { margin-top: 0; gap: 16px; }
.form-inp__field { gap: 7px; }
.form-inp__label { font-size: 13px; font-weight: 500; color: rgba(28, 28, 28, 0.62); }
/* Stripe inputs: white, hairline border, focus ring */
.form-inp__input,
.form-inp__input-wrap {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-inp__input { padding: 12px 14px; font-size: 15px; color: #14140F; }
.form-inp__input-wrap .form-inp__input { border: none; box-shadow: none; background: transparent; }
.form-inp__prefix { color: rgba(28, 28, 28, 0.45); }
.form-inp__input::placeholder { color: rgba(28, 28, 28, 0.38); }
.form-inp__input:focus {
  outline: none;
  border-color: #21A038;
  box-shadow: 0 0 0 3px rgba(33, 160, 56, 0.16);
  background: #fff;
}
.form-inp__input-wrap:focus-within {
  border-color: #21A038;
  box-shadow: 0 0 0 3px rgba(33, 160, 56, 0.16);
  background: #fff;
}
.form-inp__input-wrap:focus-within .form-inp__input:focus { box-shadow: none; }
.form-inp__btn {
  margin-top: 4px;
  background: #171717;
  border-radius: 10px;
  min-height: 50px;
}
.form-panel__note {
  margin-top: 12px;
  text-align: center;
  font-size: 12.5px;
  color: rgba(28, 28, 28, 0.45);
}

/* desktop: split card */
@media (min-width: 900px) {
  .form-main {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    max-width: none;
    align-items: stretch;
  }
  .form-aside {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
  }
  .form-aside__content { flex: none; }
  .fcard {
    width: 300px;
    margin: auto auto -36px;
    transform: rotate(-4deg) translateY(10px);
  }
  .form-panel {
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .form-aside h2 { font-size: 30px; }
}

/* ============================================================
   Mobile polish
   ============================================================ */
@media (max-width: 600px) {
  .form-aside { padding: 28px 22px; }
  .form-aside h2 { font-size: 23px; }
  .fcard { width: min(260px, 82%); margin: 24px auto 4px; }
  .form-panel { padding: 26px 22px 28px; }
  .hero-cta .btn-black, .hero-cta .btn-ghost { width: 100%; }
  .hero-cta .btn-ghost { justify-content: center; }
}


/* ============================================================
   v14: satisfying buttons, ghost icon, card stack, footer partners,
        scrollable carousel, mobile polish
   ============================================================ */

/* ---- satisfying looping shine on primary buttons (no shadow gimmick) ---- */
.btn-black::after,
.form-inp__btn::after,
.modal__btn::after {
  left: -70%;
  width: 45%;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.5), transparent 75%);
  animation: btn-shine 3.4s ease-in-out infinite;
}
@keyframes btn-shine {
  0%   { left: -70%; }
  55%  { left: 170%; }
  100% { left: 170%; }
}
@media (hover: hover) {
  .btn-black:hover, .form-inp__btn:hover, .modal__btn:hover {
    background: #000;
    box-shadow: 0 8px 22px -8px rgba(0, 0, 0, 0.4);
  }
  .btn-black:hover::after, .form-inp__btn:hover::after, .modal__btn:hover::after {
    animation-duration: 1.1s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-black::after, .form-inp__btn::after, .modal__btn::after { animation: none; }
}

/* ---- ghost button: inline black play (like header icon) ---- */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 22px;
  background: rgba(23, 23, 23, 0.05);
  color: #171717;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease;
}
.btn-ghost__ico { flex-shrink: 0; color: #171717; }
@media (hover: hover) {
  .btn-ghost:hover { background: rgba(23, 23, 23, 0.09); }
}
@media (min-width: 600px) { .btn-ghost { min-height: 54px; } }

/* ============================================================
   card stack in form (flat, bigger, left-aligned, receding cards)
   ============================================================ */
@font-face {
  font-family: 'Astrolab';
  src: local('Astrolab');
  font-display: swap;
}
.fcard-stack {
  position: relative;
  width: min(330px, 100%);
  margin: 34px 0 6px;
}
.fcard {
  width: 100%;
  aspect-ratio: 1.585;
  border-radius: 16px;
  padding: 18px 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.fcard--main {
  position: relative;
  z-index: 3;
  margin: 0;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.09));
  box-shadow: 0 26px 50px -18px rgba(4, 30, 18, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.fcard--ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 20px 40px -20px rgba(4, 30, 18, 0.4);
}
.fcard--ghost1 {
  z-index: 2;
  transform: translate(36px, -13px) scale(0.965);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  opacity: 0.9;
}
.fcard--ghost2 {
  z-index: 1;
  transform: translate(67px, -24px) scale(0.93);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03));
  opacity: 0.62;
}
.fcard__top { display: flex; align-items: flex-start; justify-content: space-between; }
.fcard__brand {
  font-family: 'Astrolab', 'Arial Black', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.fcard__brand b { font-weight: 800; opacity: 0.88; }
.fcard__num {
  font-size: 20px;
  letter-spacing: 1.8px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.fcard__bottom { display: flex; align-items: flex-end; justify-content: space-between; }
.fcard__valid {
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.85;
}
.fcard__mc { position: relative; width: 40px; height: 25px; }
.fcard__mc i { position: absolute; top: 0; width: 25px; height: 25px; border-radius: 100px; }
.fcard__mc i:first-child { left: 0; background: rgba(235, 70, 50, 0.92); }
.fcard__mc i:last-child { right: 0; background: rgba(247, 158, 27, 0.92); mix-blend-mode: screen; }

@media (min-width: 900px) {
  .form-aside { justify-content: flex-start; }
  .fcard-stack { width: 330px; margin: 40px 0 0; }
  .fcard__num { font-size: 21px; }
}

/* ---- symmetric form panel (no title) ---- */
.form-panel__title { display: none; }
@media (min-width: 900px) {
  .form-panel { justify-content: center; padding: 48px; }
}

/* ============================================================
   footer partners
   ============================================================ */
.footer-partners {
  padding: 32px 0 8px;
  border-top: 1px solid rgba(28, 28, 28, 0.08);
}
.footer-partners__title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(28, 28, 28, 0.4);
  margin-bottom: 18px;
}
.footer-partners__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.footer-partners__row img {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}
.footer-partners__row img:hover { filter: grayscale(0); opacity: 1; transform: translateY(-2px); }
.footer-pay { margin-top: 18px; }
.footer-pay__label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(28, 28, 28, 0.4);
  margin-bottom: 8px;
}
.footer-pay__logos { display: inline-flex; align-items: center; gap: 12px; }
.footer-pay__mc { height: 26px; width: auto; }
.footer-pay__visa { height: 18px; width: auto; }

/* ============================================================
   scrollable + auto carousel
   ============================================================ */
.tcar {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.tcar::-webkit-scrollbar { display: none; }
.tcar-track { animation: none !important; will-change: scroll-position; }

/* ============================================================
   mobile polish
   ============================================================ */
@media (max-width: 600px) {
  /* compact hero so the primary CTA is on first screen */
  .hero-top { min-height: 286px; background-size: 218px auto; }
  .hero-top::after { background: linear-gradient(180deg, rgba(253,253,253,0) 52%, rgba(253,253,253,0.7) 76%, #FDFDFD 95%); }
  .plash-1 { top: 2%; left: 4%; }
  .plash-2 { top: 24%; left: 0%; }
  .plash-3 { top: 12%; right: 2%; }
  .glass-plash { padding: 9px 11px; }
  .glass-plash span { font-size: 10px; }
  .glass-plash p { font-size: 15px; }
  .hero-bot .glass-block { margin-bottom: 14px; }
  .hero__bot-txt { gap: 10px; margin-bottom: 18px; }
  .hero__bot-txt h1 { font-size: 32px; }
  .hero__bot-txt p { font-size: 15px; line-height: 1.5; }
  .hero-cta { margin-top: 0; gap: 10px; }
  .hero-bot .btn-black { min-height: 50px; }

  /* stats on one line */
  .hero-stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 22px;
  }
  .hstat { flex: 1 1 0; min-width: 0; }
  .hstat-num { font-size: 19px; }
  .hstat-label { font-size: 9.5px; line-height: 1.25; }

  /* conditions: bigger, edge-aligned 2-col grid */
  .condit-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 26px;
  }
  .condit-block {
    width: auto;
    max-width: none;
    max-height: none;
    aspect-ratio: 1 / 1.08;
  }
  .condit-block__value { font-size: 24px; }
}


/* ============================================================
   v15: plain buttons, black play, card tweaks, footer row, mobile stack
   ============================================================ */

/* ---- buttons: no animation, no shadow, just a small darken on hover ---- */
.btn-black::after,
.form-inp__btn::after,
.modal__btn::after { display: none !important; }
.btn-black,
.form-inp__btn,
.modal__btn {
  box-shadow: none !important;
  transition: background .15s ease;
}
@media (hover: hover) {
  .btn-black:hover,
  .form-inp__btn:hover,
  .modal__btn:hover {
    background: #0a0a0a;
    box-shadow: none !important;
    transform: none;
  }
}

/* ---- ghost button: bigger black play triangle ---- */
.btn-ghost svg,
.btn-ghost__ico { color: #171717 !important; width: 18px; height: 18px; }
.btn-ghost:hover { background: rgba(23, 23, 23, 0.09); box-shadow: none; }

/* ---- card mockup refinements ---- */
.fcard__brand { font-size: 13px; }
.fcard__brand b { margin-left: 4px; }
.fcard__num { font-weight: 400; letter-spacing: 2px; }
.fcard__mc { width: auto; height: 26px; }
.fcard__mc img { height: 100%; width: auto; display: block; }

/* neat receding stack (percent offsets so it scales on mobile) */
.fcard-stack { width: min(300px, 100%); margin: 30px 0; }
.fcard--ghost1 { transform: translate(13%, 0) scale(0.96); }
.fcard--ghost2 { transform: translate(26%, 0) scale(0.92); }
.fcard__num { font-size: 19px; }

/* green aside fills full height up to the divider (no white gap) */
.form-main { align-items: stretch; }
.form-aside { height: 100%; }

@media (min-width: 900px) {
  .form-aside { padding: 44px; display: flex; flex-direction: column; }
  /* equal gap above (to text) and below (to block edge) */
  .fcard-stack { width: 296px; margin: 44px 0 0; }
}

/* ============================================================
   footer: one tidy partners row (logos + payment), colored, no dividers
   ============================================================ */
.footer-partners { padding: 30px 0 6px; border-top: 1px solid rgba(28, 28, 28, 0.08); }
.footer-partners__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.footer-partners__row a { display: inline-flex; line-height: 0; }
.footer-partners__row img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
  filter: none;
  opacity: 1;
  transition: transform .2s ease;
}
.footer-partners__row a:hover img { transform: translateY(-2px); }
.footer-partners__pay {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-left: 10px;
}
.footer-pay__mc { height: 30px; width: auto; }
.footer-pay__visa {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  color: #1434CB;
  line-height: 1;
}

/* ============================================================
   mobile: neat small card stack (match PC behaviour)
   ============================================================ */
@media (max-width: 600px) {
  .fcard-stack { width: min(250px, 76%); margin: 26px 0 4px; }
  .fcard__brand { font-size: 12px; }
  .fcard__num { font-size: 17px; }
  .footer-partners__pay { border-left: none; padding-left: 0; margin-left: 0; }
}
