.fedramp-hero{padding:3.6rem 0 3rem;border-bottom:1px solid var(--border)}
.fedramp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4.5rem;align-items:center}


.fedramp-visual{min-height:360px;position:relative;display:grid;place-items:center}
.cloud-shape{position:relative;width:240px;height:120px;background:#fff;border:4px solid var(--teal);border-radius:70px;z-index:4}
.cloud-shape::before,.cloud-shape::after{content:"";position:absolute;background:#fff;border:4px solid var(--teal);border-bottom:0}
.cloud-shape::before{width:95px;height:80px;border-radius:80px 80px 0 0;left:34px;top:-58px}
.cloud-shape::after{width:115px;height:94px;border-radius:90px 90px 0 0;right:22px;top:-70px}
.cloud-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:70px;height:78px;border-radius:16px 16px 28px 28px;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:2rem;font-weight:900}
.ring{position:absolute;border:1px solid rgba(0,155,131,.20);border-radius:50%}.fr1{width:315px;height:315px}.fr2{width:385px;height:385px}
.dot{position:absolute;width:9px;height:9px;background:var(--teal);border-radius:50%;z-index:6}.fd1{top:10%;left:47%}.fd2{right:6%;top:48%}.fd3{bottom:8%;left:48%}.fd4{left:6%;top:49%}
.fedramp-lifecycle{background:#fff}.fedramp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:1.7rem}.fedramp-steps article{padding:0 1.2rem;text-align:center;border-right:1px solid var(--border)}.fedramp-steps article:last-child{border-right:0}.step-icon{width:52px;height:52px;border:1px solid rgba(0,155,131,.35);border-radius:50%;display:grid;place-items:center;margin:0 auto 1rem;color:var(--teal);font-weight:800}
.fedramp-support{background:var(--soft)}.approach-ref{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.approach-ref-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}
.fedramp-capabilities{background:#f8fbfa}.capabilities-intro{max-width:780px;margin-bottom:1.7rem}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem 1rem}.capability-item{position:relative;padding:1rem 1rem 1rem 2.5rem;background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--navy);font-weight:700}.capability-item::before{content:"✓";position:absolute;left:1rem;top:1rem;color:var(--teal);font-weight:900}

@media(max-width:980px){
  .fedramp-hero-grid,.approach-ref-grid{grid-template-columns:1fr;gap:2.5rem}
  .fedramp-steps{grid-template-columns:repeat(2,1fr);gap:1.2rem}
  .fedramp-steps article{border-right:0;border-bottom:1px solid var(--border);padding:1.2rem}
  .fedramp-steps article:last-child{border-bottom:0}
}
@media(max-width:760px){
  .fedramp-hero{padding:3.7rem 0}.fedramp-visual{min-height:285px}.cloud-shape{transform:scale(.78)}
  .fr1{width:245px;height:245px}.fr2{width:290px;height:290px}
  .fedramp-steps,.capability-grid{grid-template-columns:1fr}
}

.fedramp-hero h1{font-size:clamp(2.4rem,3.9vw,4rem);line-height:1.08;max-width:760px}
.approach-ref{padding-top:3.2rem!important;padding-bottom:3.2rem!important}
