#ap-aggregate-page{
      --ap-ink: #16232b;
      --ap-muted: #5d6d76;
      --ap-paper: #ffffff;
      --ap-soft: #f2f6f7;
      --ap-line: #dbe4e7;
      --ap-teal: #0d5c63;
      --ap-teal-dark: #094246;
      --ap-gold: #b07d2b;
      --ap-rose: #b4492f;
      margin: 0;
      padding: 0;
      color: #16232b;
      background: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }#ap-aggregate-page *{ box-sizing: border-box; letter-spacing: 0; }#ap-aggregate-page h1, #ap-aggregate-page h2, #ap-aggregate-page h3, #ap-aggregate-page h4, #ap-aggregate-page p, #ap-aggregate-page ul, #ap-aggregate-page ol, #ap-aggregate-page table{ margin-top: 0; }#ap-aggregate-page h1{ font-size: 44px; line-height: 1.30; letter-spacing: -0.4px; margin-bottom: 20px; }#ap-aggregate-page h2{ font-size: 32px; line-height: 1.26; letter-spacing: -0.2px; margin-bottom: 16px; }#ap-aggregate-page h3{ font-size: 20px; line-height: 1.34; margin-bottom: 10px; }#ap-aggregate-page h4{ font-size: 16px; line-height: 1.34; margin-bottom: 8px; }#ap-aggregate-page p{ margin-bottom: 16px; }#ap-aggregate-page a{ color: #0d5c63; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate-page img{ display: block; max-width: 100%; height: auto; }#ap-aggregate-page table{ width: 100%; border-collapse: collapse; }#ap-aggregate-page .ap-shell{ width: min(1140px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate-page .ap-section{ padding: 74px 0; }#ap-aggregate-page .ap-section-soft{ background: #f2f6f7; }#ap-aggregate-page .ap-section-line{ border-top: 1px solid #dbe4e7; }#ap-aggregate-page .ap-head{ max-width: 760px; margin-bottom: 38px; }#ap-aggregate-page .ap-head-center{ max-width: 760px; margin: 0 auto 40px; text-align: center; }#ap-aggregate-page .ap-kicker{
      display: inline-block; margin-bottom: 12px; color: #b07d2b;
      font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px;
    }#ap-aggregate-page .ap-lead{ color: #5d6d76; font-size: 17px; }#ap-aggregate-page .ap-hero{ padding: 58px 0 66px; background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%); }#ap-aggregate-page .ap-hero-grid{
      display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.85fr);
      align-items: center; gap: 58px;
    }#ap-aggregate-page .ap-hero-copy p.ap-intro{ font-size: 17px; color: #33454e; max-width: 640px; }#ap-aggregate-page .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#ap-aggregate-page .ap-btn{
      display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
      gap: 8px; padding: 12px 24px; border: 1px solid #16232b; border-radius: 6px;
      font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }#ap-aggregate-page .ap-btn-primary{ color: #ffffff !important; background: #0d5c63; border-color: #0d5c63; }#ap-aggregate-page .ap-btn-primary:hover{ background: #094246; border-color: #094246; }#ap-aggregate-page .ap-btn-ghost{ color: #16232b !important; background: #ffffff; }#ap-aggregate-page .ap-btn-ghost:hover{ color: #ffffff !important; background: #16232b; }#ap-aggregate-page .ap-btn-soft{ color: #0d5c63 !important; background: #ffffff; border-color: #0d5c63; }#ap-aggregate-page .ap-btn-soft:hover{ color: #ffffff !important; background: #0d5c63; }#ap-aggregate-page .ap-hero-facts{
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #dbe4e7;
    }#ap-aggregate-page .ap-hero-facts div strong{ display: block; font-size: 15px; color: #16232b; }#ap-aggregate-page .ap-hero-facts div span{ font-size: 13px; color: #5d6d76; }#ap-aggregate-page .ap-hero-media{ position: relative; }#ap-aggregate-page .ap-hero-media::after{
      content: ""; position: absolute; right: -12px; bottom: -12px; width: 32%; height: 32%;
      border-right: 6px solid #b07d2b; border-bottom: 6px solid #b07d2b; border-radius: 0 0 8px 0;
    }#ap-aggregate-page .ap-hero-media img{
      position: relative; z-index: 1; width: 100%; max-height: 620px; object-fit: cover;
      border-radius: 10px; box-shadow: 0 20px 46px rgba(22,35,43,.16);
    }#ap-aggregate-page .ap-grid-3{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }#ap-aggregate-page .ap-grid-2{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }#ap-aggregate-page .ap-split{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }#ap-aggregate-page .ap-split-wide{ display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 46px; align-items: start; }#ap-aggregate-page .ap-card{
      background: #ffffff; border: 1px solid #dbe4e7; border-radius: 10px;
      padding: 26px 24px; height: 100%;
    }#ap-aggregate-page .ap-card h3{ margin-bottom: 8px; }#ap-aggregate-page .ap-card p{ margin-bottom: 0; color: #5d6d76; font-size: 15px; }#ap-aggregate-page .ap-card-num{
      display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center;
      margin-bottom: 14px; border-radius: 50%; background: #0d5c63; color: #ffffff; font-size: 14px; font-weight: 700;
    }#ap-aggregate-page .ap-card-rule{ border-top: 3px solid #0d5c63; border-radius: 0; padding-top: 22px; }#ap-aggregate-page .ap-nav-card{
      display: block; background: #ffffff; border: 1px solid #dbe4e7; border-radius: 10px;
      padding: 24px 22px; text-decoration: none; color: inherit; height: 100%;
      transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }#ap-aggregate-page .ap-nav-card:hover{ border-color: #0d5c63; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(22,35,43,.09); }#ap-aggregate-page .ap-nav-card .ap-tag{
      display: block; margin-bottom: 10px; color: #b07d2b; font-size: 12px;
      font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
    }#ap-aggregate-page .ap-nav-card h3{ font-size: 18px; margin-bottom: 8px; }#ap-aggregate-page .ap-nav-card p{ margin-bottom: 12px; color: #5d6d76; font-size: 14px; }#ap-aggregate-page .ap-nav-card .ap-jump{ font-size: 14px; font-weight: 700; color: #0d5c63; }#ap-aggregate-page .ap-media{
      border-radius: 10px; overflow: hidden; box-shadow: 0 14px 34px rgba(22,35,43,.12); background: #f2f6f7;
    }#ap-aggregate-page .ap-media img{ width: 100%; max-height: 620px; object-fit: cover; }#ap-aggregate-page .ap-caption{ margin-top: 12px; font-size: 13px; color: #5d6d76; }#ap-aggregate-page .ap-table-wrap{ overflow-x: auto; border: 1px solid #dbe4e7; border-radius: 10px; background: #ffffff; }#ap-aggregate-page .ap-table{ min-width: 620px; font-size: 15px; }#ap-aggregate-page .ap-table thead th{
      background: #0d5c63; color: #ffffff; text-align: left; padding: 14px 18px;
      font-size: 13px; text-transform: uppercase; letter-spacing: .8px; font-weight: 700;
    }#ap-aggregate-page .ap-table td{ padding: 15px 18px; border-top: 1px solid #dbe4e7; vertical-align: top; color: #33454e; }#ap-aggregate-page .ap-table tbody tr:nth-child(even) td{ background: #f8fbfb; }#ap-aggregate-page .ap-table td strong{ color: #16232b; }#ap-aggregate-page .ap-spec-key{ width: 26%; font-weight: 700; color: #16232b; }#ap-aggregate-page .ap-spec-val{ width: 42%; }#ap-aggregate-page .ap-spec-map{ width: 32%; color: #5d6d76; font-size: 14px; }#ap-aggregate-page .ap-quote{
      margin: 34px 0 0; padding: 26px 28px; border-left: 5px solid #b07d2b;
      background: #ffffff; border-radius: 0 10px 10px 0;
    }#ap-aggregate-page .ap-quote p{ margin-bottom: 0; font-size: 19px; line-height: 1.5; color: #16232b; }#ap-aggregate-page .ap-callout{
      padding: 24px 26px; border: 1px solid #e3c9a8; border-left: 5px solid #b4492f;
      background: #fdf7f2; border-radius: 0 10px 10px 0;
    }#ap-aggregate-page .ap-callout h3{ font-size: 17px; color: #b4492f; margin-bottom: 8px; }#ap-aggregate-page .ap-callout p{ margin-bottom: 0; font-size: 15px; color: #4b3c33; }#ap-aggregate-page .ap-note{
      margin-top: 18px; padding: 18px 20px; border-left: 4px solid #0d5c63; background: #ffffff;
      font-size: 14px; color: #5d6d76; border-radius: 0 8px 8px 0;
    }#ap-aggregate-page .ap-verdict{
      margin-top: 24px; padding: 22px 24px; border-radius: 10px;
      background: #0d5c63; color: #ffffff; font-size: 16px; line-height: 1.6;
    }#ap-aggregate-page .ap-verdict strong{ color: #ffffff; }#ap-aggregate-page .ap-product-card{
      display: flex; flex-direction: column; background: #ffffff; border: 1px solid #dbe4e7;
      border-radius: 10px; overflow: hidden; height: 100%; text-decoration: none; color: inherit;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }#ap-aggregate-page .ap-product-card:hover{ border-color: #0d5c63; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(22,35,43,.1); }#ap-aggregate-page .ap-product-card .ap-pc-media{ aspect-ratio: 4 / 3; overflow: hidden; background: #f2f6f7; }#ap-aggregate-page .ap-product-card .ap-pc-media img{ width: 100%; height: 100%; object-fit: cover; }#ap-aggregate-page .ap-pc-body{ padding: 20px; display: flex; flex-direction: column; flex: 1; }#ap-aggregate-page .ap-pc-body h3{ font-size: 17px; margin-bottom: 8px; }#ap-aggregate-page .ap-pc-body p{ font-size: 14px; color: #5d6d76; margin-bottom: 14px; }#ap-aggregate-page .ap-pc-body .ap-pc-link{ margin-top: auto; font-size: 14px; font-weight: 700; color: #0d5c63; }#ap-aggregate-page .ap-steps{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }#ap-aggregate-page .ap-step{ background: #ffffff; border: 1px solid #dbe4e7; border-radius: 10px; padding: 22px 20px; }#ap-aggregate-page .ap-step span{ display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; color: #b07d2b; text-transform: uppercase; letter-spacing: 1px; }#ap-aggregate-page .ap-step h3{ font-size: 17px; margin-bottom: 8px; }#ap-aggregate-page .ap-step p{ margin-bottom: 0; font-size: 14px; color: #5d6d76; }#ap-aggregate-page .ap-cta-band{
      margin-top: 36px; padding: 34px; border-radius: 12px; background: #f2f6f7;
      border: 1px solid #dbe4e7; display: flex; flex-wrap: wrap; align-items: center;
      justify-content: space-between; gap: 22px;
    }#ap-aggregate-page .ap-cta-band h3{ margin-bottom: 6px; }#ap-aggregate-page .ap-cta-band p{ margin-bottom: 0; color: #5d6d76; font-size: 15px; max-width: 560px; }#ap-aggregate-page .ap-cta-band .ap-actions{ margin-top: 0; }#ap-aggregate-page .ap-faq{ display: grid; gap: 14px; }

    
    @media (max-width: 980px) {#ap-aggregate-page h1{ font-size: 36px; line-height: 1.30; }#ap-aggregate-page h2{ font-size: 27px; line-height: 1.28; }#ap-aggregate-page .ap-hero-grid{ grid-template-columns: minmax(0, 1fr); gap: 40px; }#ap-aggregate-page .ap-hero-media{ order: -1; }#ap-aggregate-page .ap-split, #ap-aggregate-page .ap-split-wide{ grid-template-columns: minmax(0, 1fr); gap: 32px; }#ap-aggregate-page .ap-grid-3, #ap-aggregate-page .ap-grid-2, #ap-aggregate-page .ap-steps{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 620px) {#ap-aggregate-page .ap-shell{ width: calc(100% - 32px); }#ap-aggregate-page .ap-section{ padding: 52px 0; }#ap-aggregate-page .ap-hero{ padding: 40px 0 50px; }#ap-aggregate-page h1{ font-size: 29px; line-height: 1.30; }#ap-aggregate-page h2{ font-size: 23px; line-height: 1.28; }#ap-aggregate-page .ap-grid-3, #ap-aggregate-page .ap-grid-2, #ap-aggregate-page .ap-steps, #ap-aggregate-page .ap-hero-facts{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate-page .ap-actions .ap-btn{ width: 100%; }#ap-aggregate-page .ap-cta-band{ padding: 24px 20px; }#ap-aggregate-page .ap-quote p{ font-size: 17px; }
    }
  