/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Spark/assets/styles/pass.scss ***!
  \****************************************************************************************************************************/
@charset "UTF-8";
@keyframes heroDriftA {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(-26px);
  }
}
@keyframes heroDriftB {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(24px);
  }
}
@keyframes heroSweep {
  0% {
    left: -55%;
  }
  55% {
    left: 135%;
  }
  100% {
    left: 135%;
  }
}
@keyframes heroRise {
  to {
    opacity: 1;
    transform: none;
  }
}
.pass-page {
  --orange:#FF6B35;
  --orange-dark:#E85D2A;
  --orange-light:#FF8F65;
  --orange-50:rgba(255,107,53,.05);
  --orange-100:rgba(255,107,53,.1);
  --orange-glow:rgba(255,107,53,.15);
  --accent:#F59E0B;
  --accent-dark:#D97706;
  --accent-light:#FBBF24;
  --navy:#0F172A;
  --slate-900:#1E293B;
  --slate-700:#334155;
  --slate-500:#64748B;
  --slate-400:#94A3B8;
  --slate-300:#CBD5E1;
  --slate-200:#E2E8F0;
  --slate-100:#F1F5F9;
  --slate-50:#F8FAFC;
  --white:#FFFFFF;
  --page-bg:#F5F5F7;
  --f-display:'Fraunces',serif;
  --f-serif:'DM Serif Display',Georgia,serif;
  --f-body:'DM Sans',system-ui,sans-serif;
  --f-mono:'DM Mono',monospace;
  --max-w:1200px;
  --r:14px;
  --r-sm:8px;
  --r-full:100px;
  font-family: var(--f-body);
  color: var(--navy);
  background: var(--page-bg);
  line-height: 1.6;
  overflow-x: hidden;
  /* ===== HERO ===== */
}
.pass-page .hero-section {
  padding: 26px 0 0;
}
.pass-page .hero-wrap {
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 48px;
}
.pass-page .hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #0A0A0D;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 32px;
  isolation: isolate;
  --mx:50%;
  --my:30%;
}
.pass-page .hero-atmo {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.pass-page .hero-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(110px);
}
.pass-page .hero-glow-warm {
  width: 560px;
  height: 420px;
  left: 50%;
  bottom: -160px;
  transform: translateX(-50%);
  background: rgba(255, 107, 53, 0.3);
  opacity: 0.9;
  animation: heroDriftA 16s ease-in-out infinite alternate;
}
.pass-page .hero-glow-amber {
  width: 380px;
  height: 380px;
  left: -100px;
  top: -120px;
  background: rgba(245, 158, 11, 0.2);
  animation: heroDriftB 19s ease-in-out infinite alternate;
}
.pass-page .hero-glow-violet {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -80px;
  background: rgba(139, 92, 246, 0.18);
  animation: heroDriftB 22s ease-in-out infinite alternate-reverse;
}
.pass-page .hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(120% 90% at 50% 8%, rgba(255, 255, 255, 0.05), transparent 55%), radial-gradient(100% 100% at 50% 120%, rgba(0, 0, 0, 0.55), transparent 60%);
}
.pass-page .hero-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.pass-page .hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(125% 85% at 50% -5%, #000 32%, transparent 76%);
  mask-image: radial-gradient(125% 85% at 50% -5%, #000 32%, transparent 76%);
}
.pass-page .hero-spotlight {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  background: radial-gradient(460px circle at var(--mx) var(--my), rgba(255, 150, 92, 0.17), rgba(255, 107, 53, 0.05) 42%, transparent 70%);
}
.pass-page .hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27120%27 height=%27120%27%3E%3Cfilter id=%27hn%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.85%27 numOctaves=%272%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23hn%29%27/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
.pass-page .hero-sweep {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 20px;
}
.pass-page .hero-sweep::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -55%;
  width: 46%;
  height: 220%;
  transform: rotate(8deg);
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, 0.04) 46%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 54%, transparent 68%);
  animation: heroSweep 11s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 2.5s;
}
.pass-page .hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  text-align: center;
}
.pass-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-light);
  margin-bottom: 26px;
}
.pass-page .hero-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange));
}
.pass-page .hero-eyebrow::after {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
}
.pass-page .hero-title {
  font-family: var(--f-display);
  font-weight: 600;
  color: #fff;
  font-size: clamp(30px, 5.2vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  margin-bottom: 22px;
  text-wrap: balance;
  text-shadow: 0 0 42px rgba(255, 140, 80, 0.18);
}
.pass-page .hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--orange-light);
}
.pass-page .hero-sub {
  font-family: var(--f-body);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.6);
  max-width: 620px;
  margin: 0 auto 34px;
}
.pass-page .hero-sub b {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.pass-page .hero-cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.pass-page .cta-primary {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 42px;
  border-radius: var(--r-full);
  border: none;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.32);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.pass-page .cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 107, 53, 0.42);
}
.pass-page .cta-primary:focus-visible {
  outline: 2px solid var(--orange-light);
  outline-offset: 3px;
}
.pass-page .cta-micro {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.32);
}
.pass-page .hero-content > * {
  opacity: 0;
  transform: translateY(14px);
  animation: heroRise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.pass-page .hero-content > *:nth-child(1) {
  animation-delay: 0.05s;
}
.pass-page .hero-content > *:nth-child(2) {
  animation-delay: 0.15s;
}
.pass-page .hero-content > *:nth-child(3) {
  animation-delay: 0.27s;
}
.pass-page .hero-content > *:nth-child(4) {
  animation-delay: 0.38s;
}
.pass-page .hero-content > *:nth-child(5) {
  animation-delay: 0.48s;
}
.pass-page .hero-content > *:nth-child(6) {
  animation-delay: 0.56s;
}
.pass-page {
  /* ===== SECTIONS ===== */
}
.pass-page .section {
  padding: 88px 0;
}
.pass-page .section-head {
  max-width: 640px;
  margin: 0 auto 52px;
  text-align: center;
}
.pass-page .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-dark);
  margin-bottom: 16px;
}
.pass-page .kicker::before, .pass-page .kicker::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--orange);
}
.pass-page .kicker::before {
  background: linear-gradient(90deg, transparent, var(--orange));
}
.pass-page .kicker::after {
  background: linear-gradient(90deg, var(--orange), transparent);
}
.pass-page .section-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--navy);
  text-wrap: balance;
}
.pass-page .section-sub {
  font-size: 16px;
  color: var(--slate-500);
  margin-top: 14px;
  line-height: 1.65;
}
.pass-page {
  /* появление секций на скролле (пары к inline-IIFE волта) */
}
.pass-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.pass-page .reveal.in {
  opacity: 1;
  transform: none;
}
.pass-page .cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 46px;
}
.pass-page .cta-inline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 28px;
}
.pass-page .micro-lt {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 0.02em;
  color: var(--slate-400);
}
.pass-page {
  /* ===== RECEIPT ===== */
}
.pass-page .math-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto;
}
.pass-page .receipt {
  background: #FFFDF8;
  border: 1px solid var(--slate-200);
  border-radius: 6px;
  padding: 34px 34px 28px;
  font-family: var(--f-mono);
  color: var(--slate-900);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1), 0 2px 8px rgba(15, 23, 42, 0.05);
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.pass-page .receipt::before, .pass-page .receipt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background-image: radial-gradient(circle at 6px -2px, transparent 6px, #FFFDF8 6.5px);
  background-size: 14px 8px;
  background-repeat: repeat-x;
}
.pass-page .receipt::before {
  top: -7px;
  transform: rotate(180deg);
}
.pass-page .receipt::after {
  bottom: -7px;
}
.pass-page .receipt .r-head {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 6px;
}
.pass-page .receipt .r-title {
  text-align: center;
  font-family: var(--f-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 20px;
}
.pass-page .receipt .r-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  padding: 7px 0;
  color: var(--slate-700);
}
.pass-page .receipt .r-line .dots {
  flex: 1;
  margin: 0 8px;
  border-bottom: 1.5px dotted var(--slate-300);
  transform: translateY(-3px);
}
.pass-page .receipt .r-line b {
  font-weight: 500;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.pass-page .receipt .r-sep {
  border: none;
  border-top: 1.5px dashed var(--slate-300);
  margin: 12px 0;
}
.pass-page .receipt .r-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0 2px;
}
.pass-page .receipt .r-total .t-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.pass-page .receipt .r-total .t-value {
  font-family: var(--f-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--orange-dark);
  font-variant-numeric: tabular-nums;
}
.pass-page .receipt .r-total .t-value small {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 400;
  color: var(--slate-500);
}
.pass-page .receipt .r-note {
  margin-top: 14px;
  text-align: center;
  font-size: 11px;
  line-height: 1.7;
  color: var(--slate-500);
}
.pass-page .math-copy h3 {
  font-family: var(--f-display);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 18px;
  text-wrap: balance;
}
.pass-page .math-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--slate-700);
  margin-bottom: 16px;
}
.pass-page .math-copy .plain {
  border-left: 3px solid var(--orange);
  padding: 4px 0 4px 18px;
  color: var(--navy);
  font-weight: 500;
}
.pass-page .math-copy .plain em {
  font-family: var(--f-serif);
  font-style: italic;
}
.pass-page {
  /* ===== HOW IT WORKS ===== */
}
.pass-page .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1020px;
  margin: 0 auto;
}
.pass-page .step {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--r);
  padding: 30px 28px;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
}
.pass-page .step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}
.pass-page .step .s-num {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--orange-dark);
  margin-bottom: 14px;
  display: block;
}
.pass-page .step h4 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.pass-page .step p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate-500);
}
.pass-page .step p b {
  color: var(--slate-700);
  font-weight: 600;
}
.pass-page .steps-note {
  max-width: 1020px;
  margin: 22px auto 0;
  text-align: center;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--slate-500);
}
.pass-page {
  /* ===== WHAT'S INSIDE ===== */
}
.pass-page .inside {
  background: #fff;
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}
.pass-page .cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1020px;
  margin: 0 auto;
}
.pass-page .cat-card {
  border: 1px solid var(--slate-200);
  border-radius: var(--r);
  padding: 22px 20px;
  background: var(--slate-50);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.pass-page .cat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--g1), var(--g2));
  opacity: 0.9;
}
.pass-page .cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: var(--slate-300);
}
.pass-page .cat-card h5 {
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
  color: var(--navy);
}
.pass-page .cat-card span {
  font-family: var(--f-mono);
  font-size: 11.5px;
  color: var(--slate-500);
}
.pass-page .inside-foot {
  max-width: 1020px;
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px 28px;
  flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--slate-500);
}
.pass-page .inside-foot b {
  color: var(--orange-dark);
  font-weight: 500;
}
.pass-page {
  /* ===== PRODUCT EXAMPLES ===== */
}
.pass-page .prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}
.pass-page .prod-card {
  background: #fff;
  border-radius: 22px;
  padding: 12px 12px 22px;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
}
.pass-page .prod-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.13);
}
.pass-page .pcover {
  position: relative;
  aspect-ratio: 1/1;
  min-height: 240px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--c1), var(--c2));
  display: flex;
  align-items: center;
}
.pass-page .pcover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 18% 0%, rgba(255, 255, 255, 0.26), transparent 55%), radial-gradient(130% 120% at 90% 115%, rgba(0, 0, 0, 0.16), transparent 60%);
}
.pass-page .pcover::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27120%27 height=%27120%27%3E%3Cfilter id=%27hn%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.85%27 numOctaves=%272%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23hn%29%27/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
.pass-page .pcover .ptype {
  position: relative;
  z-index: 1;
  padding: 0 22px;
  width: 100%;
}
.pass-page .pcover .pbig {
  display: block;
  font-family: var(--f-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: 0.005em;
  color: var(--ink);
}
.pass-page .pcover .pscript {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 23px;
  line-height: 1.2;
  color: var(--acc);
  display: block;
  text-align: right;
  margin-top: 7px;
  padding-right: 8px;
}
.pass-page .pcover .pill {
  position: absolute;
  z-index: 2;
  border-radius: var(--r-full);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pass-page .pcover .pill-pass {
  top: 12px;
  right: 12px;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  padding: 5px 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
}
.pass-page .pcover .pill-fmt {
  bottom: 12px;
  left: 12px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(10, 10, 13, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 4px 11px;
}
.pass-page .prod-body {
  padding: 16px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.pass-page .prod-cat {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}
.pass-page .prod-name {
  font-family: var(--f-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.25;
  color: var(--navy);
}
.pass-page .prod-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--slate-500);
}
.pass-page .prod-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 16px;
}
.pass-page .prod-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.pass-page .prod-price .now {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.pass-page .prod-price .old {
  font-size: 14px;
  color: var(--slate-400);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}
.pass-page .prod-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: var(--orange);
  padding: 12px 20px;
  border-radius: var(--r-full);
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.28);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s, background 0.3s;
  white-space: nowrap;
}
.pass-page .prod-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}
.pass-page .prod-cta:focus-visible {
  outline: 2px solid var(--orange-light);
  outline-offset: 2px;
}
.pass-page .prod-cta svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  flex-shrink: 0;
}
.pass-page {
  /* ===== PERKS ===== */
}
.pass-page .perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1020px;
  margin: 0 auto;
}
.pass-page .perk {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--r);
  padding: 28px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
}
.pass-page .perk:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}
.pass-page .perk .p-ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange-50), var(--orange-100));
  border: 1px solid rgba(255, 107, 53, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.pass-page .perk .p-ic svg {
  width: 19px;
  height: 19px;
  stroke: var(--orange-dark);
}
.pass-page .perk h4 {
  font-family: var(--f-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.pass-page .perk p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate-500);
}
.pass-page {
  /* ===== COMPARE ===== */
}
.pass-page .compare-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--r);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.pass-page .compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.pass-page .compare th, .pass-page .compare td {
  padding: 16px 22px;
  text-align: left;
  border-top: 1px solid var(--slate-200);
}
.pass-page .compare thead th {
  border-top: none;
  background: var(--slate-50);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-500);
  font-weight: 500;
}
.pass-page .compare thead th.hl {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(245, 158, 11, 0.08));
  color: var(--orange-dark);
}
.pass-page .compare td:first-child {
  color: var(--slate-500);
  font-size: 13.5px;
  width: 38%;
}
.pass-page .compare td {
  color: var(--slate-700);
  font-variant-numeric: tabular-nums;
}
.pass-page .compare td.hl {
  background: rgba(255, 107, 53, 0.045);
  font-weight: 600;
  color: var(--navy);
}
.pass-page .compare-note {
  max-width: 860px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--slate-500);
}
.pass-page {
  /* ===== FAQ ===== */
}
.pass-page .faq {
  max-width: 760px;
  margin: 0 auto;
}
.pass-page .faq-item {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--r);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.4s;
}
.pass-page .faq-item.open {
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}
.pass-page .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--navy);
  font-family: var(--f-body);
}
.pass-page .faq-q:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: -2px;
  border-radius: var(--r);
}
.pass-page .faq-q .chev {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
}
.pass-page .faq-q .chev svg {
  width: 10px;
  height: 10px;
  stroke: var(--slate-500);
}
.pass-page .faq-item.open .faq-q .chev {
  transform: rotate(180deg);
  background: var(--orange-100);
}
.pass-page .faq-item.open .faq-q .chev svg {
  stroke: var(--orange-dark);
}
.pass-page .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.pass-page .faq-a-inner {
  padding: 0 24px 22px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--slate-500);
}
.pass-page .faq-a-inner b {
  color: var(--slate-700);
  font-weight: 600;
}
.pass-page {
  /* ===== FINAL CTA ===== */
}
.pass-page .final-section {
  padding: 26px 0 96px;
}
.pass-page .final-panel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #0A0A0D;
  padding: 80px 32px;
  text-align: center;
  isolation: isolate;
}
.pass-page .final-panel .hero-glow-warm {
  bottom: -200px;
}
.pass-page .final-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.pass-page .final-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}
.pass-page .final-inner .price-line {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.pass-page .final-inner .price-line b {
  color: var(--orange-light);
  font-weight: 500;
}
.pass-page .final-inner h2 {
  font-family: var(--f-display);
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.022em;
  line-height: 1.08;
  margin-bottom: 26px;
  text-wrap: balance;
  text-shadow: 0 0 42px rgba(255, 140, 80, 0.18);
}
.pass-page .final-inner h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--orange-light);
}
.pass-page .final-inner .founding {
  margin-top: 30px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.pass-page .final-inner .founding b {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.pass-page {
  /* ===== АДАПТИВ ===== */
}
@media (max-width: 980px) {
  .pass-page .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pass-page .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 880px) {
  .pass-page .math-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pass-page .steps {
    grid-template-columns: 1fr;
  }
  .pass-page .perks {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pass-page .hero-wrap {
    padding: 0 16px;
  }
  .pass-page .hero-panel {
    min-height: 0;
    padding: 60px 22px;
  }
  .pass-page .hero-glow-amber, .pass-page .hero-glow-violet {
    display: none;
  }
  .pass-page .section {
    padding: 64px 0;
  }
  .pass-page .cta-primary {
    width: 100%;
    max-width: 340px;
  }
  .pass-page .final-panel {
    padding: 60px 22px;
  }
  .pass-page .final-inner .price-line {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 640px) {
  .pass-page .prod-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .pass-page .compare th, .pass-page .compare td {
    padding: 13px 14px;
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .pass-page .cat-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .pass-page .compare th, .pass-page .compare td {
    padding: 11px 10px;
    font-size: 12px;
  }
  .pass-page .compare td:first-child {
    width: 34%;
  }
}
@media (max-width: 420px) {
  .pass-page .receipt {
    padding: 28px 20px 24px;
  }
  .pass-page .receipt .r-line {
    font-size: 12px;
  }
  .pass-page .receipt .r-title {
    font-size: 17px;
  }
  .pass-page .pcover .pbig {
    font-size: 24px;
  }
  .pass-page .pcover .pscript {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pass-page .hero-glow {
    animation: none !important;
  }
  .pass-page .hero-sweep::after {
    animation: none;
    opacity: 0;
  }
  .pass-page .hero-content > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .pass-page .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== SUCCESS PAGE ===== */
.success {
  --orange:#FF6B35;
  --orange-dark:#E85D2A;
  --orange-100:rgba(255,107,53,.1);
  --orange-glow:rgba(255,107,53,.15);
  --navy:#0F172A;
  --slate-700:#334155;
  --slate-500:#64748B;
  --slate-300:#CBD5E1;
  --slate-200:#E2E8F0;
  --slate-100:#F1F5F9;
  --slate-50:#F8FAFC;
  --green:#10B981;
  --green-100:rgba(16,185,129,.1);
  --red:#EF4444;
  --r:14px;
  --r-input:10px;
  --r-full:100px;
  --shadow:0 1px 3px rgba(15,23,42,.06),0 8px 24px rgba(15,23,42,.05);
  --f-display:'Fraunces',serif;
  --f-body:'DM Sans',system-ui,sans-serif;
  --f-mono:'DM Mono',monospace;
  font-family: var(--f-body);
  color: var(--navy);
}

.success.wrap {
  padding: 26px 0 40px;
}

/* Скрываем всё, что не в текущем режиме; видимые элементы сохраняют родной display */
/* Hero band — паттерн seller/category страниц */
/* Анимация: лого → бейдж успеха */
.sv-logo-badge {
  position: relative;
  width: 88px;
  height: 80px;
  margin: 0 auto 14px;
}

.sv-logo-badge svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Линия-маска: рисует логотип одним непрерывным штрихом (длина пути 143) */
.sv-logo-badge .sv-line {
  stroke-dasharray: 143;
  stroke-dashoffset: 143;
  animation: svDraw 1.2s 0.05s cubic-bezier(0.33, 0.05, 0.2, 1) forwards;
}

@keyframes svDraw {
  to {
    stroke-dashoffset: 0;
  }
}
/* Точка: поп → пауза → разрастание в бейдж на весь логотип.
   Финальный центр смещается вниз на 2.09 (в геометрический центр лого) */
.sv-logo-badge .sv-dot {
  transform-origin: 16.7454px 12.5823px;
  animation: svDotStory 1.25s 1.1s both;
}

@keyframes svDotStory {
  0% {
    transform: scale(0.4);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  22% {
    transform: scale(1);
    opacity: 1;
    animation-timing-function: linear;
  }
  50% {
    transform: scale(1);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.22, 1.18, 0.36, 1);
  }
  100% {
    transform: translate(0, 2.09px) scale(5);
    opacity: 1;
  }
}
/* Большая белая галочка: прорисовывается в бейдже (длина пути 17.3) */
.sv-logo-badge .sv-check {
  stroke-dasharray: 17.5;
  stroke-dashoffset: 17.5;
  animation: svCheckDraw 0.35s 2.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes svCheckDraw {
  to {
    stroke-dashoffset: 0;
  }
}
/* Синие линии растворяются в момент разрастания круга (старт роста ≈1.73s) */
.sv-logo-badge .sv-logo {
  animation: svLogoFade 0.45s 1.75s ease-out forwards;
}

@keyframes svLogoFade {
  to {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sv-logo-badge .sv-line {
    animation: none;
    stroke-dashoffset: 0;
  }
  .sv-logo-badge .sv-dot {
    animation: none;
    opacity: 1;
    transform: translate(0, 2.09px) scale(5);
  }
  .sv-logo-badge .sv-check {
    animation: none;
    stroke-dashoffset: 0;
  }
  .sv-logo-badge .sv-logo {
    animation: none;
    opacity: 0;
  }
}
.success-band {
  background: linear-gradient(180deg, var(--navy) 0%, #1E293B 100%);
  padding: 44px 24px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.success-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(255, 107, 53, 0.08), transparent 70%);
  pointer-events: none;
}

.success-band-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.success-band h1 {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 10px;
  text-wrap: balance;
}

.success-sub {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 520px;
}

.success-sub b {
  color: #fff;
}

.success-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.success-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: var(--r-full);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.success-chip svg {
  width: 13px;
  height: 13px;
  color: var(--orange);
}

.success-chip .mono {
  font-family: var(--f-mono);
  font-weight: 500;
  color: #fff;
}

/* Bundle: плюс между пассом и товаром */
.bundle-plus {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}

.bundle-plus::before, .bundle-plus::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--slate-100);
}

.bundle-plus span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange-100);
  color: #C2410C;
}

.bundle-plus span svg {
  width: 12px;
  height: 12px;
  display: block;
}

/* Grid */
.success-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}

/* Cards */
.scard {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 24px;
  margin-bottom: 20px;
}

.scard:last-child {
  margin-bottom: 0;
}

.scard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.scard-title {
  font-family: var(--f-display);
  font-size: 19px;
  font-weight: 700;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: var(--r-full);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.status-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.status-chip--paid {
  background: var(--green-100);
  color: #0A7350;
}

.status-chip--trial {
  background: var(--orange-100);
  color: #C2410C;
}

/* Product row */
.srow {
  display: flex;
  gap: 14px;
  align-items: center;
}

.srow-thumb {
  width: 64px;
  height: 64px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid var(--slate-200);
  flex-shrink: 0;
}

.srow-thumb--pass {
  background: linear-gradient(135deg, #0F172A, #1E293B);
  display: flex;
  align-items: center;
  justify-content: center;
}

.srow-thumb--pass svg {
  width: 34px;
  height: 34px;
}

.srow-info {
  flex: 1;
  min-width: 0;
}

.srow-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.srow-sub {
  font-size: 12.5px;
  color: var(--slate-500);
  margin-top: 3px;
}

.srow-price {
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}

.srow-price-free {
  color: #0B815A;
}

.srow-price small {
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--slate-500);
  text-align: right;
}

/* Business Pass — пропуск */
.bpass {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #0F172A, #1E293B);
  color: #fff;
}

.bpass-top {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 18px 15px;
}

.bpass-mark {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.bpass-id {
  flex: 1;
  min-width: 0;
}

.bpass-name {
  font-family: var(--f-display);
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bpass-owner {
  font-family: var(--f-mono);
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bpass-price {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 800;
  text-align: right;
  line-height: 1.1;
}

.bpass-price small {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.bpass-perf {
  position: relative;
  border-top: 2px dashed rgba(255, 255, 255, 0.22);
}

.bpass-perf::before, .bpass-perf::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

.bpass-perf::before {
  left: -8px;
}

.bpass-perf::after {
  right: -8px;
}

.bpass-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding: 13px 18px 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.bpass-bottom b {
  color: #fff;
  font-weight: 700;
}

.bpass-brand {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  opacity: 0.92;
}

.bpass-brand svg {
  width: 39px;
  height: 15px;
  display: block;
}

/* Detail rows */
.sdetails {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--slate-100);
}

.sdetail {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 0;
  font-size: 13.5px;
}

.sdetail span:first-child {
  color: var(--slate-500);
}

.sdetail span:last-child {
  font-weight: 600;
  text-align: right;
}

.sdetail--total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--slate-100);
  font-size: 15px;
}

.sdetail--total span:first-child {
  color: var(--navy);
  font-weight: 700;
}

.sdetail--total span:last-child {
  font-weight: 800;
}

.sdetail .green {
  color: #0B815A !important;
}

/* Buttons */
.sbtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.sbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 20px;
  border-radius: var(--r-input);
  font-family: var(--f-body);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
  line-height: 1.4;
}

.sbtn svg {
  width: 15px;
  height: 15px;
}

.sbtn--primary {
  background: var(--orange);
  color: #fff;
}

.sbtn--primary:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px var(--orange-glow);
}

.sbtn--ghost {
  background: #fff;
  color: var(--navy);
  border-color: var(--slate-200);
}

.sbtn--ghost:hover {
  border-color: var(--slate-300);
  background: var(--slate-50);
}

.sbtn--wide {
  width: 100%;
}

/* Пасс как первый айтем заказа (bundle) */
.bpass--item {
  margin-bottom: 0;
}

/* Right column */
.snext-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.snext {
  display: flex;
  gap: 12px;
  position: relative;
  padding-bottom: 18px;
}

.snext:last-child {
  padding-bottom: 0;
}

.snext::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 30px;
  bottom: 2px;
  width: 2px;
  background: var(--slate-100);
}

.snext:last-child::before {
  display: none;
}

.snext-ico {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--orange-100);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.snext-ico svg {
  width: 14px;
  height: 14px;
  color: var(--orange-dark);
}

.snext-txt {
  font-size: 12.5px;
  color: var(--slate-500);
  line-height: 1.5;
}

.snext-txt b {
  display: block;
  font-size: 13.5px;
  color: var(--navy);
  margin-bottom: 1px;
}

.shelp-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}

.shelp-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  margin: 0 -10px;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--slate-700);
  text-decoration: none;
  transition: background 0.2s;
}

