/* ============================================================
   GENERATED: pages-marketing (landing, precos, signup, login, cookie banner) (was: pages.css)
   Code-split de pages.css por contexto (P-019).
   pages.css ORIGINAL mantido como fallback.
   Gerado em: 2026-05-24
   ============================================================ */

/* ---- pages.css L763-1305 ---- */
/* ─── PRECOS (PRICING) (precos.html) ─── */
.precos-shell { max-width: 1180px; margin: 0 auto; padding: 56px 24px; }
  .precos-header { text-align: center; margin-bottom: 48px; }
  .precos-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(34px, 4.5vw, 48px); font-weight: 800;
    letter-spacing: -.02em; margin-bottom: 12px;
  }
  .precos-header .lead { color: var(--color-text-muted); font-size: 17px; max-width: 60ch; margin: 0 auto; }
  /* Layout: 5 cards em 1 linha em telas largas, 3+2 em médias, 1 em mobile.
     `repeat(auto-fit, minmax(...))` daria 5 cards apertados em 1100px. */
  .plans-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 48px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  @media (max-width: 1180px) {
    .plans-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }
  @media (max-width: 800px) {
    .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 520px) {
    .plans-grid { grid-template-columns: 1fr; }
  }
  .plan-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 28px 22px;
    display: flex; flex-direction: column;
    transition: transform .15s, box-shadow .15s, border-color .15s;
  }
  .plan-card:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(15,30,60,.08); }
  /* Featured "Pro" — diferenciação tipográfica reforçada (D-11) */
  .plan-card.is-featured {
    border-color: var(--color-brand); border-width: 2px;
    position: relative;
    box-shadow: 0 16px 32px rgba(11, 72, 129, 0.18);
  }
  .plan-card.is-featured .plan-price { font-size: 34px; }
  .plan-featured-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--color-brand); color: #fff; padding: 5px 14px; border-radius: 999px;
    font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  }
  .plan-name { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 700; }
  .plan-desc { color: var(--color-text-muted); font-size: 13px; min-height: 36px; margin: 6px 0 14px; }
  .plan-price { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -.02em; }
  .plan-price small { font-size: 13px; font-weight: 500; color: var(--color-text-muted); }
  .plan-price-custom { font-size: 18px; font-weight: 700; color: var(--color-text-muted); }

  /* Promoção de lançamento: pill -40% + preço futuro riscado */
  .plan-price-old {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-muted);
    text-decoration: line-through;
    margin-right: 6px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .plan-discount-pill {
    display: inline-block;
    background: #dc2626; color: #fff;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    vertical-align: middle;
  }
  .plan-price-now {
    display: block;
    margin-top: 6px;
    white-space: nowrap;
    font-size: 26px;
  }
  .plan-card.is-featured .plan-price-now { font-size: 28px; }

  /* Form BYOK bloqueado quando plano não permite (Starter/Grow) */
  form.is-locked { opacity: .5; pointer-events: none; filter: grayscale(.3); position: relative; }

  /* Steps indicator no /signup — reduz ansiedade do usuário */
  .signup-steps {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  .signup-step {
    display: flex; align-items: center; gap: 6px;
    color: var(--color-text-muted);
    font-weight: 500;
  }
  .signup-step.is-current { color: var(--color-brand); font-weight: 700; }
  .signup-step-num {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--color-border);
    color: var(--color-text-muted);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700;
  }
  .signup-step.is-current .signup-step-num {
    background: var(--color-brand); color: #fff;
  }
  .signup-step-line {
    flex: 1; height: 2px;
    background: var(--color-border);
    max-width: 80px;
  }

  /* Garantia em destaque ao lado do CTA */
  .signup-guarantee-banner {
    display: flex; align-items: center; gap: 10px;
    background: rgba(34,197,94,.08);
    border: 1px solid rgba(34,197,94,.25);
    border-radius: 8px;
    padding: 10px 12px;
    margin: 16px 0 10px;
    font-size: 12px;
    color: #166534;
    line-height: 1.4;
  }
  .signup-guarantee-banner i { color: #16a34a; font-size: 18px; flex-shrink: 0; }
  .signup-guarantee-banner strong { color: #14532d; }

  /* CTA com preço + período */
  .cta-period { font-weight: 500; opacity: .9; font-size: 13px; }

  /* Trust seals abaixo do botão */
  .signup-trust {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 18px;
    margin: 12px 0 8px;
    font-size: 11px;
    color: var(--color-text-muted);
  }
  .signup-trust-item { display: inline-flex; align-items: center; gap: 4px; }
  .signup-trust-item i { color: var(--color-brand); font-size: 13px; }

  /* Toggle Mensal/Anual no /signup */
  .billing-period-toggle {
    display: flex; flex-direction: column; gap: 8px;
    margin-bottom: 20px;
  }
  .bp-option {
    display: block;
    padding: 12px 14px;
    border: 1.5px solid var(--color-border);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .12s, background .12s;
  }
  .bp-option:hover { border-color: var(--color-brand); }
  .bp-option.is-selected {
    border-color: var(--color-brand);
    background: var(--color-brand-soft);
  }
  .bp-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
  .bp-name { font-weight: 700; font-size: 15px; }
  .bp-promo-pill {
    display: inline-block; background: #dc2626; color: #fff;
    padding: 1px 7px; border-radius: 999px;
    font-size: 11px; font-weight: 800; margin-left: 4px;
  }
  .bp-tag { font-size: 11px; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: .03em; }
  .bp-option.is-selected .bp-tag { color: var(--color-brand); }
  .bp-price { font-size: 18px; font-weight: 800; color: var(--color-text); white-space: nowrap; }
  .bp-price small { font-size: 12px; font-weight: 500; color: var(--color-text-muted); }
  .bp-price-old {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-muted);
    text-decoration: line-through;
    margin-right: 6px;
    vertical-align: middle;
    white-space: nowrap;
  }

  /* Banner geral da promo (acima dos cards) */
  .precos-launch-banner {
    display: flex; align-items: flex-start; gap: 10px;
    background: linear-gradient(90deg, #fff7ed, #fef3c7);
    border: 1px solid #fcd34d;
    border-radius: var(--radius);
    padding: 12px 16px;
    margin-top: 16px;
    font-size: 13px;
    color: #78350f;
    line-height: 1.45;
  }
  .precos-launch-banner i { color: #d97706; font-size: 18px; flex-shrink: 0; margin-top: 1px; }

  /* Trust signals técnicos — alternativa a depoimentos no pré-lançamento */
  .trust-signals {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 14px 24px;
    margin-top: 18px;
    font-size: 12px;
    color: var(--color-text-muted);
  }
  .trust-item { display: inline-flex; align-items: center; gap: 6px; }
  .trust-item i { font-size: 16px; color: var(--color-brand); }
  .trust-item strong { color: var(--color-text); }

  /* Hierarquia visual ajustada — pílula menor, preço maior */
  .plan-price-now { font-size: 30px !important; }
  .plan-card.is-featured .plan-price-now { font-size: 34px !important; }
  .plan-discount-pill { font-size: 11px; padding: 1px 7px; }
  .plan-price-free { font-size: 24px; font-weight: 700; }
  .plan-price-free small { font-size: 12px; }

  /* Âncora de valor (R$/post) */
  .plan-price-anchor {
    font-size: 12px;
    color: var(--color-text-muted);
    margin-top: 4px;
    line-height: 1.3;
  }
  .plan-price-anchor strong { color: var(--color-brand); font-weight: 700; }

  /* Caixa verde de garantia em cada card */
  .plan-guarantee {
    display: flex; align-items: center; gap: 6px;
    margin-top: 8px;
    padding: 6px 10px;
    background: rgba(34,197,94,.08);
    border: 1px solid rgba(34,197,94,.25);
    border-radius: 6px;
    font-size: 11px;
    color: #166534;
    line-height: 1.3;
  }
  .plan-guarantee i { color: #16a34a; font-size: 14px; }

  /* CTA Pro com glow sutil pra chamar atenção */
  .plan-cta.is-glow {
    box-shadow: 0 0 0 0 rgba(11,72,129,.5);
    animation: cta-pulse 2.4s ease-in-out infinite;
  }
  @keyframes cta-pulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(11,72,129,.35); }
    50%     { box-shadow: 0 0 0 8px rgba(11,72,129,0); }
  }

  /* Grid: prioriza 3+3 simétrico em telas grandes em vez do 5+2 atual */
  .plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 1100px) {
    .plans-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }

  /* Tabela comparativa */
  .precos-comparison {
    margin: 48px auto 32px;
    max-width: 1100px;
  }
  .precos-comparison h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 22px;
  }
  .precos-comparison-wrap {
    overflow-x: auto;
    border-radius: var(--radius);
    border: 1px solid var(--color-border-soft);
    background: var(--color-surface);
  }
  .precos-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 700px;
  }
  .precos-comparison-table th,
  .precos-comparison-table td {
    padding: 10px 12px;
    text-align: center;
    border-bottom: 1px solid var(--color-border-soft);
  }
  .precos-comparison-table .feature-col {
    text-align: left;
    color: var(--color-text-muted);
    font-weight: 500;
    background: var(--color-surface-2);
    position: sticky;
    left: 0;
  }
  .precos-comparison-table thead th {
    background: var(--color-surface-2);
    font-weight: 700;
    padding: 12px;
  }
  .cmp-plan-name { font-weight: 700; color: var(--color-text); font-size: 14px; }
  .cmp-plan-price { font-size: 12px; color: var(--color-text-muted); margin-top: 2px; }
  .cmp-plan-price small { font-size: 10px; }
  .plan-features { list-style: none; padding: 0; margin: 18px 0; flex: 1; font-size: 13px; }
  .plan-features li { padding: 5px 0; display:flex; gap: 8px; align-items: flex-start; }
  .plan-features li i { color: var(--color-success); flex-shrink: 0; margin-top: 2px; }
  .plan-cta { width: 100%; height: 40px; font-size: 13px; font-weight: 700; }

  .precos-comparativo { color: var(--color-text-muted); text-align: center; font-size: 14px; margin-bottom: 48px; }
  .precos-comparativo a { color: var(--color-brand); font-weight: 600; }

  .precos-faq { max-width: 720px; margin: 0 auto; }
  .precos-faq h2 { font-family: 'Montserrat', sans-serif; font-size: 26px; margin-bottom: 24px; text-align: center; font-weight: 800; letter-spacing: -.01em; }
  .precos-faq details {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 10px;
    background: var(--color-surface);
  }
  .precos-faq summary {
    font-weight: 600; cursor: pointer; list-style: none;
    display:flex; justify-content:space-between; align-items:center;
  }
  .precos-faq summary::after { content:'+'; color: var(--color-brand); font-size: 22px; font-weight: 300; transition: transform .2s; }
  .precos-faq details[open] summary::after { transform: rotate(45deg); }
  .precos-faq p { color: var(--color-text-muted); font-size: 14px; margin-top: 10px; line-height: 1.55; }

  .contact-banner {
    background: var(--color-info-soft); color: var(--color-info);
    padding: 14px 18px; border-radius: 10px;
    margin-bottom: 24px; text-align: center; font-size: 14px;
  }

