/* =========================
   AUTOPIP AI EXTENSION
   BINANCE FUTURES LANDING
========================= */
.autopip-page,
.autopip-page * {
  box-sizing: border-box;
}

.autopip-page {
  --dark: #080b0e;
  --dark-2: #0e1419;
  --card: #111820;
  --card-2: #141d26;
  --border: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(0, 242, 255, 0.25);

  --accent: #00f2ff;
  --accent-dim: rgba(0, 242, 255, 0.12);
  --accent-glow: rgba(0, 242, 255, 0.35);
  --success: #00e96a;
  --danger: #ff4560;
  --danger-dim: rgba(255, 69, 96, 0.12);
  --gold: #ffd166;

  --text-primary: #f0f4f8;
  --text-secondary: #8a9bb0;
  --text-muted: #4a5a6a;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --radius-full: 9999px;

  background: var(--dark);
  color: var(--text-primary);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.autopip-page img {
  max-width: 100%;
  display: block;
}

.autopip-page a {
  text-decoration: none;
}

.autopip-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.autopip-page .container--narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.autopip-page .text-accent { color: var(--accent); }
.autopip-page .text-success { color: var(--success); }
.autopip-page .text-danger { color: var(--danger); }
.autopip-page .text-muted { color: var(--text-muted); }
.autopip-page .text-secondary { color: var(--text-secondary); }

.autopip-page .gradient-text {
  background: linear-gradient(135deg, var(--accent) 0%, var(--success) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.autopip-page .section {
  padding: 90px 0;
  position: relative;
}

.autopip-page .section--dark { background: var(--dark); }
.autopip-page .section--card { background: var(--dark-2); }
.autopip-page .section--darker { background: #060a0d; }

.autopip-page .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--accent-dim);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-full);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.autopip-page .section-heading {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.autopip-page .section-subheading {
  font-size: 18px;
  color: var(--text-secondary);
  max-width: 760px;
}

.autopip-page .section-center {
  text-align: center;
}

.autopip-page .section-center .section-subheading {
  margin: 0 auto;
}

.autopip-page .grid-bg {
  background-image:
    linear-gradient(rgba(0, 242, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 242, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.autopip-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.autopip-page .btn-primary {
  background: var(--accent);
  color: #071014;
  box-shadow: 0 0 20px var(--accent-glow);
}

.autopip-page .btn-primary:hover {
  background: #00d7e2;
  transform: translateY(-2px);
}

.autopip-page .btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border);
}

.autopip-page .btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.autopip-page .btn-lg {
  padding: 17px 34px;
  font-size: 17px;
}

/* TOPBAR */
.autopip-page .ap-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 0 14px;
  position: relative;
  z-index: 3;
}

.autopip-page .ap-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text-primary);
}

.autopip-page .ap-topbar__brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--card);
}

.autopip-page .ap-topbar__logo-fallback {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--success));
  color: #071014;
  font-weight: 800;
  font-size: 20px;
}

.autopip-page .ap-topbar__text {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.autopip-page .ap-topbar__cta {
  padding: 12px 22px;
  font-size: 14px;
}

/* HERO */
.autopip-page .hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.autopip-page .hero__glow-1,
.autopip-page .hero__glow-2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(20px);
}

.autopip-page .hero__glow-1 {
  top: 10%;
  left: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0,242,255,0.14) 0%, transparent 70%);
}

.autopip-page .hero__glow-2 {
  bottom: 5%;
  right: 5%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(0,233,106,0.10) 0%, transparent 70%);
}

.autopip-page .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 0 80px;
}

.autopip-page .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--accent-dim);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-full);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.autopip-page .hero__title {
  font-size: clamp(40px, 7vw, 82px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.autopip-page .hero__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-secondary);
  max-width: 820px;
  margin: 0 auto 42px;
}

