/* OTO #1 PRO offer page (EasyFunnel + SalesFunnel). */

:root {
  --wp-oto1-bg: #07011b;
  --wp-oto1-panel: rgba(15, 23, 42, 0.86);
  --wp-oto1-panel-strong: rgba(15, 23, 42, 0.96);
  --wp-oto1-card: rgba(255, 255, 255, 0.96);
  --wp-oto1-ink: #0f172a;
  --wp-oto1-muted: #64748b;
  --wp-oto1-line: rgba(148, 163, 184, 0.18);
  --wp-oto1-yellow: #facc15;
  --wp-oto1-green: #22c55e;
  --wp-oto1-purple: #7c3aed;
  --wp-oto1-pink: #ec4899;
  --wp-oto1-max: 74rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.wp-oto1 {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f8fafc;
  background:
    radial-gradient(circle at 10% 0%, rgba(124, 58, 237, 0.34), transparent 34rem),
    radial-gradient(circle at 88% 14%, rgba(236, 72, 153, 0.2), transparent 30rem),
    linear-gradient(180deg, #07011b 0%, #0f0829 45%, #020617 100%);
  overflow-x: clip;
  line-height: 1.6;
}

body.wp-oto1 a {
  color: inherit;
}

.wp-oto1__page {
  width: min(var(--wp-oto1-max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0 calc(96px + env(safe-area-inset-bottom, 0px));
}

.wp-oto1__column,
.wp-oto1__column--wide,
.wp-oto1__column--footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.wp-oto1__column {
  max-width: 50rem;
}

.wp-oto1__column--wide,
.wp-oto1__column--footer {
  max-width: var(--wp-oto1-max);
}

.wp-oto1__brand {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  margin: 0 0 clamp(22px, 4vw, 36px);
  text-align: center;
}

.wp-oto1__brand-title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.wp-oto1__brand-title span {
  color: var(--wp-oto1-yellow);
}

.wp-oto1__brand-sub {
  margin: 0;
  color: #c4b5fd;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wp-oto1__stop,
.wp-oto1__offer,
.wp-oto1__guarantee,
.wp-oto1__dashboard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.36);
}

.wp-oto1__stop {
  display: grid;
  justify-items: center;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 4vw, 42px);
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.22), transparent 26rem),
    linear-gradient(145deg, rgba(76, 29, 149, 0.95), rgba(15, 23, 42, 0.92));
}

.wp-oto1__badge,
.wp-oto1__offer-label,
.wp-oto1__dashboard-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--wp-oto1-yellow);
  color: #111827;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wp-oto1__stop h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 14vw, 8rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.08em;
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}

.wp-oto1__stop-lead {
  max-width: 48rem;
  margin: 1.2rem auto 0;
  color: #e9d5ff;
  font-size: clamp(1.05rem, 2.6vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
}

.wp-oto1__stop-lead em {
  color: #fff;
  font-style: normal;
}

.wp-oto1__block {
  margin: clamp(22px, 4vw, 36px) auto;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--wp-oto1-line);
  border-radius: 24px;
  background: var(--wp-oto1-panel);
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.26);
}

.wp-oto1__block p {
  margin: 0 0 1rem;
  color: #dbeafe;
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
}

.wp-oto1__block p:last-child {
  margin-bottom: 0;
}

.wp-oto1__checks,
.wp-oto1__bullets {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.wp-oto1__checks li,
.wp-oto1__bullets li {
  position: relative;
  padding-left: 1.55rem;
  color: #e2e8f0;
}

.wp-oto1__checks li::before,
.wp-oto1__bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wp-oto1-green);
  font-weight: 900;
}

.wp-oto1__h2,
.wp-oto1__offer-title,
.wp-oto1__dashboard-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-align: center;
}

