  :root {
    --bg:#FFFFFF;
    --bg-soft:#F0FDFA;
    --primary:#0D3330;
    --primary-soft:#134E4A;
    --accent:#0D9488;
    --accent-hover:#0F766E;
    --text:#0D3330;
    --text-muted:#6B7280;
    --border:#CCFBF1;
    --border-strong:#5EEAD4;
    --warn-bg:#FEF3C7; --warn-text:#92400E;
    --danger-bg:#FEE2E2; --danger-text:#991B1B;
    --state-bg:#F0FDFA; --state-text:#134E4A;
  }
  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Plus Jakarta Sans',sans-serif; background:var(--bg-soft); color:var(--text); line-height:1.6; -webkit-font-smoothing:antialiased; }
  /* hero is full-screen, body starts under fixed header only on non-hero pages */
  .page-section:not(#page-home) > *:first-child { padding-top: 80px; }
  a { color:inherit; text-decoration:none; }
  a:hover { text-decoration:underline; }
  html { scroll-behavior:smooth; }
  body { line-height:1.55; }
  #topo, #estoque, #transparencia { scroll-margin-top: 90px; }

  /* Header – pill flutuante */
  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 14px 24px;
    pointer-events: none;
  }
  .rc-cabecalho {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    background: rgba(2,26,24,0.80);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(94,234,212,0.18);
    border-radius: 999px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.28);
    pointer-events: all;
  }
  .rc-marca { display:flex; align-items:center; gap:9px; font-weight:700; font-size:16px; color:#F0FDFA; letter-spacing:-0.01em; text-decoration:none; }
  .rc-marca:hover { text-decoration:none; }
  .rc-marca__simbolo {
    width:30px; height:30px; background:var(--accent); border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:12px; font-weight:800; letter-spacing:-0.02em;
    flex-shrink:0;
  }
  nav ul { list-style:none; display:flex; gap:4px; align-items:center; }
  nav a {
    font-size:13px; font-weight:500; color:rgba(240,253,250,0.70);
    transition:color 0.15s, background 0.15s;
    text-decoration:none; padding:7px 13px; border-radius:999px;
  }
  nav a:hover { color:#F0FDFA; background:rgba(255,255,255,0.07); text-decoration:none; }
  .rc-nav__botao {
    display:inline-flex; align-items:center; gap:6px;
    padding:8px 18px; background:var(--accent); color:#fff !important;
    border-radius:999px; font-size:13px; font-weight:600;
    transition:background 0.2s, box-shadow 0.2s; text-decoration:none;
    box-shadow: 0 2px 12px rgba(13,148,136,0.45);
  }
  .rc-nav__botao:hover { background:var(--accent-hover); color:#fff !important; text-decoration:none; box-shadow: 0 4px 18px rgba(13,148,136,0.55); }
  .rc-caminho { max-width:1180px; margin:0 auto; padding:20px 24px 0; font-size:13px; color:var(--text-muted); }
  .rc-caminho a { color:var(--text-muted); }
  .rc-caminho a:hover { color:var(--accent); }
  .rc-caminho span { margin:0 6px; }

  /* Footer */
  footer { background:#021a18; color:#D6D3D1; padding:60px 24px 32px; margin-top:0; }
  .rc-rodape { max-width:1180px; margin:0 auto; }
  .rc-rodape__topo { display:grid; grid-template-columns:1fr; gap:28px; padding-bottom:28px; border-bottom:1px solid #0f3d3a; margin-bottom:20px; }
  @media(min-width:720px) { .rc-rodape__topo { grid-template-columns:2fr 1fr 1fr 1fr; } }
  .rc-rodape__marca .rc-marca { color:#fff; margin-bottom:10px; }
  .rc-rodape__marca p { font-size:13px; color:#A8A29E; max-width:380px; }
  .rc-rodape__coluna h4 { font-size:13px; font-weight:600; color:#fff; margin-bottom:12px; text-transform:uppercase; letter-spacing:0.05em; }
  .rc-rodape__coluna ul { list-style:none; }
  .rc-rodape__coluna li { font-size:13px; color:#A8A29E; margin-bottom:8px; }
  .rc-rodape__coluna a { color:#A8A29E; text-decoration:none; }
  .rc-rodape__coluna a:hover { color:#fff; }
  .rc-rodape__aviso { font-size:12px; color:#A8A29E; line-height:1.6; }

  /* Hero */
  .rc-hero {
    background: linear-gradient(150deg, #010f0e 0%, #021a18 35%, #043d38 70%, #0a2e2b 100%);
    border-bottom: 1px solid rgba(255,255,255,0.04);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* Shape: large circle outline top-right */
  .rc-hero__shape-1 {
    position: absolute; top: -160px; right: -160px;
    width: 680px; height: 680px;
    border-radius: 50%;
    border: 1px solid rgba(13,148,136,0.14);
    pointer-events: none;
  }
  /* Shape: medium circle outline bottom-left */
  .rc-hero__shape-2 {
    position: absolute; bottom: -200px; left: -120px;
    width: 520px; height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(45,212,191,0.10);
    pointer-events: none;
  }
  /* Shape: glow orb top-right */
  .rc-hero__shape-3 {
    position: absolute; top: -40px; right: 10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(13,148,136,0.18) 0%, transparent 70%);
    pointer-events: none;
  }
  /* Shape: glow orb bottom-center */
  .rc-hero__shape-4 {
    position: absolute; bottom: -60px; left: 30%;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(45,212,191,0.10) 0%, transparent 70%);
    pointer-events: none;
  }
  /* Dot grid overlay */
  .rc-hero::after {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(94,234,212,0.10) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
  }
  .rc-hero__wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 120px 24px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .rc-hero__texto { position: relative; z-index: 1; }
  .rc-hero__selo {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(13,148,136,0.15);
    border: 1px solid rgba(13,148,136,0.35);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #2DD4BF;
    margin-bottom: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .rc-hero__ponto {
    width: 6px; height: 6px;
    background: var(--accent);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
  }
  @keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }
  .rc-hero h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 800;
    color: #F0FDFA;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
  }
  .rc-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #14B8A6, #2DD4BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .rc-hero__subtitulo {
    font-size: 17px;
    color: rgba(203,213,225,0.85);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px;
  }
  .rc-hero__acoes { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
  .rc-btn-destaque {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(13,148,136,0.35);
  }
  .rc-btn-destaque:hover { background: var(--accent-hover); box-shadow: 0 6px 28px rgba(13,148,136,0.40); text-decoration: none; }
  .rc-btn-destaque:active { transform: translateY(1px); }
  .rc-btn-fantasma {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    background: rgba(255,255,255,0.06);
    color: #F0FDFA;
    border: 1.5px solid rgba(94,234,212,0.35);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    backdrop-filter: blur(4px);
  }
  .rc-btn-fantasma:hover { background: rgba(255,255,255,0.10); color: #F0FDFA; border-color: rgba(94,234,212,0.6); text-decoration: none; }
  .rc-hero__selos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .rc-hero__stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(94,234,212,0.14);
    border-radius: 14px;
    padding: 16px 24px;
    flex-wrap: wrap;
    gap: 0;
  }
  .rc-hero__stat { display:flex; flex-direction:column; gap:2px; flex:1; min-width:100px; }
  .rc-hero__stat-num { font-size:22px; font-weight:800; color:#2DD4BF; letter-spacing:-0.02em; line-height:1; }
  .rc-hero__stat-label { font-size:12px; color:rgba(240,253,250,0.55); letter-spacing:0.01em; }
  .rc-hero__stat-div { width:1px; height:36px; background:rgba(94,234,212,0.18); flex-shrink:0; margin:0 24px; }
  .rc-selo-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: rgba(240,253,250,0.65);
  }
  .rc-selo-icone {
    width: 16px; height: 16px;
    color: #2DD4BF;
    flex-shrink: 0;
  }

  /* Hero image side */
  .rc-hero__visual { position: relative; z-index: 1; }
  .rc-hero__moldura {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06);
  }
  .rc-hero__moldura img {
    width: 100%;
    display: block;
    border-radius: 20px;
  }
  .rc-hero__etiqueta {
    position: absolute;
    bottom: 16px;
    left: 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    white-space: nowrap;
  }
  .rc-etiqueta__icone { font-size: 18px; }
  .rc-etiqueta__label { font-size: 12px; color: #64748b; }
  .rc-etiqueta__valor { font-size: 14px; font-weight: 700; color: var(--primary); }

  @media(max-width:900px) {
    .rc-hero { min-height: auto; }
    .rc-hero__wrap { grid-template-columns: 1fr; gap: 48px; padding: 130px 24px 80px; }
    .rc-hero h1 { font-size: 44px; }
    .rc-hero__visual { max-width: 420px; margin: 0 auto; }
  }
  @media(max-width:640px) {
    .rc-hero__wrap { padding: 120px 20px 72px; }
    .rc-hero h1 { font-size: 34px; }
    .rc-hero__subtitulo { font-size: 15px; }
    .rc-hero__etiqueta { left: 16px; }
  }

  /* Sections */
  main { max-width:1180px; margin:0 auto; padding:56px 24px 80px; }
  .rc-secao__cabecalho { margin-bottom:40px; }
  .rc-secao__kicker {
    display: inline-block; font-size:11px; font-weight:700; letter-spacing:0.12em;
    text-transform:uppercase; color:var(--accent);
    background: rgba(13,148,136,0.08); border:1px solid rgba(13,148,136,0.2);
    padding:4px 12px; border-radius:999px; margin-bottom:14px;
  }
  .rc-secao__titulo {
    font-size:32px; font-weight:800; color:var(--primary);
    letter-spacing:-0.03em; margin-bottom:10px;
    line-height:1.15;
  }
  .rc-secao__titulo em {
    font-style:normal;
    background: linear-gradient(90deg, var(--accent), #2DD4BF);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent;
    background-clip:text;
  }
  .rc-secao__descricao { font-size:15px; color:var(--text-muted); max-width:560px; line-height:1.65; }

  /* Grid de produtos */
  .rc-grade { display:grid; grid-template-columns:repeat(auto-fill, minmax(270px, 1fr)); gap:24px; }
  .rc-cartao { background:var(--bg); border:1px solid var(--border); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; transition:border-color 0.2s, box-shadow 0.2s, transform 0.2s; box-shadow:0 2px 8px rgba(0,0,0,0.04); border-top:3px solid var(--accent); }
  .rc-cartao__link { display:flex; flex-direction:column; flex:1; }
  .rc-cartao__link:hover .rc-cartao__titulo { color:var(--accent); }
  .rc-cartao:hover { border-color:var(--border-strong); box-shadow:0 8px 24px rgba(13,148,136,0.12); transform:translateY(-2px); }
  .rc-cartao.rc-cartao--indisponivel { opacity:0.72; }
  .rc-cartao.rc-cartao--indisponivel:hover { box-shadow:none; transform:none; }
  .rc-cartao__foto { aspect-ratio:1; background:#F0FDFA; display:flex; align-items:center; justify-content:center; border-bottom:1px solid var(--border); overflow:hidden; }
  .rc-cartao__foto img { width:100%; height:100%; object-fit:cover; transition:transform 0.3s ease; }
  .rc-cartao:hover .rc-cartao__foto img { transform:scale(1.03); }
  .rc-cartao.rc-cartao--indisponivel .rc-cartao__foto img { filter:grayscale(0.3); }
  .rc-cartao__corpo { padding:18px; display:flex; flex-direction:column; flex:1; }
  .rc-cartao__etiquetas { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:10px; }
  .rc-tag { display:inline-block; padding:3px 9px; font-size:11px; font-weight:500; border-radius:6px; letter-spacing:0.01em; }
  .rc-tag--aviso { background:var(--warn-bg); color:var(--warn-text); }
  .rc-tag--critico { background:var(--danger-bg); color:var(--danger-text); }
  .rc-tag--info { background:var(--state-bg); color:var(--state-text); }
  .rc-cartao__titulo { font-size:16px; font-weight:600; color:var(--primary); margin-bottom:6px; transition:color 0.15s; }
  .rc-cartao__preco { font-size:22px; font-weight:800; color:var(--accent); margin-bottom:12px; letter-spacing:-0.01em; }
  .rc-cartao__lista { list-style:none; padding:0; margin:0 0 16px; flex:1; }
  .rc-cartao__lista li { font-size:13px; color:var(--text-muted); padding-left:16px; position:relative; margin-bottom:4px; line-height:1.5; }
  .rc-cartao__lista li::before { content:""; position:absolute; left:2px; top:8px; width:5px; height:5px; background:var(--border-strong); border-radius:50%; }
  .rc-btn-comprar { width:100%; padding:11px; background:var(--accent); color:#fff; border:none; border-radius:10px; font-size:14px; font-weight:600; font-family:inherit; cursor:pointer; transition:background 0.15s; text-align:center; display:block; text-decoration:none; }
  .rc-btn-comprar:hover { background:var(--accent-hover); text-decoration:none; }
  .rc-esgotado { width:100%; padding:11px; background:#F5F5F4; color:var(--text-muted); border-radius:10px; font-size:13px; font-weight:600; text-align:center; letter-spacing:0.05em; text-transform:uppercase; }

  /* Info sections */
  .rc-painel-grade { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:20px; }
  .rc-painel { background:var(--bg); border:1px solid var(--border); border-radius:16px; padding:28px; box-shadow:0 4px 16px rgba(0,0,0,0.06); position:relative; overflow:hidden; }
  .rc-painel::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--accent),#2DD4BF); }
  .rc-painel__icone { width:40px; height:40px; border-radius:10px; background:#F0FDFA; color:var(--accent); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
  .rc-painel h3 { font-size:16px; font-weight:600; color:var(--primary); margin-bottom:6px; }
  .rc-painel p { font-size:14px; color:var(--text-muted); }
  .rc-caixa-info {
    background: linear-gradient(135deg, #F0FDFA 0%, #CCFBF1 100%);
    border:1px solid var(--border-strong); border-radius:20px; padding:36px;
    position:relative; overflow:hidden;
  }
  .rc-caixa-info::before {
    content:'';
    position:absolute; top:-40px; right:-40px;
    width:200px; height:200px;
    border-radius:50%;
    border: 1px solid rgba(13,148,136,0.18);
    pointer-events:none;
  }
  .rc-caixa-info__lista { list-style:none; display:grid; grid-template-columns:repeat(auto-fit, minmax(260px, 1fr)); gap:14px 24px; margin-top:8px; }
  .rc-caixa-info__lista li { font-size:14px; color:var(--primary-soft); padding-left:26px; position:relative; }
  .rc-caixa-info__lista li::before { content:""; position:absolute; left:0; top:6px; width:16px; height:16px; background:var(--accent); mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.6l7.3-7.3a1 1 0 011.4 0z'/></svg>") no-repeat center; -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.6l7.3-7.3a1 1 0 011.4 0z'/></svg>") no-repeat center; }
  .rc-wave { display:block; margin-bottom:-2px; line-height:0; }
  .rc-wave svg { width:100%; height:80px; display:block; }
  section + section { margin-top:96px; }
  @media(max-width:640px) { main { padding:56px 20px; } .rc-secao__titulo { font-size:24px; } .rc-caixa-info { padding:24px 20px; } }

  /* Page sections */
  .page-section { display:none; }
  .page-section.active { display:block; }
  .page-legal main { max-width:820px; margin:0 auto; padding:100px 24px 64px; }
  .legal-card { background:#fff; border:1px solid var(--border); border-radius:16px; padding:40px; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
  .legal-card h1 { font-size:30px; font-weight:700; color:var(--primary); letter-spacing:-0.02em; margin-bottom:8px; line-height:1.2; }
  .legal-meta { font-size:13px; color:var(--text-muted); margin-bottom:28px; }
  .legal-card h2 { font-size:18px; font-weight:600; color:var(--primary); margin:28px 0 10px; }
  .legal-card h3 { font-size:15px; font-weight:600; color:var(--primary-soft); margin:20px 0 8px; }
  .legal-card p { font-size:15px; color:var(--primary-soft); margin-bottom:12px; }
  .legal-card ul, .legal-card ol { padding-left:24px; margin-bottom:12px; }
  .legal-card li { font-size:15px; color:var(--primary-soft); margin-bottom:6px; }
  .legal-card strong { color:var(--primary); }
  .highlight { background:#F0FDFA; border:1px solid #99F6E4; border-radius:10px; padding:16px 18px; margin:16px 0; font-size:14px; color:#134E4A; }
  .rc-grade-legal { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); gap:14px; margin:16px 0; }
  .info-item { background:var(--bg-soft); border:1px solid var(--border); border-radius:10px; padding:16px; }
  .info-item .label { font-size:11px; font-weight:600; color:var(--text-muted); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:6px; }
  .info-item .value { font-size:14px; font-weight:500; color:var(--primary); }
  .pay-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:14px; margin:16px 0 20px; }
  .pay-item { background:var(--bg-soft); border:1px solid var(--border); border-radius:10px; padding:18px; }
  .pay-item h3 { font-size:15px; font-weight:600; color:var(--primary); margin-bottom:6px; }
  .pay-item p { font-size:13px; color:var(--text-muted); margin:0; }

  /* FAQ */
  .faq-item { border-top:1px solid var(--border); padding:20px 0; }
  .faq-item:first-of-type { border-top:none; padding-top:0; }
  .faq-item summary { font-size:16px; font-weight:600; color:var(--primary); cursor:pointer; list-style:none; display:flex; align-items:center; justify-content:space-between; gap:12px; }
  .faq-item summary::-webkit-details-marker { display:none; }
  .faq-item summary::after { content:"+"; font-size:22px; font-weight:400; color:var(--text-muted); transition:transform 0.2s; }
  .faq-item[open] summary::after { content:"\2212"; }
  .faq-item summary:hover { color:var(--accent); }
  .faq-answer { margin-top:12px; font-size:15px; color:var(--primary-soft); }
  .faq-answer p { margin-bottom:10px; }
  .faq-answer ul { padding-left:22px; margin-bottom:10px; }
  .faq-answer li { margin-bottom:6px; }
  @media(max-width:640px) { .legal-card { padding:24px 20px; } .legal-card h1 { font-size:24px; } }

  /* Sobre */
  .page-sobre main { max-width:820px; margin:0 auto; padding:100px 24px 64px; }
  .sobre-card { background:#fff; border:1px solid var(--border); border-radius:16px; padding:40px; margin-bottom:24px; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
  .sobre-card h1 { font-size:30px; font-weight:700; color:var(--primary); letter-spacing:-0.02em; margin-bottom:20px; line-height:1.2; }
  .sobre-card h2 { font-size:18px; font-weight:600; color:var(--primary); margin:28px 0 10px; }
  .sobre-card p { font-size:15px; color:var(--primary-soft); margin-bottom:14px; }
  .sobre-card ul { padding-left:24px; margin-bottom:14px; }
  .sobre-card li { font-size:15px; color:var(--primary-soft); margin-bottom:8px; }
  .sobre-card strong { color:var(--primary); }
  .values-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); gap:14px; margin:16px 0; }
  .value-item { background:var(--bg-soft); border:1px solid var(--border); border-radius:10px; padding:18px; }
  .value-item h3 { font-size:14px; font-weight:600; color:var(--primary); margin-bottom:6px; }
  .value-item p { font-size:13px; color:var(--text-muted); margin:0; }
  .cta-bar { background:#F0FDFA; border:1px solid #99F6E4; border-radius:12px; padding:24px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; }
  .cta-bar p { font-size:15px; color:#134E4A; margin:0; font-weight:500; }
  .btn-cta { display:inline-flex; align-items:center; gap:8px; padding:11px 20px; background:var(--accent); color:#fff; border-radius:10px; font-size:14px; font-weight:600; text-decoration:none; }
  .btn-cta:hover { background:var(--accent-hover); text-decoration:none; }

  /* Contato */
  .page-contato main { max-width:900px; margin:0 auto; padding:100px 24px 64px; display:grid; grid-template-columns:1fr; gap:24px; }
  @media(min-width:720px) { .page-contato main { grid-template-columns:1.2fr 1fr; align-items:start; } }
  .contact-card { background:#fff; border:1px solid var(--border); border-radius:16px; padding:36px; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
  .contact-card h1 { font-size:28px; font-weight:700; color:var(--primary); letter-spacing:-0.02em; margin-bottom:8px; line-height:1.2; }
  .contact-card .sub { font-size:14px; color:var(--text-muted); margin-bottom:28px; }
  .form-group { margin-bottom:18px; }
  .form-group label { display:block; font-size:13px; font-weight:600; color:var(--primary); margin-bottom:6px; }
  .form-group input, .form-group textarea, .form-group select {
    width:100%; padding:11px 14px; border:1px solid var(--border); border-radius:8px;
    font-size:14px; font-family:inherit; color:var(--primary); background:var(--bg);
    transition:border-color 0.15s, box-shadow 0.15s;
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline:none; border-color:var(--accent); box-shadow:0 0 0 3px rgba(13,148,136,0.12); }
  .form-group textarea { resize:vertical; min-height:110px; }
  .form-group .hint { font-size:12px; color:var(--text-muted); margin-top:5px; }
  .consent-row { display:flex; gap:10px; align-items:flex-start; margin-bottom:18px; }
  .consent-row input[type="checkbox"] { flex-shrink:0; margin-top:3px; accent-color:var(--accent); }
  .consent-row label { font-size:13px; color:var(--text-muted); line-height:1.5; }
  .btn-submit {
    width:100%; padding:13px; background:var(--accent); color:#fff; border:none;
    border-radius:10px; font-size:15px; font-weight:600; font-family:inherit;
    cursor:pointer; transition:background 0.15s;
  }
  .btn-submit:hover { background:var(--accent-hover); }
  .btn-submit:disabled { background:#9CA3AF; cursor:not-allowed; }
  .success-msg {
    display:none; background:#ECFDF5; border:1px solid #A7F3D0;
    border-radius:10px; padding:20px 22px; margin-top:18px;
    font-size:14px; color:#065F46; line-height:1.6;
  }
  .success-msg strong { display:block; font-size:16px; margin-bottom:4px; }
  .channels-card { background:#fff; border:1px solid var(--border); border-radius:16px; padding:32px; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
  .channels-card h2 { font-size:18px; font-weight:600; color:var(--primary); margin-bottom:18px; }
  .channel-item { display:flex; align-items:center; gap:12px; padding:14px 0; border-top:1px solid var(--border); }
  .channel-item:first-of-type { border-top:none; padding-top:0; }
  .channel-icon { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .channel-icon.email { background:#F0FDFA; }
  .channel-icon.clock { background:var(--state-bg); }
  .channel-label { font-size:11px; font-weight:600; color:var(--text-muted); text-transform:uppercase; letter-spacing:0.05em; margin-bottom:2px; }
  .channel-value { font-size:14px; font-weight:500; color:var(--primary); }
  .channel-value a { color:var(--primary); }
  .channel-value a:hover { color:var(--accent); }
  @media(max-width:640px) { .sobre-card { padding:24px 20px; } .sobre-card h1 { font-size:24px; } .contact-card { padding:24px 20px; } .contact-card h1 { font-size:22px; } .channels-card { padding:22px 18px; } }

  /* Cookie consent banner */
  .cb-cookie-banner {
    position: fixed; left: 16px; right: 16px; bottom: 16px;
    max-width: 520px; margin-left: auto; margin-right: auto;
    background: #fff; border: 1px solid var(--border); border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.10); padding: 20px 22px;
    z-index: 9999; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--primary); animation: cb-cookie-in 0.28s ease-out;
  }
  @keyframes cb-cookie-in {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .cb-cookie-banner h2 { font-size: 15px; font-weight: 600; color: var(--primary); margin: 0 0 6px; line-height: 1.3; }
  .cb-cookie-banner p { font-size: 13px; color: var(--primary-soft); line-height: 1.55; margin: 0 0 14px; }
  .cb-cookie-banner p a { color: var(--accent); text-decoration: none; font-weight: 500; }
  .cb-cookie-banner p a:hover { text-decoration: underline; }
  .cb-cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
  .cb-cookie-btn { flex: 1 1 auto; min-width: 120px; padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; font-family: inherit; cursor: pointer; border: 1px solid transparent; transition: background 0.15s, border-color 0.15s; }
  .cb-cookie-btn-accept { background: var(--accent); color: #fff; }
  .cb-cookie-btn-accept:hover { background: var(--accent-hover); }
  .cb-cookie-btn-reject { background: #fff; color: var(--primary); border-color: var(--border-strong); }
  .cb-cookie-btn-reject:hover { background: var(--bg-soft); }
  .cb-cookie-hidden { display: none !important; }
  @media (max-width: 480px) {
    .cb-cookie-banner { padding: 16px 18px; left: 10px; right: 10px; bottom: 10px; }
    .cb-cookie-btn { flex-basis: 100%; }
  }

  /* Product pages */
  .page-product main { max-width:1180px; margin:0 auto; padding:100px 24px 64px; }
  .product { display:grid; grid-template-columns:1fr; gap:40px; background:#fff; border:1px solid var(--border); border-radius:16px; padding:32px; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
  @media(min-width:900px) { .product { grid-template-columns:1.1fr 1fr; gap:48px; padding:40px; } }
  .gallery { display:flex; flex-direction:column; gap:12px; }
  .gallery-main { aspect-ratio:1; background:#F0FDFA; border:1px solid var(--border); border-radius:12px; overflow:hidden; }
  .gallery-main img { width:100%; height:100%; object-fit:cover; display:block; }
  .gallery-thumbs { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
  .thumb { aspect-ratio:1; background:#F0FDFA; border:1px solid var(--border); border-radius:8px; overflow:hidden; cursor:pointer; transition:border-color 0.15s; padding:0; }
  .thumb:hover { border-color:var(--accent); }
  .thumb.active { border-color:var(--accent); border-width:2px; }
  .thumb img { width:100%; height:100%; object-fit:cover; display:block; }
  .info .tags { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:14px; }
  .product-title { font-size:30px; font-weight:700; color:var(--primary); letter-spacing:-0.02em; margin-bottom:8px; line-height:1.2; }
  .product-sub { font-size:14px; color:var(--text-muted); margin-bottom:20px; }
  .price-row { display:flex; align-items:baseline; gap:10px; margin-bottom:24px; padding-bottom:24px; border-bottom:1px solid var(--border); }
  .price { font-size:36px; font-weight:700; color:var(--accent); letter-spacing:-0.02em; }
  .price-note { font-size:13px; color:var(--text-muted); }
  .desc-block h4 { font-size:13px; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:10px; }
  .desc-block { margin-bottom:20px; }
  .desc-block p { font-size:14px; color:var(--primary-soft); }
  .desc-block ul { list-style:none; padding:0; }
  .desc-block li { font-size:14px; color:var(--primary-soft); padding-left:24px; position:relative; margin-bottom:8px; line-height:1.5; }
  .desc-block li::before { content:""; position:absolute; left:4px; top:7px; width:8px; height:8px; border-radius:50%; background:var(--border-strong); }
  .desc-block li.warn::before { background:#F59E0B; }
  .desc-block li.danger::before { background:#EF4444; }
  .desc-block li.ok::before { background:#10B981; }
  .buy-group { margin-top:28px; padding-top:20px; border-top:1px solid var(--border); display:flex; flex-direction:column; gap:10px; }
  .btn-prod { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:14px 22px; border:none; border-radius:10px; font-size:15px; font-weight:600; font-family:inherit; cursor:pointer; transition:background 0.15s, transform 0.1s; text-decoration:none; }
  .btn-prod-primary { background:var(--accent); color:#fff; }
  .btn-prod-primary:hover { background:var(--accent-hover); }
  .btn-prod-wpp { background:#25D366; color:#fff; }
  .btn-prod-wpp:hover { background:#20BD5B; }
  .btn-prod:active { transform:translateY(1px); }
  .notice-prod { display:flex; align-items:flex-start; gap:10px; background:#FFFBEB; border:1px solid #FDE68A; border-radius:10px; padding:14px 16px; margin-top:18px; font-size:13px; color:#78350F; line-height:1.5; }
  .details-section { margin-top:48px; background:#fff; border:1px solid var(--border); border-radius:16px; padding:32px; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
  .details-section h2 { font-size:20px; font-weight:700; color:var(--primary); letter-spacing:-0.01em; margin-bottom:8px; }
  .details-section .sub { font-size:14px; color:var(--text-muted); margin-bottom:20px; }
  .cond-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:16px; }
  .cond-item { background:var(--bg-soft); border:1px solid var(--border); border-radius:10px; padding:18px; }
  .cond-item .label { font-size:11px; font-weight:600; color:var(--text-muted); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:6px; }
  .cond-item .value { font-size:14px; font-weight:500; color:var(--primary); line-height:1.5; }
  .status-bad { color:#991B1B; }
  .status-warn { color:#92400E; }
  .status-ok { color:#065F46; }
  .back-link { display:inline-flex; align-items:center; gap:6px; font-size:14px; color:var(--accent); margin-top:32px; font-weight:500; }
  .back-link:hover { text-decoration:underline; }
  @media(max-width:640px) { .product { padding:20px; } .product-title { font-size:24px; } .price { font-size:30px; } }

  /* Auth / Login */
  .page-login .auth-wrap {
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    padding: 100px 20px 48px;
    background: var(--bg-soft);
  }
  .auth-card {
    background: var(--bg); border: 1px solid var(--border); border-radius: 16px;
    width: 100%; max-width: 440px; overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  }
  .auth-tabs { display: flex; border-bottom: 1px solid var(--border); }
  .auth-tab {
    flex: 1; padding: 18px 20px; font-size: 14px; font-weight: 600;
    color: var(--text-muted); background: var(--bg-soft); border: none;
    cursor: pointer; font-family: inherit; transition: color 0.15s, background 0.15s;
  }
  .auth-tab.active {
    background: var(--bg); color: var(--primary);
    border-bottom: 2px solid var(--accent); margin-bottom: -1px;
  }
  .auth-tab:first-child { border-radius: 16px 0 0 0; }
  .auth-tab:last-child  { border-radius: 0 16px 0 0; }
  .auth-panel { display: none; padding: 32px; }
  .auth-panel.active { display: block; }
  .auth-panel h2 { font-size: 22px; font-weight: 700; color: var(--primary); letter-spacing: -0.01em; margin-bottom: 6px; }
  .auth-panel p.auth-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; }
  .auth-panel .form-group { margin-bottom: 18px; }
  .auth-panel .form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--primary); margin-bottom: 6px; }
  .auth-panel .form-group input {
    width: 100%; padding: 10px 14px; border: 1px solid var(--border-strong);
    border-radius: 8px; font-size: 14px; font-family: inherit;
    color: var(--text); background: var(--bg);
    transition: border-color 0.15s, box-shadow 0.15s; outline: none;
  }
  .auth-panel .form-group input:focus {
    border-color: var(--accent); box-shadow: 0 0 0 3px rgba(13,148,136,0.15);
  }
  .auth-panel .form-hint { font-size: 12px; color: var(--text-muted); margin-top: 5px; }
  .btn-auth {
    width: 100%; padding: 12px; background: var(--accent); color: #fff;
    border: none; border-radius: 10px; font-size: 14px; font-weight: 600;
    font-family: inherit; cursor: pointer;
    transition: background 0.2s, transform 0.1s; margin-top: 8px;
  }
  .btn-auth:hover { background: var(--accent-hover); }
  .btn-auth:active { transform: translateY(1px); }
  .auth-divider {
    display: flex; align-items: center; gap: 12px;
    margin: 22px 0; font-size: 12px; color: var(--text-muted);
  }
  .auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
  .btn-auth-alt {
    width: 100%; padding: 11px; background: var(--bg); color: var(--primary);
    border: 1px solid var(--border-strong); border-radius: 8px;
    font-size: 14px; font-weight: 500; font-family: inherit; cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    transition: border-color 0.15s, background 0.15s;
  }
  .btn-auth-alt:hover { background: var(--bg-soft); }
  .auth-footer-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 20px; }
  .auth-footer-note a { color: var(--accent); }
  .auth-alert {
    display: none; padding: 10px 14px; border-radius: 8px;
    font-size: 13px; font-weight: 500; margin-bottom: 18px; line-height: 1.5;
  }
  .auth-alert.error { display: flex; gap: 8px; background: #FEE2E2; color: #991B1B; border: 1px solid #FECACA; }
  .auth-alert.info  { display: flex; gap: 8px; background: #F0FDFA; color: #1e40af; border: 1px solid #99F6E4; }
  .password-wrap { position: relative; }
  .password-wrap input { padding-right: 40px; }
  .toggle-pw {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    background: none; border: none; cursor: pointer;
    color: var(--text-muted); padding: 0; display: flex; align-items: center;
  }
  .toggle-pw:hover { color: var(--primary); }
  .toggle-pw .icon-eye-off { display: none; }
  .toggle-pw.shown .icon-eye { display: none; }
  .toggle-pw.shown .icon-eye-off { display: block; }
  .label-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
  .label-row label { margin-bottom: 0; }
  .forgot-link { font-size: 12px; color: var(--accent); font-weight: 500; }
  .forgot-link:hover { text-decoration: underline; }
  .strength-bar { height: 3px; border-radius: 2px; margin-top: 6px; background: var(--border); overflow: hidden; }
  .strength-fill { height: 100%; width: 0; border-radius: 2px; transition: width 0.3s, background 0.3s; }
  @media(max-width:480px) { .auth-panel { padding: 24px 20px; } .auth-tab { padding: 15px 12px; } }
