 #prhSection{
    font-family:'Lato', sans-serif;
    color:#2b2b2b;
  }
  .prh-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
  }

  /* ===== HERO ===== */
  .prh-hero{
    background:linear-gradient(90deg, #ececec 0%, #f2f2f2 5%, #fafafa 50%, #fff 100%);
    padding:30px 0 0;
  }
  .prh-hero-inner{
    display:flex;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
  }
  .prh-hero-text{
    flex:1 1 420px;
    min-width:280px;
	padding-bottom:30px;
  }
  .prh-hero-eyebrow{
    color:#159133
    font-weight:700;
    letter-spacing:.5px;
    font-size:15px;
    margin:0 0 12px;
    text-transform:uppercase;
  }
  .prh-hero-title{
    font-size:42px;
    line-height:1.15;
    font-weight:900;
    color:#333;
    margin:0 0 20px;
  }
  .prh-hero-sub{
    font-size:19px;
    font-weight:700;
    color:#333;
    margin:0 0 28px;
  }
  .prh-hero-buttons{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
  }
  .prh-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#159133;
    color:#fff;
    font-weight:700;
    font-size:18px;
    text-decoration:none;
    padding:18px 28px;
    border-radius:2px;
    line-height:1.3;
    border:none;
    cursor:pointer;
  }
  .prh-btn:hover{
    background:#0f7028;
  }
  .prh-hero-image{
    flex:1 1 420px;
    min-width:280px;
    text-align:center;
  }
  .prh-hero-image img{
    max-width:100%;
    max-height:350px;
    width:auto;
    height:auto;
    display:block;
    margin:0 auto;
  }

  /* ===== FEATURE ICONS ===== */
  .prh-features{
    padding:64px 0;
  }
  .prh-features-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:32px;
    text-align:center;
  }
  .prh-feature-icon{
    width:120px;
    height:120px;
    margin:0 auto 24px;
    display:block;
  }
  .prh-feature-label{
    font-size:22px;
    font-weight:700;
    color:#2b2b2b;
    line-height:1.3;
    margin:0;
  }

  /* ===== QUALITY SECTION ===== */
  .prh-quality{
    background:#f2f2f2;
    padding:64px 0;
  }
  .prh-quality-heading{
    font-size:30px;
    font-weight:900;
    color:#333;
    text-transform:uppercase;
    margin:0 0 16px;
  }
  .prh-rule{
    width:70px;
    height:4px;
    background:#159133;
    border:none;
    margin:0 0 28px;
  }
  .prh-quality p{
    font-size:17px;
    line-height:1.6;
    color:#3a3a3a;
    margin:0 0 18px;
  }
  .prh-quality p:last-child{margin-bottom:0;}

  /* ===== BRAND CATEGORIES ===== */
  .prh-brands{
    padding:64px 0;
  }
  .prh-brands-heading{
    font-size:30px;
    font-weight:900;
    color:#333;
    text-transform:uppercase;
    margin:0 0 16px;
  }
  .prh-brands-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:24px;
  }
  .prh-brand-item{
    display:block;
    text-decoration:none;
    border:1px solid #e2e2e2;
    border-radius:4px;
    background:#fff;
    overflow:hidden;
    transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  }
  .prh-brand-item:hover{
    box-shadow:0 6px 16px rgba(0,0,0,.1);
    border-color:#159133;
    transform:translateY(-2px);
  }
  .prh-brand-image{
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
  }
  .prh-brand-image img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    display:block;
    object-fit:contain;
  }
  .prh-brand-name{
    display:block;
    text-align:center;
    font-weight:700;
    font-size:16px;
    color:#0a016c;
    padding:12px 10px 18px;
    border-top:1px solid #eee;
  }

  @media (max-width: 1024px){
    .prh-brands-grid{grid-template-columns:repeat(4, 1fr);}
  }
  @media (max-width: 780px){
    .prh-brands-grid{grid-template-columns:repeat(3, 1fr);}
.prh-hero-image {display:none;}
.prh-hero {padding-bottom:0}
  }
  @media (max-width: 560px){
    .prh-brands-grid{grid-template-columns:repeat(1, 1fr);}
    .prh-brand-image{height:140px;}
.prh-hero-image {display:none;}
.prh-hero {padding-bottom:0}
  }

  /* ===== LOOKING FOR MODEL ===== */
  .prh-lookup{
    padding:72px 0;
    text-align:left;
  }
  .prh-lookup-heading{
    font-size:26px;
    font-weight:900;
    color:#333;
    text-transform:uppercase;
    margin:0 0 16px;
  }
  .prh-lookup p{
    font-size:18px;
    line-height:1.6;
    color:#3a3a3a;
    margin:0 0 32px;
  }
  .prh-lookup a{
    color:#0a016c;
    font-weight:700;
    text-decoration:none;
  }
  .prh-lookup a:hover{
    text-decoration:underline;
  }
  .prh-check-btn-wrap{
    text-align:center;
  }
  .prh-check-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#0a016c;
    color:#ffffff !important;
    font-weight:800;
    font-size:22px;
    text-decoration:none;
    text-transform:uppercase;
    padding:22px 40px;
    border:none;
    cursor:pointer;
    letter-spacing:.5px;
  }
  .prh-check-btn:hover{
    background:#160a9c;
    color:#ffffff !important;
  }
  .prh-check-btn:visited{
    color:#ffffff !important;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px){
    .prh-features-grid{
      grid-template-columns:repeat(2, 1fr);
      row-gap:40px;
    }
    .prh-hero-title{font-size:34px;}
  }
  @media (max-width: 640px){
    .prh-hero{padding:36px 0;}
    .prh-hero-inner{flex-direction:column;}
    .prh-hero-title{font-size:28px;}
    .prh-hero-sub{font-size:17px;}
    .prh-hero-buttons{flex-direction:column;}
    .prh-btn{max-width:100%;}
    .prh-features{padding:48px 0;}
    .prh-feature-icon{width:96px;height:96px;}
    .prh-feature-label{font-size:19px;}
    .prh-quality-heading{font-size:24px;}
    .prh-lookup-heading{font-size:22px;}
    .prh-check-btn{max-width:100%;font-size:19px;padding:18px 24px;}
  }
