/* Custom Styles */


:root {
   --font-headline: 'Montserrat', 'Helvetica Neue', system-ui, sans-serif;
}

body, .page, .main-content {
  overflow: visible !important;
} 
 div#block-1778834253517_0 {
    position: sticky;
    top: 20px;
    z-index: 0;
    transition: transform 0.4s 
ease;
    will-change: transform;
}

 
 
 
h1, h2, h3,h4,h5,h6 {
  font-family: var(--font-headline) !important;
  font-weight: 800 !important;  
  letter-spacing: -0.02em; 
  line-height:1;
}
div#section-1778830649807 h1 {
    font-size: 64px;
    margin-bottom: 0;
}

@media(min-width: 1024px){
    #section-1778759734716 #block-1778759780097 h1{
        font-weight: 800; font-size: 88px; line-height: 0.96; letter-spacing: -0.025em; margin: 0;
    }
}

.btn{
    font-weight: 600;
    font-size: 16px;
}

div#section-1778830649807, div#section-1778830649809, div#section-1778832916326 {
    border-bottom: 1px solid #dcdace;
}



.card1 {
    padding: 21px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* --- BLOCK 1 STYLES --- */
.card-dashed {
  background-color: #ffffff;
  border: 1.5px dashed #cfcac4;
}

.card-body {
  font-size: 17px;
  line-height: 1.6;
  color: #545454;
  margin: 0 0 30px 0;
  
}

.card-comment {
  font-size: 16px;
  color: #707070;
  margin: 0;
  letter-spacing: 0.02em;
}

/* --- BLOCK 2 STYLES --- */
.card-highlight {
    background-color: #e9ecf0;
    border-left: 5px solid #174775;
    padding: 24px;
    padding-bottom: 45px;
}

.card-headline {
  
  font-weight: 500;
 
  
}
h3.card-headline {
    font-weight: 600 !important;
    font-size: 25px;
    line-height: 1.2;
}
/* --- LABEL STYLES (Used in both blocks) --- */
.card-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #174775;
  margin-bottom: 24px;
}

.approach-card {
  background-color: #0c0c0c; /* Deep rich black */
  padding: 50px;
  box-sizing: border-box;
}

.label-blue {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4b86b4; /* Muted steel blue */
  margin-bottom: 28px;
}

.approach-headline {
 
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
}

/* --- BOTTOM GRID STYLES --- */
.standards-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.label-gray {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #707070; /* Muted gray for section header */
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  column-gap: 45px;
  row-gap: 0; 
}

.grid-item {
  border-top: 1px solid #dcd7cf; /* Divider lines above content blocks */
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}

.grid-item p {
  font-size: 15px;
  line-height: 1.55;
  color: #545454;
  margin: 0;
}

/* --- RESPONSIVE BREAKPOINT --- */
@media (max-width: 768px) {
    
div#section-1778830649807 h1 {
    font-size: 48px !important; 
}    
    div#block-1778830586143_0 h1 {
    font-size: 40px !important;
}
br {display:none !important;}


div#block-1778832773287_0 h1 {
    font-size: 32px !important;
}
    
  .standards-grid {
    grid-template-columns: 1fr; /* Collapses to a single column layout on tablets/mobile */
  }
  
  .approach-card {
    padding: 35px 25px; /* Slightly compact padding on smaller screens */
  }
  
  .approach-headline {
    font-size: 26px; /* Dynamically sizes typography downwards */
  }
}

a.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
}