.autopip-page .countdown {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.autopip-page .countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.autopip-page .countdown__box {
  background: var(--card);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  min-width: 78px;
  box-shadow: 0 0 16px rgba(0,242,255,0.16);
}

.autopip-page .countdown__num {
  font-size: 34px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.autopip-page .countdown__label {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 1px;
}

.autopip-page .countdown__separator {
  display: flex;
  align-items: center;
  color: var(--accent);
  font-size: 26px;
  padding-bottom: 18px;
}

.autopip-page .countdown__caption {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 34px;
}

.autopip-page .hero__cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.autopip-page .hero__terminal-wrap {
  max-width: 760px;
  margin: 56px auto 0;
  position: relative;
}

.autopip-page .hero__terminal-glow {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--accent), var(--success));
  border-radius: 22px;
  opacity: 0.18;
  filter: blur(10px);
}

.autopip-page .hero__terminal {
  position: relative;
  background: #070d11;
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: left;
}

.autopip-page .terminal__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  background: #0a1218;
}

.autopip-page .terminal__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.autopip-page .terminal__dot--red { background: #ff5f56; }
.autopip-page .terminal__dot--yellow { background: #ffbd2e; }
.autopip-page .terminal__dot--green { background: #27c93f; }

.autopip-page .terminal__title {
  margin-left: 8px;
  color: var(--text-muted);
  font-size: 12px;
}

.autopip-page .terminal__body {
  padding: 26px;
  font-size: 14px;
}

.autopip-page .terminal__line {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--text-secondary);
}

.autopip-page .terminal__prompt {
  color: var(--accent);
}

.autopip-page .terminal__signal {
  margin-top: 20px;
  background: rgba(255, 69, 96, 0.08);
  border: 1px solid rgba(255, 69, 96, 0.25);
  border-left: 3px solid var(--danger);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
}

.autopip-page .terminal__signal-header {
  color: var(--danger);
  font-weight: 700;
  margin-bottom: 10px;
}

.autopip-page .terminal__signal-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.autopip-page .terminal__signal-label {
  color: var(--text-muted);
}

.autopip-page .terminal__signal-value {
  color: var(--text-primary);
  font-weight: 700;
}

.autopip-page .terminal__signal-pip-pos {
  color: var(--success);
  font-size: 12px;
}

/* GRIDS */
.autopip-page .problem-grid,
.autopip-page .features-grid,
.autopip-page .steps-grid,
.autopip-page .payment-grid {
  display: grid;
  gap: 24px;
}

.autopip-page .problem-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
}

.autopip-page .features-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
}

.autopip-page .steps-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.autopip-page .payment-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
}

.autopip-page .problem-card,
.autopip-page .feature-card,
.autopip-page .step-card,
.autopip-page .payment-card,
.autopip-page .pricing-card,
.autopip-page .faq-item,
.autopip-page .signal-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.autopip-page .problem-card,
.autopip-page .feature-card,
.autopip-page .step-card,
.autopip-page .payment-card {
  padding: 32px 26px;
  transition: all 0.3s ease;
}

.autopip-page .problem-card:hover,
.autopip-page .feature-card:hover,
.autopip-page .step-card:hover,
.autopip-page .payment-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-glow);
}

.autopip-page .problem-card__icon,
.autopip-page .step-card__icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 22px;
}

.autopip-page .problem-card__icon {
  background: var(--danger-dim);
  color: var(--danger);
}

.autopip-page .problem-card__title,
.autopip-page .feature-card__title,
.autopip-page .step-card__title,
.autopip-page .payment-card__title,
.autopip-page .pricing-card__name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.autopip-page .problem-card__text,
.autopip-page .feature-card__text,
.autopip-page .step-card__text,
.autopip-page .payment-card__subtitle {
  color: var(--text-secondary);
  font-size: 15px;
}

/* SOLUTION */
.autopip-page .solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.autopip-page .solution__checklist {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.autopip-page .solution__check-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--text-secondary);
}

.autopip-page .solution__img-wrap {
  position: relative;
}

.autopip-page .solution__img-glow {
  position: absolute;
  inset: -15px;
  background: radial-gradient(ellipse, rgba(0,242,255,0.16) 0%, transparent 70%);
  border-radius: var(--radius-xl);
}

.autopip-page .solution__img {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  width: 100%;
}

