.ap-page{
    width: 100%;
    overflow: hidden;
    background: #fbfcfd;
    color: #1c2b36;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
    letter-spacing: 0;
  }.ap-page *{
    box-sizing: border-box;
  }.ap-page a{
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }.ap-page img{
    display: block;
    max-width: 100%;
    height: auto;
  }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{
    margin-top: 0;
  }.ap-page h1, .ap-page h2, .ap-page h3{
    font-weight: 700;
    color: #14222d;
  }.ap-page h1{
    font-size: clamp(30px, 4.2vw, 46px);
    line-height: 1.3;
    margin-bottom: 22px;
    letter-spacing: -0.01em;
  }.ap-page h2{
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.25;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }.ap-page h3{
    font-size: 19px;
    line-height: 1.34;
    margin-bottom: 8px;
  }#ap-aggregate .ap-wrap{
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-section{
    padding: 72px 0;
  }#ap-aggregate .ap-section-soft{
    background: #f2f6f8;
  }#ap-aggregate .ap-muted{
    color: #576a78;
    font-size: 16px;
  }#ap-aggregate .ap-center-head{
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
  }#ap-aggregate .ap-center-head .ap-muted{
    font-size: 17px;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid #1c2b36;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }#ap-aggregate .ap-btn-primary{
    background: #0e7c86;
    border-color: #0e7c86;
    color: #ffffff !important;
  }#ap-aggregate .ap-btn-primary:hover{
    background: #0a6068;
    border-color: #0a6068;
  }#ap-aggregate .ap-btn-secondary:hover{
    background: #1c2b36;
    color: #ffffff !important;
  }#ap-aggregate .ap-hero{
    background: linear-gradient(135deg, #f8fbfc 0%, #e8f1f4 100%);
    border-bottom: 1px solid #d8e3e8;
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    align-items: center;
    gap: 48px;
    padding: 58px 0 60px;
  }#ap-aggregate .ap-hero-copy p{
    font-size: 17px;
    line-height: 1.72;
    color: #3e5260;
    margin-bottom: 0;
  }#ap-aggregate .ap-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::before{
    content: "";
    position: absolute;
    inset: 18px -16px -16px 18px;
    border: 4px solid #b9d7dc;
    border-radius: 18px;
    z-index: 0;
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 470px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 22px 50px rgba(23, 47, 60, 0.16);
  }#ap-aggregate .ap-timeline{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 14px;
  }#ap-aggregate .ap-timeline-card{
    position: relative;
    background: #ffffff;
    border: 1px solid #d8e3e8;
    border-radius: 14px;
    padding: 26px 24px 28px;
  }#ap-aggregate .ap-timeline-num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0e7c86;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 18px;
  }#ap-aggregate .ap-timeline-card h3{
    font-size: 18px;
  }#ap-aggregate .ap-timeline-card p{
    color: #576a78;
    font-size: 15px;
    margin-bottom: 0;
  }#ap-aggregate .ap-matrix-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    border: 1px solid #d8e3e8;
    border-radius: 14px;
  }#ap-aggregate .ap-matrix{
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
  }#ap-aggregate .ap-matrix th{
    background: #14222d;
    color: #ffffff;
    text-align: left;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 16px;
  }#ap-aggregate .ap-matrix td{
    padding: 18px 16px;
    border-top: 1px solid #e3ebef;
    vertical-align: top;
    color: #3e5260;
    font-size: 14.5px;
    line-height: 1.6;
    background: #ffffff;
  }#ap-aggregate .ap-matrix-row-name{
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: #14222d;
    min-width: 170px;
  }#ap-aggregate .ap-mx-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 6px;
    border-radius: 10px;
    background: #e3f2f4;
    color: #0e7c86;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }#ap-aggregate .ap-product-row{
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: center;
  }#ap-aggregate .ap-product-media img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(23, 47, 60, 0.14);
  }#ap-aggregate .ap-spec-list{
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #14222d;
  }#ap-aggregate .ap-spec-list li{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 13px 0;
    border-bottom: 1px solid #d8e3e8;
    font-size: 15px;
  }#ap-aggregate .ap-spec-label{
    color: #576a78;
    font-weight: 600;
  }#ap-aggregate .ap-spec-value{
    color: #14222d;
    font-weight: 700;
    text-align: right;
  }#ap-aggregate .ap-decision-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 12px;
  }#ap-aggregate .ap-decision-card{
    background: #ffffff;
    border: 1px solid #d8e3e8;
    border-top: 4px solid #0e7c86;
    border-radius: 14px;
    padding: 26px 24px;
  }#ap-aggregate .ap-decision-card h3{
    font-size: 17px;
    margin-bottom: 10px;
  }#ap-aggregate .ap-decision-card p{
    color: #576a78;
    font-size: 14.5px;
    margin-bottom: 0;
  }#ap-aggregate .ap-feature-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-feature-card{
    background: #ffffff;
    border: 1px solid #d8e3e8;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }#ap-aggregate .ap-feature-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }#ap-aggregate .ap-feature-body{
    padding: 22px 22px 24px;
  }#ap-aggregate .ap-feature-body h3{
    font-size: 17px;
    margin-bottom: 8px;
  }#ap-aggregate .ap-feature-body p{
    color: #576a78;
    font-size: 14.5px;
    margin-bottom: 0;
  }#ap-aggregate .ap-order{
    background: #14222d;
    color: #e8f0f4;
  }#ap-aggregate .ap-order-card{
    background: #ffffff;
    border-radius: 18px;
    padding: 36px;
  }#ap-aggregate .ap-order-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
  }#ap-aggregate .ap-order-img{
    width: 160px;
    border-radius: 12px;
    overflow: hidden;
  }#ap-aggregate .ap-order-img img{
    width: 100%;
  }#ap-aggregate .ap-order-info{
    flex: 1 1 420px;
  }#ap-aggregate .ap-order-info h2{
    margin-bottom: 8px;
  }#ap-aggregate .ap-order-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }#ap-aggregate .ap-related-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }#ap-aggregate .ap-related-card{
    background: #ffffff;
    border: 1px solid #d8e3e8;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 22px;
  }#ap-aggregate .ap-related-card img{
    width: 100%;
    height: 210px;
    object-fit: cover;
  }#ap-aggregate .ap-related-body{
    padding: 18px 18px 0;
  }#ap-aggregate .ap-related-body h3{
    font-size: 16px;
    margin-bottom: 8px;
  }#ap-aggregate .ap-related-body p{
    color: #576a78;
    font-size: 14px;
    margin-bottom: 14px;
  }#ap-aggregate .ap-link-btn{
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: #0e7c86;
    text-decoration: none;
  }#ap-aggregate .ap-link-btn:hover{
    text-decoration: underline;
  }#ap-aggregate .ap-inline-link{
    color: #0e7c86;
    font-weight: 700;
  }#ap-aggregate .ap-inline-link strong{
    font-weight: 800;
  }
  @media (max-width: 960px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-product-row{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-hero-media{
      max-width: 460px;
    }#ap-aggregate .ap-timeline, #ap-aggregate .ap-decision-grid, #ap-aggregate .ap-feature-grid, #ap-aggregate .ap-related-grid{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 640px) {#ap-aggregate .ap-section{
      padding: 52px 0;
    }#ap-aggregate .ap-wrap{
      width: min(1140px, calc(100% - 28px));
    }#ap-aggregate .ap-order-card{
      padding: 24px;
    }
  }
