.architecture-layer{background:#f0fdf480;margin:12rem 0;padding:10rem 0}.sd{margin-bottom:50px;width:75%}.layer-stack{display:flex;flex-direction:column;margin-top:30px;overflow:hidden}.layer-row{align-items:stretch;border-bottom:1px solid rgba(0,0,0,.06);display:flex;transition:.25s ease}.layer-row:nth-child(2n){background:#f0fdf4}.layer-row:last-child{border-bottom:none}.layer-num{align-items:center;border-radius:6px;color:#fff;display:flex;font-size:22px;font-weight:800;justify-content:center;width:70px}.layer-row:first-child .layer-num{background:#14532d}.layer-row:nth-child(2) .layer-num{background:#15803d}.layer-row:nth-child(3) .layer-num{background:#059669}.layer-row:nth-child(4) .layer-num{background:#10b981}.layer-row:nth-child(5) .layer-num{background:#34d399}.layer-body{flex:1;padding:22px 28px}.layer-body h4{color:#0f2417;font-size:16px;font-weight:700;margin-bottom:6px}.layer-body p{color:#4a6b55;font-size:14px}.prim-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:30px}.prim-card{background:#fff;border:1px solid rgba(5,150,105,.25);border-radius:14px;padding:24px;transition:.25s ease}.prim-card:hover{background:#ecfdf5;transform:translateY(-4px)}.prim-card h4{color:#15803d;font-size:16px;font-weight:800;margin-bottom:8px}.prim-card p{color:#355e4a;font-size:14px}@media(max-width:1024px){.prim-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.prim-grid{grid-template-columns:1fr}}