.preview-page {
  min-width: 320px;
  background: #07111a;
  color: #f6fbff;
}

.preview-page .preview-header {
  background: rgba(7, 17, 26, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.preview-page .preview-header .brand,
.preview-page .preview-header .nav-links a {
  color: #f7fbff;
}

.preview-page .preview-header .nav-links a:hover {
  color: #9df0c8;
}

.preview-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.preview-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 104px 0 54px;
  background: #07111a;
}

.preview-hero-picture,
.preview-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.preview-hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.08) contrast(1.02);
}

.preview-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 17, 26, 0.96) 0%, rgba(7, 17, 26, 0.83) 44%, rgba(7, 17, 26, 0.64) 100%),
    radial-gradient(circle at 82% 18%, rgba(37, 211, 102, 0.22), transparent 30%),
    radial-gradient(circle at 70% 78%, rgba(0, 136, 204, 0.2), transparent 34%);
}

.preview-hero-shell {
  position: relative;
  z-index: 1;
}

.preview-test-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(246, 251, 255, 0.76);
  font-size: 13px;
  line-height: 1.35;
}

.preview-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}

.preview-copy {
  min-width: 0;
}

.preview-app-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(157, 240, 200, 0.26);
  border-radius: 8px;
  background: rgba(6, 16, 24, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.preview-app-pill img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.preview-app-pill span,
.preview-app-pill strong {
  white-space: nowrap;
}

.preview-app-pill span {
  color: rgba(246, 251, 255, 0.82);
  font-weight: 700;
}

.preview-app-pill strong {
  padding: 6px 9px;
  border-radius: 8px;
  background: #dfffee;
  color: #062819;
  font-size: 14px;
}

.preview-copy h1 {
  max-width: 820px;
  margin: 22px 0 18px;
  color: #ffffff;
  font-size: clamp(44px, 5.9vw, 78px);
  line-height: 0.97;
  letter-spacing: 0;
}

.preview-lede {
  max-width: 680px;
  margin: 0;
  color: rgba(246, 251, 255, 0.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.preview-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.preview-primary-cta {
  min-height: 56px;
  padding-inline: 22px;
}

.preview-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbff;
  font-weight: 800;
  text-decoration: none;
}

.preview-filter-copy {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(246, 251, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.preview-service-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 28px;
}

.preview-service {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.preview-service-logo {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.preview-service-logo svg {
  width: 44px;
  height: 44px;
}

.preview-service strong,
.preview-service span {
  display: block;
}

.preview-service strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
}

.preview-service div > span {
  margin-top: 5px;
  color: rgba(246, 251, 255, 0.68);
  font-size: 14px;
  line-height: 1.35;
}

.preview-service-youtube .preview-service-logo {
  background: rgba(255, 0, 0, 0.16);
}

.preview-service-youtube rect {
  fill: #ff0033;
}

.preview-service-youtube path {
  fill: #ffffff;
}

.preview-service-telegram .preview-service-logo {
  background: rgba(34, 158, 217, 0.16);
}

.preview-service-telegram circle {
  fill: #229ed9;
}

.preview-service-telegram path {
  fill: #ffffff;
}

.preview-service-web .preview-service-logo {
  background: rgba(157, 240, 200, 0.16);
}

.preview-service-web circle,
.preview-service-web path,
.preview-service-chat path {
  fill: none;
  stroke: #9df0c8;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preview-service-chat .preview-service-logo {
  background: rgba(255, 190, 92, 0.16);
}

.preview-service-chat path {
  stroke: #ffbe5c;
}

.preview-visual {
  position: relative;
  min-width: 0;
}

.preview-phone {
  position: relative;
  width: min(420px, 100%);
  margin-left: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06)),
    rgba(7, 17, 26, 0.78);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.42);
}

.preview-phone::before {
  content: "";
  display: block;
  width: 76px;
  height: 6px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.preview-phone-top {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 0 4px 18px;
}

.preview-phone-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #37e08f;
  box-shadow: 0 0 0 6px rgba(55, 224, 143, 0.16);
}

.preview-phone-top strong {
  color: #ffffff;
}

.preview-phone-top small {
  color: rgba(246, 251, 255, 0.62);
}

.preview-phone-card {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.preview-phone-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  min-height: 116px;
}

.preview-phone-main img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.preview-phone-main span,
.preview-phone-main strong {
  display: block;
}

.preview-phone-main span {
  color: rgba(246, 251, 255, 0.62);
  font-size: 14px;
}

.preview-phone-main strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.05;
}