/* VIDEO DEMO */
.autopip-page .video-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.autopip-page .video-glow {
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, var(--accent), var(--success));
  border-radius: 24px;
  opacity: 0.2;
  filter: blur(12px);
}

.autopip-page .demo-video {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-glow);
  display: block;
  background: var(--card);
}

/* STEPS */
.autopip-page .step-card {
  text-align: center;
  position: relative;
  padding-top: 42px;
}

.autopip-page .step-card__num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--accent);
  color: #071014;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--dark-2);
}

.autopip-page .step-card__icon-wrap {
  background: var(--accent-dim);
  color: var(--accent);
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

/* SIGNAL */
.autopip-page .signal-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.autopip-page .signal-box {
  background: #060a0d;
  border-color: rgba(255,69,96,0.25);
  border-left: 4px solid var(--danger);
  padding: 38px;
}

.autopip-page .signal-box__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}

.autopip-page .signal-box__title {
  font-size: 28px;
  font-weight: 800;
}

.autopip-page .signal-box__instrument {
  color: var(--danger);
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}

.autopip-page .signal-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--danger-dim);
  border: 1px solid rgba(255,69,96,0.3);
  border-radius: var(--radius-sm);
  color: var(--danger);
  font-size: 12px;
  font-weight: 700;
}

.autopip-page .signal-box__rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
}

.autopip-page .signal-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.autopip-page .signal-row__label {
  color: var(--text-muted);
  min-width: 90px;
}

.autopip-page .signal-row__value {
  color: var(--text-primary);
  font-weight: 700;
}

.autopip-page .signal-row__pip-pos {
  color: var(--success);
  font-size: 13px;
}

.autopip-page .signal-row__pip-neg {
  color: var(--danger);
  font-size: 13px;
}

.autopip-page .signal-box__footer {
  border-top: 1px solid var(--border);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.autopip-page .signal-live {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--danger);
  font-weight: 700;
  font-size: 14px;
}

.autopip-page .signal-live__dot {
  width: 8px;
  height: 8px;
  background: var(--danger);
  border-radius: 50%;
  animation: autopipBlink 1.2s infinite;
}

@keyframes autopipBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.autopip-page .signal-id {
  color: var(--text-muted);
  font-size: 12px;
}

/* FEATURES */
.autopip-page .feature-card__icon {
  font-size: 30px;
  color: var(--accent);
  margin-bottom: 18px;
  display: inline-block;
}

/* PRICING */
.autopip-page .pricing-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.autopip-page .pricing-card {
  max-width: 100%;
  margin: 0;
  height: 100%;
  padding: 54px 42px;
  border-color: var(--border-glow);
  position: relative;
  box-shadow: 0 0 50px rgba(0,242,255,0.08);
}

.autopip-page .pricing-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--success));
}

.autopip-page .pricing-card--trial {
  border-color: rgba(0, 233, 106, 0.28);
  box-shadow: 0 0 40px rgba(0, 233, 106, 0.08);
}

.autopip-page .pricing-card--trial::before {
  background: linear-gradient(90deg, #00e96a, #00f2ff);
}

.autopip-page .pricing-card--elite {
  border-color: rgba(255, 209, 102, 0.28);
  box-shadow: 0 0 40px rgba(255, 209, 102, 0.08);
}

.autopip-page .pricing-card--elite::before {
  background: linear-gradient(90deg, #ffd166, #00f2ff);
}

.autopip-page .pricing-recommended {
  position: absolute;
  top: 0;
  right: 28px;
  background: var(--accent);
  color: #071014;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 0 0 8px 8px;
}

.autopip-page .pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 22px 0 10px;
  flex-wrap: wrap;
}

.autopip-page .pricing-price__amount {
  font-size: 64px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.autopip-page .pricing-price__period {
  color: var(--text-muted);
  margin-bottom: 8px;
}

.autopip-page .pricing-trial {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--success);
  font-weight: 700;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.autopip-page .pricing-features,
.autopip-page .payment-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autopip-page .pricing-features li,
.autopip-page .payment-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-secondary);
  margin-bottom: 14px;
}

