:root {
  --new2-bg-top: #edf3f8;
  --new2-bg-bottom: #d5e8e8;
  --new2-paper: rgba(255, 255, 255, 0.82);
  --new2-paper-strong: rgba(255, 255, 255, 0.92);
  --new2-line: rgba(120, 145, 175, 0.18);
  --new2-ink: #152033;
  --new2-muted: #6f7f96;
  --new2-muted-soft: #9aa8bc;
  --new2-dark: #0f1a2a;
  --new2-blue: #5f97ff;
  --new2-blue-deep: #4573e9;
  --new2-blue-soft: rgba(95, 151, 255, 0.14);
  --new2-shadow: 0 28px 70px rgba(95, 130, 155, 0.2);
  --new2-glass-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(247, 251, 253, 0.62) 100%);
  --new2-glass-shadow:
    0 28px 72px rgba(95, 130, 155, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  --new2-radius-device: 42px;
  --new2-radius-card: 28px;
  --new2-radius-control: 18px;
  --new2-money-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--new2-ink);
  background: #ffffff;
}

a,
button,
input {
  font: inherit;
}

.new2-page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 14px 36px;
}

.new2-page-auth-only {
  padding-top: 48px;
  padding-bottom: 48px;
}

.new2-device {
  position: relative;
  width: min(100%, 408px);
}

.new2-glass-panel {
  background: var(--new2-glass-bg);
  box-shadow: var(--new2-glass-shadow);
  backdrop-filter: blur(16px);
}

.new2-device-glow {
  position: absolute;
  inset: 18px;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.22);
  filter: blur(34px);
}

.new2-surface,
.new2-flow {
  position: relative;
  overflow: hidden;
  border-radius: var(--new2-radius-device);
  border: 0;
}

.new2-surface {
  padding: 34px 20px 28px;
}

.new2-surface-auth-only {
  padding-top: 28px;
}

.new2-hero-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 228px;
  background:
    url("/assets/images/fon8383.png") center top / cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.new2-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 248px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(248, 251, 253, 0.28) 52%, rgba(248, 251, 253, 0) 100%);
  pointer-events: none;
}

.new2-orb {
  display: none;
}

.new2-brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.new2-logo {
  width: 56px;
  height: 56px;
}

.new2-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.new2-brand span {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.new2-hero {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  text-align: center;
}

.new2-hero h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -0.05em;
}

.new2-hero p {
  margin: 16px auto 0;
  max-width: 296px;
  color: var(--new2-muted);
  font-size: 16px;
  line-height: 1.45;
}

.new2-card {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding: 14px 14px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(229, 236, 243, 0.88);
  box-shadow: 0 20px 36px rgba(161, 181, 196, 0.14);
}

.new2-card-auth-only {
  margin-top: 22px;
  padding-top: 18px;
}

.new2-promo-copy {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 0 8px;
}

.new2-promo-copy h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.new2-promo-copy p {
  margin: 12px 0 0;
  color: var(--new2-muted);
  font-size: 15px;
  line-height: 1.55;
}

.new2-promo-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.new2-promo-price strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  font-family: var(--new2-money-font);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
}

.new2-promo-price span {
  color: var(--new2-muted);
  font-size: 15px;
  font-family: var(--new2-money-font);
}

.new2-promo-price-old {
  position: relative;
  color: var(--new2-muted-soft);
  font-family: var(--new2-money-font);
  font-variant-numeric: tabular-nums;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.new2-promo-price-note {
  margin-top: 6px;
  color: var(--new2-muted);
  font-size: 15px;
  font-weight: 600;
}

.new2-promo-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.new2-promo-point {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--new2-ink);
  font-size: 15px;
  font-weight: 600;
}

.new2-promo-point::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--new2-blue) 0%, #6fc6b0 100%);
  box-shadow: 0 0 0 6px rgba(95, 151, 255, 0.08);
  flex: 0 0 auto;
}

.new2-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f3f7fd 0%, #edf3fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.new2-tab {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  border-radius: 20px;
  color: var(--new2-muted);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.new2-tab-active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8fbff 100%);
  color: var(--new2-ink);
  box-shadow:
    0 8px 18px rgba(147, 164, 183, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(225, 232, 241, 0.95);
}

.new2-card-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  margin-bottom: 12px;
}

.new2-card-price strong {
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  font-family: var(--new2-money-font);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
}

.new2-card-price span {
  color: var(--new2-muted);
  font-size: 16px;
  font-family: var(--new2-money-font);
}

.new2-alert {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 116, 102, 0.1);
  color: #9d4339;
  font-size: 14px;
}

.new2-alert-ok {
  background: rgba(84, 127, 255, 0.1);
  color: #2f58b8;
}

.new2-form {
  margin-top: 18px;
}

.new2-account-restore-copy {
  margin-top: 2px;
  padding: 0 2px;
  color: var(--new2-muted);
}

.new2-account-restore-copy span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.new2-account-restore-success {
  margin-top: 6px;
  padding: 10px 8px 2px;
  text-align: center;
  color: #6d7f9d;
}

