#ap-aggregate, #ap-aggregate *{ box-sizing: border-box; }#ap-aggregate{ width: 100%; color: #17212b; font-family: Arial, sans-serif; background: #f7f8fa; overflow-x: clip; }#ap-aggregate img{ display: block; max-width: 100%; height: auto; }#ap-aggregate a{ color: inherit; }#ap-aggregate .ap-wrap{ width: min(1180px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-hero{ padding: 44px 0 36px; background: #eef2f5; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 28px; align-items: center; }#ap-aggregate .ap-hero-copy{ min-width: 0; }#ap-aggregate .ap-hero h1{ margin: 0 0 14px; font-size: 38px; line-height: 1.28; letter-spacing: 0; font-weight: 700; color: #13212e; }#ap-aggregate .ap-hero-lead{ margin: 0 0 18px; font-size: 16px; line-height: 1.7; color: #425261; max-width: 62ch; }#ap-aggregate .ap-hero-lead a{ color: #0f5f73; text-decoration: none; font-weight: 700; }#ap-aggregate .ap-hero-lead a:hover{ text-decoration: underline; }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; }#ap-aggregate .ap-btn{ display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: 6px; font-size: 15px; line-height: 1.2; font-weight: 700; text-decoration: none; border: 1px solid transparent; }#ap-aggregate .ap-btn-primary{ background: #0f5f73; color: #fff; }#ap-aggregate .ap-btn-secondary{ background: #fff; color: #17212b; border-color: #cfd8df; }#ap-aggregate .ap-hero-media{ min-width: 0; display: flex; align-items: center; justify-content: center; }#ap-aggregate .ap-hero-media img{ width: 100%; max-height: 520px; object-fit: contain; object-position: center; }#ap-aggregate .ap-section{ padding: 42px 0; }#ap-aggregate .ap-section-head{ max-width: 760px; margin: 0 auto 20px; text-align: center; }#ap-aggregate .ap-section-head h2{ margin: 0 0 8px; font-size: 28px; line-height: 1.22; font-weight: 700; letter-spacing: 0; color: #13212e; }#ap-aggregate .ap-section-head p{ margin: 0; font-size: 15px; line-height: 1.6; color: #4b5a67; }#ap-aggregate .ap-panel{ background: #fff; border: 1px solid #d9e0e6; border-radius: 6px; overflow: hidden; }#ap-aggregate .ap-overview-grid{ display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 20px; align-items: center; padding: 18px; }#ap-aggregate .ap-core-image{ width: 100%; aspect-ratio: 4 / 3; background: #f9fafb; display: flex; align-items: center; justify-content: center; overflow: hidden; }#ap-aggregate .ap-core-image img{ width: 100%; height: 100%; object-fit: contain; object-position: center; }#ap-aggregate .ap-fact-list{ display: grid; gap: 10px; margin: 0; }#ap-aggregate .ap-fact{ display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 14px; padding: 12px 0; border-bottom: 1px solid #e7edf2; }#ap-aggregate .ap-fact:last-child{ border-bottom: 0; }#ap-aggregate .ap-fact dt{ font-weight: 700; color: #22313d; }#ap-aggregate .ap-fact dd{ margin: 0; color: #465563; overflow-wrap: anywhere; }#ap-aggregate .ap-specs{ padding: 18px; }#ap-aggregate .ap-specs-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }#ap-aggregate .ap-spec{ padding: 14px 0; border-bottom: 1px solid #e7edf2; }#ap-aggregate .ap-spec strong{ display: block; margin: 0 0 6px; font-size: 14px; line-height: 1.3; color: #22313d; }#ap-aggregate .ap-spec span{ display: block; color: #465563; font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }#ap-aggregate .ap-grid{ display: grid; gap: 16px; }#ap-aggregate .ap-product-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }#ap-aggregate .ap-card{ display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid #d9e0e6; border-radius: 6px; overflow: hidden; }#ap-aggregate .ap-card-image{ aspect-ratio: 4 / 3; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; text-decoration: none; }#ap-aggregate .ap-card-image img{ width: 100%; height: 100%; object-fit: contain; object-position: center; }#ap-aggregate .ap-card-body{ display: flex; flex-direction: column; gap: 10px; padding: 15px; min-width: 0; }#ap-aggregate .ap-card-body h3{ margin: 0; font-size: 17px; line-height: 1.32; font-weight: 700; }#ap-aggregate .ap-card-body p{ margin: 0; font-size: 14px; line-height: 1.55; color: #465563; }#ap-aggregate .ap-faq-wrap{ width: min(800px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-faq-list{ display: grid; gap: 12px; }#ap-aggregate .ap-faq-item{ border: 1px solid #d9e0e6; border-radius: 10px; background: #fff; overflow: hidden; }#ap-aggregate .ap-faq-question{ list-style: none; cursor: pointer; padding: 18px 20px; font-size: 16px; line-height: 1.4; font-weight: 700; color: #17212b; display: flex; align-items: center; justify-content: space-between; gap: 16px; }#ap-aggregate .ap-faq-question::-webkit-details-marker{ display: none; }#ap-aggregate .ap-faq-question::after{ content: '+'; font-size: 20px; line-height: 1; color: #0f5f73; flex: 0 0 auto; }#ap-aggregate .ap-faq-item[open] .ap-faq-question::after{ content: '−'; }#ap-aggregate .ap-faq-answer{ padding: 0 20px 18px; color: #465563; font-size: 14px; line-height: 1.6; }#ap-aggregate .ap-faq-answer p{ margin: 0; }
    @media (max-width: 920px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-overview-grid, #ap-aggregate .ap-product-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-hero h1{ font-size: 34px; }
    }
    @media (max-width: 640px) {#ap-aggregate .ap-wrap, #ap-aggregate .ap-faq-wrap{ width: min(100%, calc(100% - 28px)); }#ap-aggregate .ap-hero{ padding: 32px 0 26px; }#ap-aggregate .ap-hero h1{ font-size: 29px; }#ap-aggregate .ap-section-head h2{ font-size: 24px; }#ap-aggregate .ap-fact{ grid-template-columns: 1fr; gap: 6px; }#ap-aggregate .ap-specs-grid{ grid-template-columns: 1fr; }
    }
  