      :root {
        --verde-900: #0a5a34;
        --verde-800: #0d6a3a;
        --verde-700: #178742;
        --verde-500: #289345;
        --verde-100: #edf6ee;
        --texto: #1e2b24;
        --texto-suave: #53635b;
        --borda: rgba(9, 67, 38, 0.12);
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: "Segoe UI", Arial, sans-serif;
        color: var(--texto);
        background: radial-gradient(circle at top left, rgba(40, 147, 69, 0.12), transparent 30%),
          linear-gradient(180deg, #fcf9f2 0%, #ffffff 34%);
        overflow-x: hidden;
      }

      img {
        max-width: 100%;
        display: block;
      }

      .page-shell {
        position: relative;
        isolation: isolate;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
      }

      .page-shell>site-footer {
        margin-top: auto;
        flex-shrink: 0;
      }

      h1 {
        margin: 0;
        color: var(--verde-900);
        font-size: clamp(2.5rem, 6vw, 4.2rem);
        line-height: 1;
        font-weight: 800;
      }

      .container-narrow {
        width: min(100% - 32px, 1180px);
        margin: 0 auto;
      }

      .section {
        flex: 1;
        padding: 152px 0 154px;
      }

      .section2 {
        flex: 1;
        padding-bottom: 154px;
      }      

      .section-header {
        max-width: none;
        margin: 0 0 36px;
      }

      .section-header span {
        display: inline-block;
        color: var(--verde-700);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.82rem;
      }

      .section-header h2 {
        margin: 16px 0 12px;
        color: var(--verde-900);
        font-size: 2.5rem;
        line-height: 1.02;
        letter-spacing: -0.04em;
        font-weight: 800;
        white-space: nowrap;
      }

      .section-header p {
        margin: 0;
        color: var(--texto-suave);
        font-size: 1.02rem;
        line-height: 1.78;
        white-space: nowrap;
      }

      .docs-card {
        padding: 30px;
        border-radius: 28px;
        background: #fff;
        border: 1px solid var(--borda);
        box-shadow: 0 18px 44px rgba(10, 67, 39, 0.08);
      }

      .docs-card h3 {
        margin: 0;
        color: var(--verde-900);
        font-size: 1.35rem;
        line-height: 1.1;
        font-weight: 800;
      }

      .docs-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 24px;
      }

      .doc-link {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 22px;
        border-radius: 20px;
        background: #f8fbf8;
        border: 1px solid rgba(9, 67, 38, 0.1);
        min-height: 100%;
        color: inherit;
        text-decoration: none;
        transition:
          transform 0.22s ease,
          border-color 0.22s ease,
          box-shadow 0.22s ease;
      }

      .doc-link:hover,
      .doc-link:focus {
        transform: translateY(-2px);
        border-color: rgba(23, 135, 66, 0.32);
        box-shadow: 0 16px 36px rgba(10, 67, 39, 0.1);
        color: inherit;
        text-decoration: none;
      }

      .doc-link:focus-visible {
        outline: 3px solid rgba(23, 135, 66, 0.34);
        outline-offset: 3px;
      }

      .doc-link strong {
        display: block;
        color: var(--verde-900);
        font-size: 1rem;
        line-height: 1.45;
      }

      .doc-link span {
        display: block;
        margin-top: 10px;
        color: var(--texto-suave);
        font-size: 0.93rem;
        line-height: 1.6;
      }

      @media (max-width: 720px) {
        .section {
          padding-bottom: 118px;
        }

        .docs-grid {
          grid-template-columns: 1fr;
        }

        .docs-card {
          padding: 24px;
        }
      }

      /* Valores institucionais */

      .values-section {
        position: relative;
        margin-top: -92px;
        z-index: 2;
      }

      .values-card {
        width: min(100%, 1150px);
        margin: 0 auto;
        padding: 22px 10px;
       /* 
       background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 30px;
        */
        box-shadow: var(--sombra);
        backdrop-filter: blur(12px);
      }

      .value-item {
        padding: 12px 24px 6px;
        min-height: 142px;
        text-align: center;
      }

      .value-item+.value-item {
        border-left: 1px solid rgba(8, 62, 34, 0.11);
      }

      .value-icon,
      .objective-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--verde-700);
        font-size: 2.45rem;
        line-height: 1;
      }

      .value-link {
        display: block;
        height: 100%;
        color: inherit;
        text-decoration: none;
        transition: transform 0.25s ease;
      }

      .value-link .value-icon,
      .value-link h2,
      .value-link p {
        transition: color 0.25s ease, transform 0.25s ease;
      }

      .value-link:hover,
      .value-link:focus {
        transform: translateY(-2px);
      }

      .value-link:hover .value-icon,
      .value-link:focus .value-icon,
      .value-link:hover h2,
      .value-link:focus h2 {
        color: var(--verde-900);
      }

      .value-link:hover p,
      .value-link:focus p {
        color: #263b34;
      }

      .value-item h2,
      .value-item h3,
      .objective-item h3 {
        margin: 18px 0 10px;
        color: var(--verde-900);
        font-size: 1rem;
        font-weight: 700;
      }

      .value-item p,
      .objective-item p {
        margin: 0;
        color: #33413b;
        font-size: 0.92rem;
        line-height: 1.65;
        font-weight: 500;
      }

      .topbutton {
        padding: 30px;
      }