#ap-aggregate .ap-guide{
    --ap-ink: #2a2118;
    --ap-muted: #6f6255;
    --ap-paper: #ffffff;
    --ap-cream: #f8f1e7;
    --ap-sand: #f2e9dc;
    --ap-line: #e4d9cb;
    --ap-amber: #b45309;
    --ap-amber-soft: #fef3e2;
    --ap-amber-dark: #7c3f09;
    --ap-green: #3d5a34;
    --ap-green-dark: #2c4226;
    --ap-shadow: 0 18px 40px rgba(74, 52, 27, 0.10);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--ap-paper);
    color: var(--ap-ink);
    line-height: 1.65;
    width: 100%;
    overflow: clip;
    -webkit-font-smoothing: antialiased;
  }#ap-aggregate .ap-guide *, #ap-aggregate .ap-guide *::before, #ap-aggregate .ap-guide *::after{
    box-sizing: border-box;
  }#ap-aggregate .ap-guide img{
    display: block;
    max-width: 100%;
    height: auto;
  }#ap-aggregate .ap-guide a{
    color: inherit;
    text-decoration-color: rgba(180, 83, 9, 0.55);
    text-underline-offset: 3px;
  }#ap-aggregate .ap-guide p{
    margin: 0 0 14px;
  }#ap-aggregate .ap-guide h1, #ap-aggregate .ap-guide h2, #ap-aggregate .ap-guide h3, #ap-aggregate .ap-guide h4, #ap-aggregate .ap-guide ul{
    margin-top: 0;
  }#ap-aggregate .ap-guide h1{
    font-size: clamp(38px, 4.6vw, 52px);
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }#ap-aggregate .ap-guide h2{
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.22;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
  }#ap-aggregate .ap-guide h3{
    font-size: 20px;
    line-height: 1.30;
    margin-bottom: 10px;
  }#ap-aggregate .ap-guide ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-shell{
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-section{
    padding: 76px 0;
  }#ap-aggregate .ap-section-cream{
    background: var(--ap-cream);
  }#ap-aggregate .ap-section-sand{
    background: var(--ap-sand);
  }#ap-aggregate .ap-center{
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
  }#ap-aggregate .ap-kickerline{
    display: block;
    margin-bottom: 10px;
    color: var(--ap-amber);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
  }#ap-aggregate .ap-lede{
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate /* Buttons */
  .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  }#ap-aggregate .ap-btn:hover{
    transform: translateY(-2px);
  }#ap-aggregate .ap-btn-cta{
    background: var(--ap-green);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(61, 90, 52, 0.22);
  }#ap-aggregate .ap-btn-cta:hover{
    background: var(--ap-green-dark);
  }#ap-aggregate .ap-btn-outline{
    border: 2px solid var(--ap-ink);
    color: var(--ap-ink) !important;
    background: transparent;
  }#ap-aggregate .ap-btn-outline:hover{
    background: var(--ap-ink);
    color: #ffffff !important;
  }#ap-aggregate .ap-btn-ghost{
    background: #ffffff;
    color: var(--ap-amber-dark) !important;
    border: 1px solid rgba(180, 83, 9, 0.35);
  }#ap-aggregate .ap-btn-ghost:hover{
    border-color: var(--ap-amber);
    background: var(--ap-amber-soft);
  }#ap-aggregate /* ===== Hero ===== */
  .ap-hero{
    padding: 64px 0 70px;
    background:
      radial-gradient(circle at 92% 12%, rgba(255, 238, 207, 0.65) 0, rgba(255, 238, 207, 0.15) 24%, transparent 48%),
      linear-gradient(180deg, #fff8ee 0%, #ffffff 100%);
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
    align-items: center;
    gap: 54px;
  }#ap-aggregate .ap-hero-copy .ap-intro{
    font-size: 18px;
    color: var(--ap-muted);
    max-width: 620px;
    margin-bottom: 28px;
  }#ap-aggregate .ap-hero-copy strong{
    color: var(--ap-amber-dark);
  }#ap-aggregate .ap-hero-copy a{
    font-weight: 800;
  }#ap-aggregate .ap-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
  }#ap-aggregate .ap-hero-strip{
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 8px 26px;
    justify-content: start;
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--ap-line);
  }#ap-aggregate .ap-hero-strip li{
    color: var(--ap-muted);
    font-size: 14px;
    font-weight: 700;
  }#ap-aggregate .ap-hero-strip li::before{
    content: "✓ ";
    color: var(--ap-green);
    font-weight: 900;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    content: "";
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 42%;
    height: 42%;
    border-right: 6px solid #e3b04b;
    border-bottom: 6px solid #e3b04b;
    border-radius: 0 0 14px 0;
    z-index: 0;
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--ap-shadow);
    object-fit: cover;
    aspect-ratio: 5 / 4;
  }#ap-aggregate /* ===== Decision map ===== */
  .ap-decision-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-decision-card{
    background: #ffffff;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }#ap-aggregate .ap-decision-card:hover{
    box-shadow: var(--ap-shadow);
    transform: translateY(-4px);
  }#ap-aggregate .ap-decision-icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--ap-amber-soft);
    color: var(--ap-amber-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 18px;
  }#ap-aggregate .ap-decision-card p{
    color: var(--ap-muted);
    font-size: 15px;
    flex-grow: 1;
  }#ap-aggregate .ap-anchor-link{
    font-size: 14px;
    font-weight: 800;
    color: var(--ap-amber-dark) !important;
    text-decoration: none !important;
  }#ap-aggregate .ap-anchor-link::after{
    content: " →";
  }#ap-aggregate /* ===== Material deep dive ===== */
  .ap-mat-grid{
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 54px;
  }#ap-aggregate .ap-mat-media img{
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--ap-shadow);
    aspect-ratio: 1 / 0.95;
    object-fit: cover;
  }#ap-aggregate .ap-compare-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 20px 0 22px;
  }#ap-aggregate .ap-compare-box{
    border-radius: 14px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--ap-line);
  }#ap-aggregate .ap-compare-box.amber{
    border-top: 4px solid var(--ap-amber);
  }#ap-aggregate .ap-compare-box.glass{
    border-top: 4px solid #9ea7a2;
  }#ap-aggregate .ap-compare-box h4{
    margin: 0 0 8px;
    font-size: 17px;
  }#ap-aggregate .ap-compare-box ul li{
    position: relative;
    padding: 5px 0 5px 22px;
    font-size: 14px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-compare-box ul li::before{
    content: "•";
    position: absolute;
    left: 6px;
    color: var(--ap-amber);
    font-weight: 900;
  }#ap-aggregate .ap-note-card{
    border-left: 4px solid var(--ap-green);
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-note-card strong{
    color: var(--ap-ink);
  }#ap-aggregate /* ===== Shape cards ===== */
  .ap-shape-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-shape-card{
    background: #ffffff;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }#ap-aggregate .ap-shape-visual{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ap-cream);
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 54px;
    color: var(--ap-green);
  }#ap-aggregate .ap-shape-card h3{
    color: var(--ap-ink);
    font-size: 21px;
  }#ap-aggregate .ap-shape-card ul{
    margin: 10px 0 16px;
    flex-grow: 1;
  }#ap-aggregate .ap-shape-card ul li{
    position: relative;
    padding: 5px 0 5px 22px;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-shape-card ul li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ap-green);
    font-weight: 900;
  }#ap-aggregate .ap-bestfor{
    display: inline-block;
    width: fit-content;
    border-radius: 50px;
    background: var(--ap-amber-soft);
    color: var(--ap-amber-dark);
    font-size: 13px;
    font-weight: 800;
    padding: 6px 14px;
    max-width: 100%;
  }#ap-aggregate /* ===== Safety ===== */
  .ap-safety-grid{
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 54px;
  }#ap-aggregate .ap-safety-media img{
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--ap-shadow);
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
  }#ap-aggregate .ap-safety-list li{
    background: #ffffff;
    border: 1px solid var(--ap-line);
    border-left: 4px solid var(--ap-amber);
    border-radius: 0 14px 14px 0;
    padding: 18px 20px;
    margin-bottom: 14px;
  }#ap-aggregate .ap-safety-list h4{
    margin: 0 0 6px;
    font-size: 17px;
    color: var(--ap-amber-dark);
  }#ap-aggregate .ap-safety-list p{
    margin: 0;
    color: var(--ap-muted);
    font-size: 15px;
  }#ap-aggregate /* ===== Product spotlight ===== */
  .ap-spot-grid{
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 44px;
    align-items: start;
  }#ap-aggregate .ap-spot-media img{
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--ap-shadow);
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }#ap-aggregate .ap-cap-note{
    margin-top: 14px;
    border-radius: 12px;
    background: var(--ap-amber-soft);
    padding: 14px 16px;
    font-size: 14px;
    color: var(--ap-amber-dark);
    font-weight: 700;
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--ap-line);
  }#ap-aggregate .ap-spec-table tr + tr{
    border-top: 1px solid var(--ap-line);
  }#ap-aggregate .ap-spec-table th{
    text-align: left;
    color: var(--ap-muted);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 16px;
    background: var(--ap-cream);
    width: 42%;
  }#ap-aggregate .ap-spec-table td{
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ap-ink);
  }#ap-aggregate .ap-spot-buy{
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }#ap-aggregate /* ===== Scenario cards ===== */
  .ap-scenario-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-scenario-card{
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--ap-line);
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
  }#ap-aggregate .ap-scenario-tag{
    width: fit-content;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--ap-amber-dark);
    background: var(--ap-amber-soft);
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
  }#ap-aggregate .ap-scenario-card h3{
    font-size: 19px;
  }#ap-aggregate .ap-scenario-card ul{
    flex-grow: 1;
    margin-bottom: 18px;
  }#ap-aggregate .ap-scenario-card ul li{
    position: relative;
    padding: 4px 0 4px 22px;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-scenario-card ul li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ap-green);
    font-weight: 900;
  }#ap-aggregate .ap-scenario-card a.ap-match{
    font-weight: 800;
    font-size: 14px;
    color: var(--ap-amber-dark) !important;
  }#ap-aggregate /* ===== Product matrix ===== */
  .ap-matrix-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-product-card{
    background: #ffffff;
    border: 1px solid var(--ap-line);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none !important;
  }#ap-aggregate .ap-product-card:hover{
    transform: translateY(-4px);
    box-shadow: var(--ap-shadow);
  }#ap-aggregate .ap-product-card img{
    width: 100%;
    aspect-ratio: 1 / 0.95;
    object-fit: cover;
    background: var(--ap-cream);
  }#ap-aggregate .ap-product-info{
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }#ap-aggregate .ap-product-info h3{
    font-size: 17px;
    line-height: 1.38;
    margin-bottom: 8px;
  }#ap-aggregate .ap-product-info p{
    color: var(--ap-muted);
    font-size: 14px;
    flex-grow: 1;
    margin-bottom: 14px;
  }#ap-aggregate .ap-product-link{
    font-weight: 800;
    font-size: 14px;
    color: var(--ap-amber-dark) !important;
  }#ap-aggregate .ap-product-link::after{
    content: " →";
  }#ap-aggregate /* ===== Wholesale / conversion ===== */
  .ap-wholesale-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 54px;
  }#ap-aggregate .ap-wholesale-media img{
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--ap-shadow);
    aspect-ratio: 1 / 0.95;
    object-fit: cover;
  }#ap-aggregate .ap-benefit-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 22px 0;
  }#ap-aggregate .ap-benefit-tile{
    background: #ffffff;
    border: 1px solid var(--ap-line);
    border-radius: 14px;
    padding: 16px 16px;
  }#ap-aggregate .ap-benefit-tile strong{
    display: block;
    color: var(--ap-green);
    font-size: 21px;
    margin-bottom: 4px;
  }#ap-aggregate .ap-benefit-tile span{
    font-size: 13px;
    color: var(--ap-muted);
    line-height: 1.45;
  }#ap-aggregate .ap-convert-note{
    border-radius: 14px;
    background: var(--ap-green-dark);
    color: #ffffff;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }#ap-aggregate .ap-convert-note p{
    margin: 0;
    font-size: 17px;
    max-width: 640px;
  }#ap-aggregate .ap-convert-note a.ap-btn{
    background: #e3b04b;
    color: var(--ap-green-dark) !important;
  }#ap-aggregate .ap-convert-note a.ap-btn:hover{
    background: #f2ca71;
  }#ap-aggregate /* ===== FAQ ===== */
  .ap-faq-wrap{
    max-width: 880px;
    margin: 0 auto;
  }

  /* ===== Responsive ===== */
  @media (max-width: 920px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-mat-grid, #ap-aggregate .ap-safety-grid, #ap-aggregate .ap-spot-grid, #ap-aggregate .ap-wholesale-grid{
      grid-template-columns: 1fr;
      gap: 34px;
    }#ap-aggregate .ap-hero-media{
      order: -1;
    }#ap-aggregate .ap-mat-media, #ap-aggregate .ap-safety-media{
      order: -1;
    }#ap-aggregate .ap-decision-grid, #ap-aggregate .ap-shape-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr 1fr;
    }#ap-aggregate .ap-benefit-grid{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 640px) {#ap-aggregate .ap-shell{
      width: min(100% - 26px, 1160px);
    }#ap-aggregate .ap-section{
      padding: 56px 0;
    }#ap-aggregate .ap-hero{
      padding: 40px 0 48px;
    }#ap-aggregate .ap-decision-grid, #ap-aggregate .ap-shape-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-hero-strip{
      grid-template-columns: 1fr;
      gap: 6px;
    }#ap-aggregate .ap-hero-actions .ap-btn{
      width: 100%;
    }#ap-aggregate .ap-compare-cards{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-spec-table th{
      display: block;
      width: 100%;
      padding-bottom: 2px;
    }#ap-aggregate .ap-spec-table td{
      display: block;
      width: 100%;
      padding-top: 2px;
    }#ap-aggregate .ap-spec-table tr + tr{
      border-top: 1px solid var(--ap-line);
    }
  }