.preview-route {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.preview-route span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(246, 251, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.preview-route i {
  position: relative;
  height: 2px;
  background: rgba(157, 240, 200, 0.45);
}

.preview-route i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(157, 240, 200, 0.8);
  border-right: 2px solid rgba(157, 240, 200, 0.8);
  transform: translateY(-50%) rotate(45deg);
}

.preview-mini-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.preview-mini-services span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.preview-mini-services .youtube {
  background: rgba(255, 0, 51, 0.2);
}

.preview-mini-services .telegram {
  background: rgba(34, 158, 217, 0.22);
}

.preview-price-ticket {
  position: absolute;
  right: min(4vw, 28px);
  bottom: -28px;
  width: 176px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #f8fffb;
  color: #07111a;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.preview-price-ticket span,
.preview-price-ticket strong,
.preview-price-ticket small {
  display: block;
}

.preview-price-ticket span {
  color: #1d5c40;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.preview-price-ticket strong {
  margin-top: 4px;
  font-size: 38px;
  line-height: 1;
}

.preview-price-ticket small {
  margin-top: 6px;
  color: rgba(7, 17, 26, 0.7);
  font-weight: 800;
}

.preview-section {
  padding: 76px 0;
  background: #f6f8f4;
  color: #10211c;
}

.preview-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.preview-kicker {
  margin: 0 0 10px;
  color: #19714d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-section h2 {
  margin: 0;
  color: #0b1712;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.preview-section-head p:last-child,
.preview-checkout-copy p {
  margin: 14px 0 0;
  color: rgba(16, 33, 28, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.preview-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.preview-steps-grid article {
  min-height: 226px;
  padding: 24px;
  border: 1px solid rgba(16, 33, 28, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(20, 35, 31, 0.08);
}

.preview-steps-grid span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #0f261d;
  color: #a8ffd4;
  font-weight: 900;
}

.preview-steps-grid h3 {
  margin: 20px 0 10px;
  color: #0b1712;
  font-size: 22px;
}

.preview-steps-grid p {
  margin: 0;
  color: rgba(16, 33, 28, 0.68);
  line-height: 1.55;
}

.preview-checkout-section {
  background:
    linear-gradient(180deg, #f6f8f4, #eef5f0);
}

.preview-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.preview-checkout-copy {
  padding-top: 14px;
}

.preview-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.preview-includes span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(16, 33, 28, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: #10211c;
  font-weight: 900;
}

.preview-checkout-card {
  padding: 22px;
  border: 1px solid rgba(16, 33, 28, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(20, 35, 31, 0.12);
}

.preview-checkout-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.preview-checkout-card-head span {
  color: rgba(16, 33, 28, 0.66);
  font-weight: 900;
}

.preview-checkout-card-head strong {
  color: #0b1712;
  font-size: 34px;
  line-height: 1;
}

.preview-checkout-note {
  margin: 12px 0 0;
  color: rgba(16, 33, 28, 0.6);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .preview-page .preview-nav {
    display: none;
  }

  .preview-hero-grid,
  .preview-checkout-shell {
    grid-template-columns: 1fr;
  }

  .preview-visual {
    max-width: 560px;
  }

  .preview-phone {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .preview-shell {
    width: min(100% - 28px, 1180px);
  }

  .preview-hero {
    min-height: auto;
    padding: 88px 0 42px;
  }

  .preview-hero-picture img {
    object-position: 68% center;
  }

  .preview-hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 17, 26, 0.98) 0%, rgba(7, 17, 26, 0.9) 58%, rgba(7, 17, 26, 0.78) 100%),
      radial-gradient(circle at 70% 8%, rgba(34, 158, 217, 0.22), transparent 32%);
  }

  .preview-test-badge {
    font-size: 12px;
  }

  .preview-app-pill {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    width: 100%;
  }

  .preview-app-pill img {
    width: 44px;
    height: 44px;
    grid-row: span 2;
  }

  .preview-app-pill span,
  .preview-app-pill strong {
    white-space: normal;
  }

  .preview-app-pill strong {
    justify-self: start;
  }

  .preview-copy h1 {
    margin-top: 18px;
    font-size: clamp(36px, 12vw, 48px);
  }

  .preview-lede {
    font-size: 17px;
  }

  .preview-cta-row,
  .preview-primary-cta,
  .preview-secondary-cta {
    width: 100%;
  }

  .preview-primary-cta,
  .preview-secondary-cta {
    justify-content: center;
  }

  .preview-service-board,
  .preview-steps-grid {
    grid-template-columns: 1fr;
  }

  .preview-service {
    min-height: 82px;
  }

  .preview-phone {
    border-radius: 20px;
  }

  .preview-route {
    grid-template-columns: 1fr;
  }

  .preview-route i {
    width: 2px;
    height: 20px;
    justify-self: center;
  }

  .preview-route i::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .preview-price-ticket {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .preview-section {
    padding: 54px 0;
  }

  .preview-steps-grid article {
    min-height: auto;
  }

  .preview-checkout-card {
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .preview-page .preview-header .header-cta {
    display: none;
  }

  .preview-copy h1 {
    font-size: 34px;
  }

  .preview-mini-services {
    grid-template-columns: 1fr;
  }
}

.preview-main-page .preview-unlimited-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 9px;
  background: #07110d;
  border-bottom: 1px solid rgba(72, 230, 179, 0.18);
}

.preview-main-page .preview-unlimited-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(115deg, rgba(7, 17, 13, 0.98) 0%, rgba(8, 29, 22, 0.94) 45%, rgba(11, 26, 35, 0.92) 100%),
    linear-gradient(90deg, rgba(255, 0, 51, 0.14), transparent 24%, rgba(34, 158, 217, 0.13) 62%, rgba(214, 41, 118, 0.12) 100%);
}

.preview-main-page .preview-unlimited-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.54;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(125deg, transparent 0 42%, rgba(72, 230, 179, 0.2) 42.2%, transparent 42.8% 100%),
    linear-gradient(145deg, transparent 0 55%, rgba(34, 158, 217, 0.17) 55.2%, transparent 55.9% 100%);
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%;
  mask-image: linear-gradient(180deg, black 0%, black 74%, transparent 100%);
}

.preview-main-page .preview-unlimited-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(580px, 1fr) 112px;
  gap: 10px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.preview-main-page .preview-unlimited-heading {
  display: contents;
}

.preview-main-page .preview-unlimited-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  color: #9df0c8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-main-page .preview-unlimited-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2bd65f;
  box-shadow: 0 0 0 5px rgba(43, 214, 95, 0.13);
}

.preview-main-page .preview-unlimited-title {
  max-width: 520px;
  color: #ffffff;
  font-size: clamp(24px, 2.05vw, 30px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.preview-main-page .preview-unlimited-copy {
  display: none;
}

.preview-main-page .preview-unlimited-price {
  display: grid;
  grid-column: 3;
  grid-row: 1;
  min-width: 112px;
  min-height: 50px;
  align-content: center;
  padding: 7px 9px;
  border: 1px solid rgba(72, 230, 179, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.preview-main-page .preview-unlimited-price span,
.preview-main-page .preview-unlimited-price strong,
.preview-main-page .preview-unlimited-price small {
  display: block;
}

.preview-main-page .preview-unlimited-price span {
  color: #9df0c8;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.preview-main-page .preview-unlimited-price strong {
  margin-top: 3px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.preview-main-page .preview-unlimited-price small {
  display: none;
  margin-top: 5px;
  color: rgba(247, 251, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
}

.preview-main-page .preview-unlimited-apps {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.preview-main-page .preview-resource-card {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  align-content: center;
  min-height: 66px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(18px);
  text-align: left;
}

.preview-main-page .preview-resource-card::after {
  content: "";
  position: absolute;
  inset: auto 12px 0;
  height: 2px;
  border-radius: 999px 999px 0 0;
  opacity: 0.95;
}

.preview-main-page .preview-resource-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.preview-main-page .preview-resource-icon svg {
  width: 36px;
  height: 36px;
}

.preview-main-page .preview-resource-card strong {
  display: block;
}

.preview-main-page .preview-resource-card strong {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.preview-main-page .preview-resource-card div > span {
  display: none;
}

.preview-main-page .preview-resource-web strong {
  font-size: 10px;
  white-space: normal;
}

.preview-main-page .preview-resource-youtube .preview-resource-icon {
  background: #ff0033;
}

.preview-main-page .preview-resource-youtube path {
  fill: #ffffff;
}

.preview-main-page .preview-resource-youtube::after {
  background: #ff0033;
}

.preview-main-page .preview-resource-telegram .preview-resource-icon {
  background: #229ed9;
}

.preview-main-page .preview-resource-telegram path {
  fill: #ffffff;
}

.preview-main-page .preview-resource-telegram::after {
  background: #229ed9;
}

.preview-main-page .preview-resource-instagram .preview-resource-icon {
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 26%, #d62976 52%, #962fbf 74%, #4f5bd5 100%);
}

.preview-main-page .preview-resource-instagram path {
  fill: #ffffff;
}

.preview-main-page .preview-resource-instagram::after {
  background: linear-gradient(90deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.preview-main-page .preview-resource-social .preview-resource-icon {
  background: linear-gradient(135deg, #4b7bec 0%, #5b6df5 48%, #7a5cff 100%);
}

.preview-main-page .preview-resource-social circle {
  fill: #ffffff;
}

.preview-main-page .preview-resource-social path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preview-main-page .preview-resource-social::after {
  background: linear-gradient(90deg, #4b7bec, #7a5cff);
}

.preview-main-page .preview-resource-web .preview-resource-icon {
  background: #087b67;
}

.preview-main-page .preview-resource-web circle,
.preview-main-page .preview-resource-web path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preview-main-page .preview-resource-web::after {
  background: #9df0c8;
}

@media (max-width: 1040px) {
  .preview-main-page .preview-unlimited-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .preview-main-page .preview-unlimited-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  .preview-main-page .preview-unlimited-title {
    max-width: none;
  }

  .preview-main-page .preview-unlimited-price {
    grid-column: auto;
    grid-row: auto;
    width: 118px;
    min-height: auto;
  }

  .preview-main-page .preview-unlimited-apps {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .preview-main-page .preview-unlimited-band {
    padding: 74px 0 9px;
  }

  .preview-main-page .preview-unlimited-inner {
    width: min(100% - 28px, 1180px);
    gap: 9px;
  }

  .preview-main-page .preview-unlimited-heading {
    display: block;
  }

  .preview-main-page .preview-unlimited-title {
    font-size: clamp(25px, 7.3vw, 31px);
    line-height: 1;
  }

  .preview-main-page .preview-unlimited-copy {
    display: none;
  }

  .preview-main-page .preview-unlimited-price {
    display: none;
  }

  .preview-main-page .preview-unlimited-apps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .preview-main-page .preview-resource-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    min-height: 78px;
    padding: 7px 4px;
    text-align: center;
  }

  .preview-main-page .preview-resource-icon {
    width: 46px;
    height: 46px;
    border-radius: 11px;
  }

  .preview-main-page .preview-resource-icon svg {
    width: 33px;
    height: 33px;
  }

  .preview-main-page .preview-resource-card strong {
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .preview-main-page .preview-resource-card div > span {
    display: none;
  }

  .preview-main-page .preview-resource-web strong {
    font-size: 9.5px;
    white-space: normal;
  }
}

.preview-main-page .hero {
  min-height: auto;
  padding-top: 0;
}

.preview-main-page .hero-content {
  padding-top: 34px;
}

.preview-main-page .preview-unlimited-mobile {
  display: none;
}

@media (max-width: 760px) {
  .preview-main-page .hero-content {
    padding-top: 16px;
  }
}

@media (max-width: 760px) {
  .preview-main-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .preview-main-page .preview-unlimited-desktop {
    display: none;
  }

  .preview-main-page .preview-unlimited-mobile {
    display: block;
    padding: 88px 0 28px;
    border-top: 1px solid rgba(72, 230, 179, 0.16);
    border-bottom: 1px solid rgba(72, 230, 179, 0.14);
  }

  .preview-main-page .hero {
    padding-top: 8px;
  }

  .preview-main-page .hero-content {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .preview-main-page .hero-main {
    gap: 10px;
  }

  .preview-main-page .hero-happ-card-main {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 11px;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 14px;
  }

  .preview-main-page .hero-happ-card-main img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .preview-main-page .hero-happ-card h1 {
    font-size: clamp(29px, 8.8vw, 35px);
    line-height: 0.98;
  }

  .preview-main-page .hero-happ-card p {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(247, 251, 255, 0.76);
    font-size: 12.5px;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .preview-main-page .hero-offer {
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 14px;
  }

  .preview-main-page .offer-label {
    min-height: 24px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .preview-main-page .offer-price-row {
    gap: 8px;
    margin-top: 7px;
  }

  .preview-main-page .old-price {
    font-size: 20px;
  }

  .preview-main-page .offer-price-row strong {
    font-size: clamp(40px, 12vw, 46px);
  }

  .preview-main-page .offer-price-row > span:last-child {
    font-size: 14px;
  }

  .preview-main-page .hero-offer p {
    margin-top: 6px;
    font-size: 12.5px;
    line-height: 1.32;
  }

  .preview-main-page .offer-trust {
    display: flex;
    gap: 6px;
    margin-top: 8px;
  }

  .preview-main-page .offer-trust span {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .preview-main-page .hero-fast-card {
    gap: 9px;
    padding: 12px;
    border-radius: 16px;
  }

  .preview-main-page .hero-fast-head {
    display: none;
  }

  .preview-main-page .hero-fast-card .site-form-label {
    font-size: 13px;
  }

  .preview-main-page .hero-fast-card input[type="email"] {
    min-height: 50px;
    border-radius: 13px;
  }

  .preview-main-page .hero-fast-consent {
    min-height: 44px;
    align-items: center;
    font-size: 12px;
  }

  .preview-main-page .hero-fast-consent input {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .preview-main-page .hero-fast-buy {
    min-height: 52px;
    font-size: 15px;
  }

  .preview-main-page .hero-fast-status {
    min-height: 16px;
    font-size: 12px;
  }

  .preview-main-page .hero-fast-note,
  .preview-main-page .hero-stats {
    display: none;
  }

  .preview-main-page .preview-unlimited-mobile .preview-unlimited-inner {
    width: min(100% - 28px, 1180px);
    gap: 10px;
  }

  .preview-main-page .preview-unlimited-mobile .preview-unlimited-heading {
    display: grid;
    gap: 4px;
  }

  .preview-main-page .preview-unlimited-mobile .preview-unlimited-kicker {
    margin-bottom: 0;
    font-size: 10px;
  }

  .preview-main-page .preview-unlimited-mobile .preview-unlimited-title {
    max-width: 330px;
    font-size: clamp(21px, 6.2vw, 25px);
    line-height: 1.04;
  }

  .preview-main-page .preview-unlimited-mobile .preview-unlimited-apps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .preview-main-page .preview-unlimited-mobile .preview-resource-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    min-height: 74px;
    padding: 7px 4px;
    text-align: center;
  }

  .preview-main-page .preview-unlimited-mobile .preview-resource-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .preview-main-page .preview-unlimited-mobile .preview-resource-icon svg {
    width: 30px;
    height: 30px;
  }

  .preview-main-page .preview-unlimited-mobile .preview-resource-card strong {
    font-size: 10px;
    line-height: 1;
  }

  .preview-main-page .mobile-sticky-home.is-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translateY(18px);
  }
}

@media (max-width: 380px) {
  .preview-main-page .hero-content {
    width: calc(100% - 24px);
  }

  .preview-main-page .hero-happ-card h1 {
    font-size: 29px;
  }

  .preview-main-page .offer-trust span:last-child {
    display: none;
  }
}

/* Production quick checkout: balanced hero and 30/60/90-day selector. */
.preview-main-page #quick-checkout {
  scroll-margin-top: 96px;
}

.preview-main-page .hero-copy-column {
  display: grid;
  gap: 18px;
}

.preview-main-page .hero-copy-column > .hero-happ-card-main,
.preview-main-page .hero-copy-column > .hero-offer {
  width: 100%;
  max-width: none;
  margin: 0;
}

.preview-main-page .hero-guide-promise {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(125, 255, 169, .34);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(20, 174, 113, .2), rgba(39, 119, 222, .14));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.preview-main-page .hero-guide-promise-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: #7dffa9;
  color: #073522;
  font-size: 16px;
  font-weight: 950;
}

.preview-main-page .hero-guide-promise strong,
.preview-main-page .hero-guide-promise small { display: block; }
.preview-main-page .hero-guide-promise strong { color: #fff; font-size: 12px; line-height: 1.3; }
.preview-main-page .hero-guide-promise small { margin-top: 2px; color: rgba(247, 251, 255, .72); font-size: 10.5px; line-height: 1.35; }

.preview-main-page .hero-period-label {
  margin: 2px 0 -3px;
  color: rgba(247, 251, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
}

.preview-main-page .hero-periods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.preview-main-page .hero-period {
  position: relative;
  min-width: 0;
  min-height: 112px;
  padding: 12px 9px;
  border: 1px solid rgba(223, 255, 238, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: 0.18s ease;
}

.preview-main-page .hero-period:hover {
  border-color: rgba(65, 236, 125, 0.62);
  transform: translateY(-1px);
}

.preview-main-page .hero-period.is-active {
  border-color: #41ec7d;
  background: rgba(43, 214, 95, 0.14);
  box-shadow: inset 0 0 0 1px #41ec7d;
}

.preview-main-page .hero-period.is-active::after {
  content: "✓";
  position: absolute;
  right: 7px;
  top: 7px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #41ec7d;
  color: #042014;
  font-size: 10px;
  font-weight: 950;
}

.preview-main-page .hero-period:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.preview-main-page .hero-period strong {
  display: block;
  padding-right: 16px;
  font-size: 13px;
  line-height: 1.2;
}

.preview-main-page .hero-period b {
  display: block;
  margin-top: 8px;
  color: #67ff9b;
  font-size: 18px;
  line-height: 1;
}

.preview-main-page .hero-period small {
  display: block;
  margin-top: 5px;
  color: rgba(247, 251, 255, 0.58);
  font-size: 9px;
  line-height: 1.25;
}

.preview-main-page .hero-period em {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(43, 214, 95, 0.17);
  color: #85ffb0;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.preview-main-page .hero-period-price-note {
  min-height: 17px;
  margin: -3px 0 0;
  color: rgba(247, 251, 255, 0.58);
  font-size: 10px;
  font-weight: 760;
  text-align: right;
}

.preview-main-page .hero-period-price-note strong {
  color: #7dffa9;
}

@media (min-width: 981px) {
  .preview-main-page .hero-main {
    align-items: stretch;
  }

  .preview-main-page .hero-copy-column {
    grid-template-rows: minmax(min-content, 0.92fr) minmax(min-content, 1.08fr);
    align-self: stretch;
  }

  .preview-main-page .hero-happ-card-main,
  .preview-main-page .hero-offer {
    border-radius: 22px;
  }

  .preview-main-page .hero-happ-card-main {
    --production-happ-icon: clamp(88px, 8vw, 104px);
    grid-template-columns: var(--production-happ-icon) minmax(0, 1fr);
    align-content: center;
    padding: clamp(22px, 2.1vw, 30px);
  }

  .preview-main-page .hero-happ-card-main img {
    width: var(--production-happ-icon);
    height: var(--production-happ-icon);
    border-radius: 24px;
  }

  .preview-main-page .hero-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(22px, 2.1vw, 30px);
  }

  .preview-main-page .hero-offer .offer-label {
    align-self: flex-start;
  }
}

@media (max-width: 760px) {
  .preview-main-page .hero-copy-column {
    gap: 14px;
  }

  .preview-main-page .hero-happ-card p {
    -webkit-line-clamp: 4;
  }

  .preview-main-page .hero-guide-promise {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 8px;
    margin-top: 8px;
    padding: 8px 9px;
  }

  .preview-main-page .hero-guide-promise-icon { width: 27px; height: 27px; border-radius: 9px; font-size: 14px; }
  .preview-main-page .hero-guide-promise strong { font-size: 11px; }
  .preview-main-page .hero-guide-promise small { font-size: 9.5px; }

  .preview-main-page .hero-period {
    min-height: 108px;
    padding: 11px 7px;
    text-align: center;
  }

  .preview-main-page .hero-period strong {
    padding-right: 0;
    font-size: 11px;
  }

  .preview-main-page .hero-period b {
    font-size: 16px;
  }

  .preview-main-page .hero-period em {
    padding: 4px;
    font-size: 7px;
  }
}

@media (max-width: 390px) {
  .preview-main-page .hero-periods {
    gap: 5px;
  }

  .preview-main-page .hero-period {
    min-height: 106px;
    padding: 10px 4px;
  }

  .preview-main-page .hero-period.is-active::after {
    right: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    font-size: 8px;
  }

  .preview-main-page .hero-period strong {
    font-size: 10px;
  }

  .preview-main-page .hero-period b {
    font-size: 14px;
  }

  .preview-main-page .hero-period small {
    font-size: 8px;
  }

  .preview-main-page .hero-period em {
    width: 100%;
    justify-content: center;
    padding: 4px 2px;
  }
}

/* Keep the full platform promise visible even on 320 px screens. */
@media (max-width: 380px) {
  .preview-main-page .offer-trust span:last-child {
    display: inline-flex;
  }
}
