#ap-feed-additive-page{
    --ap-ink: #17211b;
    --ap-muted: #5f6b63;
    --ap-paper: #ffffff;
    --ap-soft: #f3f6ef;
    --ap-line: #dde5d8;
    --ap-green: #3e5f43;
    --ap-green-dark: #263d2b;
    --ap-gold: #c9a646;
    --ap-clay: #b86f3f;
    --ap-blue: #466a7f;
    width: 100%;
    overflow: hidden;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
  }#ap-feed-additive-page *{
    box-sizing: border-box;
    letter-spacing: 0;
  }#ap-feed-additive-page a{
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-feed-additive-page img{
    display: block;
    max-width: 100%;
  }#ap-feed-additive-page h1, #ap-feed-additive-page h2, #ap-feed-additive-page h3, #ap-feed-additive-page p{
    margin-top: 0;
  }#ap-feed-additive-page h1{
    margin-bottom: 20px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.3;
    letter-spacing: 0;
  }#ap-feed-additive-page h2{
    margin-bottom: 16px;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.24;
    letter-spacing: 0;
  }#ap-feed-additive-page h3{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.34;
    letter-spacing: 0;
  }#ap-aggregate .ap-shell{
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-section{
    padding: 76px 0;
  }#ap-aggregate .ap-section-soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-section-dark{
    color: #fff;
    background: var(--ap-green-dark);
  }#ap-aggregate .ap-section-head{
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
  }#ap-aggregate .ap-section-head p{
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-section-dark .ap-section-head p{
    color: rgba(255,255,255,.78);
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--ap-green);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-aggregate .ap-btn-primary{
    color: #fff !important;
    background: var(--ap-green);
    border-color: var(--ap-green);
  }#ap-aggregate .ap-btn-primary:hover{
    background: var(--ap-green-dark);
    border-color: var(--ap-green-dark);
  }#ap-aggregate .ap-btn-secondary{
    color: var(--ap-green) !important;
    background: #fff;
    border-color: var(--ap-line);
  }#ap-aggregate .ap-btn-secondary:hover{
    color: #fff !important;
    background: var(--ap-green-dark);
    border-color: var(--ap-green-dark);
  }#ap-aggregate .ap-hero{
    padding: 58px 0 62px;
    background:
      linear-gradient(90deg, rgba(243,246,239,.94) 0%, rgba(255,255,255,.98) 58%, rgba(255,255,255,1) 100%);
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .82fr);
    gap: 58px;
    align-items: center;
  }#ap-aggregate .ap-hero-copy p{
    max-width: 760px;
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-hero-copy p a{
    color: var(--ap-green-dark);
  }#ap-aggregate .ap-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }#ap-aggregate .ap-hero-facts{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }#ap-aggregate .ap-hero-fact{
    padding: 14px 0;
    border-top: 2px solid var(--ap-green-dark);
  }#ap-aggregate .ap-hero-fact strong{
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
  }#ap-aggregate .ap-hero-fact span{
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    position: absolute;
    right: -14px;
    bottom: -14px;
    z-index: 0;
    width: 36%;
    height: 36%;
    border-right: 8px solid var(--ap-gold);
    border-bottom: 8px solid var(--ap-gold);
    content: "";
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23,33,27,.16);
  }#ap-aggregate .ap-role-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-role-card{
    min-height: 210px;
    padding: 24px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-role-icon{
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #fff;
    background: var(--ap-green);
    font-weight: 900;
  }#ap-aggregate .ap-role-card p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-definition{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
  }#ap-aggregate .ap-definition-card{
    padding: 22px;
    border-left: 4px solid var(--ap-clay);
    background: #fff;
  }#ap-aggregate .ap-definition-card p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-application-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-application-card{
    padding: 26px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-application-card ul, #ap-aggregate .ap-check-list{
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-application-card li, #ap-aggregate .ap-check-list li{
    position: relative;
    padding-left: 20px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-application-card li::before, #ap-aggregate .ap-check-list li::before{
    position: absolute;
    left: 0;
    top: .58em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ap-gold);
    content: "";
  }#ap-aggregate .ap-product-grid{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: start;
  }#ap-aggregate .ap-product-media img{
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23,33,27,.12);
  }#ap-aggregate .ap-product-note{
    margin-top: 18px;
    padding: 20px;
    border-left: 4px solid var(--ap-green);
    background: #fff;
  }#ap-aggregate .ap-product-note p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-spec-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    padding: 15px 16px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: top;
  }#ap-aggregate .ap-spec-table th{
    width: 34%;
    color: var(--ap-green-dark);
    background: #f7f9f4;
    font-weight: 800;
  }#ap-aggregate .ap-spec-table tr:last-child th, #ap-aggregate .ap-spec-table tr:last-child td{
    border-bottom: 0;
  }#ap-aggregate .ap-spec-table td{
    color: var(--ap-muted);
  }#ap-aggregate .ap-decision-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-decision-card{
    padding: 26px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
  }#ap-aggregate .ap-decision-card p{
    margin-bottom: 0;
    color: rgba(255,255,255,.78);
  }#ap-aggregate .ap-decision-label{
    display: block;
    margin-bottom: 10px;
    color: var(--ap-gold);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }#ap-aggregate .ap-process-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
  }#ap-aggregate .ap-process-panel{
    padding: 30px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-process-panel p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-matrix-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-matrix-card{
    overflow: hidden;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-matrix-card img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f6f7f3;
  }#ap-aggregate .ap-matrix-body{
    padding: 20px;
  }#ap-aggregate .ap-matrix-body p{
    margin-bottom: 16px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-matrix-body a{
    color: var(--ap-green-dark);
    font-weight: 800;
  }#ap-aggregate .ap-conversion{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
    gap: 30px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-conversion p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-conversion-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
  }#ap-aggregate .ap-path-list{
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }#ap-aggregate .ap-path-item{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-path-item strong{
    min-width: 150px;
    color: var(--ap-green-dark);
  }#ap-aggregate .ap-path-item span{
    color: var(--ap-muted);
  }#ap-aggregate .ap-faq-grid{
    display: grid;
    gap: 14px;
    max-width: 920px;
    margin: 0 auto;
  }#ap-aggregate .ap-faq-item{
    padding: 22px 24px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-faq-item h3{
    margin-bottom: 8px;
    font-size: 19px;
  }#ap-aggregate .ap-faq-item p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }

  @media (max-width: 920px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-product-grid, #ap-aggregate .ap-process-grid, #ap-aggregate .ap-conversion{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-role-grid, #ap-aggregate .ap-application-grid, #ap-aggregate .ap-decision-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-conversion-actions{
      justify-content: flex-start;
    }
  }

  @media (max-width: 620px) {#ap-aggregate .ap-shell{
      width: min(100% - 28px, 1160px);
    }#ap-aggregate .ap-section{
      padding: 56px 0;
    }#ap-aggregate .ap-hero{
      padding: 42px 0 52px;
    }#ap-aggregate .ap-hero-grid{
      gap: 34px;
    }#ap-aggregate .ap-hero-facts, #ap-aggregate .ap-role-grid, #ap-aggregate .ap-application-grid, #ap-aggregate .ap-definition, #ap-aggregate .ap-decision-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-btn{
      width: 100%;
    }#ap-aggregate .ap-conversion{
      padding: 24px;
    }#ap-aggregate .ap-path-item{
      display: block;
    }#ap-aggregate .ap-path-item strong{
      display: block;
      min-width: 0;
      margin-bottom: 4px;
    }
  }