/* PAYMENT */
.autopip-page .payment-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.autopip-page .payment-card__icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.autopip-page .payment-card__icon-wrap--green {
  background: rgba(0,233,106,0.15);
  color: var(--success);
}

.autopip-page .payment-card__icon-wrap--pink {
  background: rgba(236,72,153,0.15);
  color: #ec4899;
}

.autopip-page .wallet-box {
  background: var(--dark);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-top: 22px;
  margin-bottom: 16px;
}

.autopip-page .wallet-box__label {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.autopip-page .wallet-box__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.autopip-page .wallet-box__address {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-secondary);
  font-size: 13px;
}

.autopip-page .wallet-copy-btn {
  background: transparent;
  border: none;
  color: var(--accent);
  cursor: pointer;
  font-size: 16px;
}

.autopip-page .btn-email,
.autopip-page .btn-gumroad {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-weight: 700;
}

.autopip-page .btn-email {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-secondary);
}

.autopip-page .btn-email span {
  color: var(--accent);
  text-decoration: underline;
}

.autopip-page .btn-gumroad {
  background: #e9356f;
  color: #fff;
  margin-top: 22px;
}

/* FAQ */
.autopip-page .faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.autopip-page .faq-item {
  background: var(--dark);
  overflow: hidden;
}

.autopip-page .faq-item--danger {
  border-color: rgba(255,69,96,0.2);
}

.autopip-page .faq-btn {
  width: 100%;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  text-align: left;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
}

.autopip-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: var(--text-secondary);
  padding: 0 22px;
}

.autopip-page .faq-item.open .faq-answer {
  max-height: 280px;
  padding: 0 22px 20px;
}

/* FOOTER */
.autopip-page .footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 42px 0;
}

.autopip-page .footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.autopip-page .footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.autopip-page .footer__logo img {
  height: 32px;
  width: auto;
}

.autopip-page .footer__logo-text {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
}

.autopip-page .footer__copy {
  color: var(--text-muted);
  font-size: 13px;
}

.autopip-page .footer__social {
  display: flex;
  gap: 18px;
}

.autopip-page .footer__social a {
  color: var(--text-muted);
  font-size: 20px;
}

/* TOAST */
.autopip-page .toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--card-2);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  box-shadow: 0 8px 40px rgba(0,242,255,0.14);
  transform: translateX(calc(100% + 40px));
  transition: transform 0.45s ease;
  max-width: 320px;
}

.autopip-page .toast--show {
  transform: translateX(0);
}

.autopip-page .toast__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.autopip-page .toast__name {
  font-weight: 700;
  font-size: 14px;
}

.autopip-page .toast__action {
  font-size: 12px;
  color: var(--text-muted);
}

.autopip-page .toast__time {
  font-size: 12px;
  color: var(--accent);
  margin-top: 3px;
}

/* MOBILE */
@media (max-width: 991px) {
  .autopip-page .problem-grid,
  .autopip-page .features-grid,
  .autopip-page .steps-grid,
  .autopip-page .payment-grid,
  .autopip-page .solution-grid,
  .autopip-page .pricing-plans-grid {
    grid-template-columns: 1fr;
  }

  .autopip-page .section {
    padding: 72px 0;
  }

  .autopip-page .pricing-card {
    padding: 42px 26px;
  }
}

@media (max-width: 640px) {
  .autopip-page .ap-topbar {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .autopip-page .ap-topbar__brand {
    justify-content: center;
    width: 100%;
  }

  .autopip-page .ap-topbar__cta {
    width: 100%;
  }

  .autopip-page .ap-topbar__text {
    font-size: 22px;
  }

  .autopip-page .hero__title {
    font-size: 38px;
  }

  .autopip-page .hero__subtitle,
  .autopip-page .section-subheading {
    font-size: 16px;
  }

  .autopip-page .btn,
  .autopip-page .btn-lg {
    width: 100%;
  }

  .autopip-page .countdown__separator {
    display: none;
  }

  .autopip-page .signal-box {
    padding: 26px 18px;
  }

  .autopip-page .toast {
    right: 12px;
    left: 12px;
    bottom: 12px;
    max-width: none;
  }
}
