@font-face{
      font-family: 'RPOST Lemon Milk';
      src: url('/fontes/lemonmilk-bold.woff2') format('woff2');
      font-weight: 700; font-display: swap;
    }
    @font-face{
      font-family: 'RPOST Ekster';
      src: url('/fontes/ekster-regular.woff2') format('woff2');
      font-weight: 400; font-display: swap;
    }
    @font-face{
      font-family: 'RPOST Ekster';
      src: url('/fontes/ekster-medium.woff2') format('woff2');
      font-weight: 500; font-display: swap;
    }
    @font-face{
      font-family: 'RPOST Ekster';
      src: url('/fontes/ekster-bold.woff2') format('woff2');
      font-weight: 700; font-display: swap;
    }

    #block-post #rpost-section,
#block-post #rpost-section *,
#block-post #rpost-section *::before,
#block-post #rpost-section *::after{
      margin: 0; padding: 0; box-sizing: border-box;
    }

    #block-post #rpost-section{
      --rpost-navy: #253064;
      --rpost-gold: #D89A14;
      --rpost-white: #ffffff;
      --rpost-gray: #555f6d;

      width: 100%;
      padding: 170px 0 90px;
      background: var(--rpost-white);
      font-family: 'RPOST Ekster', sans-serif;
      color: var(--rpost-navy);
    }

    #block-post #rpost-section .rpost-container{
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: 0 24px;
    }

    #block-post #rpost-section .rpost-back{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--rpost-gray);
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 34px;
      transition: color 0.3s ease;
    }

    #block-post #rpost-section .rpost-back svg{
      width: 14px; height: 14px;
      stroke: currentColor; stroke-width: 2.5; fill: none;
      stroke-linecap: round; stroke-linejoin: round;
    }

    #block-post #rpost-section .rpost-back:hover{ color: var(--rpost-gold); }

    #block-post #rpost-section .rpost-meta{
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
    }

    #block-post #rpost-section .rpost-cat{
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--rpost-white);
      background: var(--rpost-gold);
      border-radius: 100px;
      padding: 7px 16px;
    }

    #block-post #rpost-section .rpost-date{
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #98a0ad;
    }

    #block-post #rpost-section .rpost-title{
      font-family: 'RPOST Lemon Milk', sans-serif;
      font-size: 34px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 14px;
    }

    #block-post #rpost-section .rpost-author{
      font-size: 14px;
      color: #98a0ad;
      margin-bottom: 34px;
    }

    #block-post #rpost-section .rpost-author strong{ color: var(--rpost-navy); font-weight: 700; }

    #block-post #rpost-section .rpost-hero{
      width: 100%;
      aspect-ratio: 21/9;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 44px;
      background: #eef0f6;
    }

    #block-post #rpost-section .rpost-hero img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none;
    }

    #block-post #rpost-section .rpost-body p{
      font-size: 17px;
      line-height: 1.75;
      color: var(--rpost-gray);
      margin-bottom: 22px;
    }

    #block-post #rpost-section .rpost-body p.rpost-intro{
      font-size: 19px;
      color: var(--rpost-navy);
      font-weight: 500;
      margin-bottom: 34px;
    }

    #block-post #rpost-section .rpost-body h2{
      font-family: 'RPOST Lemon Milk', sans-serif;
      font-size: 21px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.3;
      color: var(--rpost-navy);
      margin: 40px 0 16px;
      padding-left: 16px;
      border-left: 4px solid var(--rpost-gold);
    }

    #block-post #rpost-section .rpost-cta{
      margin-top: 56px;
      background: var(--rpost-navy);
      border-radius: 20px;
      padding: 44px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      color: var(--rpost-white);
    }

    #block-post #rpost-section .rpost-cta-title{
      font-family: 'RPOST Lemon Milk', sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      line-height: 1.3;
      margin-bottom: 6px;
    }

    #block-post #rpost-section .rpost-cta-text{
      font-size: 15px;
      color: rgba(255, 255, 255, 0.8);
    }

    #block-post #rpost-section .rpost-cta-btn{
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'RPOST Lemon Milk', sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--rpost-white) !important;
      background: var(--rpost-gold);
      border: 1px solid rgba(216, 154, 20, 0.5);
      border-radius: 10px;
      padding: 18px 35px;
      text-decoration: none;
      white-space: nowrap;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #block-post #rpost-section .rpost-cta-btn:hover{
      background: #f7b11d;
      box-shadow: 0 0 15px rgba(216, 154, 20, 0.6), 0 0 35px rgba(216, 154, 20, 0.2);
    }

    /* Reveal */
    #block-post #rpost-section .rpost-reveal{
      opacity: 0;
      transform: translate3d(0, 30px, 0);
      filter: blur(10px);
      transition:
        opacity 0.32s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.32s cubic-bezier(0.23, 1, 0.32, 1),
        filter 0.32s ease;
      transition-delay: var(--rpost-reveal-delay, 0s);
      will-change: transform, opacity, filter;
    }

    #block-post #rpost-section .rpost-reveal.is-visible{
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: blur(0);
    }

    @media (max-width: 768px){
      #block-post #rpost-section{
        padding: 130px 0 60px;
      }

      #block-post #rpost-section .rpost-title{ font-size: 24px; }

      #block-post #rpost-section .rpost-hero{
        aspect-ratio: 16/10;
        border-radius: 16px;
        margin-bottom: 32px;
      }

      #block-post #rpost-section .rpost-body p{ font-size: 15px; }
      #block-post #rpost-section .rpost-body p.rpost-intro{ font-size: 16px; }
      #block-post #rpost-section .rpost-body h2{ font-size: 17px; }

      #block-post #rpost-section .rpost-cta{
        flex-direction: column;
        text-align: center;
        padding: 34px 24px;
      }
    }