.opsg_ResourcesHero_charles
	{
    padding: 160px 0 80px;
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  position: relative;
}

.opsg_ResHeroWrap_charles {
               max-width     : 1320px;
   margin: 0 auto;
    padding: 0 25px;
}

.opsg_ResHeroContent_charles {

	               max-width: 900px;
   margin: 0 auto;
    text-align  :       center;
   color: #fff;

}

.opsg_ResLabel_charles {
      font-size: 14px;
  text-transform: uppercase;
   letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
   font-weight: 600;
  display: block;
   margin-bottom: 15px;
}

.opsg_ResHeroContent_charles h1 {
  font-family: 'Playfair Display', serif;
    font-size: 56px;
  font-weight: 800;
  color :#fff;
	margin-bottom: 25px;
    line-height: 1.2;
}

.opsg_ResHeroContent_charles p		{
   font-size   :        20px;
   line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}@media (max-width: 768px) {
    .opsg_ResHeroContent_charles h1 {
        font-size: 38px;
    }

    .opsg_ResHeroContent_charles p {
        font-size: 17px;
    }
}.opsg_ResourcesGrid_charles {
  padding: 90px 0;
  background: #f8f9fa;
}

/* Build system output */

.opsg_ResGridWrap_charles {
    max-width: 1320px;
  margin: 0 auto;
    padding: 0 25px;
}

/* Vendor-specific */

.opsg_ResMainGrid_charles {


	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
               gap: 35px;

}

