/* ==========================================================================
   PRE-SELL / SALES VIP CTA PAGE STYLES (Exact Match to Visual Blueprint)
   ========================================================================== */

.cta-container {
  max-width: 580px;
  margin: 0 auto;
  padding: 36px 18px 160px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Brand Header */
.presell-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.presell-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #7c3aed 0%, #d946ef 50%, #f43f5e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(217, 70, 239, 0.4);
}

.presell-logo-text {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #c084fc 0%, #e879f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.presell-main-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 24px;
}

.presell-main-title .purple-highlight {
  background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Target Profile Card */
.presell-profile-card {
  width: 100%;
  background: #11131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.presell-profile-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.presell-profile-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.presell-profile-info {
  flex: 1;
}

.presell-profile-fullname {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.presell-profile-username {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 10px;
}

.presell-profile-stats {
  display: flex;
  gap: 14px;
}

.presell-stat-item {
  display: flex;
  flex-direction: column;
}

.presell-stat-number {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}

.presell-stat-label {
  font-size: 0.72rem;
  color: #94a3b8;
}

.presell-profile-bio {
  font-size: 0.85rem;
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
  line-height: 1.4;
}

/* Espionagem Finalizada Glowing Box */
.presell-status-box {
  width: 100%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(219, 39, 119, 0.15) 100%);
  border: 1px solid rgba(168, 85, 247, 0.4);
  border-radius: 16px;
  padding: 16px 20px;
  text-align: center;
  margin-bottom: 12px;
  box-shadow: 0 4px 25px rgba(124, 58, 237, 0.25);
  box-sizing: border-box;
}

.presell-status-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.presell-status-sub {
  font-size: 0.85rem;
  color: #cbd5e1;
}

.presell-arrow-indicator {
  font-size: 1.5rem;
  color: #c084fc;
  margin: 12px 0 24px;
  animation: bounceArrow 1.5s infinite ease-in-out;
}

@keyframes bounceArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* Feature Preview Cards */
.presell-features-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.presell-feature-card {
  background: #11131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 22px 18px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.presell-feature-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.presell-feature-icon {
  font-size: 1.2rem;
  color: #a855f7;
}

.presell-feature-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}

.presell-feature-sub {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* Blurred Media Grid */
.presell-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 130px;
}

.presell-media-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.presell-media-blur-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-lock-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.9rem;
}

/* Map Location Card */
.presell-map-box {
  border-radius: 14px;
  overflow: hidden;
  background: #1a1c26;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.presell-map-canvas {
  height: 155px;
  position: relative;
  overflow: hidden;
  background: #181926;
  display: flex;
  align-items: center;
  justify-content: center;
}

#presell-real-map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.presell-map-pin-overlay {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.map-radar-pulse {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.35) 0%, rgba(139, 92, 246, 0) 70%);
  border: 1.5px solid rgba(168, 85, 247, 0.7);
  animation: mapRadar 2s infinite ease-out;
}

@keyframes mapRadar {
  0% { transform: scale(0.5); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}

.presell-map-pin {
  position: relative;
  z-index: 11;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #8b5cf6;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.8), 0 4px 10px rgba(0,0,0,0.6);
  object-fit: cover;
  animation: pulsePin 2s infinite ease-in-out;
}

@keyframes pulsePin {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.presell-map-footer {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #13151f;
}

.presell-map-location-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}

.presell-map-location-sub {
  font-size: 0.78rem;
  color: #94a3b8;
}

.presell-map-btn {
  background: #252836;
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Stories Preview Card */
.presell-stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  height: 180px;
}

.presell-story-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1.5px solid rgba(16, 185, 129, 0.5);
}

.presell-story-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.story-restricted-text {
  font-size: 0.75rem;
  color: #cbd5e1;
  font-weight: 500;
}

/* Direct Chat Simulation Card */
.presell-chat-box {
  background: #141622;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}

.presell-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 14px;
}

.presell-chat-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.presell-chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.presell-chat-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
}

.presell-chat-online {
  font-size: 0.72rem;
  color: #10b981;
}

.presell-chat-actions {
  display: flex;
  gap: 12px;
  color: #94a3b8;
  font-size: 1.1rem;
}