.shelp-link:hover {
  background: var(--slate-50);
  color: var(--navy);
}

.shelp-link svg {
  width: 15px;
  height: 15px;
  color: var(--orange);
}

/* Dev switcher */
.dev-switch {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dev-switch-label {
  font-family: var(--f-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 7px 0 9px;
}

.dev-switch button {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.dev-switch button:hover {
  color: #fff;
}

.dev-switch button.active {
  background: var(--orange, #FF6B35);
  color: #fff;
}

@media (max-width: 900px) {
  .success-grid {
    grid-template-columns: 1fr;
  }
  .sperks {
    grid-template-columns: 1fr;
  }
}
/* ===== SUBSCRIPTION CHECKOUT EXTRAS ===== */
/* План рендерится сервером - машинерия data-plan не переносится */
/* Ошибка email */
.checkout__field-error {
  display: none;
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--red);
  line-height: 1.4;
}

/* Плашка "не спишем сегодня" (в сайдбаре) */
.checkout__note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: var(--green-100);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--r-input);
  font-size: 13px;
  color: var(--navy);
  line-height: 1.5;
}

.checkout__note svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #0B815A;
}

.checkout__note b {
  font-weight: 700;
}

/* DEV: блюр-заглушка зоны Stripe Payment Element */
/* Мок-табы способов оплаты (внутри заглушки) */
.field-wrap {
  position: relative;
}

