.elementor-1012 .elementor-element.elementor-element-f0696ed{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:4rem;--padding-bottom:4rem;--padding-left:2rem;--padding-right:2rem;}.elementor-1012 .elementor-element.elementor-element-f0696ed:not(.elementor-motion-effects-element-type-background), .elementor-1012 .elementor-element.elementor-element-f0696ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1B2A;}.elementor-1012 .elementor-element.elementor-element-b9b5cd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5rem;--padding-bottom:5rem;--padding-left:2rem;--padding-right:2rem;}@media(min-width:768px){.elementor-1012 .elementor-element.elementor-element-b9b5cd3{--content-width:900px;}}/* Start custom CSS */.pp-page-hero 
.pp-page-eyebrow {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--q);
margin-bottom: 20px;
animation: fadeUp 0.65s ease 0.1s both;
}
.pp-page-hero h1 {
font-family: 'Sora',sans-serif;
font-size: clamp(32px,4.5vw,56px);
font-weight: 700;
color: #fff;
line-height: 1.08;
letter-spacing: -0.022em;
margin-bottom: 18px;
animation: fadeUp 0.65s ease 0.2s both;
}
.page-meta {
font-size: 14px;
color: rgba(255,255,255,0.35);
animation: fadeUp 0.65s ease 0.3s both;
}
/* ── LEAD STATEMENT ── */
.lead{
  font-size:19px;font-weight:300;color:#3a4e63;
  line-height:1.78;margin-bottom:48px;
  padding-bottom:48px;
  border-bottom:1px solid rgba(13,27,42,0.08);
}
.lead strong{font-weight:500;color:var(--slate);}

/* ── CALLOUT ── */
.callout{
  display:flex;gap:16px;align-items:flex-start;
  background:var(--q-light);
  border:1px solid rgba(59,191,222,0.22);
  border-left:4px solid var(--q);
  border-radius:8px;
  padding:22px 24px;
  margin-bottom:48px;
}
.callout-icon{flex-shrink:0;margin-top:2px;}
.callout-icon svg{width:20px;height:20px;stroke:var(--q);stroke-width:2;fill:none;}
.callout p{font-size:15px;color:#3a4e63;line-height:1.7;margin:0;}
.callout p strong{font-weight:600;color:var(--slate);}
.callout p a{color:var(--q-dark);border-bottom:1px solid rgba(59,191,222,0.35);transition:border-color 0.2s;}
.callout p a:hover{border-color:var(--q);}

/* ── SECTIONS ── */
.a11y-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(13,27,42,0.07);}
.a11y-section:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0;}

.section-label{
  font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;
  color:var(--q);margin-bottom:14px;
}
.a11y-section h2{
  font-family:'Sora',sans-serif;
  font-size:22px;font-weight:700;color:var(--slate);
  letter-spacing:-0.015em;margin-bottom:16px;line-height:1.2;
}
.a11y-section p{
  font-size:15px;color:#3a4e63;line-height:1.78;margin-bottom:14px;
}
.a11y-section p:last-child{margin-bottom:0;}
.a11y-section a{
  color:var(--q-dark);
  border-bottom:1px solid rgba(59,191,222,0.3);
  transition:border-color 0.2s;
}
.a11y-section a:hover{border-color:var(--q);}
.a11y-section ul{padding-left:20px;margin-bottom:14px;}
.a11y-section li{font-size:15px;color:#3a4e63;line-height:1.78;margin-bottom:6px;}

/* Standards grid */
.standards-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:16px;
  margin:24px 0;
}
.standard-card{
  background:var(--off);border-radius:8px;padding:22px 20px;
  border:1px solid rgba(13,27,42,0.07);
  transition:border-color 0.2s,transform 0.2s;
}
.standard-card:hover{border-color:rgba(59,191,222,0.25);transform:translateY(-2px);}
.standard-name{
  font-family:'Sora',sans-serif;font-size:14px;font-weight:700;
  color:var(--slate);margin-bottom:4px;
}
.standard-full{
  font-size:12px;color:var(--q);font-weight:500;
  letter-spacing:0.03em;margin-bottom:10px;
}
.standard-desc{font-size:13px;color:var(--muted);line-height:1.6;}

/* Contact box */
.contact-box{
  background:var(--slate);border-radius:10px;padding:36px 40px;
  margin-top:16px;
  display:flex;align-items:flex-start;justify-content:space-between;
  gap:32px;flex-wrap:wrap;
}
.contact-box-text h3{
  font-family:'Sora',sans-serif;
  font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;
}
.contact-box-text p{font-size:14px;color:rgba(255,255,255,0.5);line-height:1.65;max-width:380px;}
.a11y-section a.btn-primary { color: var(--slate); border-bottom: none; }
.a11y-section a.btn-primary:hover { color: var(--slate); }


/* ── RESPONSIVE ── */
@media(max-width:640px){
  .standards-grid{grid-template-columns:1fr;}
  .contact-box{flex-direction:column;}
  .btn-primary{width:100%;text-align:center;}
}/* End custom CSS */