.presell-chat-bubble-in {
  background: #252836;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 16px 16px 16px 4px;
  font-size: 0.85rem;
  max-width: 80%;
  margin-bottom: 10px;
}

.presell-chat-bubble-out {
  background: linear-gradient(135deg, #7c3aed 0%, #d946ef 100%);
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 16px 16px 4px 16px;
  font-size: 0.85rem;
  max-width: 80%;
  margin-left: auto;
  text-align: right;
}

/* Pricing & Offer Checkout Box */
.presell-pricing-box {
  width: 100%;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.12) 0%, #11131a 100%);
  border: 2px solid #8b5cf6;
  border-radius: 24px;
  padding: 32px 22px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.3);
  margin-bottom: 36px;
}

.presell-pricing-headline {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 16px 0 12px;
  line-height: 1.35;
}

.presell-price-old {
  font-size: 0.95rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.presell-price-current {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 4px 0 14px;
  text-shadow: 0 0 20px rgba(217, 70, 239, 0.4);
}

.presell-guarantee-pills {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 0.82rem;
  color: #c084fc;
  margin-bottom: 24px;
}

.presell-checklist {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.presell-checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.presell-check-icon {
  color: #10b981;
  font-weight: 800;
}

.presell-cta-btn {
  width: 100%;
  background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);
  color: #ffffff;
  border: none;
  padding: 18px 24px;
  border-radius: 14px;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 25px rgba(217, 70, 239, 0.5);
  transition: all 0.2s ease;
}

.presell-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px rgba(217, 70, 239, 0.7);
}

.presell-cta-btn:active {
  transform: scale(0.98);
}

/* Testimonials / Social Proof */
.presell-testimonials-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.presell-section-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.presell-testimonial-card {
  background: #11131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px;
  box-sizing: border-box;
}

.testimonial-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-username {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}

.testimonial-time {
  font-size: 0.78rem;
  color: #94a3b8;
}

.testimonial-body-text {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 16px;
}

.testimonial-dots-row {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.testimonial-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #475569;
}

.testimonial-dot.active {
  width: 18px;
  border-radius: 4px;
  background: #8b5cf6;
}

/* Warning Banner */
.presell-warning-box {
  width: 100%;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 0.85rem;
  color: #fca5a5;
  line-height: 1.4;
  margin-bottom: 32px;
  box-sizing: border-box;
}

/* FAQ Accordion */
.presell-faq-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.presell-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.presell-faq-item {
  background: #11131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.presell-faq-header {
  width: 100%;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.presell-faq-header svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.presell-faq-item.open .presell-faq-header svg {
  transform: rotate(180deg);
}

.presell-faq-body {
  display: none;
  padding: 0 18px 16px;
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.5;
}

.presell-faq-item.open .presell-faq-body {
  display: block;
}

/* 30 Days Guarantee Badge */
.presell-guarantee-card {
  width: 100%;
  text-align: center;
  padding: 20px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 16px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.guarantee-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #34d399;
  margin-bottom: 6px;
}

.guarantee-text {
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.4;
}

/* Sticky Bottom Bar on Pre-sell / CTA */
.presell-sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 11, 16, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  box-sizing: border-box;
}

.presell-sticky-left {
  display: flex;
  flex-direction: column;
}

.presell-sticky-timer-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}

.presell-sticky-timer-countdown {
  color: #c084fc;
}

.presell-sticky-subtext {
  font-size: 0.72rem;
  color: #94a3b8;
}

.presell-sticky-btn {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
  white-space: nowrap;
  transition: all 0.15s ease;
}

.presell-sticky-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.6);
}

/* ==========================================================================
   BLACKCAT PIX CHECKOUT MODAL & POPUP (FINTECH PREMIUM REDESIGN)
   ========================================================================== */
.pix-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 5, 12, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  animation: fadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.pix-modal-card {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: auto;
  background: #0f1322;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9), 0 0 30px rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  padding: 22px 18px;
  box-sizing: border-box;
  color: #ffffff;
  max-height: 94vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.pix-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #64748b;
  font-size: 1.15rem;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 5;
}

.pix-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.pix-modal-header {
  text-align: center;
  margin-bottom: 14px;
}