/* ─── /precos testimonials ─── */
.precos-testimonials {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(34,197,94,0.03) 100%);
}
.testimonials-header {
  text-align: center;
  margin-bottom: 48px;
}
.testimonials-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
}
.testimonials-header p {
  font-size: 16px;
  color: var(--color-text-muted, #64748b);
  margin: 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }

.testimonial-card {
  background: white;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.testimonial-rating {
  color: #22c55e;
  font-size: 14px;
  display: flex;
  gap: 2px;
}

.testimonial-quote {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text, #1e293b);
  font-style: italic;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  padding-top: 12px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.testimonial-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text, #1e293b);
}
.testimonial-role {
  font-size: 13px;
  color: var(--color-text-muted, #64748b);
}

/* ─── SIGNUP (signup.html) ─── */
.signup-shell {
      max-width: 980px;
      margin: 0 auto;
      padding: 48px 24px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
    }
    @media (max-width: 768px) {
      .signup-shell { grid-template-columns: 1fr; padding: 32px 16px; }
    }

    .signup-form-card {
      background: var(--color-surface);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-lg);
      padding: 32px;
      box-shadow: var(--shadow);
    }
    .signup-cta-btn { height: 48px; font-size: 15px; }
    .signup-logo {
      display: flex;
      justify-content: center;
      margin-bottom: 28px;
    }
    .signup-logo img {
      height: 80px;
      width: auto;
      max-width: 100%;
    }
    .signup-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 26px;
      font-weight: 800;
      letter-spacing: -0.02em;
      margin: 0 0 8px;
      text-align: center;
    }
    @media (max-width: 480px) {
      .signup-logo img { height: 60px; }
      .signup-title { font-size: 22px; }
    }

    .signup-side {
      padding: 16px;
    }
    .signup-side h2 { font-size: 22px; letter-spacing: -0.01em; margin-bottom: 12px; }
    .signup-feature { display: flex; gap: 10px; padding: 8px 0; align-items: flex-start; }
    .signup-feature i { color: var(--color-success); font-size: 18px; margin-top: 2px; }
    .signup-feature p  { font-size: 13px; color: var(--color-text-muted); }

    .plan-tabs {
      display: flex; gap: 4px;
      background: var(--color-surface-2);
      border-radius: var(--radius);
      padding: 4px;
      margin-bottom: 24px;
    }
    .plan-tab {
      flex: 1; padding: 8px 12px;
      text-align: center;
      border-radius: var(--radius-sm);
      cursor: pointer;
      font-weight: 600;
      font-size: 13px;
      color: var(--color-text-muted);
    }
    .plan-tab.is-active {
      background: var(--color-surface);
      color: var(--color-brand);
      box-shadow: var(--shadow-sm);
    }
    .plan-price { font-family: var(--font-display); font-size: 40px; font-weight: 800; letter-spacing: -0.02em; }
    .plan-price small { font-size: 14px; font-weight: 500; color: var(--color-text-muted); }

    .signup-error {
      background: var(--color-danger-soft);
      color: var(--color-danger);
      padding: 10px 14px;
      border-radius: var(--radius);
      font-size: 13px;
      margin-bottom: 16px;
    }

/* ─── SIGNUP SUCCESS (signup_success.html) ─── */
.center-card {
      max-width: 520px; margin: 0 auto; padding: 64px 24px;
      text-align: center;
    }
    .center-card img { height: 180px; margin: 0 auto 16px; display: block; }
    .center-card .check {
      width: 80px; height: 80px; margin: 0 auto 16px;
      border-radius: 50%;
      background: var(--color-success-soft);
      color: var(--color-success);
      display: flex; align-items: center; justify-content: center;
      font-size: 40px;
    }
    .check.is-pending {
      background: var(--color-warning-soft);
      color: var(--color-warning);
    }

/* ─── TEAM ACCEPT (team_accept.html) ─── */
.ta-shell { min-height:70vh; display:flex; align-items:center; justify-content:center; padding:48px 24px }
  .ta-card  { max-width:520px; width:100%; text-align:center; padding:40px;
              background:var(--color-surface); border:1px solid var(--color-border);
              border-radius:12px; box-shadow:var(--shadow); }
  .ta-icon  { font-size:64px; margin-bottom:18px; }
  .ta-icon.ok    { color:var(--color-success); }
  .ta-icon.error { color:var(--color-danger); }
  .ta-icon.info  { color:var(--color-brand); }
  .ta-title { font-size:24px; font-weight:700; margin-bottom:10px; letter-spacing:-.01em; }
  .ta-msg   { font-size:15px; color:var(--color-text-muted); line-height:1.5; margin-bottom:28px; }


/* ---- pages.css L1380-1386 ---- */
/* ─── SIGNUP CANCELED (pages/signup_canceled.html) ─── */
.center-card {
      max-width: 520px; margin: 0 auto; padding: 64px 24px;
      text-align: center;
    }
    .center-card img { height: 180px; margin: 0 auto 16px; display: block; }


/* ---- pages.css L1943-1951 ---- */
/* ─── ERROR PAGE (errors/_base.html) ─── */
.err-shell { min-height: 70vh; display:flex; align-items:center; justify-content:center; padding:48px 24px; }
    .err-card { max-width: 560px; text-align:center; }
    .err-code { font-family: var(--font-display); font-size: 96px; font-weight: 800;
                letter-spacing: -.02em; color: var(--color-brand); line-height: 1; margin-bottom: 8px; }
    .err-title { font-size: 26px; font-weight: 700; margin: 0 0 12px; letter-spacing: -.01em; }
    .err-text  { color: var(--color-text-muted); font-size: 15px; line-height:1.5; margin-bottom: 28px; }
    .err-cta   { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }


/* ─── LOGIN (login.html) — tela de entrada ─── */
.login-shell {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: linear-gradient(180deg,
    var(--color-brand-soft) 0%,
    var(--color-bg) 60%);
}
.login-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(11, 72, 129, 0.12);
  width: 100%;
  max-width: 440px;
  padding: 28px 32px 24px;
}
.login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.login-logo img {
  height: auto;
  max-width: 180px;
}
.login-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 4px;
  color: var(--color-text);
}
.login-subtitle {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 13px;
  margin: 0 0 16px;
}
.login-form .form-group { margin-bottom: 12px; }
.login-form .input { font-size: 15px; height: 44px; }
.login-btn {
  height: 48px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
}
.login-footer {
  text-align: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border-soft);
  color: var(--color-text-muted);
}
.login-footer a {
  color: var(--color-brand);
  text-decoration: none;
}
.login-footer a:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .login-card { padding: 28px 22px 24px; border-radius: 12px; }
  .login-logo img { max-width: 150px; }
}


