.checkout-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.js-native-checkout .t-submit.is-loading {
  cursor: wait;
  opacity: 0.82;
}

.js-native-checkout .t-submit:disabled {
  cursor: wait;
}

[data-elem-type="button"] .tn-atom {
  cursor: pointer;
}

[data-elem-type="button"] .tn-atom__button-content {
  gap: 10px;
}

[data-elem-type="button"] .tn-atom__button-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 1.18em !important;
  width: 1.18em !important;
  height: 1.18em !important;
}

[data-elem-type="button"] .tn-atom__button-icon::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.95 !important;
  background: url("../images/tild3565-6132-4461-b538-336662623564__icon.svg") center / contain no-repeat !important;
}

[data-elem-type="button"] .tn-atom__button-icon::after {
  display: none !important;
}

#rec1246274291 .tn-elem[data-elem-id="1749906223291"] {
  left: calc(50% - 120px) !important;
  width: 240px !important;
}

#rec1246274291 .tn-elem[data-elem-id="1749906223291"] .progress-bar {
  width: 220px !important;
  max-width: 78vw;
}

.student-reviews-section {
  background: #060606;
  color: #fff;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  overflow: hidden;
  padding: 42px 0 58px;
}

.student-reviews-inner {
  width: min(480px, 100%);
  margin: 0 auto;
  padding: 0 22px;
  box-sizing: border-box;
}

.student-reviews-title {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  color: transparent;
  background-image: linear-gradient(0.805turn, rgba(255, 255, 255, 1) 26%, rgba(76, 76, 76, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

.student-reviews-title::before {
  content: attr(data-shadow);
  position: absolute;
  left: 50%;
  top: -28px;
  z-index: -1;
  width: 100%;
  color: transparent;
  background-image: linear-gradient(0.5turn, rgba(65, 64, 64, 1) 0%, rgba(6, 6, 6, 1) 63%);
  -webkit-background-clip: text;
  background-clip: text;
  transform: translateX(-50%);
}

.student-reviews-shell {
  position: relative;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(42, 42, 42, 0.95), rgba(9, 9, 9, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55), 0 0 34px rgba(244, 189, 78, 0.08);
  overflow: hidden;
}

#rec1265269481 .t-form__submit .t-submit.t-btnflex.t-btnflex_type_submit {
  min-height: 62px !important;
  width: 100% !important;
  color: #9b6819 !important;
  background-color: #f4bd4e !important;
  background-image: linear-gradient(115deg, #fff6dd 0%, #f4bd4e 36%, #fff8e9 67%, #f0bd5a 100%) !important;
  border: 1px solid #f4bd4e !important;
  border-radius: 30px !important;
  box-shadow: 0 0 24px rgba(244, 189, 78, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  font-family: var(--t-text-font, Arial), Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
}

#rec1265269481 .t-form__submit .t-submit.t-btnflex.t-btnflex_type_submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px) translateZ(0) !important;
}

.student-reviews-viewport {
  overflow: hidden;
}

.student-reviews-track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
}

.student-review-slide {
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
  padding: 18px;
  box-sizing: border-box;
}

.student-review-frame {
  display: grid;
  place-items: center;
  height: clamp(288px, 82vw, 470px);
  border-radius: 20px;
  background: #101010;
  overflow: hidden;
}

.student-review-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.student-review-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.student-review-nav:hover {
  background: rgba(244, 189, 78, 0.88);
  color: #160f04;
}

.student-review-prev {
  left: 10px;
}

.student-review-next {
  right: 10px;
}

.student-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 0 18px;
}

.student-reviews-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

.student-reviews-dot.is-active {
  width: 22px;
  background: #f4bd4e;
}

@media screen and (max-width: 479px) {
  .student-reviews-section {
    padding: 44px 0 50px;
  }

  .student-reviews-inner {
    padding: 0 14px;
  }

  .student-reviews-title {
    font-size: 36px;
  }

  .student-review-slide {
    padding: 14px;
  }

  .student-review-frame {
    height: 330px;
    border-radius: 18px;
  }

  .student-review-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}

.checkout-checkboxes {
  margin: 20px 0;
  text-align: left;
}

.checkout-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #b8b8b8;
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
}

.checkout-checkbox input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: #f4bd4e;
  cursor: pointer;
}

.checkout-checkbox a {
  color: #f4bd4e;
  text-decoration: underline;
  text-decoration-color: rgba(244, 189, 78, 0.3);
}

.checkout-checkbox a:hover {
  text-decoration-color: #f4bd4e;
}

.checkout-details-btn {
  background: none;
  border: none;
  padding: 0;
  color: #a8a8a8;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
}

.checkout-details-btn:hover {
  color: #fff;
}

.checkout-details {
  margin-top: 5px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 1.5;
}

.checkout-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 10px auto 12px;
  padding: 9px 14px;
  border: 1px solid rgba(244, 189, 78, 0.35);
  border-radius: 999px;
  background: rgba(244, 189, 78, 0.08);
  color: #bdbdbd;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.checkout-countdown strong {
  color: #ff0000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.22);
}

.smart-sticky-cta {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(14px + env(safe-area-inset-bottom));
  left: max(14px, env(safe-area-inset-left));
  z-index: 99990;
  display: grid;
  grid-template-columns: minmax(112px, 0.8fr) minmax(172px, 1.2fr);
  gap: 10px;
  align-items: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid rgba(244, 189, 78, 0.28);
  border-radius: 24px;
  background: linear-gradient(0.07turn, rgba(11, 11, 11, 0.94), rgba(42, 42, 42, 0.94), rgba(12, 12, 12, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.54), 0 0 24px rgba(244, 189, 78, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.smart-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.smart-sticky-cta__timer {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-left: 6px;
  color: #b8b8b8;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  text-transform: uppercase;
}

.smart-sticky-cta__timer span {
  overflow: hidden;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-sticky-cta__timer strong {
  color: #fff;
  font-size: clamp(22px, 7.5vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.4px;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.55), 0 0 22px rgba(244, 41, 41, 0.52);
}

.smart-sticky-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(244, 189, 78, 0.78);
  border-radius: 18px;
  background: linear-gradient(115deg, #fff6dd 0%, #f4bd4e 36%, #fff8e9 67%, #f0bd5a 100%);
  box-shadow: 0 0 20px rgba(244, 189, 78, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  color: #9b6819 !important;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.smart-sticky-cta__button:hover {
  filter: brightness(1.04);
}

@media screen and (min-width: 720px) {
  .smart-sticky-cta {
    left: 50%;
    right: auto;
    width: min(560px, calc(100vw - 32px));
    transform: translate(-50%, 120%);
  }

  .smart-sticky-cta.is-visible {
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 359px) {
  .smart-sticky-cta {
    grid-template-columns: 1fr;
  }

  .smart-sticky-cta__timer {
    justify-items: center;
    padding-left: 0;
    text-align: center;
  }
}