.checkout__terms {
  margin: 14px auto 0;
  max-width: 480px;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--slate-500);
}

.checkout__terms b {
  color: var(--navy);
}

.checkout__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--slate-500);
}

.checkout__secure span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.checkout__secure svg {
  width: 13px;
  height: 13px;
}

/* Summary: Business Pass */
.sub-thumb {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #0F172A, #1E293B);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--slate-200);
}

.sub-thumb svg {
  width: 34px;
  height: 34px;
}

.sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  padding: 3px 9px;
  border-radius: 100px;
  background: var(--orange-100);
  color: #C2410C;
  font-size: 11.5px;
  font-weight: 700;
}

.checkout__product {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--slate-100);
}

/* Цена: две строки выписки */
.price-moment {
  margin: 0;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 3px 0;
  font-size: 13px;
  color: var(--slate-500);
}

.price-line b {
  color: var(--navy);
  font-weight: 600;
}

.price-line--main {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
}

.price-val {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* Trial timeline */
.sub-timeline {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-100);
}

.sub-timeline-title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--slate-500);
  margin-bottom: 12px;
}

.tl-item {
  display: flex;
  gap: 11px;
  position: relative;
  padding-bottom: 16px;
}

.tl-item:last-child {
  padding-bottom: 0;
}

.tl-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 20px;
  bottom: 2px;
  width: 2px;
  background: var(--slate-100);
}

