/*
     SISTEMA DE ESCALA PROPORCIONAL 1920px
     Padronizacao Rendimento Solution Architecture - ULTRA UNIQUE CLASSES
  */
  #block-ciclo{
    --r360-s3-navy: #313c7b;
    --r360-s3-gold: #d89a14;
    --r360-s3-white: #ffffff;
    --r360-s3-autoplay-ms: 15000;
  }

  #block-ciclo, #block-ciclo *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
  }

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

  #block-ciclo .r360-s3-wrapper{
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    height: 880px;
  }

  #block-ciclo #r360-s3-scaling{
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transform-origin: top center;
    padding: 70px 140px 90px;
  }

  #block-ciclo .r360-s3-panel{
    width: 100%;
    min-height: 700px;
    border-radius: 36px;
    padding: 88px 96px;
    display: grid;
    grid-template-columns: 560px minmax(0, 1fr);
    align-items: center;
    gap: 88px;
    background:
      radial-gradient(circle at 22% 26%, rgba(255, 255, 255, 0.05), transparent 28%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 48%),
      var(--r360-s3-navy);
    position: relative;
    overflow: hidden;
  }

  #block-ciclo .r360-s3-panel::before{
    content: "";
    position: absolute;
    inset: auto auto -180px -160px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(216, 154, 20, 0.08);
    filter: blur(80px);
    pointer-events: none;
  }

  /* Glow dourado atrás do SVG quando uma seta está ativa */
  #block-ciclo .r360-s3-panel::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 280px;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 154, 20, 0.14) 0%, transparent 70%);
    pointer-events: none;
    transition: opacity 0.6s ease;
  }

  #block-ciclo .r360-s3-reveal{
    opacity: 0;
    transform: translateY(28px);
    filter: blur(12px);
    transition:
      opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.9s cubic-bezier(0.23, 1, 0.32, 1),
      filter 0.9s ease;
  }

  #block-ciclo .r360-s3-reveal.is-visible{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  #block-ciclo .r360-s3-visual,
#block-ciclo .r360-s3-copy{
    position: relative;
    z-index: 2;
  }

  /* Container principal do SVG + dots */
  #block-ciclo .r360-s3-visual{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  #block-ciclo .r360-s3-graphic{
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
  }

  /* SVG ocupa todo o container */
  #block-ciclo .r360-s3-graphic svg{
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
  }

  /* Grupos das setas clicáveis */
  #block-ciclo .r360-s3-graphic svg g[id="CONCEPÇÃO"],
#block-ciclo .r360-s3-graphic svg g[id="Implantação"],
#block-ciclo .r360-s3-graphic svg g[id="Operação"]{
    cursor: pointer;
    transition: filter 0.3s ease;
  }

  #block-ciclo .r360-s3-graphic svg g[id="CONCEPÇÃO"]:hover,
#block-ciclo .r360-s3-graphic svg g[id="Implantação"]:hover,
#block-ciclo .r360-s3-graphic svg g[id="Operação"]:hover{
    filter: brightness(1.18) drop-shadow(0 0 8px rgba(216, 154, 20, 0.35));
  }

  /* ── Indicadores de etapa (dots) ─────────────────── */
  #block-ciclo .r360-s3-dots{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  #block-ciclo .r360-s3-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, width 0.35s ease;
    border: none;
    padding: 0;
    flex-shrink: 0;
  }

  /* Cancela o rosa do Elementor no hover — mantém a cor original */
  #block-ciclo .r360-s3-dot:hover,
#block-ciclo .r360-s3-dot:focus{
    background: rgba(255, 255, 255, 0.50) !important;
    color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }

  #block-ciclo .r360-s3-dot.is-active:hover,
#block-ciclo .r360-s3-dot.is-active:focus{
    background: var(--r360-s3-gold) !important;
  }

  #block-ciclo .r360-s3-dot.is-active{
    background: var(--r360-s3-gold);
    transform: scale(1.25);
    width: 24px;
    border-radius: 4px;
  }

  /* ── Barra de progresso do autoplay ──────────────── */
  #block-ciclo .r360-s3-progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--r360-s3-gold);
    border-radius: 0 2px 2px 0;
    opacity: 0.7;
    pointer-events: none;
    transition: none;
  }

  #block-ciclo .r360-s3-progress.is-running{
    transition: width var(--r360-s3-autoplay-ms, 5000ms) linear;
    width: 100%;
  }

  /* ── Título e copy ───────────────────────────────── */
  #block-ciclo .r360-s3-tag{
    display: block;
    font-family: "Ekster", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--r360-s3-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  #block-ciclo .r360-s3-stage-title{
    font-family: "Lemon Milk", sans-serif;
    font-size: 58px;
    line-height: 1.04;
    color: var(--r360-s3-white);
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 11ch;
  }

  #block-ciclo .r360-s3-copy-body.is-switching{
    animation: ciclo__r360s3CopySwap 0.42s cubic-bezier(0.23, 1, 0.32, 1);
  }

  @keyframes ciclo__r360s3CopySwap{
    0%   { opacity: 0.35; transform: translateY(16px); }
    100% { opacity: 1;    transform: translateY(0);    }
  }

  #block-ciclo .r360-s3-text{
    font-family: "Ekster", sans-serif;
    font-size: 18px;
    line-height: 1.46;
    color: rgba(255, 255, 255, 0.96);
  }

  #block-ciclo .r360-s3-text p + p{
    margin-top: 26px;
  }

  /* Responsivo */
  @media (max-width: 1024px){
    #block-ciclo .r360-s3-wrapper{
      height: auto !important;
      padding: 80px 24px;
    }

    #block-ciclo #r360-s3-scaling{
      position: relative !important;
      width: 100% !important;
      left: auto !important;
      transform: none !important;
      padding: 0;
    }

    #block-ciclo .r360-s3-panel{
      grid-template-columns: 1fr;
      gap: 42px;
      padding: 46px 28px;
      border-radius: 28px;
      min-height: auto;
      text-align: center;
    }

    #block-ciclo .r360-s3-panel::after{
      display: none;
    }

    #block-ciclo .r360-s3-graphic{
      width: min(100%, 340px);
      height: min(100vw - 80px, 340px);
    }

    #block-ciclo .r360-s3-stage-title{
      font-size: 36px;
      margin-bottom: 22px;
      max-width: none;
    }

    #block-ciclo .r360-s3-text{
      font-size: 16px;
      line-height: 1.5;
    }
  }

  @media (max-width: 640px){
    #block-ciclo .r360-s3-wrapper{ padding: 60px 16px; }
    #block-ciclo .r360-s3-panel{ padding: 34px 20px; }
    #block-ciclo .r360-s3-tag{ font-size: 11px; letter-spacing: 2px; }
    #block-ciclo .r360-s3-stage-title{ font-size: 28px; }
    #block-ciclo .r360-s3-graphic{
      width: min(100%, 280px);
      height: min(100vw - 72px, 280px);
    }
    #block-ciclo .r360-s3-text{ font-size: 15px; }
  }