#ap-rollstock-page{
    --ap-ink: #1c2420;
    --ap-muted: #5f6b64;
    --ap-paper: #ffffff;
    --ap-soft: #f4f6f2;
    --ap-line: #dde3dc;
    --ap-olive: #4a5a41;
    --ap-olive-dark: #33402c;
    --ap-clay: #b9573f;
    --ap-sand: #e8db9f;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.62;
    width: 100%;
    overflow: hidden;
  }#ap-rollstock-page *{ box-sizing: border-box; }#ap-rollstock-page a{ color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-rollstock-page img{ display: block; max-width: 100%; height: auto; }#ap-rollstock-page h1, #ap-rollstock-page h2, #ap-rollstock-page h3, #ap-rollstock-page p{ margin-top: 0; }#ap-rollstock-page h1{ font-size: clamp(32px, 4.4vw, 48px); line-height: 1.28; margin-bottom: 20px; }#ap-rollstock-page h2{ font-size: clamp(24px, 3vw, 34px); line-height: 1.24; margin-bottom: 16px; }#ap-rollstock-page h3{ font-size: 19px; line-height: 1.36; margin-bottom: 8px; }#ap-rollstock-page p{ margin-bottom: 14px; }#ap-rollstock-page .ap-shell{ width: min(1120px, calc(100% - 40px)); margin: 0 auto; }#ap-rollstock-page .ap-section{ padding: 74px 0; }#ap-rollstock-page .ap-section-soft{ background: var(--ap-soft); }#ap-rollstock-page .ap-head{ max-width: 760px; margin-bottom: 34px; }#ap-rollstock-page .ap-head-center{ max-width: 760px; margin: 0 auto 38px; text-align: center; }#ap-rollstock-page .ap-head p{ color: var(--ap-muted); font-size: 17px; margin-bottom: 0; }#ap-rollstock-page .ap-btn{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--ap-ink);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-rollstock-page .ap-btn-primary{ color: #fff !important; background: var(--ap-olive); border-color: var(--ap-olive); }#ap-rollstock-page .ap-btn-primary:hover{ background: var(--ap-olive-dark); border-color: var(--ap-olive-dark); }#ap-rollstock-page .ap-btn-secondary:hover{ color: #fff !important; background: var(--ap-ink); }#ap-rollstock-page .ap-hero{ padding: 56px 0 60px; background: var(--ap-paper); }#ap-rollstock-page .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
    align-items: center;
    gap: 60px;
  }#ap-rollstock-page .ap-hero-lede{ max-width: 640px; font-size: 17px; color: #333d38; }#ap-rollstock-page .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#ap-rollstock-page .ap-hero-facts{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }#ap-rollstock-page .ap-fact{ padding: 14px 0 0; border-top: 2px solid var(--ap-ink); }#ap-rollstock-page .ap-fact strong{ display: block; font-size: 14px; }#ap-rollstock-page .ap-fact span{ color: var(--ap-muted); font-size: 13px; }#ap-rollstock-page .ap-hero-media{ position: relative; }#ap-rollstock-page .ap-hero-media::after{
    content: "";
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 34%;
    height: 34%;
    border-right: 7px solid var(--ap-sand);
    border-bottom: 7px solid var(--ap-sand);
    z-index: 0;
  }#ap-rollstock-page .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(28, 36, 32, .14);
  }#ap-rollstock-page .ap-two-col{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }#ap-rollstock-page .ap-panel{ padding: 26px; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-rollstock-page .ap-panel p{ margin-bottom: 0; color: var(--ap-muted); }#ap-rollstock-page .ap-panel h3{ color: var(--ap-ink); }#ap-rollstock-page .ap-callout{ margin-top: 24px; padding: 26px; background: #fff; border-left: 5px solid var(--ap-clay); border-radius: 0 8px 8px 0; }#ap-rollstock-page .ap-callout h3{ margin-bottom: 14px; }#ap-rollstock-page .ap-callout ul{ margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }#ap-rollstock-page .ap-callout li{ padding-left: 18px; position: relative; color: var(--ap-muted); }#ap-rollstock-page .ap-callout li::before{ content: "—"; position: absolute; left: 0; color: var(--ap-clay); }#ap-rollstock-page .ap-inline-link{ display: inline-block; margin-top: 16px; font-weight: 700; color: var(--ap-olive); }#ap-rollstock-page .ap-layers{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }#ap-rollstock-page .ap-layer{ background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-rollstock-page .ap-layer summary{
    cursor: pointer;
    padding: 16px 18px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
  }#ap-rollstock-page .ap-layer summary::-webkit-details-marker{ display: none; }#ap-rollstock-page .ap-layer summary::after{ content: "+"; font-size: 20px; line-height: 1; color: var(--ap-olive); }#ap-rollstock-page .ap-layer[open] summary::after{ content: "\2013"; }#ap-rollstock-page .ap-layer-body{ padding: 0 18px 18px; }#ap-rollstock-page .ap-layer-body p{ margin-bottom: 10px; color: var(--ap-muted); font-size: 15px; }#ap-rollstock-page .ap-layer-body p:last-child{ margin-bottom: 0; }#ap-rollstock-page .ap-layer-label{ display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--ap-clay); margin-bottom: 3px; }#ap-rollstock-page .ap-table-scroll{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 8px; background: #fff; }#ap-rollstock-page table.ap-matrix{ width: 100%; border-collapse: collapse; min-width: 720px; }#ap-rollstock-page table.ap-matrix th, #ap-rollstock-page table.ap-matrix td{ padding: 14px 16px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--ap-line); vertical-align: top; }#ap-rollstock-page table.ap-matrix thead th{ background: var(--ap-olive); color: #fff; font-size: 14px; letter-spacing: .01em; }#ap-rollstock-page table.ap-matrix tbody tr:last-child td{ border-bottom: 0; }#ap-rollstock-page table.ap-matrix tbody tr:nth-child(even){ background: #fafbf8; }#ap-rollstock-page table.ap-matrix td:first-child{ font-weight: 700; }#ap-rollstock-page .ap-cell-note{ display: block; font-weight: 400; color: var(--ap-muted); font-size: 13px; }#ap-rollstock-page .ap-note{ margin-top: 16px; font-size: 14px; color: var(--ap-muted); }#ap-rollstock-page .ap-chips{ display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }#ap-rollstock-page .ap-chip{
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border: 1px solid var(--ap-line);
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: var(--ap-olive);
  }#ap-rollstock-page .ap-chip:hover{ border-color: var(--ap-olive); }#ap-rollstock-page .ap-app-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-rollstock-page .ap-app-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 24px; }#ap-rollstock-page .ap-app-card h3{ margin-bottom: 14px; }#ap-rollstock-page .ap-app-card dl{ margin: 0; }#ap-rollstock-page .ap-app-card dt{ font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--ap-clay); margin-top: 14px; }#ap-rollstock-page .ap-app-card dd{ margin: 4px 0 0; color: var(--ap-muted); font-size: 15px; }#ap-rollstock-page .ap-spotlight{ display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }#ap-rollstock-page .ap-spotlight-media img{ width: 100%; max-height: 640px; object-fit: cover; border-radius: 8px; box-shadow: 0 12px 32px rgba(28, 36, 32, .12); }#ap-rollstock-page .ap-spotlight-caption{ margin-top: 14px; padding: 18px 20px; background: #fff; border-left: 4px solid var(--ap-clay); }#ap-rollstock-page .ap-spotlight-caption p{ margin-bottom: 0; color: var(--ap-muted); font-size: 15px; }#ap-rollstock-page table.ap-facts{ width: 100%; border-collapse: collapse; min-width: 0; background: #fff; }#ap-rollstock-page table.ap-facts th, #ap-rollstock-page table.ap-facts td{ padding: 13px 0; border-bottom: 1px solid var(--ap-line); text-align: left; font-size: 15px; vertical-align: top; }#ap-rollstock-page table.ap-facts th{ width: 34%; font-weight: 700; padding-right: 16px; }#ap-rollstock-page table.ap-facts td{ color: var(--ap-muted); }#ap-rollstock-page table.ap-facts tr:last-child th, #ap-rollstock-page table.ap-facts tr:last-child td{ border-bottom: 0; }#ap-rollstock-page .ap-card-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }#ap-rollstock-page .ap-card{ display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; }#ap-rollstock-page .ap-card img{ width: 100%; height: 220px; object-fit: cover; }#ap-rollstock-page .ap-card-body{ padding: 20px; display: flex; flex-direction: column; flex: 1; }#ap-rollstock-page .ap-card-body h3{ font-size: 17px; margin-bottom: 6px; }#ap-rollstock-page .ap-card-body p{ color: var(--ap-muted); font-size: 14px; margin-bottom: 16px; }#ap-rollstock-page .ap-quote{ background: var(--ap-olive-dark); color: #fff; }#ap-rollstock-page .ap-quote-grid{ display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 46px; align-items: center; }#ap-rollstock-page .ap-quote h2{ color: #fff; }#ap-rollstock-page .ap-quote p{ color: rgba(255, 255, 255, .78); }#ap-rollstock-page .ap-quote-list{ margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }#ap-rollstock-page .ap-quote-list li{ padding: 16px 18px; background: rgba(255, 255, 255, .08); border-left: 3px solid var(--ap-sand); border-radius: 0 6px 6px 0; font-size: 15px; }#ap-rollstock-page .ap-quote-list strong{ display: block; color: #fff; }#ap-rollstock-page .ap-quote-list span{ color: rgba(255, 255, 255, .74); }#ap-rollstock-page .ap-quote .ap-btn-secondary{ color: #fff !important; border-color: rgba(255, 255, 255, .6); }#ap-rollstock-page .ap-quote .ap-btn-secondary:hover{ background: #fff; color: var(--ap-olive-dark) !important; border-color: #fff; }#ap-rollstock-page .ap-quote-support{ margin-top: 18px; font-size: 14px; color: rgba(255, 255, 255, .7); }#ap-rollstock-page .ap-faq{ display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }

  @media (max-width: 960px) {#ap-rollstock-page .ap-hero-grid, #ap-rollstock-page .ap-spotlight, #ap-rollstock-page .ap-quote-grid{ grid-template-columns: minmax(0, 1fr); gap: 38px; }#ap-rollstock-page .ap-app-grid, #ap-rollstock-page .ap-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-rollstock-page .ap-two-col{ grid-template-columns: minmax(0, 1fr); }#ap-rollstock-page .ap-layers{ grid-template-columns: minmax(0, 1fr); }
  }
  @media (max-width: 640px) {#ap-rollstock-page .ap-shell{ width: calc(100% - 32px); }#ap-rollstock-page .ap-section{ padding: 56px 0; }#ap-rollstock-page .ap-hero{ padding: 40px 0 48px; }#ap-rollstock-page .ap-hero-facts{ grid-template-columns: minmax(0, 1fr); }#ap-rollstock-page .ap-app-grid, #ap-rollstock-page .ap-card-grid{ grid-template-columns: minmax(0, 1fr); }#ap-rollstock-page .ap-actions .ap-btn{ width: 100%; }#ap-rollstock-page table.ap-facts th{ width: 40%; }
  }
