:root {
      --primary:        #9B3153;
      --primary-hover:  #7E243F;
      --secondary:      #C8A25C;
      --accent:         #D3AC5F;
      --urgency:        #7B2F44;
      --danger:         #8B1E36;
      --cta-green:     #39B574;
      --cta-green-hover: #2E9960;
      --background:        #151B2B;
      --background-soft:   #F3EADF;
      --background-light:  #FBF8F2;
      --background-mint:   #EAF0EA;
      --text:        #1D2433;
      --text-body:   #344052;
      --text-invert: #FCFBF8;
      --text-muted:  rgba(29, 36, 51, 0.64);

      --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

      --shadow-cta: 0 8px 20px rgba(57,181,116,.32);
      --grad-bg:    radial-gradient(ellipse at top, #26324A 0%, #151B2B 60%, #0E1320 100%);
      --grad-cta:   linear-gradient(180deg, #A93960 0%, #7E243F 100%);
      --grad-badge: linear-gradient(135deg, #D8B870 0%, #B88938 100%);
      --grad-alert: linear-gradient(90deg, #8B3650 0%, #6F283D 100%);
    }

    html { scroll-behavior: smooth; }

    /* ===== Paleta Atlas da Costura Profissional ===== */
    .bg-pink-brand    { background-color: #9B3153 !important; }
    .bg-pink-soft     { background-color: #F4E8E6 !important; }
    .bg-purple-deep   { background-color: #1D263A !important; }
    .bg-purple-darker { background-color: #131A2A !important; }
    .bg-mint-soft     { background-color: #EAF0EA !important; }
    .bg-cream-warm    { background-color: #FBF8F2 !important; }
    .text-pink-brand  { color: #9B3153 !important; }
    .text-gold-soft   { color: #C8A25C !important; }
    .border-pink-soft { border-color: #E8D5D0 !important; }

    .bg-\[\#FF2C2C\] { background-color: #7B2F44 !important; }
    .bg-\[\#EE6352\] { background-color: #8B3650 !important; }
    .bg-\[\#FBDEDA\] { background-color: #F4E8E6 !important; }
    .bg-\[\#FDF6F7\] { background-color: #FBF8F2 !important; }
    .bg-\[\#F6FFF6\] { background-color: #F4F1EB !important; }
    .bg-\[\#39B574\] { background-color: #9B3153 !important; }
    .text-\[\#3A1B09\] { color: #1D2433 !important; }
    .text-\[\#3A1B09\]\/70 { color: rgba(29,36,51,.70) !important; }
    .text-\[\#3A1B09\]\/80 { color: rgba(29,36,51,.82) !important; }
    .text-\[\#39B574\] { color: #9B3153 !important; }
    .text-\[\#E7B66F\] { color: #D3AC5F !important; }

    body {
      background: var(--background);
      background-image: var(--grad-bg);
      color: var(--text-invert);
      font-family: var(--font-sans);
      font-size: 16px;
      line-height: 1.6;
      margin: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    h1, h2 { font-weight: 800; line-height: 1.05; letter-spacing: -0.5px; }
    h3, h4 { font-weight: 700; line-height: 1.2; }

    /* CTA Primário */
    .cta {
      display: inline-block;
      background: var(--cta-green);
      color: #FFFFFF;
      padding: 18px 36px;
      font: 600 18px/1.2 var(--font-sans);
      border-radius: 3px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      text-decoration: none;
      border: none;
      cursor: pointer;
      box-shadow: var(--shadow-cta);
      transition: all 0.25s cubic-bezier(.4,0,.2,1);
    }
    .cta:hover {
      background: var(--cta-green-hover);
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(46,153,96,.42);
    }
    .cta:active { transform: translateY(0); }

    /* Plano Básico: opção secundária, compacta e sem competir com o Completo. */
    .basic-plan-cta {
      width: auto;
      max-width: 100%;
      min-height: 44px;
      padding: 0.7rem 1.1rem;
      background: #6B7280 !important;
      box-shadow: none !important;
      font-size: 0.75rem;
      letter-spacing: 0.025em;
    }
    .basic-plan-cta:hover {
      background: #4B5563 !important;
      box-shadow: none !important;
    }

    /* Carrossel de modelos (auto-scroll via JS + drag/swipe manual) */
    .marquee {
      overflow-x: auto;
      overflow-y: hidden;
      cursor: grab;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      /* Permite pan em ambos os eixos — o browser tem axis-lock nativo:
         gesto horizontal → swipa o carrossel; gesto vertical → rola a página. */
      touch-action: pan-x pan-y;
    }
    .marquee::-webkit-scrollbar { display: none; }
    .marquee.is-dragging { cursor: grabbing; user-select: none; }
    .marquee__track {
      display: flex;
      gap: 16px;
      width: max-content;
    }
    .lamp-card {
      width: 240px;
      height: 340px;            /* proporção A4 (1:√2 ≈ 1:1.414) */
      border-radius: 12px;
      overflow: hidden;
      background:
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(244,232,230,.96)),
        repeating-linear-gradient(90deg, transparent 0 19px, rgba(155,49,83,.08) 20px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.18);
      flex-shrink: 0;
      position: relative;
    }
    .lamp-card::before {
      content: attr(data-label);
      position: absolute;
      inset: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px dashed rgba(29,36,51,.26);
      border-radius: 8px;
      color: #7E243F;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .06em;
      padding: 18px;
    }
    .lamp-card--image::before { display: none; }
    .lamp-card img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: #f7f0e6;
      display: block;
    }
    @media (max-width: 768px) {
      .lamp-card { width: 200px; height: 283px; }
    }

    /* Galeria de ambientes — grid 2x2 */
    .ambient-strip {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      max-width: 900px;
      margin-inline: auto;
    }
    .ambient-strip img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 12px;
      display: block;
      box-shadow: 0 8px 24px rgba(29,38,58,.16);
    }
    .ambient-placeholder {
      min-width: 0;
      aspect-ratio: 4 / 3;
      border-radius: 12px;
      display: grid;
      place-items: center;
      padding: 24px;
      text-align: center;
      color: #FDF8F0;
      font-weight: 800;
      line-height: 1.25;
      background:
        linear-gradient(135deg, rgba(155,49,83,.90), rgba(29,38,58,.94)),
        repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,.08) 13px);
      box-shadow: 0 8px 24px rgba(29,38,58,.16);
    }
    @media (max-width: 640px) {
      .ambient-strip { gap: 10px; }
    }

    /* Ícone check verde redondo */
    .check {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px; height: 22px;
      border-radius: 999px;
      background: var(--primary);
      color: #fff;
      flex-shrink: 0;
      font-size: 13px;
      font-weight: 800;
    }

    /* FAQ */
    .faq-item { border-bottom: 1px solid rgba(58,27,9,0.12); }
    .faq-question {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      background: none;
      border: none;
      color: #3A1B09;
      font: 600 18px/1.4 var(--font-sans);
      cursor: pointer;
      text-align: left;
    }
    .faq-chevron { transition: transform 0.3s ease; flex-shrink: 0; margin-left: 16px; }
    .faq-question[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
      color: rgba(58,27,9,0.80);
      font: 400 16px/1.6 var(--font-sans);
    }
    .faq-answer.open { max-height: 600px; padding-bottom: 20px; }

    /* Hero highlight */
    .highlight-yellow { color: var(--accent); }

    /* Pulse no badge de recomendação */
    @keyframes pulse-glow {
      0%, 100% { box-shadow: 0 0 0 0 rgba(155,49,83,0.50); }
      50%      { box-shadow: 0 0 0 10px rgba(155,49,83,0); }
    }
    .pulse-glow { animation: pulse-glow 2s infinite; }

    /* Pulse (escala) no mockup do Plano Completo / hero */
    @keyframes mockup-pulse {
      0%, 100% { transform: scale(1); }
      50%      { transform: scale(1.025); }
    }
    .mockup-pulse { animation: mockup-pulse 1.6s ease-in-out infinite; transform-origin: center; }

    /* Stars */
    .stars { color: #9B3153; letter-spacing: 1.5px; font-size: 14px; font-weight: 900; }

    /* ===== Carrossel de evidências do mecanismo ===== */
    .testi-carousel {
      position: relative;
      max-width: 340px;
      margin: 0 auto;
    }
    .testi-viewport {
      overflow: hidden;
      border-radius: 16px;
    }
    .testi-track {
      display: flex;
      transition: transform 0.45s cubic-bezier(.4,0,.2,1);
      will-change: transform;
    }
    .testi-slide {
      min-width: 100%;
      flex: 0 0 100%;
      background: #FFFFFF;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(58,27,9,0.08);
      border: 1px solid rgba(58,27,9,0.06);
      display: flex;
      flex-direction: column;
    }
    .testi-photo {
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      display: block;
      background: #F4E8E6;
    }
    .testi-photo-placeholder {
      width: 100%;
      aspect-ratio: 4 / 5;
      background: linear-gradient(135deg, #F4E8E6 0%, #F7EFE8 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(58,27,9,0.35);
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      padding: 14px;
    }
    .testi-content {
      padding: 20px 22px 24px;
    }
    .testi-content .stars { display: block; margin-bottom: 10px; }
    .testi-quote {
      font-style: italic;
      color: #333;
      font-size: 15px;
      line-height: 1.55;
      margin: 0 0 16px 0;
    }
    .testi-author { font-weight: 700; font-size: 14px; color: #3A1B09; margin: 0; }
    .testi-relation { font-size: 12px; color: #666; margin: 2px 0 0 0; }

    /* Setas */
    .testi-arrow {
      position: absolute;
      top: 38%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #FFFFFF;
      border: 1px solid rgba(58,27,9,0.10);
      box-shadow: 0 4px 12px rgba(58,27,9,0.15);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #3A1B09;
      font-size: 22px;
      font-weight: bold;
      z-index: 5;
      transition: all 0.2s ease;
      user-select: none;
    }
    .testi-arrow:hover { background: #F4E8E6; transform: translateY(-50%) scale(1.05); }
    .testi-arrow:active { transform: translateY(-50%) scale(0.95); }
    .testi-arrow-prev { left: -8px; }
    .testi-arrow-next { right: -8px; }
    @media (min-width: 768px) {
      .testi-arrow-prev { left: -28px; }
      .testi-arrow-next { right: -28px; }
    }

    /* Indicadores (dots) */
    .testi-dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
    }
    .testi-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(58,27,9,0.20);
      border: none;
      cursor: pointer;
      padding: 0;
      transition: all 0.25s ease;
    }
    .testi-dot.active {
      background: #9B3153;
      width: 28px;
      border-radius: 5px;
    }

    /* Mockup do catálogo (hero / cards) */
    .mockup-wrap {
      position: relative;
      display: inline-block;
      max-width: min(82vw, 360px);
      margin-inline: auto;
    }
    .mockup-wrap img {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 380px;
      height: auto;
      object-fit: contain;
      margin-inline: auto;
    }
    .visual-placeholder {
      width: min(72vw, 280px);
      min-height: 240px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      padding: 28px;
      color: #FDF8F0;
      text-align: center;
      font-weight: 900;
      line-height: 1.25;
      border: 1px solid rgba(211,172,95,.48);
      background:
        linear-gradient(145deg, rgba(29,38,58,.98), rgba(126,36,63,.94)),
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.06) 19px);
      box-shadow: 0 16px 40px rgba(21,27,43,.24);
    }
    .bonus-placeholder {
      min-height: 150px;
      display: grid;
      place-items: center;
      padding: 34px 18px 20px;
      text-align: center;
      color: rgba(29,36,51,.68);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      background:
        linear-gradient(145deg, rgba(244,232,230,.86), rgba(234,240,234,.92)),
        repeating-linear-gradient(45deg, transparent 0 12px, rgba(155,49,83,.08) 13px);
      border-bottom: 1px solid rgba(29,36,51,.08);
    }
    .bonus-placeholder--filled {
      min-height: 0;
      padding: 10px 10px 4px;
    }
    .bonus-placeholder--filled img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: contain;
      margin-inline: auto;
    }
    .plan-basic-mockup {
      max-width: 210px;
    }
    .plan-basic-mockup img {
      max-height: 260px;
      object-fit: contain;
    }
    @media (max-width: 640px) {
      .mockup-wrap img { max-height: 340px; }
      .visual-placeholder { min-height: 220px; }
    }
    .mockup-badge {
      position: absolute;
      top: -8px;
      right: -8px;
      width: 88px;
      height: 88px;
      border-radius: 999px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #3A1B09;
      font-weight: 800;
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      transform: rotate(12deg);
      background: linear-gradient(135deg, #D8B870 0%, #B88938 100%);
      box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    }
    .mockup-badge .num {
      font-size: 22px;
      margin-bottom: 2px;
    }
    @media (min-width: 768px) {
      .mockup-badge { width: 110px; height: 110px; font-size: 12px; }
      .mockup-badge .num { font-size: 28px; }
    }

    /* Compact countdown inline */
    .cd-inline {
      display: inline-flex;
      gap: 6px;
      font-variant-numeric: tabular-nums;
      font-weight: 800;
      letter-spacing: 1px;
    }
    .cd-inline .cd-box {
      background: rgba(0,0,0,0.18);
      padding: 6px 10px;
      border-radius: 6px;
      min-width: 44px;
      text-align: center;
    }

    /* ===== Anti-clone: desabilita seleção de texto e drag-fantasma das imagens ===== */
    html, body {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;       /* iOS: bloqueia menu de "salvar imagem" */
      -webkit-tap-highlight-color: transparent;
    }
    /* Permite seleção em inputs caso adicione no futuro */
    input, textarea, [contenteditable="true"] {
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
    }
    img {
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
      pointer-events: none;              /* impede drag-fantasma; carrossel arrasta o container */
    }
  
    .offer-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }

    .offer-modal.is-open {
      display: flex;
    }

    .offer-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.78);
    }

    .offer-modal__box {
      position: relative;
      z-index: 1;
      width: min(100%, 460px);
      max-height: 90vh;
      overflow-y: auto;
      border-radius: 22px;
      background: #1D263A;
      color: #fff;
      padding: 34px 24px 26px;
      text-align: center;
      box-shadow: 0 28px 70px rgba(21, 27, 43, 0.45);
      border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .offer-modal__close {
      position: absolute;
      top: 10px;
      right: 14px;
      border: 0;
      background: transparent;
      color: #fff;
      font-size: 30px;
      line-height: 1;
      cursor: pointer;
    }

    .offer-modal__badge {
      display: inline-block;
      border-radius: 999px;
      background: #7B2F44;
      color: #fff;
      padding: 6px 14px;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 16px;
    }

    .offer-modal h2 {
      margin: 0 0 12px;
      font-size: clamp(1.45rem, 6vw, 2rem);
      line-height: 1.1;
      font-weight: 900;
    }

    .offer-modal p {
      margin: 0 auto 18px;
      color: rgba(255, 255, 255, 0.84);
      font-size: 0.98rem;
      line-height: 1.5;
    }

    .offer-modal__price {
      display: grid;
      gap: 3px;
      margin: 14px 0 18px;
    }

    .offer-modal__price span {
      color: rgba(255, 255, 255, 0.68);
      font-size: 0.92rem;
      font-weight: 700;
    }

    .offer-modal__price strong {
      color: #D3AC5F;
      font-size: 3rem;
      line-height: 1;
      font-weight: 900;
    }

    .offer-modal__price small {
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.78rem;
      font-weight: 700;
    }

    .offer-modal__cta,
    .offer-modal__decline {
      display: block;
      border-radius: 12px;
      text-decoration: none;
      font-weight: 900;
      line-height: 1.25;
    }

    .offer-modal__cta {
      background: var(--cta-green);
      color: #fff;
      padding: 16px 18px;
      text-transform: uppercase;
      box-shadow: 0 10px 24px rgba(57,181,116,.32);
    }

    .offer-modal__decline {
      margin-top: 12px;
      padding: 13px 14px;
      color: #fff;
      background: var(--cta-green);
      border: 1px solid var(--cta-green);
      font-size: 0.9rem;
    }

    .offer-modal__cta:hover,
    .offer-modal__decline:hover {
      background: var(--cta-green-hover);
    }

.csp-inline-05623cc4c9ae { background-color: #000000; background-image: none; }

.csp-inline-136fc56e9780 { color:#EF6C57; }

.csp-inline-56206f770aaf { background:var(--cta-green) !important; box-shadow:var(--shadow-cta) !important; }

.csp-inline-7d0968e79aee { color:#9CA3AF; }

.csp-inline-af8c179fa1f1 { transform: translateX(0%); }

.csp-inline-b12b0b323954 { font-size:1.875rem; line-height:1.15; }

.csp-inline-c904bb203519 { color:#E9C679; font-size:18.5px; }

.csp-inline-e68888b44ecf { background:#F3EADF; color:#7E243F; border:1px solid #D9C59E; font-size:14px; }

.csp-inline-f89d317d7a5d { background:#7B2F44; font-size:13px; }