/* ---- pages.css L2022-2084 ---- */
/* ─── PUBLIC STATS (social proof na landing) — _public_stats.html ─── */
.stats-shell {
  padding: 56px 0;
  background: linear-gradient(180deg, var(--color-brand-soft) 0%, transparent 100%);
}
.stats-eyebrow {
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
  color: var(--color-text);
}
.stats-eyebrow strong { color: var(--color-brand); }
.stats-eyebrow i { margin-right: 6px; color: var(--color-brand); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 800px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
.stats-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(11, 72, 129, 0.04);
}
.stats-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.stats-icon.stats-ig {
  background: var(--color-instagram-soft);
  color: var(--color-instagram);
}
.stats-icon.stats-fb {
  background: var(--color-facebook-soft);
  color: var(--color-facebook);
}
.stats-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-text);
  line-height: 1.1;
}
.stats-label {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 4px;
  font-weight: 600;
}
.stats-note {
  text-align: center;
  margin-top: 24px;
}


/* ---- pages.css L5085-5147 ---- */
/* ─── Cookie banner (LGPD) ─────────────────────────────────────────── */
.cookie-banner-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  padding: 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.04));
  pointer-events: none;
}
.cookie-banner {
  max-width: 720px;
  margin: 0 auto;
  background: white;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  pointer-events: auto;
}
.cookie-banner-header {
  font-size: 14px;
  margin-bottom: 8px;
}
.cookie-banner-body p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.cookie-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: var(--color-surface-2, #f8fafc);
  border-radius: 8px;
  margin-bottom: 12px;
}
.cookie-toggle {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  cursor: pointer;
}
.cookie-toggle input { margin-top: 2px; }
.cookie-toggle small {
  display: block;
  color: var(--color-text-muted, #64748b);
  font-size: 12px;
}
.cookie-banner-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .cookie-banner-actions { flex-direction: column; }
  .cookie-banner-actions .btn { width: 100%; }
}