.tl-item:last-child::before {
  display: none;
}

.tl-dot {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange-100);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.tl-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.tl-item--muted .tl-dot {
  background: var(--slate-100);
}

.tl-item--muted .tl-dot::after {
  background: var(--slate-300, #CBD5E1);
}

.tl-txt {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--slate-500);
}

.tl-txt b {
  display: block;
  font-size: 13px;
  color: var(--navy);
}

/* DEV: переключатель */
.dev-switch {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dev-switch-label {
  font-family: var(--f-mono, monospace);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 7px 0 9px;
}

.dev-switch button {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.dev-switch button:hover {
  color: #fff;
}

.dev-switch button.active {
  background: var(--orange, #FF6B35);
  color: #fff;
}

/* Отступ до футера */
.checkout.wrap {
  padding-bottom: 40px;
}

/* Состояния init (m1-адаптация донора: trial-гард / уже подписан) */
.sub-state {
  padding: 36px 24px;
  text-align: center;
}

.sub-state__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--green-100);
  color: #0B815A;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-state__title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}

.sub-state__sub {
  font-size: 13.5px;
  color: var(--slate-500);
  line-height: 1.55;
  max-width: 360px;
  margin: 0 auto 18px;
}

.sub-state__btn {
  display: inline-flex;
  width: auto;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
}

/*# sourceMappingURL=pass.css.map*/