.wp-oto1__h2--pro,
.wp-oto1__dashboard-title em {
  background: linear-gradient(90deg, #facc15, #4ade80, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wp-oto1__sub,
.wp-oto1__dashboard-lead {
  max-width: 44rem;
  margin: 0 auto;
  color: #cbd5e1;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.wp-oto1__divider {
  width: min(100%, 56rem);
  height: 1px;
  margin: clamp(28px, 5vw, 48px) auto;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(250, 204, 21, 0.45), transparent);
}

.wp-oto1__features,
.wp-oto1__bonuses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.wp-oto1__feature,
.wp-oto1__bonus {
  min-height: 100%;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wp-oto1__h3,
.wp-oto1__bonus-title {
  margin: 0 0 0.75rem;
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.wp-oto1__feature p,
.wp-oto1__bonus p {
  color: #cbd5e1;
  font-size: 0.94rem;
}

.wp-oto1__bonus-val {
  margin: 0;
  color: #86efac !important;
  font-weight: 900;
}

.wp-oto1__compare {
  margin: 0.65rem 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.wp-oto1__compare--good {
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.wp-oto1__compare--bad {
  border: 1px solid rgba(248, 113, 113, 0.28);
  background: rgba(127, 29, 29, 0.18);
  color: #fecaca;
}

.wp-oto1__dashboard {
  width: min(var(--wp-oto1-max), calc(100% - 32px));
  margin: clamp(26px, 5vw, 46px) auto;
  padding: clamp(20px, 4vw, 36px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.18), transparent 28rem),
    var(--wp-oto1-panel-strong);
  text-align: center;
}

.wp-oto1__dashboard-eyebrow {
  background: rgba(34, 197, 94, 0.14);
  color: #bbf7d0;
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.wp-oto1__dashboard-figure {
  margin: clamp(18px, 4vw, 30px) auto 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #020617;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.wp-oto1__dashboard-img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-oto1__stack {
  max-width: 42rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.28);
}

.wp-oto1__stack-row,
.wp-oto1__stack-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  color: #e2e8f0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.wp-oto1__stack-total {
  border-bottom: 0;
  background: rgba(250, 204, 21, 0.14);
  color: #fef9c3;
  font-weight: 900;
}

.wp-oto1__offer {
  display: grid;
  justify-items: center;
  margin: clamp(28px, 5vw, 52px) auto;
  padding: clamp(28px, 6vw, 58px) clamp(18px, 4vw, 40px);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.28), transparent 28rem),
    linear-gradient(145deg, rgba(76, 29, 149, 0.95), rgba(2, 6, 23, 0.95));
}

.wp-oto1__offer-price {
  margin: 0;
  color: var(--wp-oto1-yellow);
  font-size: clamp(2.3rem, 8vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.wp-oto1__offer-term {
  margin: 1rem 0 0;
  color: #dbeafe;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wp-oto1__guarantee {
  max-width: 46rem;
  margin: 0 auto clamp(22px, 4vw, 36px);
  padding: clamp(18px, 3vw, 26px);
  border-radius: 22px;
  background: rgba(34, 197, 94, 0.12);
  text-align: center;
}

.wp-oto1__guarantee h3 {
  margin: 0 0 0.65rem;
  color: #bbf7d0;
  font-size: 1.15rem;
  font-weight: 900;
}

.wp-oto1__guarantee p {
  margin: 0;
  color: #dcfce7;
}

.wp-oto1__cta {
  display: grid;
  gap: 0.8rem;
  max-width: 42rem;
  margin: 0 auto;
}

.wp-oto1__cta-primary,
.wp-oto1__cta-decline,
.wp-oto1__sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

.wp-oto1__cta-primary {
  min-height: 58px;
  padding: 1rem 1.3rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #fde047, #facc15);
  color: #1f2937;
  box-shadow: 0 18px 42px rgba(250, 204, 21, 0.26);
}

.wp-oto1__cta-decline {
  color: #94a3b8;
  font-size: 0.9rem;
}

.wp-oto1__footnote {
  margin: 1rem 0 0;
  text-align: center;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.wp-oto1__sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(7, 1, 27, 0), rgba(7, 1, 27, 0.95) 28%, #07011b);
  pointer-events: none;
}

.wp-oto1__sticky a {
  width: min(100%, 32rem);
  min-height: 52px;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #fde047, #facc15);
  color: #111827;
  box-shadow: 0 14px 34px rgba(250, 204, 21, 0.28);
  pointer-events: auto;
}

@media (min-width: 860px) {
  .wp-oto1__cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wp-oto1__page,
  .wp-oto1__dashboard {
    width: min(100% - 20px, var(--wp-oto1-max));
  }

  .wp-oto1__page {
    padding-top: 22px;
  }

  .wp-oto1__block,
  .wp-oto1__stop,
  .wp-oto1__offer,
  .wp-oto1__guarantee,
  .wp-oto1__dashboard {
    border-radius: 20px;
  }

  .wp-oto1__features,
  .wp-oto1__bonuses {
    grid-template-columns: 1fr;
  }

  .wp-oto1__stack-row,
  .wp-oto1__stack-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (max-width: 380px) {
  .wp-oto1__page,
  .wp-oto1__dashboard {
    width: min(100% - 16px, var(--wp-oto1-max));
  }

  .wp-oto1__block {
    padding: 18px 14px;
  }

  .wp-oto1__stop h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }
}
