﻿/*
Theme Name: Elevated Mind
Theme URI: https://elevatedmind.com.br
Author: Juliana
Description: Tema do blog Elevated Mind — visual escuro, tipografia Archivo + Inter.
Version: 1.3
License: GNU General Public License v2 or later
Text Domain: elevated-mind
*/

    :root {
      --bg: #16101F;
      --bg-soft: #1C1430;
      --ink: #151320;
      --dark: #221634;
      --dark-2: #241338;
      --purple: #C489D2;
      --purple-deep: #4A1E63;
      --grad-a: #EFA6E4;
      --grad-b: #B85CC0;
      --lime: #C6F24A;
      --lime-deep: #B4E635;
      --muted: #6C6879;
      --muted-2: #A6A2B6;
      --card: #221634;
      --on-dark: #EDEBF7;
      --radius: 26px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    html { scroll-behavior: smooth; scroll-padding-top: 100px; }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--on-dark);
      background: var(--bg);
      background-image:
        radial-gradient(60% 50% at 78% 8%, rgba(147,70,150,0.30), transparent 60%),
        radial-gradient(50% 40% at 10% 4%, rgba(234,143,219,0.16), transparent 60%);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    .wrap { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 28px; }

    .display {
      font-family: 'Archivo', sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      line-height: 0.98;
    }

    .grad-text {
      background: linear-gradient(100deg, var(--grad-a), var(--grad-b));
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--purple);
    }
    .kicker.on-dark { color: var(--lime); }
    .kicker svg { width: 15px; height: 15px; }

    /* ===== Botão lima com seta ===== */
    .btn-lime {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      background: var(--lime);
      color: var(--ink);
      font-weight: 700;
      font-size: 0.82rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 7px 7px 7px 26px;
      border-radius: 999px;
      transition: background 0.2s ease;
    }
    .btn-lime:hover { background: var(--lime-deep); }
    .btn-lime .circle {
      width: 42px; height: 42px;
      background: var(--ink);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex: none;
    }
    .btn-lime .circle svg { width: 18px; height: 18px; stroke: var(--lime); }

    /* ===== NAV ===== */
    .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
    .nav-inner {
      max-width: 1220px; margin: 0 auto;
      padding: 18px 28px;
      display: flex; align-items: center; justify-content: space-between; gap: 20px;
    }
    .brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--on-dark); }
    .brand .mark {
      width: 34px; height: 34px; border-radius: 10px;
      background: rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: center; flex: none;
    }
    .brand .mark svg { width: 19px; height: 19px; stroke: var(--lime); }
    .brand b { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.05rem; letter-spacing: 0.02em; }

    .nav-links { display: flex; gap: 30px; list-style: none; }
    .nav-links a {
      color: var(--ink); text-decoration: none; font-size: 0.9rem; font-weight: 500;
      opacity: 0.82; transition: opacity 0.2s ease;
    }
    .nav-links a:hover { opacity: 1; }

    .nav-shop {
      display: inline-flex; align-items: center; gap: 9px;
      background: #fff; border: 1px solid rgba(21,19,32,0.12);
      color: var(--ink); text-decoration: none;
      font-size: 0.85rem; font-weight: 600;
      padding: 9px 9px 9px 18px; border-radius: 999px;
    }
    .nav-shop .dot {
      width: 24px; height: 24px; border-radius: 50%; background: var(--lime);
      display: flex; align-items: center; justify-content: center;
    }
    .nav-shop .dot svg { width: 12px; height: 12px; stroke: var(--ink); }

    .burger { display: none; flex-direction: column; gap: 5px; width: 30px; cursor: pointer; }
    .burger span { height: 2px; width: 24px; background: #fff; border-radius: 2px; transition: background 0.3s ease; }
    #nav-toggle { display: none; }

    /* Nav sobre o vídeo (topo) vs. rolado */
    .nav { transition: background 0.3s ease; }
    .nav .brand b { color: #fff; }
    .nav .brand .mark { background: rgba(255,255,255,0.14); }
    .nav .nav-links a { color: #fff; opacity: 0.92; }
    .nav.scrolled { background: rgba(22,16,31,0.82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
    .nav.scrolled .brand b { color: #fff; }
    .nav.scrolled .brand .mark { background: rgba(255,255,255,0.14); }
    .nav.scrolled .nav-links a { color: #fff; }
    .nav.scrolled .burger span { background: #fff; }

    /* ===== RAIL de ícones ===== */
    .rail {
      position: fixed; left: 26px; top: 50%; transform: translateY(-50%); z-index: 90;
      background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 999px;
      -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
      padding: 12px 8px; display: flex; flex-direction: column; gap: 6px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.3);
    }
    .rail a {
      width: 42px; height: 42px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--muted-2); text-decoration: none;
    }
    .rail a svg { width: 19px; height: 19px; stroke: currentColor; }
    .rail a.active { background: var(--lime); color: var(--ink); }

    /* ===== HERO ===== */
    .hero {
      position: relative; overflow: hidden;
      /* No celular, a barra de endereco some quando a pessoa rola, e isso muda
         o valor de "vh" - a pagina inteira pula. O "svh" nao muda.
         As duas linhas existem de proposito. NAO apague nenhuma das duas. */
      min-height: 92vh;
      min-height: 92svh;
      display: flex; align-items: center;
      padding: 130px 0 90px;
    }
    .hero-media { position: absolute; inset: 0; z-index: 0; background: #14121A url('videos/poster.jpg') center/cover no-repeat; }
    .hero-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
    .hero-scrim {
      position: absolute; inset: 0;
      background:
        linear-gradient(90deg, rgba(15,4,28,0.88) 0%, rgba(15,4,28,0.60) 44%, rgba(15,4,28,0.20) 100%),
        linear-gradient(0deg, rgba(15,4,28,0.45), rgba(15,4,28,0.10));
    }
    .hero .wrap { position: relative; z-index: 2; width: 100%; }
    .hero-grid { display: block; }
    .hero-grid > div:first-child { max-width: 640px; }
    .hero h1 { font-size: clamp(2.9rem, 7vw, 5.2rem); margin: 20px 0 24px; color: #fff; }
    .hero .kicker { color: #EDA8E2; }
    .hero p.lead {
      color: rgba(255,255,255,0.82); font-size: 1.02rem; max-width: 40ch; margin-bottom: 34px; line-height: 1.7;
    }
    .hero p.lead b { color: #fff; font-weight: 600; }
    .visual { display: none; }

    /* Visual do hero */
    .visual { position: relative; height: 500px; }
    .orb {
      position: absolute; top: 50%; left: 52%; transform: translate(-50%,-50%);
      width: 400px; height: 400px; border-radius: 50%;
      background: linear-gradient(150deg, #B9A6FF, #6E4FE8 70%);
    }
    .orb-ring {
      position: absolute; top: 50%; left: 52%; transform: translate(-50%,-50%);
      width: 460px; height: 460px; border-radius: 50%;
      border: 1.5px dashed rgba(124,92,252,0.4);
    }
    .orb-core {
      position: absolute; top: 50%; left: 52%; transform: translate(-50%,-50%);
      width: 130px; height: 130px;
    }
    .orb-core svg { width: 100%; height: 100%; stroke: rgba(255,255,255,0.92); fill: none; }

    .chip {
      position: absolute; background: #fff; border-radius: 18px;
      padding: 13px 16px; display: flex; align-items: center; gap: 11px;
      box-shadow: 0 20px 44px rgba(41,28,92,0.18);
    }
    .chip .ci {
      width: 38px; height: 38px; border-radius: 11px; flex: none;
      display: flex; align-items: center; justify-content: center;
    }
    .chip .ci svg { width: 21px; height: 21px; stroke: var(--ink); fill: none; stroke-width: 1.7; }
    .chip b { font-family: 'Archivo', sans-serif; font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; display: block; }
    .chip span { font-size: 0.72rem; color: var(--muted); }
    .chip.c1 { top: 8%; left: 6%; }
    .chip.c2 { top: 30%; right: -2%; }
    .chip.c3 { bottom: 12%; left: -2%; }
    .chip.c4 { bottom: 2%; right: 14%; }
    .ci.lime { background: var(--lime); }
    .ci.lav { background: #E7E1FB; }
    .ci.mint { background: #E4F6D9; }
    .ci.pink { background: #FBE4EE; }

    .dots { position: absolute; top: 20%; right: 10%; display: grid; grid-template-columns: repeat(5,6px); gap: 8px; }
    .dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(124,92,252,0.5); display: block; }

    /* ===== FEATURES (bloco escuro) ===== */
    .features {
      background: var(--dark); border-radius: var(--radius);
      padding: 44px 46px; margin-top: 24px;
    }
    .features .fgrid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 26px;
    }
    .feat { padding: 4px 28px; border-left: 1px solid rgba(255,255,255,0.09); }
    .feat:first-child { border-left: none; padding-left: 0; }
    .feat .fi {
      width: 44px; height: 44px; border: 1px solid rgba(198,242,74,0.5); border-radius: 12px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
    }
    .feat .fi svg { width: 22px; height: 22px; stroke: var(--lime); fill: none; stroke-width: 1.6; }
    .feat h3 {
      font-family: 'Archivo', sans-serif; font-weight: 800; text-transform: uppercase;
      font-size: 0.98rem; letter-spacing: 0.02em; color: #fff; line-height: 1.15; margin-bottom: 12px;
    }
    .feat p { font-size: 0.85rem; color: var(--muted-2); line-height: 1.6; }

    /* ===== PICKS ===== */
    .picks { padding: 84px 0 20px; }
    .picks-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
    .picks-head h2 { font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; font-size: clamp(1.6rem, 3.4vw, 2.3rem); line-height: 1; color: var(--on-dark); }
    .picks-head .bar { width: 60px; height: 4px; background: var(--purple); border-radius: 4px; margin-top: 14px; }
    .arrows { display: flex; gap: 10px; }
    .arrows button {
      width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
    }
    .arrows button svg { width: 17px; height: 17px; stroke: currentColor; }
    .arrows .a-prev { background: rgba(255,255,255,0.08); color: #fff; }
    .arrows .a-next { background: var(--lime); color: var(--ink); }

    .pick-row {
      display: grid; grid-auto-flow: column; grid-auto-columns: minmax(232px, 1fr);
      gap: 20px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory;
    }
    .pick-row::-webkit-scrollbar { height: 6px; }
    .pick-row::-webkit-scrollbar-thumb { background: rgba(124,92,252,0.3); border-radius: 6px; }

    .pick {
      display: block; text-decoration: none;
      background: var(--card); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 16px; scroll-snap-align: start;
      box-shadow: 0 12px 30px rgba(0,0,0,0.25);
      transition: border-color 0.2s ease, transform 0.2s ease;
    }
    .pick:hover { border-color: var(--lime); transform: translateY(-3px); }
    .pick:hover .go { background: var(--lime-deep); }
    .pick .shot {
      border-radius: 14px; height: 156px; display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
      /* FOTO DE PRODUTO (bloco novo) — position/overflow existem para segurar a foto.
         PARA DESFAZER: apague estas duas linhas e o bloco marcado logo abaixo. */
      position: relative; overflow: hidden;
    }
    /* ===== FOTO DE PRODUTO NO CARD — INÍCIO DO BLOCO REVERSÍVEL =====
       A foto fica por cima do ícone. Se o arquivo da foto não existir,
       o <img> se remove sozinho e o ícone continua aparecendo.
       PARA DESFAZER: apague daqui até "FIM DO BLOCO REVERSÍVEL". */
    .pick .shot img {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; display: block;
      /* O z-index é obrigatório: o ícone tem opacity 0.85, e isso o promove
         para a mesma camada de desenho da foto. Sem esta linha o ícone
         aparece POR CIMA da foto, porque vem depois dela no HTML. */
      z-index: 1;
    }
    /* ===== FIM DO BLOCO REVERSÍVEL ===== */
    .pick .shot svg { width: 74px; height: 74px; stroke: var(--ink); fill: none; stroke-width: 1.4; opacity: 0.85; }
    .pick .tag { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple); }
    .pick h4 { font-size: 0.98rem; font-weight: 600; margin: 6px 0 10px; color: var(--on-dark); }
    .pick .price-row { display: flex; align-items: center; justify-content: space-between; }
    .pick .price { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.05rem; }
    .pick .go {
      width: 38px; height: 38px; border-radius: 50%; background: var(--lime);
      display: flex; align-items: center; justify-content: center; text-decoration: none;
    }
    .pick .go svg { width: 15px; height: 15px; stroke: var(--ink); }
    .sh-lav { background: #EDE8FB; } .sh-mint { background: #E9F6DE; }
    .sh-pink { background: #FBE7F0; } .sh-blue { background: #E4EEFB; } .sh-peach { background: #FBEEE0; }

    /* ===== STATS (faixa roxa) ===== */
    .stats { padding: 60px 0; }
    .stats-bar {
      background: linear-gradient(125deg, #93459A 0%, #5A1F6E 55%, #2C1041 100%);
      border-radius: var(--radius); padding: 34px 40px;
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    }
    .stat { display: flex; align-items: center; gap: 14px; color: #fff; }
    .stat .si { width: 40px; height: 40px; flex: none; opacity: 0.9; }
    .stat .si svg { width: 40px; height: 40px; stroke: rgba(255,255,255,0.85); fill: none; stroke-width: 1.5; }
    .stat b { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.5rem; display: block; line-height: 1; }
    .stat span { font-size: 0.8rem; color: rgba(255,255,255,0.72); }
    .stat + .stat { border-left: 1px solid rgba(255,255,255,0.16); padding-left: 20px; }

    /* Área de anúncio (mantém o degradê da faixa) */
    /* ===== CONVITE DO TESTE — INÍCIO DO BLOCO REVERSÍVEL =====
       Reaproveita a faixa roxa, com duas colunas em vez de quatro.
       PARA DESFAZER: apague daqui até "FIM DO BLOCO REVERSÍVEL" e
       apague a seção id="teste" do index.html. */
    .stats-bar.quiz-cta {
      grid-template-columns: 1fr auto; align-items: center;
      gap: 34px; padding: 38px 40px;
    }
    .quiz-cta .kicker { color: #EFA6E4; }
    .quiz-cta h2 {
      font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase;
      font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.05;
      color: #fff; margin: 12px 0;
    }
    .quiz-cta p {
      color: rgba(255,255,255,0.82); line-height: 1.7;
      margin: 0; max-width: 58ch; font-size: 0.95rem;
    }
    .quiz-cta .btn-lime { white-space: nowrap; }
    @media (max-width: 820px) {
      .stats-bar.quiz-cta { grid-template-columns: 1fr; gap: 24px; padding: 32px 26px; }
    }
    /* ===== FIM DO BLOCO REVERSÍVEL ===== */

    .stats-bar.ad-bar {
      display: flex; align-items: center; justify-content: center;
      padding: 18px; min-height: 150px; position: relative;
    }
    .ad-bar .adsbygoogle { display: block; width: 100%; }
    .ad-bar .ad-placeholder {
      width: 100%; text-align: center;
      color: rgba(255,255,255,0.8);
      font-family: 'Archivo', sans-serif; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.78rem;
      border: 1px dashed rgba(255,255,255,0.32); border-radius: 16px;
      padding: 46px 20px;
    }
    /* Se o anúncio carregar, o placeholder some */
    .ad-bar .adsbygoogle[data-ad-status="filled"] + .ad-placeholder { display: none; }

    /* ===== DEPOIMENTO + CTA ===== */
    .voice { padding: 20px 0 80px; }
    .voice-bar {
      background: linear-gradient(125deg, #24103F 0%, #4A1E63 60%, #7A2F86 100%);
      border-radius: var(--radius); overflow: hidden;
      display: grid; grid-template-columns: 1.25fr 1fr;
    }
    .voice-left { padding: 52px 46px; position: relative; }
    .voice-left .figure {
      position: absolute; left: 0; bottom: 0; width: 190px; height: 100%;
      display: flex; align-items: flex-end; justify-content: center; opacity: 0.5;
    }
    .voice-left .figure svg { width: 150px; height: 82%; stroke: rgba(198,242,74,0.65); fill: none; stroke-width: 1.4; }
    .voice-quote { position: relative; padding-left: 130px; }
    .voice-quote .qmark { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 4rem; color: var(--lime); line-height: 0.6; }
    .voice-quote blockquote {
      font-family: 'Archivo', sans-serif; font-weight: 700; color: #fff;
      font-size: clamp(1.3rem, 2.6vw, 1.85rem); line-height: 1.25; margin: 10px 0 20px;
    }
    .voice-quote cite { color: rgba(255,255,255,0.72); font-style: normal; font-size: 0.85rem; }
    .voice-quote cite b { color: #fff; font-weight: 600; display: block; font-style: normal; }

    .voice-card {
      margin: 22px; border: 1px solid rgba(198,242,74,0.4); border-radius: 20px;
      padding: 34px 32px; align-self: center;
    }
    .voice-card h3 { font-family: 'Archivo', sans-serif; font-weight: 800; text-transform: uppercase; color: #fff; font-size: 1.4rem; line-height: 1.1; margin-bottom: 14px; }
    .voice-card p { color: rgba(255,255,255,0.72); font-size: 0.9rem; margin-bottom: 24px; }

    /* ===== FOOTER ===== */
    footer { padding: 30px 0 60px; }
    .foot-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .foot-links { display: flex; gap: 26px; list-style: none; flex-wrap: wrap; }
    .foot-links a { color: var(--muted-2); text-decoration: none; font-size: 0.88rem; }
    .foot-links a:hover { color: #fff; }
    .foot-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
    .foot-note { color: var(--muted-2); font-size: 0.76rem; max-width: 620px; }
    .foot-copy { color: var(--muted-2); font-size: 0.8rem; }

    /* ===== RESPONSIVO ===== */
    @media (max-width: 1080px) {
      .rail { display: none; }
    }
    @media (max-width: 900px) {
      .nav-links, .nav-shop { display: none; }
      .burger { display: flex; }
      #nav-toggle:checked ~ .nav-links {
        display: flex; flex-direction: column; gap: 0;
        position: absolute; top: 68px; left: 0; right: 0;
        background: #1A1329; padding: 8px 28px 18px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.4);
      }
      #nav-toggle:checked ~ .nav-links li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
      #nav-toggle:checked ~ .nav-links a { color: #fff; opacity: 1; }
      .hero-grid { grid-template-columns: 1fr; gap: 20px; }
      .visual { height: 420px; order: -1; }
      .features { padding: 34px 28px; }
      .features .fgrid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
      .feat { padding: 0 22px; }
      .feat:nth-child(odd) { border-left: none; padding-left: 0; }
      .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }
      .stat:nth-child(odd) { border-left: none; padding-left: 0; }
      .voice-bar { grid-template-columns: 1fr; }
      .voice-left .figure { position: static; width: auto; opacity: 0.4; margin-bottom: 20px; }
      .voice-quote { padding-left: 0; }
    }
    @media (max-width: 540px) {
      .wrap { padding: 0 20px; }
      .nav-inner { padding: 16px 20px; }
      .hero { padding: 104px 0 40px; }
      .visual { height: 360px; }
      .orb { width: 300px; height: 300px; } .orb-ring { width: 344px; height: 344px; }
      .features .fgrid { grid-template-columns: 1fr; }
      .feat, .feat:nth-child(odd) { border-left: none; padding: 0; }
      .stats-bar { grid-template-columns: 1fr; } .stat + .stat { border-left: none; padding-left: 0; }
      .voice-left { padding: 40px 26px; }
    }

    /* ============================================================
       PAGINAS INTERNAS (blog e posts)
       ============================================================ */

    .inner .nav {
      background: rgba(22,16,31,0.9);
      -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    /* ---- Cabecalho de pagina interna ---- */
    .page-head { padding: 150px 0 40px; }
    .page-head h1 {
      font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase;
      font-size: clamp(2.2rem, 6vw, 3.6rem); line-height: 1; color: #fff; margin: 14px 0 18px;
    }
    .page-head p { color: var(--muted-2); max-width: 52ch; font-size: 1.02rem; }

    /* ---- Filtros de categoria ---- */
    .cat-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
    .cat-filter a {
      font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
      color: var(--muted-2); text-decoration: none;
      border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 8px 18px;
      transition: border-color 0.2s ease, color 0.2s ease;
    }
    .cat-filter a:hover { color: #fff; border-color: var(--lime); }
    .cat-filter a.on { background: var(--lime); color: var(--ink); border-color: var(--lime); }

    /* ---- Grade de posts ---- */
    .blog-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
      padding-bottom: 40px;
    }
    .post-card {
      display: flex; flex-direction: column;
      background: var(--card); border: 1px solid rgba(255,255,255,0.06);
      border-radius: 20px; overflow: hidden; text-decoration: none;
      transition: border-color 0.2s ease, transform 0.2s ease;
    }
    .post-card:hover { border-color: var(--lime); transform: translateY(-3px); }
    .post-card .thumb {
      height: 168px; display: flex; align-items: center; justify-content: center;
      /* FOTO DO POST (bloco novo) — PARA DESFAZER: apague estas duas linhas
         e o bloco marcado logo abaixo. */
      position: relative; overflow: hidden;
    }
    /* ===== FOTO DO POST NA HOME — INÍCIO DO BLOCO REVERSÍVEL =====
       Mesma mecânica dos cards de produto: se o arquivo não existir,
       o <img> se remove sozinho e o ícone volta a aparecer.
       O z-index é obrigatório — o ícone tem opacity 0.8, e isso o promove
       para a mesma camada da foto; sem ele o ícone fica POR CIMA.
       PARA DESFAZER: apague daqui até "FIM DO BLOCO REVERSÍVEL". */
    .post-card .thumb img {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; display: block;
      z-index: 1;
    }
    /* ===== FIM DO BLOCO REVERSÍVEL ===== */
    .post-card .thumb svg { width: 62px; height: 62px; stroke: var(--ink); fill: none; stroke-width: 1.3; opacity: 0.8; }
    .post-card .body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; }
    .post-card .tag {
      font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--lime); margin-bottom: 10px;
    }
    .post-card h2, .post-card h3 {
      font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.12rem;
      line-height: 1.25; color: #fff; margin-bottom: 10px;
    }
    .post-card p { font-size: 0.88rem; color: var(--muted-2); line-height: 1.6; flex-grow: 1; }
    .post-card .meta {
      display: flex; align-items: center; gap: 8px; margin-top: 18px;
      font-size: 0.75rem; color: var(--muted-2);
    }
    .dot-sep { width: 3px; height: 3px; border-radius: 50%; background: var(--muted-2); display: inline-block; }

    /* Card em destaque (primeiro da lista) */
    .post-card.featured { grid-column: span 2; flex-direction: row; }
    .post-card.featured .thumb { height: auto; width: 44%; flex: none; }
    .post-card.featured .thumb svg { width: 84px; height: 84px; }
    .post-card.featured .body { padding: 34px; justify-content: center; }
    .post-card.featured h2 { font-size: 1.6rem; }

    /* ---- Artigo (post individual) ---- */
    .article-head { padding: 140px 0 0; }
    .breadcrumb { font-size: 0.8rem; color: var(--muted-2); margin-bottom: 20px; }
    .breadcrumb a { color: var(--muted-2); text-decoration: none; }
    .breadcrumb a:hover { color: var(--lime); }
    .article-head h1 {
      font-family: 'Archivo', sans-serif; font-weight: 900;
      font-size: clamp(2rem, 5vw, 3.1rem); line-height: 1.06; color: #fff;
      margin: 16px 0 20px; max-width: 22ch;
    }
    .article-meta {
      display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
      font-size: 0.82rem; color: var(--muted-2); padding-bottom: 30px;
      border-bottom: 1px solid rgba(255,255,255,0.09);
    }

    .article-cover {
      height: 260px; border-radius: var(--radius); margin: 34px 0 0;
      display: flex; align-items: center; justify-content: center;
    }
    .article-cover svg { width: 96px; height: 96px; stroke: var(--ink); fill: none; stroke-width: 1.2; opacity: 0.8; }

    /* Corpo do texto */
    .article { max-width: 720px; margin: 0 auto; padding: 44px 0 20px; }
    .article > p, .article > ul, .article > ol {
      color: #D8D3E4; font-size: 1.06rem; line-height: 1.8; margin-bottom: 24px;
    }
    .article > p.intro { font-size: 1.18rem; color: #EDEBF7; }
    .article h2 {
      font-family: 'Archivo', sans-serif; font-weight: 800; color: #fff;
      font-size: 1.5rem; line-height: 1.2; margin: 44px 0 16px;
    }
    .article h3 {
      font-family: 'Archivo', sans-serif; font-weight: 700; color: #fff;
      font-size: 1.15rem; margin: 32px 0 12px;
    }
    .article ul, .article ol { padding-left: 22px; }
    .article li { margin-bottom: 10px; }
    .article li::marker { color: var(--lime); }
    .article a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
    .article strong { color: #fff; font-weight: 600; }
    .article blockquote {
      border-left: 3px solid var(--lime); padding: 6px 0 6px 24px; margin: 32px 0;
      font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.25rem;
      line-height: 1.35; color: #fff;
    }
    .article hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 40px 0; }

    /* Caixa de indicacao (afiliado) dentro do post */
    .rec-box {
      background: var(--card); border: 1px solid rgba(198,242,74,0.35);
      border-radius: 18px; padding: 26px 28px; margin: 34px 0;
    }
    .rec-box .rec-label {
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em;
      text-transform: uppercase; color: var(--lime); display: block; margin-bottom: 10px;
    }
    .rec-box h4 {
      font-family: 'Archivo', sans-serif; font-weight: 800; color: #fff;
      font-size: 1.15rem; margin-bottom: 8px;
    }
    .rec-box p { color: var(--muted-2); font-size: 0.92rem; margin-bottom: 18px; line-height: 1.6; }

    /* Aviso de afiliado */
    .aff-note {
      font-size: 0.8rem; color: var(--muted-2); line-height: 1.6;
      border-top: 1px solid rgba(255,255,255,0.09); padding-top: 22px; margin-top: 40px;
    }

    /* Assinatura da autora */
    .author {
      display: flex; align-items: center; gap: 14px; margin-top: 34px;
      background: var(--card); border-radius: 16px; padding: 18px 22px;
    }
    .author .av {
      width: 46px; height: 46px; border-radius: 50%; flex: none;
      background: var(--lime); color: var(--ink);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Archivo', sans-serif; font-weight: 800;
    }
    .author b { display: block; color: #fff; font-size: 0.92rem; }
    .author span { font-size: 0.8rem; color: var(--muted-2); }

    /* Proximos posts */
    .more { padding: 60px 0 20px; }
    .more h2 {
      font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase;
      font-size: 1.5rem; color: #fff; margin-bottom: 26px;
    }

    /* Secao de blog na home */
    .blog-home { padding: 40px 0 20px; }

    /* Fundos das miniaturas */
    .th-lav { background: #DCD2F2; } .th-mint { background: #DCEFC8; }
    .th-pink { background: #F5D8E6; } .th-blue { background: #D3E3F7; } .th-peach { background: #F7E2CC; }

    @media (max-width: 900px) {
      .blog-grid { grid-template-columns: repeat(2, 1fr); }
      .post-card.featured { grid-column: span 2; flex-direction: column; }
      .post-card.featured .thumb { width: 100%; height: 168px; }
      .post-card.featured .body { padding: 22px; }
      .post-card.featured h2 { font-size: 1.25rem; }
      .page-head { padding: 120px 0 30px; }
      .article-head { padding: 116px 0 0; }
      .article-cover { height: 190px; }
    }
    @media (max-width: 560px) {
      .blog-grid { grid-template-columns: 1fr; }
      .post-card.featured { grid-column: span 1; }
      .article > p, .article > ul, .article > ol { font-size: 1rem; }
    }

    /* ============================================================
       AJUSTES DO WORDPRESS
       ============================================================ */

    /* Imagem destacada nos cards */
    .post-card .thumb.thumb-img { padding: 0; overflow: hidden; }
    .post-card .thumb.thumb-img img {
      width: 100%; height: 100%; object-fit: cover; display: block;
    }
    .post-card.featured .thumb.thumb-img { height: auto; min-height: 220px; }

    /* Imagem destacada no topo do post */
    .article-cover.article-cover-img { overflow: hidden; padding: 0; }
    .article-cover.article-cover-img img {
      width: 100%; height: 100%; object-fit: cover; display: block;
    }

    /* Imagens dentro do texto */
    .article img { max-width: 100%; height: auto; border-radius: 14px; }
    .article figure { margin: 30px 0; }
    .article figcaption {
      font-size: 0.82rem; color: var(--muted-2); text-align: center; margin-top: 10px;
    }

    /* Blocos largos do editor */
    .article .alignwide { max-width: 900px; margin-left: -90px; margin-right: -90px; }
    .article .alignfull { max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
    .article .aligncenter { margin-left: auto; margin-right: auto; text-align: center; }

    /* Paginação */
    .navigation.pagination { padding: 10px 0 70px; }
    .navigation.pagination .nav-links {
      display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center;
    }
    .navigation.pagination a,
    .navigation.pagination span.current {
      display: inline-flex; align-items: center; justify-content: center;
      min-width: 42px; height: 42px; padding: 0 16px;
      border-radius: 999px; text-decoration: none; font-size: 0.9rem; font-weight: 600;
      border: 1px solid rgba(255,255,255,0.14); color: var(--muted-2);
    }
    .navigation.pagination a:hover { color: #fff; border-color: var(--lime); }
    .navigation.pagination span.current {
      background: var(--lime); color: var(--ink); border-color: var(--lime);
    }

    /* Tabelas e código, caso use no texto */
    .article table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 0.94rem; }
    .article th, .article td {
      border-bottom: 1px solid rgba(255,255,255,0.1); padding: 12px 10px; text-align: left;
    }
    .article th { color: #fff; font-weight: 600; }
    .article code {
      background: rgba(255,255,255,0.08); padding: 2px 7px; border-radius: 5px; font-size: 0.9em;
    }

    /* Lista de posts vazia / mensagens */
    .page-head h1 { overflow-wrap: break-word; }

    @media (max-width: 1080px) {
      .article .alignwide { max-width: 100%; margin-left: 0; margin-right: 0; }
    }


    /* ============================================================
       SINCRONIZADO COM O SITE ESTATICO EM 12/08/2026
       (formulario da newsletter, frase do mes e imagens em duo)
       ============================================================ */

    .nl-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
    .nl-input {
      flex: 1 1 210px; min-width: 0;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 999px;
      padding: 15px 22px;
      color: #fff;
      font-family: inherit;
      font-size: 0.92rem;
      transition: border-color 0.2s ease, background 0.2s ease;
    }
    .nl-input::placeholder { color: rgba(255,255,255,0.42); }
    .nl-input:focus { outline: none; border-color: var(--lime); background: rgba(255,255,255,0.1); }
    .nl-form .btn-lime { flex: none; }
    .nl-note { color: rgba(255,255,255,0.5); font-size: 0.76rem; margin: 14px 0 0; }
    .nl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
    .sr-only {
      position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
    }

    .voice-quote .quote-label {
      display: block; margin-bottom: 12px;
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em;
      text-transform: uppercase; color: var(--lime);
    }
    .voice-quote cite i { font-style: italic; }

    .article figure.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .article figure.duo figcaption { grid-column: 1 / -1; margin-top: 0; }
    @media (max-width: 560px) {
      .article figure.duo { grid-template-columns: 1fr; }
    }