.opsg_ResCard_charles {
  background: #fff;
   border-radius: 15px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.opsg_ResCard_charles:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.opsg_ResCardHeader_charles {
	  display     :   flex;
  justify-content: space-between;
  align-items: center;
   margin-bottom: 25px;}

.opsg_ResIcon_charles {
    width: 70px;
   height:       70px;
  background: linear-gradient(135deg, #3498db, #2c3e50);
    border-radius: 12px;
    display: flex;
   align-items: center;
       justify-content: center;
}

.opsg_ResIcon_charles img {
    width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

/* NOTE: keep for legacy support */

.opsg_ResType_charles {
    background: #e8f4fd;
  color:#3498db;
   padding   :        6px 14px;
   border-radius: 20px;
  font-size: 12px;
	 font-weight: 600;
  text-transform    :     uppercase;
    letter-spacing: 1px;
}

.opsg_ResCard_charles h2 {
  font-family: 'Playfair Display', serif;
    font-size: 28px;
  font-weight     :700;
	color: #1a1a1a;
   margin-bottom: 15px;
   line-height: 1.3;
}

/* Colors and backgrounds */

.opsg_ResDesc_charles {
       font-size: 16px;
  line-height: 1.7;
    color: #5a5a5a;
   margin-bottom  :      25px;


}

.opsg_ResDetails_charles h3 {
   font-size: 18px;
         font-weight: 600;
  color: #1a1a1a;
		margin: 25px 0 12px;
}

.opsg_ResDetails_charles ul {
  list-style:  none;
  padding: 0;
  margin: 0 0 25px;
}

.opsg_ResDetails_charles li {
    padding: 8px 0 8px 25px;
   position: relative;
  font-size: 15px;
   color: #666;
  line-height: 1.6;
}

.opsg_ResDetails_charles li:before		{
     content: '';
	 position: absolute;
  left: 0;
  top: 15px;
   width: 6px;
   height: 6px;
    background: #3498db;
    border-radius: 50%;

}

.opsg_ResSpecs_charles {
 margin: 20px 0;
   display: flex;
  gap   :        20px;
}

/* FIXME: IE11 compatibility */

.opsg_ResSpec_charles	{
  display: flex;
  align-items: center;
   gap    : 8px;
  background: #f8f9fa;
         padding: 10px 15px;
	 border-radius: 8px;
}

.opsg_ResSpec_charles img {

        width: 18px;
   height: 18px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);


}

.opsg_ResSpec_charles span {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.opsg_ResDownloadBtn_charles {
   width: 100%;
  background: linear-gradient(135deg, #3498db, #2c3e50);
    color: #fff;
	 border: none;
    padding: 16px;
        border-radius: 8px;
   display: flex;
  align-items: center;
    justify-content: center;
    gap: 10px;
  font-size: 16px;
	font-weight: 600;
  cursor :       pointer;
  transition: all 0.3s ease;
	margin-top: 25px;
}

.opsg_ResDownloadBtn_charles:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

.opsg_ResDownloadBtn_charles img {
  width: 22px;
   height: 22px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
    .opsg_ResMainGrid_charles {
        grid-template-columns:1fr;
    }
}.opsg_DownloadModal_charles {
      display: none;
    position    :        fixed;
                    top: 0;
  left: 0;
                    width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
    align-items: center;
   justify-content     :       center;
   padding: 20px;}


.opsg_DownloadModal_charles.active {

  display: flex;


}

.opsg_ModalContent_charles {
   background    :       #fff;
	border-radius:    15px;
  max-width: 550px;
    width: 100%;
   max-height   :    90vh;
  overflow-y: auto;
   position: relative;
   padding: 45px;
  animation: modalSlideIn 0.3s ease;
}@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.opsg_ModalClose_charles {
  position: absolute;
  top    :        15px;
   right: 15px;
  background     :   none;
  border: none;
  font-size :32px;
	 color: #999;
    cursor: pointer;
  line-height: 1;
    transition: color 0.3s ease;
}

.opsg_ModalClose_charles:hover {
         color: #333;
}

.opsg_ModalHeader_charles {
   text-align    : center;
   margin-bottom   :   30px;
}

.opsg_ModalHeader_charles img  {
   width     :  60px;
   height: 60px;
  margin: 0 auto 20px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);
}

.opsg_ModalHeader_charles h2 {
  font-family: 'Playfair Display', serif;
   font-size: 32px;
  font-weight: 700;
   color: #1a1a1a;
    margin-bottom: 12px;
}

.opsg_ModalHeader_charles p {
 font-size: 16px;
    color:    #666;
   line-height: 1.6;
}

.opsg_DownloadForm_charles {
    display: flex;
    flex-direction: column;
    gap: 20px; 
	
}


.opsg_FormGroup_charles label {
	display: block;
   font-size: 14px;
        font-weight: 600;
       color: #1a1a1a;
		 margin-bottom: 8px;
}

.opsg_FormGroup_charles input,
.opsg_FormGroup_charles select {
   width: 100%;
    padding: 12px 15px;
   border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
   transition: border-color 0.3s ease;
}

.opsg_FormGroup_charles input:focus,
.opsg_FormGroup_charles select:focus {
      outline: none;
    border-color: #3498db;
}

.opsg_FormConsent_charles label {
          display: flex;
  gap: 10px;
    font-size: 13px;
       color: #666;
    line-height   :        1.5;
}

.opsg_FormConsent_charles input[type="checkbox"] {
   width: 18px;
		height: 18px;
    flex-shrink: 0;
   margin-top: 2px;
}

.opsg_FormSubmit_charles {
  background: linear-gradient(135deg, #3498db, #2c3e50); 
		color: #fff; 
		border: none; 
	   padding     :       16px; 
	   border-radius:8px; 
	    display: flex; 
	  align-items: center; 
	    justify-content: center; 
	    gap: 10px; 
	  font-size  : 16px; 
	    font-weight  :      600; 
	   cursor: pointer; 
	    transition   :  all 0.3s ease;
}

.opsg_FormSubmit_charles:hover {

  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);


}

.opsg_FormSubmit_charles img {
  width: 20px;
    height: 20px;
  filter: brightness(0) invert(1);
}

.opsg_FormNote_charles {
  text-align: center;
  font-size:   12px;
    color: #999;
    margin     :     0;
}

.opsg_ResValue_charles    {
   padding: 80px 0;
   background: #fff; 
	
}

.opsg_ResValueWrap_charles		{
    max-width :      1100px;
	margin: 0 auto;
        padding: 0 25px;
}

.opsg_ResValueContent_charles {
    text-align: center;
    max-width: 800px;
    margin     :      0 auto 50px;
}

.opsg_ResValueContent_charles h2 {
  font-family: 'Playfair Display', serif;
          font-size: 42px;
    font-weight    :  800;
	 color: #1a1a1a;
   margin-bottom: 20px;
}

.opsg_ResValueContent_charles p {
  font-size: 18px;
     line-height :      1.7;
	 color: #5a5a5a;
}  

.opsg_ResValueGrid_charles {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.opsg_ValueItem_charles {
     background: #f8f9fa;
	 padding: 30px;
  border-radius: 12px;
  text-align: center;

}

.opsg_ValueItem_charles img {

  width     :     50px;
  height    :        50px;
               margin: 0 auto 20px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);


}

.opsg_ValueItem_charles h3 {
   font-size: 20px;
   font-weight: 600;
    color: #1a1a1a;
  margin-bottom:    10px;
}

.opsg_ValueItem_charles p
{
    font-size: 15px;
	   color: #666;
	  margin: 0;
	  line-height: 1.6;
}

.opsg_ResCTA_charles {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
}

.opsg_ResCTAWrap_charles {
    max-width: 900px;
    margin: 0 auto;
   padding: 0 25px;
    text-align:        center;
}

.opsg_ResCTAWrap_charles h2 {
  font-family: 'Playfair Display', serif;
   font-size: 40px;
   font-weight: 800;
   color: #1a1a1a;
   margin-bottom   :20px;
}

.opsg_ResCTAWrap_charles p {


  margin-bottom: 35px;
    line-height: 1.7;
  color: #5a5a5a;
 font-size     : 18px;




}

.opsg_ResCTABtns_charles {
   display:      flex;
        justify-content: center;
   gap :       18px;
    flex-wrap: wrap;
}

.opsg_ResCTAPrimary_charles,
.opsg_ResCTASecond_charles 
 {
     font-weight: 600;
                    border-radius: 6px;
  padding: 16px 32px;
    display: inline-block;
  font-size: 16px;
    transition: all 0.3s ease;


}

.opsg_ResCTAPrimary_charles {
    background: #3498db;
   color     :       #fff;
}

.opsg_ResCTAPrimary_charles:hover {
   background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.opsg_ResCTASecond_charles  
  {
    background: transparent;
    color    : #3498db;
   border: 2px solid #3498db;
}

.opsg_ResCTASecond_charles:hover {
  background: #3498db;
	color: #fff;
}