#ap-bearing-page{
    --ap-ink: #18212a;
    --ap-muted: #5f6b77;
    --ap-paper: #ffffff;
    --ap-soft: #f4f7f8;
    --ap-line: #dbe3e7;
    --ap-blue: #1f5f8f;
    --ap-blue-dark: #174866;
    --ap-steel: #6f8797;
    --ap-accent: #d98b32;
    --ap-shadow: 0 18px 46px rgba(24, 33, 42, .12);
    width: 100%;
    overflow: hidden;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
  }#ap-bearing-page *{
    box-sizing: border-box;
    letter-spacing: 0;
  }#ap-bearing-page a{
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-bearing-page img{
    display: block;
    max-width: 100%;
  }#ap-bearing-page h1, #ap-bearing-page h2, #ap-bearing-page h3, #ap-bearing-page p{
    margin-top: 0;
  }#ap-bearing-page h1{
    margin-bottom: 20px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.28;
    letter-spacing: 0;
  }#ap-bearing-page h2{
    margin-bottom: 14px;
    font-size: clamp(27px, 3.5vw, 38px);
    line-height: 1.24;
    letter-spacing: 0;
  }#ap-bearing-page h3{
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.32;
    letter-spacing: 0;
  }#ap-aggregate .ap-shell{
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-section{
    padding: 76px 0;
  }#ap-aggregate .ap-section-soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid var(--ap-blue);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-aggregate .ap-btn-primary{
    color: #fff !important;
    background: var(--ap-blue);
    border-color: var(--ap-blue);
  }#ap-aggregate .ap-btn-primary:hover{
    background: var(--ap-blue-dark);
    border-color: var(--ap-blue-dark);
  }#ap-aggregate .ap-btn-secondary{
    color: var(--ap-blue);
    background: #fff;
  }#ap-aggregate .ap-btn-secondary:hover{
    color: #fff !important;
    background: var(--ap-ink);
    border-color: var(--ap-ink);
  }#ap-aggregate .ap-hero{
    padding: 54px 0 62px;
    background:
      linear-gradient(90deg, rgba(244,247,248,.96) 0%, rgba(244,247,248,.8) 48%, rgba(255,255,255,1) 100%);
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .85fr);
    gap: 58px;
    align-items: center;
  }#ap-aggregate .ap-hero-intro{
    max-width: 740px;
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-hero-intro a{
    color: var(--ap-blue);
  }#ap-aggregate .ap-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }#ap-aggregate .ap-hero-facts{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }#ap-aggregate .ap-hero-fact{
    padding: 15px 0;
    border-top: 2px solid var(--ap-ink);
  }#ap-aggregate .ap-hero-fact strong{
    display: block;
    font-size: 16px;
  }#ap-aggregate .ap-hero-fact span{
    display: block;
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    position: absolute;
    right: -14px;
    bottom: -14px;
    z-index: 0;
    width: 36%;
    height: 36%;
    border-right: 7px solid var(--ap-accent);
    border-bottom: 7px solid var(--ap-accent);
    content: "";
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 610px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--ap-shadow);
  }#ap-aggregate .ap-center-head{
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
  }#ap-aggregate .ap-center-head p, #ap-aggregate .ap-section-head p{
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 17px;
  }#ap-aggregate .ap-product-grid{
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 52px;
    align-items: start;
  }#ap-aggregate .ap-product-media img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(24, 33, 42, .12);
  }#ap-aggregate .ap-product-note{
    margin-top: 18px;
    padding: 22px;
    border-left: 4px solid var(--ap-accent);
    background: #fff;
  }#ap-aggregate .ap-product-note p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-spec-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    padding: 14px 16px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: top;
  }#ap-aggregate .ap-spec-table th{
    width: 42%;
    color: var(--ap-ink);
    background: #f9fbfc;
    font-weight: 800;
  }#ap-aggregate .ap-spec-table td{
    color: var(--ap-muted);
  }#ap-aggregate .ap-spec-table tr:last-child th, #ap-aggregate .ap-spec-table tr:last-child td{
    border-bottom: 0;
  }#ap-aggregate .ap-decision-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-decision-card{
    padding: 24px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-decision-card p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-card-rule{
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 18px;
    background: var(--ap-accent);
  }#ap-aggregate .ap-rfq-grid{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    gap: 42px;
    align-items: start;
  }#ap-aggregate .ap-rfq-panel{
    padding: 28px;
    border-radius: 8px;
    color: #fff;
    background: var(--ap-ink);
  }#ap-aggregate .ap-rfq-panel p{
    color: rgba(255,255,255,.78);
  }#ap-aggregate .ap-rfq-panel a{
    color: #fff;
    font-weight: 800;
  }#ap-aggregate .ap-rfq-list{
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
  }#ap-aggregate .ap-rfq-list li{
    padding: 15px 18px;
    border-left: 3px solid var(--ap-blue);
    background: #fff;
    color: var(--ap-muted);
  }#ap-aggregate .ap-rfq-list strong{
    display: block;
    color: var(--ap-ink);
  }#ap-aggregate .ap-matrix{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-product-card{
    overflow: hidden;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-product-card img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f8fafb;
  }#ap-aggregate .ap-product-card-body{
    padding: 20px;
  }#ap-aggregate .ap-product-card-body p{
    margin-bottom: 18px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-product-card-link{
    color: var(--ap-blue) !important;
    font-weight: 800;
  }#ap-aggregate .ap-conversion{
    color: #fff;
    background: linear-gradient(135deg, var(--ap-blue-dark), var(--ap-ink));
  }#ap-aggregate .ap-conversion-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 42px;
    align-items: center;
  }#ap-aggregate .ap-conversion h2, #ap-aggregate .ap-conversion p{
    color: #fff;
  }#ap-aggregate .ap-conversion p{
    max-width: 720px;
    color: rgba(255,255,255,.82);
  }#ap-aggregate .ap-contact-box{
    padding: 26px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
  }#ap-aggregate .ap-contact-box p{
    margin-bottom: 12px;
  }#ap-aggregate .ap-contact-box a{
    color: #fff;
    font-weight: 800;
  }#ap-aggregate .ap-contact-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }#ap-aggregate .ap-contact-actions .ap-btn-secondary{
    color: var(--ap-ink);
    border-color: #fff;
  }#ap-aggregate .ap-faq-list{
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
  }#ap-aggregate .ap-faq-item{
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ap-faq-item summary{
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 800;
    line-height: 1.35;
  }#ap-aggregate .ap-faq-item p{
    padding: 0 20px 20px;
    margin-bottom: 0;
    color: var(--ap-muted);
  }
  @media (max-width: 900px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-product-grid, #ap-aggregate .ap-rfq-grid, #ap-aggregate .ap-conversion-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-hero-media{
      max-width: 620px;
    }#ap-aggregate .ap-decision-grid, #ap-aggregate .ap-matrix{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 560px) {#ap-aggregate .ap-shell{
      width: min(100% - 28px, 1140px);
    }#ap-aggregate .ap-section{
      padding: 56px 0;
    }#ap-aggregate .ap-hero{
      padding: 42px 0 52px;
    }#ap-aggregate .ap-hero-grid{
      gap: 34px;
    }#ap-aggregate .ap-hero-actions, #ap-aggregate .ap-contact-actions{
      flex-direction: column;
    }#ap-aggregate .ap-btn{
      width: 100%;
    }#ap-aggregate .ap-hero-facts{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-product-grid, #ap-aggregate .ap-rfq-grid{
      gap: 30px;
    }#ap-aggregate .ap-decision-card, #ap-aggregate .ap-rfq-panel, #ap-aggregate .ap-contact-box{
      padding: 22px;
    }
  }