.pix-profile-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px 10px 3px 3px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.pix-avatar-wrap {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.pix-target-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.pix-online-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #10b981;
  border: 1.5px solid #0f1322;
  border-radius: 50%;
}

.pix-profile-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pix-status-badge {
  font-size: 0.58rem;
  font-weight: 700;
  color: #34d399;
  background: rgba(16, 185, 129, 0.12);
  padding: 1px 5px;
  border-radius: 4px;
  letter-spacing: 0.3px;
}

.pix-target-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pix-modal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2px 0;
  letter-spacing: -0.2px;
}

.pix-modal-subtitle {
  font-size: 0.74rem;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

/* Clean Minimal Price Box */
.clean-price-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  box-sizing: border-box;
  width: 100%;
}

.pix-price-left {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2px;
}

.pix-plan-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #e2e8f0;
}

.pix-price-old-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pix-price-old {
  font-size: 0.68rem;
  color: #64748b;
  text-decoration: line-through;
}

.pix-discount-tag {
  background: rgba(236, 72, 153, 0.2);
  color: #f472b6;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 4px;
}

.pix-price-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pix-pix-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 800;
  color: #34d399;
}

.pix-price-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #10b981;
  letter-spacing: -0.4px;
  line-height: 1;
}

/* Form Styles */
.pix-form-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.pix-input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.pix-input-group label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.1px;
}

.pix-input-wrapper {
  position: relative;
  width: 100%;
}

.pix-input-group input {
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 0.86rem;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.pix-input-group input::placeholder {
  color: #475569;
  font-size: 0.82rem;
}

.pix-input-group input:focus {
  border-color: #10b981;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.pix-input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* Clean Action Button */
.clean-submit-btn {
  width: 100%;
  height: 44px;
  background: #10b981;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  box-sizing: border-box;
}

.clean-submit-btn .btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.clean-submit-btn:hover {
  background: #059669;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}

.clean-submit-btn:active {
  transform: scale(0.99);
}

/* Trust Row */
.pix-security-guarantee-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  box-sizing: border-box;
}

.pix-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
}

.pix-trust-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  color: #64748b;
  font-weight: 500;
  white-space: nowrap;
}
}

@media (max-width: 375px) {
  .pix-modal-card {
    padding: 20px 14px;
  }

  .pix-input-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pix-price-banner {
    padding: 10px 12px;
  }

  .pix-price-value {
    font-size: 1.35rem;
  }
}

/* Clean & Minimalist Step 2 (QR Code & Copia e Cola) */
.clean-qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6px 0 12px;
}

.clean-qr-box {
  width: 175px;
  height: 175px;
  background: #ffffff;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(16, 185, 129, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.clean-qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.clean-qr-price-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.85rem;
  color: #94a3b8;
}

.clean-qr-price-tag strong {
  color: #10b981;
  font-size: 1.15rem;
  font-weight: 800;
}

.clean-qr-helper {
  font-size: 0.74rem;
  color: #94a3b8;
  text-align: center;
  margin: 0 0 12px;
  line-height: 1.4;
}

.clean-qr-helper strong {
  color: #f1f5f9;
}

.clean-pix-copy-btn {
  width: 100%;
  height: 44px;
  background: #10b981;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.clean-pix-copy-btn:hover {
  background: #059669;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}

.clean-pix-copy-btn.copied {
  background: #059669;
}

.clean-pix-status-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 500;
}

.clean-pix-divider {
  color: #475569;
}

.clean-pix-timer strong {
  color: #f472b6;
  font-weight: 700;
}

/* Step 3: Success */
.pix-success-icon {
  font-size: 3.8rem;
  margin: 16px 0 8px;
  animation: bounce 1s infinite alternate;
}

.pix-success-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #34d399;
  margin: 0 0 8px;
}

.pix-success-desc {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 20px;
}

.pix-success-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.pix-btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
  color: #051a0e;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 6px 25px rgba(0, 255, 136, 0.45);
  transition: all 0.2s ease;
  cursor: pointer;
}

.pix-btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 255, 136, 0.6);
  filter: brightness(1.05);
}

.pix-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.2s ease;
  cursor: pointer;
}

.pix-btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.55);
  filter: brightness(1.05);
}

.pix-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pix-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

