#ap-aggregate .ap-lum-page{
      --ap-ink: #1f2722;
      --ap-muted: #667069;
      --ap-paper: #ffffff;
      --ap-soft: #f8f6f1;
      --ap-line: #e5e1d8;
      --ap-gold: #b4862f;
      --ap-gold-dark: #85601c;
      --ap-coral: #b35e42;
      background: var(--ap-paper);
      color: var(--ap-ink);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.6;
    }#ap-aggregate .ap-lum-page h1, #ap-aggregate .ap-lum-page h2, #ap-aggregate .ap-lum-page h3{
      margin: 0 0 12px;
      color: var(--ap-ink);
      font-weight: 800;
    }#ap-aggregate .ap-lum-page h1{
      font-size: 44px;
      line-height: 1.28;
      margin-bottom: 18px;
    }#ap-aggregate .ap-lum-page h2{
      font-size: 34px;
      line-height: 1.22;
    }#ap-aggregate .ap-lum-page h3{
      font-size: 20px;
      line-height: 1.3;
    }#ap-aggregate .ap-lum-page p{
      margin: 0 0 14px;
    }#ap-aggregate .ap-lum-page ul{
      margin: 0;
      padding: 0;
      list-style: none;
    }#ap-aggregate .ap-lum-page a{
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }#ap-aggregate .ap-lum-page img{
      display: block;
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }#ap-aggregate .ap-lum-shell{
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }#ap-aggregate .ap-lum-btn{
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 12px 22px;
      border-radius: 6px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    }#ap-aggregate .ap-lum-btn-primary{
      background: var(--ap-gold);
      border: 1px solid var(--ap-gold);
      color: #fff !important;
    }#ap-aggregate .ap-lum-btn-primary:hover{
      background: var(--ap-gold-dark);
      border-color: var(--ap-gold-dark);
    }#ap-aggregate .ap-lum-btn-secondary{
      background: transparent;
      border: 1px solid var(--ap-ink);
      color: var(--ap-ink) !important;
    }#ap-aggregate .ap-lum-btn-secondary:hover{
      background: var(--ap-ink);
      color: #fff !important;
    }#ap-aggregate /* Hero */
    .ap-lum-hero{
      padding: 58px 0 64px;
      background: var(--ap-paper);
    }#ap-aggregate .ap-lum-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
      gap: 56px;
      align-items: center;
    }#ap-aggregate .ap-lum-hero-copy{
      max-width: 660px;
      min-width: 0;
    }#ap-aggregate .ap-lum-hero-intro{
      font-size: 18px;
      color: var(--ap-muted);
    }#ap-aggregate .ap-lum-hero-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }#ap-aggregate .ap-lum-hero-media{
      position: relative;
      min-width: 0;
    }#ap-aggregate .ap-lum-hero-media::before{
      content: "";
      position: absolute;
      right: -14px;
      bottom: -14px;
      width: 120px;
      height: 120px;
      border-right: 6px solid var(--ap-gold);
      border-bottom: 6px solid var(--ap-gold);
      border-radius: 0 0 16px 0;
    }#ap-aggregate .ap-lum-hero-media img{
      position: relative;
      width: 100%;
      max-height: 560px;
      object-fit: cover;
      box-shadow: 0 22px 45px rgba(31, 39, 34, .14);
    }#ap-aggregate /* Sections */
    .ap-lum-section{
      padding: 78px 0;
    }#ap-aggregate .ap-lum-section-soft{
      background: var(--ap-soft);
    }#ap-aggregate .ap-lum-head{
      max-width: 780px;
      margin-bottom: 34px;
    }#ap-aggregate .ap-lum-center{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }#ap-aggregate /* What is */
    .ap-lum-what-grid{
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 40px;
      align-items: start;
      margin-bottom: 34px;
    }#ap-aggregate .ap-lum-bullet-list li{
      position: relative;
      padding-left: 24px;
      margin-bottom: 10px;
    }#ap-aggregate .ap-lum-bullet-list li::before{
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--ap-gold);
      font-weight: 700;
    }#ap-aggregate .ap-lum-compare{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }#ap-aggregate .ap-lum-compare-card{
      border: 1px solid var(--ap-line);
      border-radius: 12px;
      padding: 24px;
      background: #fff;
    }#ap-aggregate .ap-lum-compare-card strong{
      display: block;
      margin-bottom: 6px;
    }#ap-aggregate /* Features table */
    .ap-lum-table-wrap{
      overflow-x: auto;
    }#ap-aggregate .ap-lum-table{
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      min-width: 640px;
    }#ap-aggregate .ap-lum-table th, #ap-aggregate .ap-lum-table td{
      padding: 16px 18px;
      text-align: left;
      border-bottom: 1px solid var(--ap-line);
      vertical-align: top;
    }#ap-aggregate .ap-lum-table th{
      background: var(--ap-soft);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }#ap-aggregate .ap-lum-table tbody tr:last-child td{
      border-bottom: none;
    }#ap-aggregate .ap-lum-feature-note{
      margin-top: 18px;
      padding: 16px 20px;
      border-left: 4px solid var(--ap-gold);
      background: #fff;
      color: var(--ap-muted);
    }#ap-aggregate .ap-lum-feature-note strong{
      color: var(--ap-ink);
    }#ap-aggregate /* Decision module */
    .ap-lum-decision-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-bottom: 34px;
    }#ap-aggregate .ap-lum-decision-card{
      background: var(--ap-paper);
      border: 1px solid var(--ap-line);
      border-top: 4px solid var(--ap-gold);
      border-radius: 12px;
      padding: 24px;
      min-width: 0;
    }#ap-aggregate .ap-lum-flow{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }#ap-aggregate .ap-lum-flow-step{
      flex: 1 1 200px;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 10px;
      padding: 16px 18px;
    }#ap-aggregate .ap-lum-flow-step strong{
      display: block;
      color: var(--ap-gold-dark);
      margin-bottom: 4px;
    }#ap-aggregate .ap-lum-flow-arrow{
      color: var(--ap-gold);
      font-size: 28px;
      font-weight: 700;
    }#ap-aggregate /* Spotlight */
    .ap-lum-spotlight-grid{
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: 40px;
      align-items: start;
    }#ap-aggregate .ap-lum-gallery{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }#ap-aggregate .ap-lum-gallery-item{
      margin: 0;
      min-width: 0;
    }#ap-aggregate .ap-lum-gallery-item img{
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      box-shadow: 0 10px 24px rgba(31, 39, 34, .08);
    }#ap-aggregate .ap-lum-gallery-item figcaption{
      font-size: 12px;
      color: var(--ap-muted);
      margin-top: 6px;
      line-height: 1.4;
    }#ap-aggregate .ap-lum-spec-table{
      min-width: 0;
    }#ap-aggregate /* Layering */
    .ap-lum-layering-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
      gap: 40px;
      align-items: stretch;
    }#ap-aggregate .ap-lum-layering-steps{
      display: flex;
      flex-direction: column;
      gap: 14px;
    }#ap-aggregate .ap-lum-layer-step{
      position: relative;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-left: 4px solid var(--ap-gold);
      border-radius: 10px;
      padding: 18px 20px;
    }#ap-aggregate .ap-lum-layer-step strong{
      display: block;
      margin-bottom: 4px;
    }#ap-aggregate .ap-lum-layering-card{
      background: var(--ap-paper);
      border: 1px solid var(--ap-line);
      border-radius: 12px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }#ap-aggregate /* Top picks / product matrix */
    .ap-lum-picks-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }#ap-aggregate .ap-lum-pick-card{
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-width: 0;
    }#ap-aggregate .ap-lum-pick-card img{
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 0;
    }#ap-aggregate .ap-lum-pick-body{
      padding: 18px 20px 22px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }#ap-aggregate .ap-lum-pick-title{
      font-size: 17px;
      font-weight: 800;
      margin-bottom: 6px;
    }#ap-aggregate .ap-lum-pick-feature{
      color: var(--ap-muted);
      font-size: 14px;
      margin-bottom: 14px;
      flex: 1;
    }#ap-aggregate .ap-lum-pick-price{
      font-weight: 800;
      color: var(--ap-gold-dark);
      margin-bottom: 14px;
    }#ap-aggregate .ap-lum-pick-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 9px 16px;
      border-radius: 6px;
      border: 1px solid var(--ap-ink);
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color .2s ease, color .2s ease;
    }#ap-aggregate .ap-lum-pick-btn:hover{
      background: var(--ap-ink);
      color: #fff !important;
    }#ap-aggregate /* Care */
    .ap-lum-care-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }#ap-aggregate .ap-lum-care-list{
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 12px;
      padding: 24px;
    }#ap-aggregate .ap-lum-care-list li{
      position: relative;
      padding-left: 28px;
      margin-bottom: 10px;
    }#ap-aggregate .ap-lum-care-list.do li::before{
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--ap-gold);
      font-weight: 700;
    }#ap-aggregate .ap-lum-care-list.dont li::before{
      content: "✕";
      position: absolute;
      left: 0;
      color: var(--ap-coral);
      font-weight: 700;
    }#ap-aggregate /* B2B */
    .ap-lum-b2b-card{
      background: var(--ap-soft);
      border: 1px solid var(--ap-line);
      border-radius: 16px;
      padding: 42px;
      text-align: center;
    }#ap-aggregate .ap-lum-b2b-card p{
      max-width: 720px;
      margin: 0 auto 22px;
      color: var(--ap-muted);
    }#ap-aggregate /* FAQ */
    .ap-lum-faq-list{
      display: grid;
      gap: 14px;
    }#ap-aggregate .ap-lum-faq-item{
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 12px;
      padding: 24px;
    }#ap-aggregate .ap-lum-faq-item h3{
      margin-bottom: 6px;
    }#ap-aggregate .ap-lum-faq-item p{
      margin: 0;
      color: var(--ap-muted);
    }

    @media (max-width: 900px) {#ap-aggregate .ap-lum-hero-grid, #ap-aggregate .ap-lum-what-grid, #ap-aggregate .ap-lum-spotlight-grid, #ap-aggregate .ap-lum-layering-grid{
        grid-template-columns: 1fr;
      }#ap-aggregate .ap-lum-decision-grid, #ap-aggregate .ap-lum-picks-grid{
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 540px) {#ap-aggregate .ap-lum-page h1{
        font-size: 34px;
      }#ap-aggregate .ap-lum-page h2{
        font-size: 28px;
      }#ap-aggregate .ap-lum-hero{
        padding: 40px 0;
      }#ap-aggregate .ap-lum-section{
        padding: 56px 0;
      }#ap-aggregate .ap-lum-compare, #ap-aggregate .ap-lum-care-grid, #ap-aggregate .ap-lum-decision-grid, #ap-aggregate .ap-lum-picks-grid{
        grid-template-columns: 1fr;
      }#ap-aggregate .ap-lum-gallery{
        grid-template-columns: 1fr;
      }#ap-aggregate .ap-lum-b2b-card{
        padding: 28px 22px;
      }
    }
  