.new2-account-restore-success strong {
  display: block;
  color: var(--new2-ink);
  font-size: 32px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.new2-account-restore-success span {
  display: block;
  max-width: 360px;
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 1.5;
  color: #6d7f9d;
}

.new2-account-help-row {
  margin-top: 14px;
  text-align: center;
}

.new2-account-help {
  border: 0;
  background: transparent;
  color: var(--new2-primary);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.new2-account-help:hover {
  opacity: 0.82;
}

.new2-form-hidden,
.new2-panel-hidden {
  display: none;
}

.new2-field {
  display: block;
  margin-top: 14px;
  position: relative;
}

.new2-field input {
  width: 100%;
  min-height: 68px;
  border-radius: var(--new2-radius-control);
  border: 1px solid var(--new2-line);
  background: #fff;
  padding: 0 22px;
  color: var(--new2-ink);
  font-size: 18px;
  font-weight: 400;
  outline: none;
}

.new2-field input::placeholder {
  color: var(--new2-muted-soft);
}

.new2-field input:focus {
  border-color: rgba(82, 126, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(82, 126, 255, 0.08);
}

.new2-field-note {
  margin: 8px 2px 0;
  color: var(--new2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.new2-input-wrap {
  position: relative;
}

.new2-device-count {
  margin-top: 6px;
}

.new2-device-count-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
  padding: 0 4px;
  color: var(--new2-muted);
  font-size: 12px;
  line-height: 1.45;
}

.new2-device-count-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.new2-device-count-box {
  position: relative;
  width: 100%;
  height: 68px;
  min-height: 68px;
  border-radius: var(--new2-radius-control);
  border: 1px solid var(--new2-line);
  background: #fff;
  padding: 0 18px;
  display: grid;
  place-items: center;
}

.new2-device-count-box:focus-within {
  border-color: rgba(82, 126, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(82, 126, 255, 0.08);
}

.new2-device-count-label {
  position: absolute;
  top: 10px;
  left: 18px;
  right: 18px;
  color: var(--new2-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.new2-device-count-value-row {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 18px;
  white-space: nowrap;
}

.new2-device-count-static-value {
  display: block;
  width: 100%;
  margin-top: 18px;
  color: var(--new2-ink);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}

.new2-device-count-extra {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
  color: #4067c6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  flex: 0 0 auto;
  pointer-events: none;
}

.new2-device-count-input {
  display: block;
  width: 100%;
  min-height: auto;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--new2-ink);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}

.new2-device-count-input::-webkit-outer-spin-button,
.new2-device-count-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.new2-device-count-input:focus {
  box-shadow: none;
}

.new2-device-count-actions {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 52px;
  gap: 10px;
  align-items: stretch;
  height: 68px;
}

.new2-device-count-button {
  width: 52px;
  min-height: 68px;
  border: 1px solid rgba(82, 126, 255, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 247, 255, 0.96) 100%);
  color: #4067c6;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.new2-device-count-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(82, 126, 255, 0.34);
}

.new2-device-count-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.new2-field-mark {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #7d8697;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.new2-legal-note {
  margin: 14px 0 0;
  color: rgba(21, 32, 51, 0.56);
  font-size: 8px;
  line-height: 1.45;
}

.new2-legal-note a {
  color: rgba(21, 32, 51, 0.78);
  text-decoration: underline;
}

.new2-payments {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.new2-payments-single {
  margin-top: 22px;
}

.new2-buy-actions {
  margin-top: 18px;
}

.new2-account-summary {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.new2-account-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.new2-account-summary-label {
  color: var(--new2-muted);
  font-size: 12px;
  line-height: 1.4;
}

.new2-account-summary-value {
  margin-top: 4px;
  color: var(--new2-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.new2-account-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(84, 127, 255, 0.14);
  color: #4067c6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.new2-pay {
  width: 100%;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.new2-pay:disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.new2-pay-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--new2-blue) 0%, var(--new2-blue-deep) 100%);
  box-shadow: 0 12px 22px rgba(95, 151, 255, 0.22);
}

.new2-pay-secondary {
  color: var(--new2-ink);
  background: #fff;
  border: 1px solid var(--new2-line);
}

.new2-pay-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.new2-pay-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.new2-pay-icon img {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: block;
  object-fit: contain;
  flex: 0 0 24px;
}

.new2-checkout-page {
  justify-content: center;
}

.new2-checkout-page .new2-device {
  width: min(100%, 760px);
}

.new2-checkout-shell {
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
  background: #fff;
}

.new2-checkout-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(222, 231, 244, 0.82);
}

.new2-checkout-brand,
.new2-checkout-support {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--new2-ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none;
}

.new2-checkout-brand .new2-logo {
  width: 38px;
  height: 38px;
}

.new2-checkout-support {
  gap: 8px;
  color: #0e1b33;
  font-size: 14px;
  font-weight: 500;
}

.new2-checkout-support svg {
  width: 22px;
  height: 22px;
  color: #1769ff;
}

.new2-checkout-back {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 22px;
  color: #1769ff;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none;
}

.new2-checkout-heading {
  margin-bottom: 30px;
}

.new2-checkout-heading h1 {
  margin: 0;
  color: var(--new2-ink);
  font-size: 38px;
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: 0;
}

.new2-checkout-heading p {
  margin: 10px 0 0;
  color: #6f7e99;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
}

.new2-checkout-card {
  margin-top: 0;
  padding: 36px 34px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.new2-checkout-plan {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(150px, 0.75fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 134px;
  padding: 28px 30px;
  border: 1px solid #dce7f6;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 34px rgba(28, 57, 95, 0.06);
}

.new2-checkout-kicker {
  display: block;
  margin-bottom: 12px;
  color: #74829d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.new2-checkout-plan strong {
  display: block;
  color: var(--new2-ink);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: 0;
}

.new2-checkout-plan-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
}

.new2-checkout-plan-title-row strong {
  display: inline-block;
}

.new2-checkout-plan .new2-checkout-plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0;
  padding: 5px 12px;
  border-radius: 999px;
  background: #dff8e7;
  color: #119455;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.new2-checkout-plan span {
  display: block;
  margin-top: 10px;
  color: #6f7e99;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

.new2-checkout-plan-price {
  display: grid;
  gap: 8px;
  padding-left: 28px;
  border-left: 1px dashed #ccd8ea;
}

.new2-checkout-plan .new2-checkout-price-kicker {
  display: block;
  margin: 0;
  color: #74829d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.new2-checkout-plan-price strong {
  font-family: var(--new2-money-font);
  font-size: 28px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.new2-checkout-plan-price em {
  color: #6f7e99;
  font-size: 15px;
  font-style: normal;
  line-height: 1.25;
}

.new2-checkout-change-plan {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #1769ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 550;
  text-decoration: none;
  white-space: nowrap;
}

.new2-checkout-change-plan svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.new2-checkout-form {
  margin-top: 24px;
}

.new2-checkout-form .new2-field {
  min-height: 62px;
}

.new2-field-note {
  margin: 8px 0 0;
  color: #6f7e99;
  font-size: 13px;
  line-height: 1.35;
}

.new2-checkout-section-title {
  margin: 28px 0 14px;
  color: var(--new2-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 650;
}

.new2-checkout-payment {
  min-height: 94px;
  justify-content: flex-start;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #dde8f6;
  border-radius: 18px;
  background: #fff;
  color: var(--new2-ink);
  box-shadow: 0 12px 26px rgba(28, 57, 95, 0.05);
  cursor: pointer;
}

.new2-checkout-payment:hover {
  transform: translateY(-1px);
}

.new2-checkout-payment .new2-pay-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border: 1px solid #e0e9f6;
  border-radius: 14px;
  background: #fff;
  color: #326ff4;
}

.new2-checkout-payment .new2-pay-icon img {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  flex-basis: 36px;
}

.new2-checkout-payment .new2-pay-icon svg {
  width: 36px;
  height: 36px;
}

.new2-checkout-payment-crypto .new2-pay-icon {
  color: #fff;
  background: #ff8a00;
  border-color: #ff8a00;
}

.new2-checkout-payment-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
  flex: 1 1 auto;
  text-align: left;
}

.new2-checkout-payment-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--new2-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 650;
}

.new2-checkout-payment-title span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #dff8e7;
  color: #119455;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.new2-checkout-payment-description {
  color: #6f7e99;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.new2-checkout-payment-arrow {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #74829d;
}

.new2-checkout-payment-arrow svg {
  width: 100%;
  height: 100%;
}

.new2-checkout-security {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f3f7ff 0%, #eef5ff 100%);
}

.new2-checkout-lock {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #e8f1ff;
  color: #1769ff;
}

.new2-checkout-lock svg {
  width: 25px;
  height: 25px;
}

.new2-checkout-security strong,
.new2-checkout-security em {
  display: block;
}

.new2-checkout-security strong {
  color: var(--new2-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 650;
}

.new2-checkout-security em {
  margin-top: 3px;
  color: #6f7e99;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.new2-checkout-security-badges {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #6f7e99;
  font-size: 12px;
  font-weight: 500;
}

.new2-checkout-security-badges span {
  white-space: nowrap;
}

.new2-checkout-guarantee {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1769ff 0%, #0758f2 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(23, 105, 255, 0.24);
}

.new2-checkout-guarantee > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.new2-checkout-guarantee svg {
  width: 34px;
  height: 34px;
}

.new2-checkout-guarantee strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}

.new2-checkout-guarantee p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.new2-checkout-guarantee em {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 24px;
  line-height: 0.9;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.new2-checkout-guarantee small {
  font-size: 12px;
  font-weight: 400;
}

.new2-checkout-bottom-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 24px 0 0;
  color: #74829d;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.new2-checkout-bottom-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.new2-footer-link {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  text-align: center;
}

.new2-footer-link a {
  color: var(--new2-muted);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.new2-policy {
  width: min(100%, 408px);
  margin-top: 16px;
  color: rgba(21, 32, 51, 0.58);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.new2-policy-support {
  margin: 10px 0 0;
  color: rgba(21, 32, 51, 0.72);
  font-weight: 600;
}

.new2-policy-support a {
  color: #3d63f2;
  text-decoration: none;
}

.new2-policy-support a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.new2-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-top: 10px;
}

.new2-policy-links a {
  color: inherit;
}

html.new2-support-scroll-lock,
body.new2-support-scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

.new2-guest-support {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  color: var(--new2-ink);
  pointer-events: none;
}

.new2-guest-support::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(11, 18, 32, 0.58);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  transition: opacity 320ms ease;
}

.new2-guest-support.is-open {
  pointer-events: auto;
}

.new2-guest-support.is-open::before {
  opacity: 1;
  pointer-events: auto;
}

.new2-guest-support-toggle {
  position: relative;
  z-index: 2;
  min-width: 156px;
  height: 52px;
  border: 0;
  border-radius: 18px;
  background: #1f2c47;
  color: #fff;
  box-shadow: 0 16px 34px rgba(31, 44, 71, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 220ms ease, transform 260ms ease;
}

.new2-guest-support.is-open .new2-guest-support-toggle {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.new2-guest-support-toggle svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.new2-guest-support-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e94d5f;
  border: 2px solid #fff;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.new2-guest-support-panel {
  position: relative;
  z-index: 2;
  width: min(92vw, 380px);
  height: min(78vh, 700px);
  min-height: 460px;
  border-radius: 24px;
  border: 1px solid rgba(229, 236, 243, 0.92);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 70px rgba(31, 44, 71, 0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  overscroll-behavior: contain;
  transform: translateY(26px);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), opacity 280ms ease;
  will-change: transform, opacity;
}

.new2-guest-support-panel[hidden] {
  display: none;
}

.new2-guest-support-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.new2-guest-support-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(229, 236, 243, 0.88);
}

.new2-guest-support-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.new2-guest-support-head p {
  margin: 5px 0 0;
  color: var(--new2-muted);
  font-size: 13px;
  line-height: 1.35;
}

.new2-guest-support-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--new2-line);
  border-radius: 14px;
  background: #fff;
  color: var(--new2-ink);
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.new2-guest-support-close svg {
  width: 18px;
  height: 18px;
}

.new2-guest-support-log {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
  background: #f7faff;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.new2-guest-support-empty {
  border: 1px dashed rgba(159, 181, 214, 0.48);
  border-radius: 16px;
  padding: 14px;
  color: var(--new2-muted);
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.new2-guest-support-msg {
  max-width: 84%;
  border-radius: 18px;
  border: 1px solid rgba(159, 181, 214, 0.36);
  background: #fff;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.new2-guest-support-msg.admin {
  align-self: flex-start;
}

.new2-guest-support-msg.guest {
  align-self: flex-end;
  background: rgba(95, 151, 255, 0.1);
  border-color: rgba(95, 151, 255, 0.22);
}

.new2-guest-support-msg-meta {
  margin-top: 6px;
  color: var(--new2-muted);
  font-size: 12px;
}

.new2-guest-support-attachments {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new2-guest-support-attachments img {
  display: block;
  width: 100%;
  max-width: 240px;
  border-radius: 14px;
  border: 1px solid rgba(159, 181, 214, 0.42);
  background: #fff;
}

.new2-guest-support-error {
  margin: 0 16px 8px;
  color: #c94f66;
  font-size: 13px;
  line-height: 1.35;
}

.new2-guest-support-identity,
.new2-guest-support-form {
  flex: 0 0 auto;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(229, 236, 243, 0.88);
  background: #fff;
}

.new2-guest-support-identity {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.new2-guest-support-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--new2-muted);
  font-size: 12px;
  font-weight: 700;
}

.new2-guest-support-field input,
.new2-guest-support-field textarea {
  width: 100%;
  border: 1px solid var(--new2-line);
  border-radius: 15px;
  background: #fff;
  color: var(--new2-ink);
  padding: 11px 13px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.new2-guest-support-field textarea {
  resize: vertical;
  min-height: 74px;
}

.new2-guest-support-submit {
  min-height: 46px;
  border: 0;
  border-radius: 16px;
  background: #527eff;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.new2-guest-support-composer {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 8px;
  align-items: end;
}

.new2-guest-support-attach,
.new2-guest-support-send {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--new2-line);
  background: #fff;
  color: var(--new2-ink);
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.new2-guest-support-attach input {
  display: none;
}

.new2-guest-support-attach svg,
.new2-guest-support-send svg {
  width: 20px;
  height: 20px;
}

.new2-guest-support-send {
  border-color: #527eff;
  background: #527eff;
  color: #fff;
}

.new2-guest-support-form textarea {
  min-height: 40px;
  max-height: 96px;
  border: 1px solid var(--new2-line);
  border-radius: 16px;
  background: #fff;
  color: var(--new2-ink);
  padding: 10px 12px;
  resize: none;
  outline: none;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
}

.new2-guest-support-file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: var(--new2-muted);
  font-size: 12px;
}

.new2-guest-support-file-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new2-guest-support-file-row button {
  border: 0;
  background: transparent;
  color: #c94f66;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.new2-flow {
  width: min(100%, 408px);
  margin-top: 30px;
  padding: 28px 20px 24px;
  color: var(--new2-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 100%);
}

.new2-flow-glow {
  position: absolute;
  inset: 18px;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.22);
  filter: blur(34px);
  pointer-events: none;
}

.new2-flow-head {
  position: relative;
  z-index: 1;
  text-align: left;
}

.new2-flow-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5b7cb8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.new2-flow-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  color: #4f74bc;
  font-size: 13px;
}

.new2-flow-foot {
  display: inline-block;
  color: #5b7cb8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.new2-flow-head h2 {
  margin: 14px 0 0;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.new2-flow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

.new2-flow-step {
  position: relative;
  padding-left: 92px;
  min-height: 86px;
}

.new2-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 76px;
  left: 26px;
  width: 1px;
  height: calc(100% - 36px);
  background: linear-gradient(180deg, rgba(95, 151, 255, 0.38) 0%, rgba(112, 181, 170, 0.24) 100%);
}

.new2-flow-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(95, 151, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 248, 252, 0.82) 100%);
  color: var(--new2-blue-deep);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  box-shadow:
    0 12px 22px rgba(95, 151, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.new2-flow-step h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.new2-flow-step p {
  margin: 10px 0 0;
  color: var(--new2-muted);
  font-size: 15px;
  line-height: 1.58;
}

.new2-flow-foot {
  display: block;
  margin-top: 18px;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.6;
}

.new2-servers {
  width: min(100%, 408px);
  margin-top: 30px;
  padding: 28px 20px 24px;
  color: var(--new2-ink);
  border-radius: var(--new2-radius-device);
}

.new2-servers-head {
  position: relative;
  z-index: 1;
}

.new2-servers-head h2 {
  margin: 14px 0 0;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.new2-servers-head p {
  margin: 12px 0 0;
  color: var(--new2-muted);
  font-size: 14px;
  line-height: 1.5;
}

.new2-servers-list {
  margin-top: 22px;
  display: grid;
  gap: 6px;
}

.new2-server-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(120, 145, 175, 0.14);
}

.new2-server-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.new2-server-flag {
  font-size: 24px;
  line-height: 1;
}

.new2-server-side {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.new2-server-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.new2-server-status[hidden] {
  display: none;
}

.new2-server-status-active {
  background: rgba(74, 179, 122, 0.14);
  color: #28794f;
}

.new2-server-status-down {
  background: rgba(233, 97, 97, 0.14);
  color: #b24545;
}

.new2-server-action {
  min-width: 92px;
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(84, 127, 255, 0.14);
  color: #4067c6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.new2-server-action:disabled {
  cursor: wait;
  opacity: 0.9;
}

.new2-server-action-loading {
  position: relative;
  color: transparent;
}

.new2-server-action-loading::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  border: 2px solid rgba(64, 103, 198, 0.22);
  border-top-color: #4067c6;
  animation: new2-spin 0.7s linear infinite;
}

@keyframes new2-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 700px) {
  .new2-page {
    padding: 36px 20px 42px;
  }

  .new2-device {
    width: 408px;
  }
}

@media (max-width: 1100px) {
  .new2-flow-grid {
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .new2-guest-support {
    right: 0;
    bottom: 0;
    left: 0;
    align-items: stretch;
    gap: 0;
  }

  .new2-guest-support-toggle {
    align-self: flex-end;
    min-width: 148px;
    margin: 0 12px 12px 0;
  }

  .new2-guest-support-panel {
    width: 100%;
    height: min(88dvh, 760px);
    min-height: min(540px, 88dvh);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(104%);
  }

  .new2-guest-support-panel.is-open {
    transform: translateY(0);
  }

  .new2-flow {
    width: min(100%, 408px);
    padding: 24px 18px 22px;
    border-radius: var(--new2-radius-device);
  }

  .new2-servers {
    width: min(100%, 408px);
    padding: 24px 18px 22px;
    border-radius: var(--new2-radius-device);
  }

  .new2-promo-copy h2 {
    font-size: 28px;
  }

  .new2-promo-price strong {
    font-size: 30px;
  }

  .new2-servers-head h2 {
    font-size: 28px;
  }

  .new2-server-row {
    align-items: center;
    padding: 8px 0;
  }

  .new2-server-main {
    font-size: 16px;
  }

  .new2-server-side {
    gap: 8px;
  }

  .new2-account-summary-grid {
    grid-template-columns: 1fr;
  }

  .new2-device-count-control {
    gap: 10px;
  }

  .new2-device-count-box {
    padding: 0 16px;
  }

  .new2-device-count-label {
    top: 10px;
    left: 16px;
    right: 16px;
  }

  .new2-device-count-note {
    font-size: 11px;
  }

  .new2-device-count-value-row {
    margin-top: 20px;
  }

  .new2-device-count-input {
    font-size: 21px;
  }

  .new2-device-count-actions {
    grid-auto-columns: 48px;
  }

  .new2-device-count-button {
    width: 48px;
    min-height: 68px;
    border-radius: 14px;
  }

  .new2-flow-head h2 {
    margin-top: 12px;
    font-size: 30px;
  }

  .new2-flow-badge {
    width: 50px;
    height: 50px;
    font-size: 17px;
  }

  .new2-flow-step h3 {
    font-size: 18px;
  }

  .new2-flow-step p {
    font-size: 15px;
  }

  .new2-page.new2-checkout-page {
    padding: 14px 10px 24px;
  }

  .new2-page.new2-checkout-page .new2-device {
    width: min(100%, 408px);
  }

  .new2-page.new2-checkout-page .new2-surface {
    padding: 0;
    border-radius: 26px;
  }
}

/* Landing hero refresh */
body {
  background: #ffffff;
}

.new2-page {
  position: relative;
  isolation: isolate;
  justify-content: flex-start;
  padding-top: 34px;
  background: #ffffff;
}

.new2-page:not(.new2-page-auth-only)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 1180px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(180deg, #f4f9fc 0%, #ecf7fa 34%, #f8fcfd 62%, #ffffff 86%, #ffffff 100%);
}

.new2-page > * {
  position: relative;
  z-index: 1;
}

.new2-page:not(.new2-page-auth-only) .new2-device {
  width: min(100%, 408px);
}

.new2-page.new2-checkout-page .new2-device {
  width: min(100%, 940px);
}

.new2-page:not(.new2-page-auth-only) .new2-device + .new2-device {
  margin-top: 24px;
}

.new2-page:not(.new2-page-auth-only) .new2-surface {
  padding: 28px 20px 24px;
  border-radius: var(--new2-radius-device);
  background: #fcfcfd;
  box-shadow:
    0 28px 82px rgba(65, 99, 132, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.new2-page.new2-checkout-page .new2-surface {
  padding: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 28px 82px rgba(65, 99, 132, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.new2-page:not(.new2-page-auth-only) .new2-device-glow,
.new2-page:not(.new2-page-auth-only) .new2-hero-bg,
.new2-page:not(.new2-page-auth-only) .new2-orb {
  display: none;
}

.new2-landing-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 432px);
  margin-bottom: 28px;
}

.new2-landing-topbar .brand-plain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 72px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: var(--ink);
}

.new2-landing-topbar .brand-plain-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.new2-hero-showcase {
  position: relative;
  z-index: 2;
  text-align: center;
}

.new2-promo-copy-showcase {
  margin: 0 auto;
  max-width: 330px;
  padding: 0;
}

.new2-promo-copy-showcase h2 {
  margin: 0;
  color: #10203a;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 800;
}

.new2-promo-copy-showcase h2 span {
  color: #1478ff;
}

.new2-promo-copy-showcase p {
  max-width: 320px;
  margin: 14px auto 0;
  color: #334467;
  font-size: 14px;
  line-height: 1.55;
}

.new2-hero-visual {
  max-width: 100%;
  margin: 14px auto 0;
  background: #fcfcfd;
}

.new2-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.new2-feature-panel {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  border: 1px solid rgba(220, 230, 244, 0.84);
  border-radius: 24px;
  background: rgba(252, 252, 253, 0.92);
  box-shadow: 0 14px 34px rgba(85, 119, 150, 0.06);
  overflow: hidden;
}

.new2-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.new2-feature-item {
  min-height: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 10px;
  color: #1b2d4b;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.new2-feature-item > span:last-child {
  max-width: 100%;
  overflow-wrap: break-word;
}

.new2-feature-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1478ff;
}

.new2-feature-icon svg {
  width: 100%;
  height: 100%;
}

.new2-rating-row {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 18px;
  border-top: 1px solid #e4ecf7;
  color: #344669;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.new2-rating-stars {
  color: #ffbd13;
  letter-spacing: 1px;
  white-space: nowrap;
}

.new2-tariff-heading {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  text-align: center;
}

.new2-tariff-heading h2 {
  margin: 0;
  color: #10203a;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 800;
}

.new2-tariff-heading p {
  margin: 8px 0 0;
  color: #6c7b96;
  font-size: 15px;
  line-height: 1.35;
}

.new2-page:not(.new2-page-auth-only) .new2-card {
  width: 100%;
  margin: 0 auto;
}

.new2-surface-tariff .new2-card {
  margin-top: 0;
}

.new2-tariff-list {
  display: grid;
  gap: 14px;
  margin: 0 0 16px;
}

.new2-tariff-option {
  position: relative;
  display: grid;
  grid-template-columns: 25px 84px minmax(82px, 1fr) 58px;
  align-items: center;
  gap: 9px;
  width: 100%;
  box-sizing: border-box;
  min-height: 82px;
  padding: 15px 13px;
  border: 1px solid #e3eaf5;
  border-radius: 22px;
  background: #fff;
  color: #10203a;
  cursor: pointer;
  overflow: visible;
  box-shadow: 0 12px 28px rgba(31, 67, 122, 0.06);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.new2-tariff-option::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 84px;
  border-radius: 100% 0 22px 0;
  background:
    radial-gradient(circle at 100% 100%, rgba(79, 134, 255, 0.18) 0 48%, rgba(79, 134, 255, 0.09) 49% 62%, transparent 63%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.new2-tariff-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.new2-tariff-option:has(input:checked),
.new2-tariff-option-active {
  border-color: #4f86ff;
  background: linear-gradient(180deg, #fbfdff 0%, #f1f7ff 100%);
  box-shadow: 0 16px 34px rgba(63, 116, 224, 0.16);
}

.new2-tariff-option:has(input:checked)::after,
.new2-tariff-option-active::after {
  opacity: 1;
}

.new2-tariff-radio {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 2px solid #d6e1ef;
  border-radius: 50%;
  background: #fff;
}

.new2-tariff-option:has(input:checked) .new2-tariff-radio,
.new2-tariff-option-active .new2-tariff-radio {
  border-color: #4f86ff;
  background: #2f73ff;
}

.new2-tariff-option:has(input:checked) .new2-tariff-radio::after,
.new2-tariff-option-active .new2-tariff-radio::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.new2-tariff-price,
.new2-tariff-saving {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.new2-tariff-term {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.new2-tariff-title {
  position: relative;
  z-index: 1;
  display: block;
  color: #10203a;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
}

.new2-tariff-price {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding-right: 7px;
  overflow: hidden;
  border-right: 1px solid #dbe4f1;
}

.new2-tariff-monthly {
  display: flex;
  align-items: baseline;
  gap: 3px;
  max-width: 100%;
  color: #10203a;
  white-space: nowrap;
}

.new2-tariff-option:has(input:checked) .new2-tariff-monthly,
.new2-tariff-option-active .new2-tariff-monthly {
  color: #2170ff;
}

.new2-tariff-monthly strong {
  font-size: 19px;
  line-height: 1;
  font-weight: 650;
  font-family: var(--new2-money-font);
  font-variant-numeric: tabular-nums;
}

.new2-tariff-monthly span {
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--new2-money-font);
}

.new2-tariff-total {
  display: block;
  color: #637390;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
  font-family: var(--new2-money-font);
  font-variant-numeric: tabular-nums;
}

.new2-tariff-saving {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 48px;
  min-width: 0;
  color: #159350;
}

.new2-tariff-saving-label {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}

.new2-tariff-saving-value {
  margin-top: 3px;
  color: #14985b;
  font-size: 16px;
  line-height: 1;
  font-weight: 650;
}

.new2-tariff-saving s {
  margin-top: 6px;
  color: #8d9aaf;
  font-size: 10px;
  font-weight: 500;
  font-family: var(--new2-money-font);
  font-variant-numeric: tabular-nums;
  text-decoration-thickness: 2px;
}

.new2-tariff-saving-plain {
  color: #6c7b96;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
}

.new2-tariff-badge {
  position: absolute;
  top: -10px;
  left: 42px;
  max-width: calc(100% - 110px);
  padding: 5px 11px;
  border-radius: 999px;
  background: #2f73ff;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.new2-payment-trust {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: center;
  margin: 4px 0 14px;
  padding: 14px 17px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f9fbff 0%, #f1f6ff 100%);
  box-shadow: 0 12px 26px rgba(31, 67, 122, 0.07);
}

.new2-payment-trust-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #2170ff;
  border-radius: 14px;
  background: #eef4ff;
}

.new2-payment-trust-icon svg {
  width: 26px;
  height: 26px;
}

.new2-payment-trust-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.new2-payment-trust-copy strong {
  color: #10203a;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

.new2-payment-trust-copy span {
  color: #6c7b96;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
}

.new2-payment-methods {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.new2-payment-method-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.94);
  color: #10203a;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(225, 232, 241, 0.78);
}

.new2-payment-method-chip img,
.new2-payment-method-chip svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.new2-buy-actions {
  margin-top: 0;
}

.new2-buy-actions .new2-pay-primary {
  min-height: 58px;
  border-radius: 13px;
  gap: 12px;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 14px 26px rgba(28, 98, 238, 0.28);
}

.new2-buy-lightning {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.new2-buy-lightning svg {
  width: 22px;
  height: 22px;
}

.new2-refund-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 10px 0 72px;
  color: #7686a1;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
}

.new2-refund-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .new2-page {
    padding: 18px 10px 30px;
  }

  .new2-page:not(.new2-page-auth-only) .new2-surface {
    padding: 22px 12px 24px;
    border-radius: 30px;
  }

  .new2-landing-topbar {
    min-height: 72px;
    margin-bottom: 26px;
  }

  .new2-promo-copy-showcase {
    max-width: calc(100vw - 34px);
  }

  .new2-promo-copy-showcase h2 {
    font-size: 31px;
    line-height: 1.16;
  }

  .new2-promo-copy-showcase p {
    max-width: calc(100vw - 34px);
    margin-top: 14px;
    font-size: 15px;
  }

  .new2-hero-visual {
    margin-top: 14px;
  }

  .new2-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new2-feature-item {
    min-height: 104px;
    padding: 16px 10px;
    font-size: 14px;
  }

  .new2-feature-icon {
    width: 34px;
    height: 34px;
  }

  .new2-rating-row {
    flex-wrap: wrap;
    gap: 6px 10px;
    font-size: 15px;
  }

  .new2-tariff-heading h2 {
    font-size: 27px;
  }

  .new2-tariff-option {
    min-height: 82px;
    padding: 15px 16px;
    grid-template-columns: 24px 82px minmax(90px, 1fr) 64px;
    gap: 10px;
    border-radius: 20px;
  }

  .new2-tariff-radio {
    width: 24px;
    height: 24px;
  }

  .new2-tariff-title {
    font-size: 14px;
    font-weight: 600;
  }

  .new2-tariff-monthly strong {
    font-size: 20px;
    font-weight: 650;
  }

  .new2-tariff-monthly span {
    font-size: 10px;
    font-weight: 500;
  }

  .new2-tariff-badge {
    left: 39px;
    max-width: calc(100% - 92px);
    font-size: 9px;
  }

  .new2-tariff-price {
    padding-right: 10px;
    overflow: hidden;
  }

  .new2-tariff-monthly {
    gap: 3px;
    max-width: 100%;
  }

  .new2-tariff-total,
  .new2-tariff-saving-label,
  .new2-tariff-saving s {
    font-size: 10px;
  }

  .new2-tariff-saving-value {
    font-size: 17px;
  }

  .new2-tariff-saving-plain {
    font-size: 12px;
  }

  .new2-payment-trust {
    padding: 13px 14px 15px;
  }

  .new2-buy-actions .new2-pay-primary {
    min-height: 56px;
    font-size: 20px;
  }

  .new2-checkout-shell {
    border-radius: 26px;
  }

  .new2-checkout-topbar {
    min-height: 68px;
    padding: 16px 18px;
  }

  .new2-checkout-brand {
    font-size: 18px;
  }

  .new2-checkout-support span {
    display: none;
  }

  .new2-checkout-card {
    padding: 26px 18px 24px;
  }

  .new2-checkout-heading {
    margin-bottom: 24px;
  }

  .new2-checkout-heading h1 {
    font-size: 32px;
  }

  .new2-checkout-heading p {
    font-size: 15px;
  }

  .new2-checkout-plan {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 20px;
  }

  .new2-checkout-plan-price {
    padding-left: 0;
    border-left: 0;
  }

  .new2-checkout-change-plan {
    justify-self: start;
  }

  .new2-checkout-payment {
    min-height: 86px;
    gap: 14px;
    padding: 16px;
  }

  .new2-checkout-payment .new2-pay-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .new2-checkout-payment-title {
    font-size: 16px;
  }

  .new2-checkout-payment-description {
    font-size: 13px;
  }

  .new2-checkout-security,
  .new2-checkout-guarantee {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .new2-checkout-security-badges {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .new2-page {
    padding-right: 0;
    padding-left: 0;
  }

  .new2-page:not(.new2-page-auth-only) .new2-surface {
    border-radius: var(--new2-radius-device);
  }

  .new2-tariff-option {
    grid-template-columns: 23px 78px minmax(78px, 1fr) 58px;
    gap: 7px;
    min-height: 76px;
    padding: 13px 10px;
  }

  .new2-tariff-title {
    font-size: 12px;
    line-height: 1.15;
    font-weight: 600;
  }

  .new2-tariff-monthly strong {
    font-size: 16px;
    font-weight: 650;
  }

  .new2-tariff-monthly span {
    font-size: 8px;
  }

  .new2-tariff-price {
    padding-right: 6px;
    gap: 4px;
  }

  .new2-tariff-monthly {
    gap: 2px;
  }

  .new2-tariff-total,
  .new2-tariff-saving-label,
  .new2-tariff-saving s {
    font-size: 9px;
  }

  .new2-tariff-saving-value {
    font-size: 14px;
  }

  .new2-tariff-saving-plain {
    font-size: 9px;
    line-height: 1.15;
  }

  .new2-payment-method-chip {
    gap: 5px;
    min-height: 40px;
    padding: 0 5px;
    font-size: 10px;
  }

  .new2-payment-method-chip img,
  .new2-payment-method-chip svg {
    width: 20px;
    height: 20px;
  }

  .new2-landing-topbar {
    padding: 0 4px;
  }

  .new2-landing-brand {
    font-size: 30px;
  }

  .new2-promo-copy-showcase h2 {
    font-size: 27px;
  }

  .new2-promo-copy-showcase p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .new2-tariff-option {
    grid-template-columns: 21px 62px minmax(72px, 1fr) 50px;
    gap: 5px;
    min-height: 74px;
    padding: 12px 8px;
  }

  .new2-tariff-radio {
    width: 22px;
    height: 22px;
  }

  .new2-tariff-option:has(input:checked) .new2-tariff-radio::after,
  .new2-tariff-option-active .new2-tariff-radio::after {
    font-size: 12px;
  }

  .new2-tariff-title {
    font-size: 11px;
  }

  .new2-tariff-monthly strong {
    font-size: 15px;
  }

  .new2-tariff-monthly span {
    font-size: 8px;
  }

  .new2-tariff-price {
    padding-right: 5px;
  }

  .new2-tariff-total,
  .new2-tariff-saving-label,
  .new2-tariff-saving s {
    font-size: 9px;
  }

  .new2-tariff-saving-value {
    font-size: 13px;
  }

  .new2-tariff-badge {
    left: 34px;
    max-width: calc(100% - 72px);
    padding: 4px 8px;
    font-size: 8px;
  }

  .new2-payment-trust {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px 10px;
    padding: 12px 11px 13px;
  }

  .new2-payment-trust-icon {
    width: 34px;
    height: 34px;
  }

  .new2-payment-methods {
    gap: 5px;
  }

  .new2-payment-method-chip {
    min-height: 36px;
    gap: 4px;
    padding: 0 4px;
    font-size: 9px;
  }

  .new2-payment-method-chip img,
  .new2-payment-method-chip svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 700px) {
  .new2-page.new2-checkout-page {
    padding: 14px 10px 24px;
  }

  .new2-page.new2-checkout-page .new2-device {
    width: min(100%, 408px);
  }

  .new2-page.new2-checkout-page .new2-surface {
    padding: 0;
    border-radius: 26px;
  }
}

/* Checkout stays mobile-first, like the landing page. */
.new2-page.new2-checkout-page {
  justify-content: flex-start;
  padding: 34px 14px 36px;
}

.new2-page.new2-checkout-page .new2-device {
  width: min(100%, 408px);
}

.new2-page.new2-checkout-page .new2-surface {
  padding: 0;
  border-radius: var(--new2-radius-device);
  background: #fcfcfd;
}

.new2-checkout-shell {
  border-radius: var(--new2-radius-device);
}

.new2-checkout-topbar {
  min-height: 68px;
  padding: 16px 18px;
}

.new2-checkout-brand {
  font-size: 18px;
}

.new2-checkout-brand .new2-logo {
  width: 34px;
  height: 34px;
}

.new2-checkout-support span {
  display: none;
}

.new2-checkout-card {
  padding: 26px 18px 24px;
}

.new2-checkout-back {
  margin-bottom: 20px;
  font-size: 14px;
}

.new2-checkout-heading {
  margin-bottom: 24px;
}

.new2-checkout-heading h1 {
  font-size: 32px;
  line-height: 1.06;
}

.new2-checkout-heading p {
  font-size: 15px;
}

.new2-checkout-plan {
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: 0;
  padding: 20px;
}

.new2-checkout-plan-title-row {
  gap: 10px;
}

.new2-checkout-plan strong,
.new2-checkout-plan-price strong {
  font-size: 28px;
}

.new2-checkout-plan-price {
  padding-left: 0;
  border-left: 0;
}

.new2-checkout-change-plan {
  justify-self: start;
}

.new2-checkout-form .new2-field input {
  min-height: 62px;
  font-size: 17px;
}

.new2-checkout-payment {
  min-height: 86px;
  gap: 14px;
  padding: 16px;
}

.new2-checkout-payment .new2-pay-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

.new2-checkout-payment .new2-pay-icon img,
.new2-checkout-payment .new2-pay-icon svg {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.new2-checkout-payment-title {
  font-size: 16px;
}

.new2-checkout-payment-title span {
  font-size: 10px;
}

.new2-checkout-payment-description {
  font-size: 13px;
}

.new2-checkout-security,
.new2-checkout-guarantee {
  grid-template-columns: 1fr;
  justify-items: start;
}

.new2-checkout-security-badges {
  justify-self: start;
}

.new2-checkout-bottom-note {
  align-items: flex-start;
  font-size: 12px;
}

@media (max-width: 430px) {
  .new2-page.new2-checkout-page {
    padding: 0;
  }

  .new2-page.new2-checkout-page .new2-surface {
    border-radius: var(--new2-radius-device);
  }

  .new2-checkout-card {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Compact checkout scale to match the mobile landing density. */
.new2-checkout-topbar {
  min-height: 58px;
  padding: 12px 18px;
}

.new2-checkout-brand {
  font-size: 16px;
  font-weight: 650;
}

.new2-checkout-brand .new2-logo {
  width: 28px;
  height: 28px;
}

.new2-checkout-support svg {
  width: 19px;
  height: 19px;
}

.new2-checkout-card {
  padding: 22px 18px 22px;
}

.new2-checkout-back {
  min-height: 24px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 500;
}

.new2-checkout-heading {
  margin-bottom: 18px;
}

.new2-checkout-heading h1 {
  font-size: 26px;
  line-height: 1.08;
  font-weight: 650;
}

.new2-checkout-heading p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.new2-checkout-plan {
  gap: 12px;
  padding: 16px 18px;
  border-radius: 17px;
  box-shadow: 0 12px 24px rgba(28, 57, 95, 0.045);
}

.new2-checkout-kicker {
  margin-bottom: 8px;
  font-size: 12px;
}

.new2-checkout-plan-title-row {
  gap: 9px;
}

.new2-checkout-plan strong,
.new2-checkout-plan-price strong {
  font-size: 23px;
  line-height: 1.05;
}

.new2-checkout-plan .new2-checkout-plan-badge {
  min-height: 22px;
  padding: 4px 9px;
  font-size: 10px;
}

.new2-checkout-plan span,
.new2-checkout-plan-price em {
  margin-top: 7px;
  font-size: 12px;
}

.new2-checkout-plan .new2-checkout-price-kicker {
  font-size: 12px;
}

.new2-checkout-change-plan {
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
}

.new2-checkout-change-plan svg {
  width: 15px;
  height: 15px;
}

.new2-checkout-form {
  margin-top: 20px;
}

.new2-checkout-form .new2-field {
  min-height: 54px;
}

.new2-checkout-form .new2-field input {
  min-height: 54px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 15px;
}

.new2-checkout-form .new2-field-mark {
  font-size: 18px;
  right: 18px;
}

.new2-field-note {
  margin-top: 7px;
  font-size: 11px;
}

.new2-checkout-section-title {
  margin: 22px 0 12px;
  font-size: 16px;
  font-weight: 650;
}

.new2-payments {
  gap: 12px;
}

.new2-checkout-payment {
  min-height: 76px;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(28, 57, 95, 0.04);
}

.new2-checkout-payment .new2-pay-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 12px;
}

.new2-checkout-payment .new2-pay-icon img,
.new2-checkout-payment .new2-pay-icon svg {
  width: 27px;
  height: 27px;
  max-width: 27px;
  max-height: 27px;
}

.new2-checkout-payment-copy {
  gap: 5px;
}

.new2-checkout-payment-title {
  gap: 7px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 650;
}

.new2-checkout-payment-title span {
  min-height: 20px;
  padding: 4px 8px;
  font-size: 9px;
}

.new2-checkout-payment-description {
  font-size: 11px;
  line-height: 1.25;
}

.new2-checkout-payment-arrow {
  width: 22px;
  height: 22px;
}

.new2-legal-note {
  margin-top: 12px;
  font-size: 6px;
  line-height: 1.45;
}

.new2-checkout-security {
  gap: 12px;
  margin-top: 22px;
  padding: 16px;
  border-radius: 17px;
}

.new2-checkout-lock {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.new2-checkout-lock svg {
  width: 22px;
  height: 22px;
}

.new2-checkout-security strong {
  font-size: 14px;
}

.new2-checkout-security em {
  font-size: 12px;
}

.new2-checkout-security-badges {
  gap: 14px;
  font-size: 11px;
}

.new2-checkout-guarantee {
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 17px;
}

.new2-checkout-guarantee > span {
  width: 46px;
  height: 46px;
}

.new2-checkout-guarantee svg {
  width: 30px;
  height: 30px;
}

.new2-checkout-guarantee strong {
  font-size: 15px;
}

.new2-checkout-guarantee p {
  font-size: 12px;
}

.new2-checkout-guarantee em {
  width: 48px;
  height: 48px;
  font-size: 22px;
}

.new2-checkout-guarantee small {
  font-size: 10px;
}

.new2-checkout-bottom-note {
  gap: 7px;
  margin-top: 18px;
  font-size: 10px;
}

.new2-checkout-bottom-note svg {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

/* Tighter reference-like mobile layout. */
.new2-checkout-heading h1 {
  font-size: 23px;
  line-height: 1.12;
}

.new2-checkout-plan {
  grid-template-columns: minmax(0, 1fr) minmax(102px, auto);
  gap: 10px 14px;
  align-items: center;
  padding: 14px 16px;
}

.new2-checkout-plan > div:first-child {
  min-width: 0;
}

.new2-checkout-kicker {
  margin-bottom: 7px;
}

.new2-checkout-plan strong,
.new2-checkout-plan-price strong {
  font-size: 21px;
}

.new2-checkout-plan .new2-checkout-plan-badge {
  min-height: 20px;
  padding: 4px 8px;
  font-size: 9px;
}

.new2-checkout-plan span,
.new2-checkout-plan-price em {
  margin-top: 6px;
  font-size: 11px;
}

.new2-checkout-plan-price {
  align-self: stretch;
  justify-content: center;
  padding-left: 14px;
  border-left: 1px dashed #ccd8ea;
}

.new2-checkout-change-plan {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.new2-checkout-payment {
  min-height: 70px;
  padding: 11px 13px;
}

.new2-checkout-payment .new2-pay-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}

.new2-checkout-payment .new2-pay-icon img,
.new2-checkout-payment .new2-pay-icon svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.new2-checkout-payment-title {
  font-size: 13px;
}

.new2-checkout-payment-title span {
  min-height: 18px;
  padding: 3px 7px;
  font-size: 8px;
}

.new2-checkout-payment-description {
  font-size: 10px;
}

.new2-checkout-security {
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.new2-checkout-lock {
  width: 40px;
  height: 40px;
}

.new2-checkout-security strong {
  font-size: 13px;
}

.new2-checkout-security em {
  font-size: 10px;
}

.new2-checkout-security-badges {
  justify-self: end;
  gap: 10px;
  font-size: 10px;
}

.new2-checkout-guarantee {
  grid-template-columns: 42px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  padding: 15px;
}

.new2-checkout-guarantee > span {
  width: 42px;
  height: 42px;
}

.new2-checkout-guarantee strong {
  font-size: 13px;
}

.new2-checkout-guarantee p {
  font-size: 10px;
}

.new2-checkout-guarantee em {
  width: 45px;
  height: 45px;
  font-size: 19px;
}

@media (max-width: 360px) {
  .new2-checkout-plan,
  .new2-checkout-security,
  .new2-checkout-guarantee {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .new2-checkout-plan-price {
    padding-left: 0;
    border-left: 0;
  }
}

.new2-renew-page {
  justify-content: flex-start;
}

.new2-renew-page .new2-checkout-topbar {
  margin: -8px -6px 18px;
  border-bottom-color: rgba(222, 231, 244, 0.54);
}

.new2-renew-page .new2-card {
  padding-top: 18px;
}

.new2-field input[readonly] {
  color: #63718a;
  background: #f8fbff;
  cursor: default;
}

/* Public landing/support refinements. Keep after legacy compact checkout overrides. */
.new2-refund-note {
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .new2-guest-support-toggle {
    min-width: 0;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 18px;
  }

  .new2-guest-support-toggle > span:not(.new2-guest-support-badge) {
    display: none;
  }
}
