#ap-aggregate .ap-sel{
    --ink: #1d2b26;
    --muted: #5d6c65;
    --soft: #f1f6f3;
    --sand: #f9f4eb;
    --line: #dce6e0;
    --pine: #1c5844;
    --pine-dark: #143f30;
    --coral: #cf6742;
    --white: #ffffff;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: var(--ink);
    line-height: 1.6;
    background: var(--white);
    overflow-x: hidden;
  }#ap-aggregate .ap-sel *, #ap-aggregate .ap-sel *::before, #ap-aggregate .ap-sel *::after{ box-sizing: border-box; }#ap-aggregate .ap-sel img{ display: block; max-width: 100%; height: auto; }#ap-aggregate .ap-sel a{ color: var(--pine); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }#ap-aggregate .ap-sel h1, #ap-aggregate .ap-sel h2, #ap-aggregate .ap-sel h3, #ap-aggregate .ap-sel p{ margin-top: 0; }#ap-aggregate .ap-sel h1{ font-size: clamp(34px, 4.8vw, 50px); line-height: 1.28; margin-bottom: 18px; }#ap-aggregate .ap-sel h2{ font-size: clamp(28px, 3.6vw, 38px); line-height: 1.22; margin-bottom: 16px; }#ap-aggregate .ap-sel h3{ font-size: 20px; line-height: 1.30; margin-bottom: 8px; }#ap-aggregate .ap-shell{ width: min(1160px, 100% - 40px); margin: 0 auto; }#ap-aggregate .ap-section{ padding: 70px 0; }#ap-aggregate .ap-section-soft{ background: var(--soft); }#ap-aggregate .ap-section-sand{ background: var(--sand); }#ap-aggregate .ap-heading{ max-width: 790px; margin-bottom: 38px; }#ap-aggregate .ap-heading-center{ margin-inline: auto; text-align: center; }#ap-aggregate .ap-kicker{ color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }#ap-aggregate .ap-lede{ color: var(--muted); font-size: 18px; max-width: 720px; }#ap-aggregate .ap-btn{ display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 22px; border-radius: 10px; font-size: 15px; font-weight: 800; text-decoration: none; transition: background-color .2s ease, transform .2s ease, border-color .2s ease; }#ap-aggregate .ap-btn:hover{ transform: translateY(-1px); }#ap-aggregate .ap-btn-solid{ background: var(--pine); color: #fff; border: 1px solid var(--pine); }#ap-aggregate .ap-btn-solid:hover{ background: var(--pine-dark); }#ap-aggregate .ap-btn-line{ color: var(--pine); border: 1px solid var(--pine); background: transparent; }#ap-aggregate .ap-btn-white{ background: #fff; color: var(--pine-dark); border: 1px solid rgba(255,255,255,.4); }#ap-aggregate .ap-btn-white:hover{ background: var(--sand); }.ap-page-link{ font-weight: 800; }#ap-aggregate .ap-hero{ background: linear-gradient(180deg, #f4faf6 0%, #ffffff 72%); padding: 64px 0 72px; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 52px; align-items: center; }#ap-aggregate .ap-hero-copy{ max-width: 690px; }#ap-aggregate .ap-hero-copy p{ color: var(--muted); font-size: 18px; }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 13px; margin-top: 24px; }#ap-aggregate .ap-hero-note{ font-size: 13px !important; color: var(--muted); margin-top: 16px; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media figure{ margin: 0; position: relative; }#ap-aggregate .ap-hero-media img{ width: 100%; border-radius: 22px; box-shadow: 0 28px 60px rgba(20, 63, 48, .16); }#ap-aggregate .ap-hero-media figcaption{ font-size: 14px; color: var(--muted); margin-top: 10px; text-align: center; }#ap-aggregate .ap-patent-tag{ position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(255,255,255,.94); border: 1px solid var(--line); padding: 6px 11px; border-radius: 999px; font-size: 13px; font-weight: 800; color: var(--pine); box-shadow: 0 4px 12px rgba(29,43,38,.08); }#ap-aggregate .ap-check-columns{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-check-card{ background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: 0 8px 26px rgba(29,43,38,.05); }#ap-aggregate .ap-check-card h3{ border-bottom: 2px solid var(--soft); padding-bottom: 12px; margin-bottom: 12px; }#ap-aggregate .ap-check-list, #ap-aggregate .ap-safety-list, #ap-aggregate .ap-feature-list{ list-style: none; margin: 0; padding: 0; }#ap-aggregate .ap-check-list li, #ap-aggregate .ap-safety-list li, #ap-aggregate .ap-feature-list li{ display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; border-bottom: 1px dashed var(--line); }#ap-aggregate .ap-check-list li:last-child, #ap-aggregate .ap-safety-list li:last-child{ border-bottom: 0; }#ap-aggregate .ap-list-num{ flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: var(--soft); color: var(--pine); display: grid; place-items: center; font-size: 13px; font-weight: 800; }#ap-aggregate .ap-list-copy strong{ display: block; font-size: 15px; }#ap-aggregate .ap-list-copy span{ color: var(--muted); font-size: 15px; }#ap-aggregate .ap-steps{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }#ap-aggregate .ap-step{ background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; position: relative; box-shadow: 0 8px 22px rgba(29,43,38,.05); }#ap-aggregate .ap-step span{ display: inline-block; font-size: 13px; font-weight: 800; color: var(--coral); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; }#ap-aggregate .ap-step h3{ margin-bottom: 8px; }#ap-aggregate .ap-step p{ margin: 0; color: var(--muted); font-size: 15px; }#ap-aggregate .ap-step b{ display: block; font-size: 17px; margin-bottom: 6px; }#ap-aggregate .ap-curve-visual{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 22px 0 26px; }#ap-aggregate .ap-curve-visual img{ width: 100%; border-radius: 16px; border: 1px solid var(--line); background: #f7faf8; }#ap-aggregate .ap-curve-grid{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 28px; }#ap-aggregate .ap-curve-card{ background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 18px; }#ap-aggregate .ap-curve-card strong{ display: flex; width: 42px; height: 42px; border-radius: 50%; background: var(--pine); color: #fff; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 12px; }#ap-aggregate .ap-curve-card h3{ font-size: 16px; margin-bottom: 6px; }#ap-aggregate .ap-curve-card p{ margin: 0; color: var(--muted); font-size: 14px; }#ap-aggregate .ap-scenario-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-scenario-card{ background: var(--soft); border-radius: 18px; padding: 22px; border-left: 5px solid var(--pine); }#ap-aggregate .ap-scenario-card h3{ color: var(--pine-dark); }#ap-aggregate .ap-scenario-card strong{ color: var(--ink); }#ap-aggregate .ap-scenario-card p{ margin-bottom: 8px; color: var(--muted); font-size: 15px; }#ap-aggregate .ap-scenario-card p:last-child{ margin-bottom: 0; }#ap-aggregate .ap-product{ background: var(--soft); }#ap-aggregate .ap-product-top{ display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: end; margin-bottom: 34px; }#ap-aggregate .ap-price-box{ background: var(--white); border: 1px solid var(--line); padding: 14px 18px; border-radius: 14px; text-align: right; }#ap-aggregate .ap-price-current{ display: block; font-size: 28px; font-weight: 800; color: var(--pine-dark); }#ap-aggregate .ap-price-list{ font-size: 14px; color: var(--muted); display: block; margin-top: 2px; }#ap-aggregate .ap-sale-label{ font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--coral); display: block; margin-top: 4px; }#ap-aggregate .ap-product-grid{ display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: start; }#ap-aggregate .ap-product-media{ display: grid; gap: 14px; }#ap-aggregate .ap-product-media img{ width: 100%; border-radius: 18px; border: 1px solid var(--line); background: #fff; }#ap-aggregate .ap-media-pair{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }#ap-aggregate .ap-spec-wrap{ background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 10px 18px 4px; box-shadow: 0 10px 28px rgba(29,43,38,.06); }#ap-aggregate .ap-spec-table{ width: 100%; border-collapse: collapse; }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{ text-align: left; vertical-align: top; padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }#ap-aggregate .ap-spec-table th{ width: 34%; color: var(--pine-dark); text-transform: uppercase; letter-spacing: .02em; }#ap-aggregate .ap-spec-table td{ color: var(--ink); }#ap-aggregate .ap-spec-table tr:last-child th, #ap-aggregate .ap-spec-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-product-cta{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }#ap-aggregate .ap-storage-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }#ap-aggregate .ap-storage-item{ background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }#ap-aggregate .ap-storage-item img{ width: 100%; }#ap-aggregate .ap-storage-item .ap-caption{ padding: 14px 16px; }#ap-aggregate .ap-storage-item .ap-caption strong{ display: block; margin-bottom: 4px; }#ap-aggregate .ap-storage-item .ap-caption span{ color: var(--muted); font-size: 14px; }#ap-aggregate .ap-safety-grid{ display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 22px; align-items: start; }#ap-aggregate .ap-safety-card{ background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 24px; }#ap-aggregate .ap-alert-card{ background: var(--sand); border: 1px solid #efddc0; border-radius: 18px; padding: 24px; }#ap-aggregate .ap-alert-card h3{ color: #925235; }#ap-aggregate .ap-safety-list{ display: grid; gap: 6px; }#ap-aggregate .ap-trade{ background: var(--pine); color: #fff; }#ap-aggregate .ap-trade .ap-kicker{ color: #b9e0cd; }#ap-aggregate .ap-trade p{ color: rgba(255,255,255,.86); }#ap-aggregate .ap-trade-inner{ display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }#ap-aggregate .ap-faq-wrap{ max-width: 840px; margin: 0 auto; }#ap-aggregate .ap-faq-wrap details{ background: var(--white); border: 1px solid var(--line); border-radius: 16px; margin-bottom: 13px; padding: 4px 20px; }#ap-aggregate .ap-faq-wrap summary{ cursor: pointer; font-weight: 800; padding: 15px 0; list-style: none; color: var(--pine-dark); }#ap-aggregate .ap-faq-wrap summary::-webkit-details-marker{ display: none; }#ap-aggregate .ap-faq-wrap .ap-answer{ padding: 0 0 18px; color: var(--muted); }

  @media (max-width: 900px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-product-grid, #ap-aggregate .ap-check-columns, #ap-aggregate .ap-safety-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-product-top{ grid-template-columns: 1fr; }#ap-aggregate .ap-price-box{ text-align: left; }#ap-aggregate .ap-steps, #ap-aggregate .ap-curve-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-storage-grid{ grid-template-columns: 1fr 1fr; }#ap-aggregate .ap-trade-inner{ grid-template-columns: 1fr; }
  }
  @media (max-width: 520px) {#ap-aggregate .ap-steps, #ap-aggregate .ap-curve-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-storage-grid, #ap-aggregate .ap-curve-visual, #ap-aggregate .ap-media-pair{ grid-template-columns: 1fr; }#ap-aggregate .ap-hero-actions .ap-btn{ width: 100%; }#ap-aggregate .ap-section{ padding: 48px 0; }#ap-aggregate .ap-hero{ padding: 42px 0 52px; }
  }
