.ham-hero__benefits i { font-family: "Font Awesome 6 Free" !important; }

body,
body *:not(.fa):not(.fa-solid):not(.fa-regular):not(.fa-brands) {
  font-family: "Montserrat", sans-serif !important;
}

.auth-copy-code-notice {
  grid-column: 1 / -1;
  width: min(100%, 420px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto 16px;
  padding: 12px 16px;
  border: 1px solid #7c3aed;
  border-radius: 0;
  background: #130c19;
  color: #fff;
  cursor: pointer;
}
.auth-copy-code-notice strong { font-size: 22px; letter-spacing: 5px; }
.auth-copy-code-notice span { color: #d8b4fe; font-size: 12px; font-weight: 700; }

.hamVpn:has(#hero),
.hamVpn:has(#hero) button,
.hamVpn:has(#hero) input,
.hamVpn:has(#hero) select,
.hamVpn:has(#hero) textarea {
  font-family: "Montserrat", sans-serif !important;
}

.hamVpn:has(#hero) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(ellipse at bottom, #241033 0%, #0b0411 52%, #030106 100%);
}

.hamVpn:has(#hero)::before,
.hamVpn:has(#hero)::after {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-repeat: repeat;
}

.hamVpn:has(#hero)::before {
  opacity: .72;
  background-image:
    radial-gradient(circle, #f0abfc 0 1px, transparent 1.5px),
    radial-gradient(circle, #a78bfa 0 1px, transparent 1.5px),
    radial-gradient(circle, #fff 0 .7px, transparent 1.2px);
  background-position: 17px 23px, 83px 117px, 151px 61px;
  background-size: 173px 173px, 257px 257px, 109px 109px;
  animation: hamStarsDrift 70s linear infinite;
}

.hamVpn:has(#hero)::after {
  opacity: .42;
  background-image:
    radial-gradient(circle, #d946ef 0 1.4px, transparent 2px),
    radial-gradient(circle, #8b5cf6 0 1.2px, transparent 1.8px);
  background-position: 41px 71px, 127px 19px;
  background-size: 337px 337px, 421px 421px;
  animation: hamStarsDrift 120s linear infinite;
}

@keyframes hamStarsDrift {
  from { transform: translateY(0); }
  to { transform: translateY(-420px); }
}

.ham-nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  transform: none;
  border: 0;
  border-radius: 0;
  background: #07040d;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .34);
  backdrop-filter: none;
}

.ham-logo img { box-shadow: 0 6px 16px rgba(0, 0, 0, .38); }
.ham-hero::before, .ham-hero::after { content: none; }
.ham-hero h1 { text-shadow: 0 3px 0 rgba(0, 0, 0, .34), 0 14px 34px rgba(0, 0, 0, .48); }
.ham-hero p { font-size: 0; }
.ham-hero p::before {
  content: "Подключение за минуту";
  display: block;
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 600;
}
.ham-hero p::after {
  content: "Минимум настроек - максимум стабильности";
  display: block;
  margin-top: 3px;
  font-size: clamp(14px, 1.45vw, 16px);
}
.ham-particles, .ham-mascot__halo { display: none; }

.ham-nav-cta,
.ham-primary-btn {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.ham-nav-cta:hover,
.ham-primary-btn:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .42);
}

.ham-price-pill { box-shadow: 0 10px 24px rgba(0, 0, 0, .26); }
.ham-price-pill {
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.ham-price-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 121, 249, .72);
  background: rgba(168, 85, 247, .18);
}
.ham-hero .ham-kicker { display: none; }

.ham-price-pill {
  width: min(100%, 406px);
  align-items: center;
  justify-content: space-between;
  padding-right: 24px;
  padding-left: 24px;
}
.ham-price-pill > span { font-size: 18px; font-weight: 600; line-height: 1; }
.ham-price-pill strong { font-size: 30px; line-height: 1; }
.ham-account-link { display: none; }

.ham-hero__benefits { display: none; }

.ham-actions {
  width: min(100%, 406px);
  flex-wrap: nowrap;
}

.ham-actions .ham-primary-btn,
.ham-actions .ham-secondary-btn {
  flex: 1 1 0;
}

.ham-hero__benefits i {
  width: 14px;
  color: #c084fc;
  font-family: "Font Awesome 6 Free";
  font-size: 0;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.ham-hero__benefits span:nth-child(1) i::before { content: "\f0e7"; font-size: 12px; }
.ham-hero__benefits span:nth-child(2) i::before { content: "\f3ed"; font-size: 12px; }
.ham-hero__benefits span:nth-child(3) i::before { content: "\f590"; font-size: 12px; }

.ham-plan--featured .ham-plan__badge {
  top: 24px;
  display: flex;
  height: 29px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1;
}

.ham-footer-brand strong { display: none; }

.ham-pricing .ham-section-heading > span { display: none; }

.ham-benefits__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border-top: 1px solid rgba(216, 180, 254, .18);
  border-bottom: 1px solid rgba(216, 180, 254, .18);
}

.ham-benefits__grid .ham-benefit-card {
  min-height: 0;
  padding: 30px 34px;
  border: 0;
  border-right: 1px solid rgba(216, 180, 254, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.ham-benefits__grid .ham-benefit-card:last-child { border-right: 0; }
.ham-benefit-card .ham-card-icon { display: none; }
.ham-benefits__grid .ham-benefit-card h3 { margin-bottom: 10px; font-size: 22px; }
.ham-benefits__grid .ham-benefit-card p { max-width: 28ch; }

@media (max-width: 980px) {
  .ham-benefits__grid .ham-benefit-card {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 180, 254, .14);
  }
  .ham-benefits__grid .ham-benefit-card:last-child { border-bottom: 0; }
}

.ham-actions .ham-primary-btn {
  position: relative;
  isolation: isolate;
  min-height: 48px;
  padding: 0 42px 0 30px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  box-shadow: 0 0 0 2px #c026d3;
  text-indent: 0;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.ham-actions .ham-primary-btn svg {
  position: absolute;
  z-index: 3;
  right: 16px;
  width: 18px;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.ham-actions .ham-primary-btn svg path {
  stroke: #e879f9;
  transition: stroke .5s ease;
}

.ham-actions .ham-primary-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #f040df);
  opacity: 0;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.ham-actions .ham-primary-btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: -25%;
  width: 18px;
  height: 18px;
  background: #120817;
  clip-path: polygon(0 42%, 62% 42%, 62% 12%, 100% 50%, 62% 88%, 62% 58%, 0 58%);
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.ham-actions .ham-primary-btn:hover {
  border-radius: 12px;
  color: #120817;
  text-indent: 24px;
  box-shadow: 0 0 0 12px transparent;
  filter: none;
}

.ham-actions .ham-primary-btn:hover::before {
  width: 240px;
  height: 240px;
  opacity: 1;
}

.ham-actions .ham-primary-btn:hover::after { left: 16px; }
.ham-actions .ham-primary-btn:hover svg { right: -25%; }

.ham-actions .ham-primary-btn:active {
  scale: .95;
  box-shadow: 0 0 0 4px #c026d3;
}

.ham-actions .ham-secondary-btn {
  position: relative;
  min-height: 48px;
  padding: 0 28px;
  overflow: hidden;
  border: 2px solid rgba(192, 38, 211, .56);
  border-radius: 999px;
  background: #120b18;
  transition: all .4s ease;
}

.ham-actions .ham-secondary-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(232, 121, 249, .28) 0%, rgba(139, 92, 246, 0) 70%);
  transform: scale(0);
  transition: transform .5s ease;
}

.ham-actions .ham-secondary-btn:hover {
  border-color: #d946ef;
  background: #21132b;
}

.ham-actions .ham-secondary-btn:hover::after { transform: scale(4); }

.ham-mascot {
  width: min(420px, 100%);
  min-height: auto;
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 24px;
  background: #09040f;
  animation: hamMascotPulse 5.2s ease-in-out infinite;
  transform-origin: center;
}

.ham-mascot::before {
  content: "";
  position: absolute;
  width: 34%;
  height: 145%;
  background: linear-gradient(180deg, #7c3aed, #f040df, #a855f7);
  animation: hamMascotBorder 3.8s linear infinite;
}

.ham-mascot::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 5px;
  border-radius: 19px;
  background: #09040f;
}

.ham-mascot img {
  width: calc(100% - 10px);
  border-radius: 18px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, .48);
  -webkit-mask-image: none;
  mask-image: none;
}

@keyframes hamMascotPulse {
  0%, 100% { transform: scale(.97); }
  50% { transform: scale(1.035); }
}

@keyframes hamMascotBorder {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .ham-nav { top: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .ham-mascot { animation: none; }
}

/* Cardless pricing list */
.ham-pricing .ham-plans {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(216, 180, 254, .2);
}
.ham-pricing .ham-plan {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(190px, 1fr) 160px;
  align-items: center;
  gap: 24px;
  padding: 16px 28px;
  border: 0;
  border-bottom: 1px solid rgba(216, 180, 254, .16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  transition: padding .25s ease, background .25s ease;
}
.ham-pricing .ham-plan:hover,
.ham-pricing .ham-plan--featured {
  transform: none;
  border-color: rgba(216, 180, 254, .16);
  background: linear-gradient(90deg, rgba(168, 85, 247, .1), transparent 78%);
  box-shadow: none;
}
.ham-pricing .ham-plan:hover { padding-left: 36px; }
.ham-pricing .ham-plan__title { max-width: none; font-size: 22px; }
.ham-pricing .ham-plan__price { margin: 0; }
.ham-pricing .ham-plan__price strong { font-size: 34px; }
.ham-pricing .ham-plan__price span { font-size: 18px; }
.ham-pricing .ham-plan__button {
  min-height: 42px;
  border: 1px solid rgba(216, 180, 254, .22);
  border-radius: 999px;
  background: rgba(168, 85, 247, .1);
}
.ham-pricing .ham-plan__badge {
  top: 50%;
  right: 186px;
  height: auto;
  transform: translateY(-50%);
  color: #e9d5ff;
  font-size: 10px;
}

/* Editorial benefit rows */
.ham-benefits .ham-benefits__grid {
  display: block;
  border: 0;
  border-top: 1px solid rgba(216, 180, 254, .2);
}
.ham-benefits__grid .ham-benefit-card {
  display: grid;
  grid-template-columns: 64px minmax(180px, .65fr) 1fr;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 20px 8px;
  border: 0;
  border-bottom: 1px solid rgba(216, 180, 254, .16);
  background: transparent;
}
.ham-benefits__grid .ham-benefit-card::before {
  color: #c084fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.ham-benefits__grid .ham-benefit-card:nth-child(1)::before { content: "01"; }
.ham-benefits__grid .ham-benefit-card:nth-child(2)::before { content: "02"; }
.ham-benefits__grid .ham-benefit-card:nth-child(3)::before { content: "03"; }
.ham-benefits__grid .ham-benefit-card h3,
.ham-benefits__grid .ham-benefit-card p { margin: 0; max-width: none; }
.ham-benefits__grid .ham-benefit-card p { font-size: 15px; text-align: left; }

/* Three-step route */
.ham-connect .ham-steps {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 980px;
  margin: 0 auto;
}
.ham-connect .ham-steps::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 16%;
  left: 16%;
  height: 1px;
  background: linear-gradient(90deg, #7c3aed, #f040df, #7c3aed);
  opacity: .6;
}
.ham-connect .ham-step {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}
.ham-connect .ham-step:hover { transform: none; border: 0; box-shadow: none; }
.ham-connect .ham-step strong {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid #c026d3;
  border-radius: 50%;
  background: #0b0411;
}
.ham-connect .ham-step p {
  max-width: 250px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 700px) {
  .ham-pricing .ham-plan { grid-template-columns: 1fr auto; gap: 8px 16px; padding: 16px 12px; }
  .ham-pricing .ham-plan__price { grid-column: 1; }
  .ham-pricing .ham-plan__button { grid-column: 2; grid-row: 1 / span 2; width: 110px; }
  .ham-pricing .ham-plan__badge { display: none; }
  .ham-benefits__grid .ham-benefit-card { grid-template-columns: 42px 1fr; gap: 8px 14px; }
  .ham-benefits__grid .ham-benefit-card p { grid-column: 2; text-align: left; }
  .ham-connect .ham-steps { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .ham-connect .ham-steps::before { top: 17px; bottom: 17px; left: 17px; width: 1px; height: auto; }
  .ham-connect .ham-step { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 16px; text-align: left; }
  .ham-connect .ham-step strong,
  .ham-connect .ham-step p { margin: 0; text-align: left; }
}

/* Squared dashboard and HAM sidebar */
.dashboard-page .layout-right :is(
  [class*="card"],
  [class*="hero"],
  [class*="panel"],
  [class*="box"],
  input,
  textarea,
  select,
  button
) { border-radius: 3px !important; }

.dashboard-page .sidebar {
  padding: 14px 0;
  border-color: rgba(216, 180, 254, .14);
  border-radius: 8px;
  background-color: #17121f;
  background-image: linear-gradient(139deg, #17121f 0%, #1c1624 48%, #27172f 100%);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
  backdrop-filter: none;
}
.dashboard-page .sidebar-brand { margin: 0 12px; padding: 4px 4px 14px; }
.dashboard-page .sidebar-brand__mark { border-radius: 4px; box-shadow: none; }
.dashboard-page .sidebar-profile {
  margin: 4px 12px 10px;
  padding: 10px 4px 14px;
  border: 0;
  background: transparent;
}
.dashboard-page .sidebar-profile__avatar { border-radius: 4px; }
.dashboard-page .sidebar-navigation { gap: 0; }
.dashboard-page .sidebar-group {
  padding: 12px 10px;
  border-top: 1px solid rgba(216, 180, 254, .12);
}
.dashboard-page .sidebar-group h4 { padding: 0 7px; }
.dashboard-page .sidebar ul { gap: 7px; }
.dashboard-page .sidebar ul li a,
.dashboard-page .sidebar-logout {
  min-height: 38px;
  padding: 0 9px;
  border: 0;
  border-radius: 4px;
  color: #8f879b;
  font-weight: 650;
  transition: all .3s ease-out;
}
.dashboard-page .sidebar ul li a:hover,
.dashboard-page .sidebar-logout:hover {
  transform: translate(1px, -1px);
  border: 0;
  background: #6d28d9;
  color: #fff;
}
.dashboard-page .sidebar ul li a.active {
  border: 0;
  background: linear-gradient(135deg, #7c3aed, #a21caf);
  color: #fff;
  box-shadow: none;
}
.dashboard-page .sidebar ul li a.active .sidebar-icon,
.dashboard-page .sidebar ul li a:hover .sidebar-icon,
.dashboard-page .sidebar-logout:hover .sidebar-icon { color: #fff; }
.dashboard-page .sidebar ul li a:active,
.dashboard-page .sidebar-logout:active { transform: scale(.99); }
.dashboard-page .sidebar-footer {
  margin-top: auto;
  padding: 12px 10px 0;
  border-top: 1px solid rgba(216, 180, 254, .12);
}
.dashboard-page .sidebar-logout { color: #d8b4fe; }
.dashboard-page .sidebar-logout:hover { background: rgba(126, 34, 206, .55); }

/* Strict dashboard geometry and alignment */
.dashboard-page .layout * { border-radius: 0 !important; }
.dashboard-page .layout-row { align-items: start; }
.dashboard-page .sidebar-desktop {
  position: static !important;
  top: auto !important;
  margin-top: 0 !important;
}
.dashboard-page .sidebar-desktop .sidebar-brand {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 22px;
  margin: 0;
  padding: 0;
  gap: 9px;
  border: 0;
  background: transparent;
}
.dashboard-page .sidebar-desktop .sidebar-brand__mark {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
}
.dashboard-page .sidebar-brand__copy small { display: none; }
.dashboard-page .sidebar-desktop .sidebar-brand strong {
  font-size: 13px;
  letter-spacing: .04em;
}
.dashboard-page .vpn-main-grid > *,
.dashboard-page .vpn-actions-grid > *,
.dashboard-page .vpn-plan-grid > *,
.dashboard-page .instructions-problems__grid > * { height: 100%; }

@media (max-width: 980px) {
  .dashboard-page .sidebar-desktop .sidebar-brand { position: static; }
}


/* Checkout text progress */
.checkout-page .checkout-progress {
  gap: 0;
  margin-bottom: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.checkout-page .checkout-progress span {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(226, 232, 240, .42);
  font-size: 14px;
  letter-spacing: .01em;
  box-shadow: none;
}
.checkout-page .checkout-progress span:not(:last-child)::after {
  content: "→";
  margin: 0 14px;
  color: rgba(192, 132, 252, .44);
  font-size: 18px;
  font-weight: 400;
}
.checkout-page .checkout-progress span.is-active {
  background: transparent;
  color: #e9d5ff;
  box-shadow: none;
}
.checkout-page .checkout-progress span.is-active + span.is-active {
  color: #f0abfc;
  text-shadow: 0 0 18px rgba(217, 70, 239, .3);
}
.checkout-page .checkout-hero > span { display: none; }

@media (max-width: 560px) {
  .checkout-page .checkout-progress { width: auto; justify-content: flex-start; }
  .checkout-page .checkout-progress span { padding: 0; font-size: 12px; }
  .checkout-page .checkout-progress span:not(:last-child)::after { margin: 0 8px; font-size: 15px; }
}

/* Compact checkout form */
.checkout-page .checkout-panel {
  min-height: 0;
  height: 100%;
  padding: 24px;
}
.checkout-page .checkout-grid { align-items: stretch; }
.checkout-page .checkout-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
  min-height: 100%;
}
.checkout-page .checkout-submit {
  position: relative;
  isolation: isolate;
  width: min(280px, 100%);
  min-height: 46px;
  justify-self: start;
  margin-top: 2px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  box-shadow: 0 0 0 2px #c026d3;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.checkout-page .checkout-submit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #f040df);
  opacity: 0;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
}
.checkout-page .checkout-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: #fff;
  clip-path: polygon(0 42%, 62% 42%, 62% 12%, 100% 50%, 62% 88%, 62% 58%, 0 58%);
  transition: transform .5s ease, background .5s ease;
}
.checkout-page .checkout-submit:hover {
  border-radius: 12px;
  color: #120817;
  box-shadow: 0 0 0 10px transparent;
}
.checkout-page .checkout-submit:hover::before { width: 900px; height: 900px; opacity: 1; }
.checkout-page .checkout-submit:hover::after { transform: translate(5px, -50%); background: #120817; }
.checkout-page .checkout-submit:active { scale: .98; }

.checkout-assurances {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(216, 180, 254, .14);
}
.checkout-assurances > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}
.checkout-assurances i { color: #c084fc; font-size: 16px; text-align: center; }
.checkout-assurances span { display: grid; gap: 5px; }
.checkout-assurances strong { color: rgba(255, 255, 255, .86); font-size: 12px; }
.checkout-assurances small { color: rgba(226, 232, 240, .48); font-size: 10px; line-height: 1.4; }

@media (max-width: 560px) {
  .checkout-page .checkout-panel { padding: 18px; }
  .checkout-page .checkout-submit { width: 100%; }
  .checkout-assurances { grid-template-columns: 1fr; margin-top: 14px; }
}

/* Pricing tickets */
.ham-pricing .ham-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1100px;
  border: 0;
}
.ham-pricing .ham-plan {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 24px 22px 18px;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 254, .2);
  border-left: 3px solid #7c3aed;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(27, 15, 37, .96), rgba(10, 5, 15, .96));
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .2);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.ham-pricing .ham-plan:hover {
  padding: 24px 22px 18px;
  transform: translateY(-5px);
  border-color: rgba(232, 121, 249, .58);
  border-left-color: #f040df;
  background: linear-gradient(145deg, rgba(43, 20, 55, .98), rgba(14, 7, 20, .98));
}
.ham-pricing .ham-plan--featured {
  transform: none;
  border-color: rgba(240, 64, 223, .7);
  border-left-color: #f040df;
  background: linear-gradient(145deg, rgba(88, 28, 135, .48), rgba(25, 10, 35, .98) 68%);
}
.ham-pricing .ham-plan__title { font-size: 18px; font-weight: 750; }
.ham-pricing .ham-plan__price { display: flex; flex: 1; align-items: center; }
.ham-pricing .ham-plan__price strong { font-size: clamp(32px, 3.4vw, 46px); }
.ham-pricing .ham-plan__button {
  min-height: 42px;
  justify-content: space-between;
  padding: 0 15px;
  border: 0;
  border-top: 1px solid rgba(216, 180, 254, .2);
  border-radius: 0;
  background: transparent;
}
.ham-pricing .ham-plan__button::after {
  content: "→";
  color: #d8b4fe;
  font-size: 18px;
  transition: transform .2s ease;
}
.ham-pricing .ham-plan:hover .ham-plan__button::after { transform: translateX(4px); }
.ham-pricing .ham-plan__badge {
  top: 20px;
  right: 20px;
  height: auto;
  transform: none;
  color: #f0abfc;
  font-size: 9px;
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .ham-pricing .ham-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .ham-pricing .ham-plans { grid-template-columns: 1fr; }
  .ham-pricing .ham-plan,
  .ham-pricing .ham-plan:hover { min-height: 170px; display: flex; padding: 22px 20px 16px; }
  .ham-pricing .ham-plan__button { width: 100%; }
}

/* Trust metrics */
.ham-benefits {
  position: relative;
  padding: 72px 0 82px;
  text-align: center;
}

.ham-benefits::before {
  content: "Нам доверяют";
  display: block;
  margin-bottom: 38px;
  color: #fff;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 850;
  letter-spacing: -.04em;
}

.ham-benefits .ham-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0;
  border: 0;
  border-top: 1px solid rgba(216, 180, 254, .2);
  border-bottom: 1px solid rgba(216, 180, 254, .2);
}

.ham-benefits__grid .ham-benefit-card {
  display: block;
  min-height: 0;
  padding: 14px 30px;
  border: 0;
  border-right: 1px solid rgba(216, 180, 254, .16);
  background: transparent;
  text-align: center;
}

.ham-benefits__grid .ham-benefit-card:last-child { border-right: 0; }
.ham-benefits__grid .ham-benefit-card::before { content: none !important; }

.ham-benefits__grid .ham-benefit-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  background: linear-gradient(135deg, #fff 12%, #d8b4fe 58%, #f0abfc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ham-benefits__grid .ham-benefit-card p {
  margin: 0;
  color: rgba(242, 235, 255, .62);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px) {
  .ham-benefits .ham-benefits__grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .ham-benefits__grid .ham-benefit-card {
    padding: 28px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 180, 254, .16);
  }
  .ham-benefits__grid .ham-benefit-card:last-child { border-bottom: 0; }
}
